@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

html,
body,
div,textarea,span {
	font-family: 'Montserrat';
	font-size:10pt;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#imgsubmit
{
    cursor: pointer;
}
/* Para navegadores basados en WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px; /* Ancho de la scrollbar */
    border-radius: 14px; /* Bordes redondeados del thumb */
    
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3); /* Color de fondo de la track, semitransparente */
    border-radius: 14px; /* Bordes redondeados del thumb */
    
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8); /* Color del thumb (la parte que se mueve), semitransparente */
    border-radius: 14px; /* Bordes redondeados del thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8); /* Color del thumb al pasar el mouse, un poco más oscuro */
}

/* Para Firefox */
* {
    scrollbar-width: thin; /* Ancho de la scrollbar */
    scrollbar-color: rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.8)); /* Color del thumb y de la track */
}


textarea::placeholder {
  color: #FFF;
}

textarea:focus {
        outline	: none; /* Elimina el contorno que algunos navegadores agregan al enfocar */
        border-color: transparent; /* Hace el borde transparente o puedes usar 'border: none;' */
    }

.barra >textarea
{
		padding:10px;
		resize: none;
		box-sizing: border-box;
	
		width: 100%; /* Hace que el textarea ocupe el 100% del ancho de su contenedor */
        height: 40px; /* Hace que el textarea ocupe el 100% del alto de su contenedor */
        box-sizing: border-box; /* Incluye el padding y el border en la altura y anchura total */
        border: none; /* Opcional: elimina el borde del textarea */
        background-color:rgba(0, 0, 0, 0.0);
        color: #FFF;


}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
}

a {
    text-decoration: none;
}

.maincontainer {
    display: flex;
    flex-direction: row;
}


main {
    overflow-y: auto;
    /* Muestra el scroll vertical si es necesario */
    overflow-x: hidden;
    /* Muestra el scroll vertical si es necesario */
    width: 100vw;
}

.mobile-menu {
    display: none;
    width: 100%;
	background-color:rgba(0, 0, 0, 1);
    padding-top: 2px;
    padding-left: 2px;
    position: fixed;
    z-index: 100;
    top:0;
    left: 0;
}

.carousel img {
  display: block;
  height: 360px;
  margin-right: 1px;
}



.aside {
	background:black;
	margin-top:2vh;
	margin-left:25px;
	display:block;
    flex: 0 0 auto;
    overflow-y: hidden;
    overflow-x: hidden;	
    /* Oculta el scroll vertical si es necesario */
    width: 230px;
    z-index: 102;
}

.aside>* {}

.navbar-nav {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.navbar {
    margin-top: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.social img {
	width:28px;
}

.img-nav {
	width:26px;

}

.span-nav
{
    position: relative;
    top: -6px;
	margin-left:10px;
}

.social
{
padding-bottom:10px;
 color: #ffffff;
 border-bottom: 1px solid;
}

.nav-link {
    margin-top: 5px;
    display: inline-block;
    /* Permite ajustar el ancho sin afectar al texto */
    font-size:10pt;;
    letter-spacing: .0em;
    padding-left: 0px;
    padding-right: 0px;
    color: white;
    height:40px;
}

.nav-caption {
    margin-top: 8px;
    display: inline-block;
    /* Permite ajustar el ancho sin afectar al texto */
    font-size: 14px;
        padding-left: 0px;
    padding-right: 0px;
    color: white;
}

.head {
    display: flex;
    flex-direction: column;
}

.foot {
    margin-top: auto;
    margin-bottom: 25px;
}





.nav-link.menu::after {
    margin-top: 2px;
    margin-left:38px;
    content: "";
    display: block;
    border-bottom: 1px solid;
    width: 10%;
    /* Anchura por defecto del 10% */
    transition: width 0.3s;
    /* Transición de la propiedad width durante 0.3 segundos */
}

.nav-link.menu.active::after {
    width: 80%;
    /* Anchura del 100% en hover */
}

.nav-link:hover {
    color: #ffffff;
    transition: color 0.8s;
}

.nav-link.menu:hover::after {
    border-bottom-color: #ffffff;
    /* Color amarillo para la línea en hover */
    width: 80%;
    /* Anchura del 100% en hover */
}

.menu-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.chatbox {
    position: fixed;
    bottom: 3vh;
    left: 280px;
    right: 60px;
    
    
}

.chatbox>button {
    position: fixed;
    bottom: 22px;
    right: 50px;
    /* padding-: 6px; */
    background: white;
    border-radius: 10px;
    border: 2px solid #bbb;
    color: #999;
}

.chatbox>textarea {
    width: 100%;
	background-color:rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    border: 2px solid #bbb;
    color: #ffffff;
}

.chatbox>button>img {
    position: relative;
    top: .6em;
}







.chatsuggest {
    width: 75%;
    height:99vh;

    display: flex;
    align-items: center;
    flex-direction: column;
    /*justify-content: flex-start;*/

    justify-content: space-between;
    
}


.chatpreguntas {
	width:100%;	
    display: flex;
    align-items: center;
    flex-direction: column;
/*	height: 20vh;*/
	justify-content: flex-end;    
}

.chatsuggest1 { 
  border: 2px solid #bbb;
  border-radius:10px;
  color:white;
  background-color:rgba(0, 0, 0, 0.5);
  height: calc(96vh - 312px);  
	
  overflow:auto;
  width: 75%;
  min-width:75%;
  /* Opcionalmente, puedes agregar otras propiedades para espaciado vertical o estilos */
  margin-top: 2vh;  /* Añade espacio en la parte superior si lo deseas */
  margin-bottom: 2vh;/* Añade espacio en la parte inferior si lo deseas */
  text-align: justify;  text-justify: inter-word; 
  
   
}





/* Estilos de las columnas de botones */
.columna-botones {
    margin-top: 30vh;
    margin-bottom: 50vh;
    display: flex;
    flex-wrap: wrap;
    /* Permite que los elementos se envuelvan en la siguiente línea */
    justify-content: space-between;
    width: 75%;
}


.rowpregunta
{
  	width: 75%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    
}

/* Estilos de los botones */
.pregunta {
    text-align: left;
    width: calc( 50% - 40px);
    /* Establece el ancho de cada botón al 48% para dejar espacio entre ellos */
    margin-bottom: 10px;
    /* Añade espacio entre los botones */
    padding: 10px;
    font-size:10pt;
    background-color:rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #bbb;
    color: white;
    cursor: pointer;
    height:36px;
    
}


.barra {
    display: flex;
	align-items: center;
	height: 56px;
    text-align: left;
    width: 75%;
    /* Establece el ancho de cada botón al 48% para dejar espacio entre ellos */
    margin-bottom: 10px;
    /* Añade espacio entre los botones */
    font-size:10pt;;
    background-color:rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #bbb;
    color: white;
}



/* Cambiar color al pasar el ratón por encima del botón */
.columna-botones button:hover {
    background-color: #FFFFFFFF;
}



#element{
	width:90%;
}



#miVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000; /* Mantiene el video detrás de todo el contenido */
    background-size: cover;
    overflow: hidden;
    object-fit: cover; /* Asegura que el video cubra el espacio sin distorsionarse */
}



@media screen and (max-width: 500px) {


.one
{
	display:block!important;
}
.two
{
	display:none!important;
}

.pregunta1 
{
	width: 100%;
}
.pregunta 
{
	padding:0px;
	width: 99%;
    text-align: center;	
}
.chatsuggest
{
width:100%;
margin-top:90px;
height:92vh;
}

.chatsuggest1
{
	/*height: 59vh
	height:85vh;
*/	
    height: calc( 96vh - 240px );
}

.chatpreguntas
{
	/*height:23vh;*/
}


    .aside {
        display: none;
        position: fixed;
        top: 0;
        left: 0;

    }

    .mobile-menu {
        height: 60px;
        display: block;
        z-index: 100;
    }
 
    main{
        margin-top:79px;
    }
    .maincontainer {
        display: block;
    }

.chatbox>textarea
{
	width:97%;
}
 .chatbox>button {
  
    right: 10px;

}
    .chatbox {
    position: fixed;
    bottom: 2px;
    left: 2%;
    right: 5%;
	}	
}


@media screen  and  (min-width:501px) and  (max-width: 900px) {
.swiper
{
	display:none!important;
}
}


@media screen  and (max-width: 900px) {



.one
{
	display:none;
}
.two
{
	display:inherit;

}

.chatpreguntas
{
}


.chatsuggest1 
{
	width:95%;
	

}

.chatpreguntas
{
	width:95%;
}

.barra
{
	width:95%;
}
.rowpregunta
{
  	width: 100%;
}
.chatsuggest
{
	width:100%;
	height:95vh;
	margin-top:55px;
}

    .aside {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
    }

.aside {
    display: none;
	background:black;
	margin-top:0;
	margin-left:0px;
    flex: 0 0 auto;
    overflow-y: hidden;
    overflow-x: hidden;	
	width: 230px;    
    z-index: 102;
}


    .mobile-menu {
    
        height: 60px;
        display: block;
        z-index: 100;
    }
    main{
        margin-top:79px;
    }
    .maincontainer {
        display: block;
    }

 .chatbox>button {
  
    right: 30px;

}
    .chatbox {
    position: fixed;
    bottom: 2px;
    left: 2%;
    right: 5%;
	}	
}



@media screen and (min-width: 900px) {
.aside {
	margin-left:25px;

	display:block!important;
   /* background: black; */
    flex: 0 0 auto;
    /* La primera columna no crecerá ni encogerá */
    overflow-y: hidden;
    overflow-x: hidden;
    /* Oculta el scroll vertical si es necesario */
    width: 230px;
    z-index: 102;
    height: 96vh;

}
.swiper
{
	display:none!important;
}

.pregunta1 
{
	width: 100%;
}

.one
{
	display:none;
}
.two
{
	display:inherit;

}

.rowpregunta
{
  	width: 75%;
}


}
