/* VARIABLES DE COLORES */

:root {
    --color_principal_A: #00e4be;
    --color_principal_A_RGB: 60, 219, 192;
    --color_principal_B: #34c6ad;
    --color_secundario_01A: #042f2e;
    --color_secundario_01A_RGB: 4, 47, 46;
    --color_secundario_01B: #282828;
    --color_secundario_02: #fff;
    --color_secundario_02_RGB: 255, 255, 255;
    overflow-x: hidden;
}
.logos-footer-strip {
  background-color: var(--color_secundario_02);
  padding: 3em 0 2em;
}

.footer-logos {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5em 3em;
}

.footer-logos img {
  max-width: 20%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  opacity: 1;
}

.footer-logos img:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .footer-logos {
    width: 90%;
    gap: 2em 1.5em;
  }

  .footer-logos img {
    max-width: 40%;
  }
}

@media only screen and (max-width: 480px) {
  .footer-logos img {
    max-width: 90%;
  }
}


/* INICIO BODY */
html {
    scroll-behavior: smooth;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

body {
    
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: left;
}
/* FIN BODY */

.fondo_texo_verde_claro {
	border-image: var(--color_principal_A) 1;
	background: var(--color_principal_A);
	padding: 0.15em 0.35em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.fondo_texo_blanco {
	border-image: var(--color_secundario_02) 1;
	background: var(--color_secundario_02);
	padding: 0.25em 0.5em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.titulo_verde {
    color: var(--color_principal_A);
    font-weight: 800;
    font-size: 2em;
    line-height: 1.625em;
    letter-spacing: 0.025em;
    padding: 1.5em 0 1em 0;
    text-align: center;
}


/* INICIO HEADER */
.navbarHidding {
    top: 0px;
    display: block;
    width: 100%;
    height: 6.25em;
    margin: auto;
    background-color: var(--color_secundario_02);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
    position: fixed;
    z-index: 100;
    transition: 350ms ease;
}
.header {
    width: 100vw;
    height: 6.25rem;
}
#navegador {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0em 0em 0em 0em;
}
.links_header {
    width: 80vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-img {
    height: 3.15rem;
}
.icono {
    width: 15vw;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1em;
}
.iconos-color {
    color: var( --color_principal_A);
    text-decoration: none;  
    margin-right: 1em;
}
.icono-Instagram {
    font-size: 1.45em;
}
.iconos-color:hover {
    color: var(--color_secundario_01A);
}
.links_barra_nav {
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0.05em;
    color: var(--color_principal_A);
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 1.25em;
}
.links_barra_nav:hover {
    color: var(--color_secundario_01A);
}
.links_barra_sidebar {
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0.05em;
    color: var(--color_principal_A);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 1em 1.25em;
}
.links_barra_sidebar:hover {
    color: var(--color_secundario_02);
}
.sidebar_contacto {
    color: var(--color_secundario_02);
}
.sidebar_contacto:hover {
    color: var(--color_principal_A);
}
#navegadorResponsive {
    display: none;
}
#mySidenav {
    display: none;
}
.sidenav {
    height: 100vh;
    width: 0px;
    position: fixed;
    z-index: 101;
    top: 0px;
    right: 0px;
    background-color:rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 50px;
}
.sidenav a {
    padding: 16px 8px 8px 16px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 1.5em;
    display: block;
}
.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 36px;
    margin-right: 10px;
}
.main {
    transition: margin-right .4s;
    -webkit-transition: margin-right .4s;
    -moz-transition: margin-right .4s;
    color: var(--color_principal_A);
    padding: 0.75em 5% 0.75em 0;
    font-size: 30px;
    cursor: pointer;
}
.closebtn {
    color: var(--color_principal_A);
}

/* FIN HEADER */


/* INICIO SCROLL UP */

.scrollUp {
	display: none;
    position: fixed;
	bottom: 1.25em;
	right: 1.25em;
	padding: 0.85em;
	background: var(--color_principal_A);
    border-radius: 0.5em;
    font-size: 1em;
	color: var(--color_secundario_01A);
	cursor:pointer;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, 
                rgba(0, 0, 0, 0.23) 0px 6px 6px;
    z-index: 100;
}
/* FIN SCROLL UP */


/* INICIO SECCION HERO */
.seccion_hero {
    height: 100%;
    width: 100%;
}
.contenedor_home {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 45% 55%;
    padding: 0 0 4em 0;
    background-color: var(--color_secundario_02);
}
.hero_img {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.hero_textos_principales {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0 0 25%;
}
#hero-img {
    height: 54em;
    width: auto;
    margin-top: 100px;
}
#hero-img-index {
    height: 70vh;
    width: auto;
    margin-top: 140px;
    -webkit-animation: pulse 2.5s infinite;
            animation: pulse 2.5s infinite;
    
}
.textos_logo {
    /* height: 100%; */
    width: 26em;
    margin: 0 0 1em 0;
}
.hero-text {
    width: 30vw;
    color: var(--color_secundario_02);
     font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.625em;
    letter-spacing: 0.01em;
    text-decoration: none;
    margin: 6.5em 0em 0.25em 0em;
    /* text-shadow: black 2px 2px 14px; */
}  
.hero-text-light {
    width: 30vw;
    color: var(--color_secundario_01A);
     font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.625em;
    letter-spacing: 0.01em;
    text-decoration: none;
    margin: 0.5em 0em 1em 0em;
    /* text-shadow: black 2px 2px 14px; */
}
.boton_verde {
    color: var(--color_secundario_02);
    background-color: var(--color_principal_A);
    border: 0.07em solid var(--color_principal_A);
    /* border-radius: 0.5em; */
    padding: 0.75em 1.25em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    margin: 1em0 0 0;
}
.boton_verde:hover {
    color: var(--color_principal_B);
    background-color: var(--color_secundario_02);
}

@-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
    }
    50% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }
    to {
      -webkit-transform: scale3d(1, 1, 1);
    }
  }

@keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }
    50% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }  

/* FIN SECCION HERO */

/* INICIO PLACA POR QUE QUANTIS */

#placa_xqQuantis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.seccion_xqQuantis {
    width: 100%;
    height: 100%;
    background-color: var(--color_principal_A);
    padding: 0.25em 0 2em 0;
   
}
.datos_texto_largo {
    height: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.85em;
    letter-spacing: 0.05em;
    color: var(--color_secundario_01A);
    margin: 0.25em 20% 1.5em 20%;
}
.boton_verde_oscuro {
    color: var(--color_secundario_02);
    background-color: var(--color_secundario_01A);
    border: 0.07em solid var(--color_principal_A);
    /* border-radius: 0.5em; */
    padding: 0.75em 1.25em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    margin: 1em0 0 0;
}
.boton_verde_oscuro:hover {
    color: var(--color_principal_B);
    background-color: var(--color_secundario_02);
}
/* FIN PLACA POR QUE QUANTIS */


/* INICIO PLACA ESPECIFICACIONES */
#placa_especificaciones {
    display: block;
}

.contenedor_collpasible{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em 0 4em 0;
}
.collapsible {
    font-weight: 800;
    font-size: 2.5em;
    letter-spacing: 0.05em;
    padding: 1em 0 0.5em 0;
    text-align: center;
    background-color: var(--color_principal_A);
    color: white;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.25em;
    width: 75vw;
    border: 1px solid var(--color_secundario_01A);
  }
  .active, .collapsible:hover {
    background-color: var(--color_principal_A);
  }
  .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  .active:after {
    content: "\2212";
  }
  .content {
    padding: 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
    width: 75vw;
  }
p {
    margin: 1em 2em;
    color: var(--color_secundario_02);
  }
.seccion_datos {
    width: 100%;
    background-color: var(--color_secundario_01A);
}
.datos_titulo {
    font-weight: 700;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    color: var(--color_secundario_01A);
}
.datos_texto {
    width: 75vw;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: var(--color_secundario_01A);
    hyphens: auto;
}

/* FIN PLACA ESPECIFICACIONES */


/* INICIO PLACA CONTACTO */
.seccion_contacto {
    background-color: var(--color_principal_A);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contacto {
    padding: 0em 0em 2.5em 0em;
}
.contenedor-contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.Contacto-c1 {
    color: var(--color_secundario_01A);
    font-weight: 800;
    font-size: 2.5em;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    text-align: center;
}
.Contacto-c2 {
    color: var(--color_secundario_01A);
    font-weight: 300;
    font-size: 1.125em;
    letter-spacing: 0.05em;
    margin-bottom: 0.75em;
    text-align: center;
}
.Contacto-c3{
    margin-bottom: 2.5em;
}
.Contacto-c3 a{
    color: var(--color_secundario_01A);
    font-weight: 800;
    font-size: 2.5em;
    letter-spacing: 0em;
    text-decoration: none;
    text-align: center;
}
.Contacto-c3:hover a{
    color: var(--color_secundario_02);
}
.linkedin_logo {
    width: 16em;
    fill: var(--color_secundario_02);
}

.linkedin_logo:hover {
   fill: var(--color_secundario_01A);
}
/* FIN PLACA CONTACTO */

/* INICIO VIDEO */
.seccion_video {
    display: flex;
    flex-wrap: nowrap;
}

/* FIN VIDEO */


/* INICIO FOOTER */
.footer-background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 100%;
    background-image: linear-gradient(90deg, var(--color_principal_B), var( --color_principal_A));
    bottom: 0px;
}
.footer-text {
    color: var(--color_secundario_02);
     font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    line-height: 1.25em;
    margin: 0;
}
/* FIN FOOTER */



/* MEDIA 1200 */
@media only screen and (max-width: 1200px){
    .datos_texto_largo {
    margin: 0.25em 15% 1em 15%;
    font-size: 1em;
    }
}


/* MEDIA 992 */
@media only screen and (max-width: 992px){

    #navegador {
        display: none;
    }
    .nav-links_barra_nav  {
        display: none;
    }

    .header-img-responsive {
        height: 2.5em;
    }
    #mySidenav {
        display: block;
    }
    #navegadorResponsive {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        overflow-x: hidden;
        height: 70px;
        width: 100vw;
        position: fixed;
        background-image: linear-gradient(90deg, var(--color_secundario_01B), var(--color_secundario_01A));
        /* background-color: #d13b1f; */
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.6);
        z-index: 20;
    }

    /* INICIO SCROLL UP */

    .scrollUp {
        padding: 0.65em;
    }

    /* FIN SCROLL UP */

    /* MEDIA HEADER */

    .icono {
        justify-content: flex-start;
    }

    /* MEDIA BOTELLA */
    .contenedor_home {
        height: 100%;
        width: 100%;
        grid-template-rows: auto auto;
        grid-template-columns: 100%;
        padding: 0 0 1em 0;
    }
    .hero_img {
        height: 100%;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .hero_textos_principales {
        height: 100%;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 15% 0 15%;
    }
    #hero-img {
        height: auto;
        width: 100%;
        margin-top: 50px;
    }
    #hero-img-index {
        height: auto;
        width: 50vh;
        margin-top: 100px;
    }
    .textos_logo {
        display: none;
    }
    .hero-text {
        width: 100%;
        font-size: 1.75em;
        line-height: 1.625em;
        margin: 0.5em 0 0.75em 0;
        text-align: center;
    }
    .hero-text-light {
        width: 85vw;
        font-size: 1em;
        line-height: 1.625em;
        letter-spacing: 0.01em;
        text-decoration: none;
        margin: 0.25em 0em 0.25em 0em;
        text-align: center;
    }
    .titulo_verde {
        color: var(--color_principal_A);
        font-weight: 800;
        font-size: 1.5em;
        line-height: 1.5em;
        letter-spacing: 0.025em;
        padding: 1.5em 0 1em 0;
        text-align: center;
    }
    .boton_verde {
        padding: 0.75em 1.25em;
        margin: 1em 0 2em 0;
        font-size: 1em;
        letter-spacing: 0.01em;
    }
    .datos_texto_largo {
        width: 85vw;
    }
    .collapsible {
        width: 85vw;
    }
    .linkedin_logo {
        width: 12em;
        fill: var(--color_secundario_02);
    }

    /* MEDIA CONTACTO */

    .Contacto-c1 {
        font-size: 2.25em;
    }
    .Contacto-c2 {
        font-size: 1.125em;
    }
    .Contacto-c3 a{
        font-size: 1.75em;
    }
    
}

/* MEDIA 600 */
@media only screen and (max-width: 600px){

    /* MEDIA HERO */
    
    .hero-text {
        width: 70vw;
        font-size: 1.25em;
    }
  
    .boton_naranja {
        margin: 2.45em 0 2.5em 0;
    }


    /* MEDIA CONTACTO */

    .Contacto-c1 {
        font-size: 2em;
        margin: 0 1em 0.5em 1em;
    }
    .Contacto-c2 {
        font-size: 0.75em;
        margin: 0.25em 0 1em 0;
    }
    .Contacto-c3 a{
        font-size: 1.75em;
    }

    /* MEDIA FOOTER */

    .footer-text {
        font-size: 1em;
        line-height: 1.5em;
        margin: 0 15%;
    }
}

/* agregados para /chat.html */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--color_secundario_01A);
  font-family: "Montserrat", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
}

.chat-header {
  height: 6.25em;
  background-color: var(--color_secundario_02);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  flex-shrink: 0;
}

.chat-header h1 {
  margin: 0;
  color: var(--color_principal_A);
  font-weight: 800;
  font-size: 1.5em;
}

.chat-container {
  flex: 1;
  overflow-y: auto;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: var(--color_secundario_01A);
}

.message {
  max-width: 70%;
  padding: 1em;
  border-radius: 0.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.message.user {
  align-self: flex-end;
  background-color: var(--color_principal_A);
  color: var(--color_secundario_01A);
}

.message.bot {
  align-self: flex-start;
  background-color: var(--color_secundario_02);
  color: var(--color_secundario_01A);
}

.chat-input-area {
  display: flex;
  padding: 1em;
  background-color: var(--color_secundario_02);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.chat-input-area input {
  flex: 1;
  padding: 0.75em;
  border: 1px solid var(--color_principal_A);
  font-size: 1em;
}

.chat-input-area button {
  background-color: var(--color_principal_A);
  border: none;
  padding: 0.75em 1.25em;
  font-weight: 700;
  margin-left: 0.5em;
  cursor: pointer;
  color: var(--color_secundario_02);
}

.chat-input-area button:hover {
  background-color: var(--color_principal_B);
}
/* Fin agregados para /chat.html */
