/* General Styles */
@font-face {
    font-family: 'FMBolyarSansPro';
    src: url('Fuentes/FMBolyarSansPro-800.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Fuentes/Montserrat-Bold.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat light';
    src: url('Fuentes/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}



body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'FMBolyarSansPro','Montserrat';
    margin: 0;
    padding: 0;
    color: #333;
}

/* Header Section */
.header-bg {
    position: relative;
    background: url('Images/engranaje\ azul\ con\ logo.jpg') no-repeat center center;
    background-size: cover;
    height: 450px;
    color: rgb(248, 248, 248);
    text-align: center;
    overflow: hidden;
}

.logo {
    position: absolute;
    top: 65%;
    right: 3%;
    width: 10%;  /* ajustá según se vea mejor */
    height: auto;
}

.slogan {
    position: absolute;
    letter-spacing: 1px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
}
.slogan h1{
    font-size: 3em;
    font-family: 'FMBolyarSansPro';
    letter-spacing: 1px;
}
.slogan h2{
    font-size: 2.2em;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    margin-bottom: 2%;
}
.slogan p {
    font-size: 1.5em;
    font-family: 'FMBolyarSansPro';
    letter-spacing: 1px;
}


/* Image Strip */
.image-strip {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    padding: 0;
    height: 170px;
}

.image-strip img {
    width: 16.66%;
    object-fit: cover;
}

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

    .header-bg {
        height: auto;
        justify-content: center;
        display: flex;
        text-align: center;
        flex-direction: column; /* apila logo y slogan */
        align-items: center;    /* centra horizontal */
        padding: 0px;
        margin-bottom: 0;
    }

   .header-bg .logo {
        position: static; 
        width: 40%;        /* escala del logo */
        max-width: 250px;  /* límite superior */
        height: auto;      /* mantiene proporción */
        margin-bottom: 0px; /* espacio controlado con el slogan */
    }

    .header-bg p{
        margin: 0;
        padding-bottom: 3%;
    }
    
    .slogan {
        position: static;   /* También saco absolute */
        line-height: 1.3;
        max-width: 90%;
        margin: 0 0;
        text-align: center;
        padding: 0;
    }

    .slogan h1{
         font-size: 2em;
    }
    .slogan h2{
         font-size: 1.5em;
    }
    .slogan p{
         font-size: 1.5em;
    }


    .image-strip img {
        width: 40%;
        height: auto;
    }
}




/* Sections */
section {
    padding: 60px 20px;
}

.background-light {
    background-color: #E6EAF9;
    padding-top: 4%;
    padding-bottom: 4%;
}

.background-light span {
  color: #192D6F; /* azul acentuado */
}

.background-light h2{
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 2.3em;
}
.background-light h3{
    padding-top: 0%;
    padding-bottom: 2%;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 2.3em;
    color: #192D6F;
    text-align: center;
}


.background-soft-blue {
    background-color: #97A9E8;
    padding-top: 20px;
    padding-bottom: 25px;
}
.background-blue {
    background-color: #192D6F;
    padding-top: 20px;
    padding-bottom: 25px;
}
h2 {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Montserrat';
    font-size: 1.7em;
    font-weight: 300;
}

.frase_hook{
padding-left: 13%;
padding-right: 13%;
line-height: 1.4;
font-size: 2em;
color: #333;
}

/* Contenedor principal */
.seccion-destacada {
    background-color: #97A9E8; /* Fondo oscuro */
    color: #333; /* Texto blanco */
    padding: 30px 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 1200px;
    text-align: center; /* Título centrado */
}

/* Contenedor del contenido ( texto) */
.contenido-destacado {
    display: flex; /* Flexbox para texto */
    align-items: center ; /* Centrado vertical */
    justify-content: center;
    padding-bottom: 3%;
    gap: 0;
}


/* Título centrado */
.titulo-destacado {
    margin-bottom: 5px; /* Espacio debajo del título */
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}
.titulo-destacado h2{
    font-size: 1.7em;
    margin-bottom: 5px; /* Espacio debajo del título */
    margin-top: 3%;
    padding-left: 10%;
    padding-right: 5%;
    letter-spacing: 0;
    font-weight: 800;
    font-family: 'FMBolyarSansPro';
}

.titulo-destacado p{
    font-size: 1.5em;
    margin-bottom: 5px; /* Espacio debajo del título */
    margin-top: 3%;
    letter-spacing: 1px;
    padding-left: 10%;
    padding-right: 5%;
    line-height: 1.3em;
    font-family: 'Montserrat';
    font-weight: bold;
}

/* Estilo del ícono */
.icono-destacado {
    flex: 0 0 12px; /* Tamaño fijo del ícono */
    display: flex;
    /**justify-content: center;**/
    align-items: left;
}

.icono-destacado img {
    width: 3em; /* Tamaño del ícono */
    height: auto;
    align-items: flex-start;
}


/* Dos columnas - Imagen y texto */
.contenido-destacado-II {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Imagen a la izquierda */
.imagen-destacada {
  flex: 0 0 25%;
  max-width: 20%;
  padding-right: 5%;
}

.imagen-destacada img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Texto a la derecha */
.vsl-destacado {
  flex: 1;
  max-width: 100%;
  color: #333;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: center;
}

.vsl-destacado p {
  margin: 0px;
  padding-bottom: 2%;
}


a.boton-agenda {
    display: inline-block;
    padding: 1.5em; /* 1.5em a los lados */
    padding-top: 1%;
    padding-bottom: 1%;
    color: white;
    background-color: #0056b3;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    font-family: 'Montserrat';
    font-weight: 300;
    letter-spacing: 0.01em;
    text-decoration: none; /* quita subrayado del enlace */
    text-align: center;
    transition: all 0.3s ease; /* animación suave */
    margin: 0px auto; 
}

a.boton-agenda:hover {
    background-color: #E6EAF9;  
    color: #333;
}

/* Media Query para pantallas más pequeñas */
@media screen and (max-width: 768px) {
    .titulo-destacado {
        margin-bottom: 5px; /* Espacio debajo del título */
        text-align: center; /* Centra el texto */
        padding-right: 0%;
        padding-left: 0%;
    }

    .titulo-principal h1{
        padding-right: 3%;
        padding-left: 3%;
        font-size: 1.5em;
    }

    .titulo-principal h2{
        padding-right: 3%;
        padding-left: 3%;
        font-size: 1em;
    }

    .titulo-principal h3{
        padding-right: 3%;
        padding-left: 3%;
    }

    .titulo-destacado p{
        padding-right: 3%;
        padding-left: 3%;
        font-size: 1em;
    }
    
    .contenido-destacado {
        flex-direction: column; /* Cambia a vertical */
        text-align: center; /* Centra el texto */
    }

    .icono-destacado {
        margin: 2px 0; /* Espacio entre el logo y el texto */
        width: 60px; /* Reduce el tamaño del ícono en móviles */
        height: auto;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .icono-destacado img {
        width: 60px; /* Tamaño del ícono */
        height: auto;
        padding-bottom: 0%;
    }

    .contenido-destacado-II {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .imagen-destacada,
    .texto-destacado {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0%;
    }

    .imagen-destacada img {
        width: 50%;
    }

    .texto-destacado {
        text-align: justify;
        padding: 0 10px;
    }

    .texto-destacado ul {
        text-align: left;
        padding-left: 30px;
    }
}


.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas */
    gap: 20px;
    color: #333;
    padding-left: 10%;
    padding-right: 10%;
}

.services-container p{
    font-size: 1em;
}

/* === ITEMS NORMALES (los 3 primeros) === */
.service-item {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    font-size: 17px; 
    color: #333;
}

.service-item img {
    width: 50px;
    height: 50px;
}

.service-item h3 {
    margin-top: 20px;
    font-size: 1.4em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


/* === EL CENTRAL (ocupa toda la fila) === */
.service-item-central {
    grid-column: 1 / -1;   /* ocupa todo el ancho */
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    font-size: 17px; 
    color: #333;
}

.service-item-central img {
    width: 60px;
    height: 70px;
}

.service-item-central h3 {
    margin-top: 20px;
    font-size: 1.4em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


/* === ADICIONALES (los que aparecen con Ver más) === */
.services-extra {
    display: none; /* ocultos al inicio */
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr); /* 2x2 */
    gap: 20px;
}

.services-extra.show {
    display: grid;
}

.service-item-ad {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    font-size: 17px; 
    color: #333;
}

.service-item-ad img {
    width: 50px;
    height: 50px;
}

.service-item-ad h3 {
    margin-top: 20px;
    font-size: 1.4em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* === RESPONSIVE === */
@media screen and (max-width: 768px) {
    .services-container {
        grid-template-columns: 1fr; /* en mobile todo en 1 columna */
    }

    .services-extra.show {
        grid-template-columns: 1fr; /* extras también en 1 columna */
    }
}

/* === BOTÓN VER MÁS === */
.ver-mas-servicios {
  text-align: center;
  margin-top: 20px;
}

.ver-mas-servicios button {
  background: none;
  border: none;
  color: #192D6F;
  font-size: 1.5em;
  cursor: pointer;
  font-weight: bold;
  font-family: 'FMBolyarSansPro';
  padding-top: 3%;
}

.flecha-icono {
  width: 50px;
  height: auto;
  margin-top: 5px;
  transition: transform 0.4s ease;
}

.ver-mas-servicios button.abierto .flecha-icono {
  transform: rotate(180deg);
}







/* About Us Section */

/* General */
.sobre-nosotros-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Título centrado */
.titulo-sobre-nosotros {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  color: rgb(248, 248, 248);
}

.titulo-sobre-nosotros span {
  color: #76ADCD; /* celeste de acento */
}

/* Dos columnas */
.contenido-sobre-nosotros {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}

/* Columna izquierda */
.texto-sobre-nosotros {
  flex-basis: 40%;
  max-width: 45%;
  text-align: right;
  color: rgb(248, 248, 248);
  padding-left: 5%;
  letter-spacing: 1px;
  font-weight: 200;
  padding-top: 2%;
  padding-right: 2%;
}

.texto-sobre-nosotros p {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.3;
}

/* Columna derecha */
.perfil-sobre-nosotros {
  flex-basis: 38%;
  max-width: 45%;
  text-align: center;
  color: rgb(248, 248, 248);
}

.foto-perfil{
  width: 90%;
  max-width: 200px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.perfil-sobre-nosotros h2 {
  margin: 5px 0;
  font-size: 1.2em;
}

.perfil-sobre-nosotros h3 {
  margin: 5px 0;
  font-size: 1em;
}

.perfil-sobre-nosotros p {
  font-size: 1.2em;
  line-height: 1.4;
}

.icono-comillas {
  width: 18px;       /* tamaño horizontal de la imagen */
  height: auto;      /* mantiene proporción */
  vertical-align: middle; /* alinea con el texto */
  margin-right: 4px; /* espacio entre la imagen y el texto */
  margin-left: 4px; /* espacio entre la imagen y el texto */
  /* opacity: 0.8;      opcional: hacerla más sutil */
  margin-bottom: 8px;
}

.boton-container {
    display: flex;
    justify-content: center;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .contenido-sobre-nosotros {
    flex-direction: column;
    align-items: center;
  }

  .texto-sobre-nosotros,
  .perfil-sobre-nosotros {
    flex-basis: 90%;
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
    text-align: center;
  }

  .texto-sobre-nosotros {
    text-align: justify;
  }

  .foto-perfil {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 15px auto;
  }
}





/* News Section */
.news-container {
    display: flex;
    justify-content: space-around;
    /*flex-wrap: wrap;*/
    color: #333;
}

.news-item {
    width: 30%;
    margin: 10px;
    text-align: center;
}

.news-item img {
    border-radius: 5px;
    width: 350px;
    height: 200px;
    object-fit: cover;
    color: #333;
}
.imagen-ps a{
    margin: 0%
}

.news-item h2 {
    margin-top: 10px;
    font-family: 'FMBolyarSansPro';
    font-weight: 1200;
    letter-spacing: 0.01em;
    font-size: 1.4em;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 4%;
    line-height: 1.3;
    min-height: 20%;
    color: #192D6F;
    align-items: center;
}

.news-item p {
    margin-top: 10px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 1.1em;
    padding-left: 8%;
    padding-right: 8%;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .news-container {
        flex-direction: column;
        align-items: center;
    }

    .news-item {
        width: 90%;
        margin-bottom: 20px;
    }
}





/* Contact Section */
.contact-container {
    display: flex;
    justify-content: space-around;
    color: #333;
}
.contact-container h2{
    font-weight: 700;
    text-align: center;
    font-size: 2em;
    font-style: 'Montserrat';
}

.contact-container span {
  color: #192D6F; /* azul de acento */
}

.calendly-inline-widget {
    min-width: 60%;
    height:630px;
}

/* FAQ Section */
.faq-section {
  background-color: #E6EAF9; /* azul oscuro de tu web */
  color: #192D6F;
  font-family: 'Montserrat', sans-serif;
  padding: 60px 20px;
}

.faq-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  font-weight: 700;
}

.faq-title span {
  color: #76ADCD; /* celeste de acento */
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #192D6F;
  border: 1px solid #76ADCD; /* color del borde */
  border-radius: 6px;        /* esquinas redondeadas */
  margin-left: 5%;
  margin-right: 5%;
}

.faq-question {
  background: none;
  border: none;
  color: #192D6F;
  text-align: left;
  width: 100%;
  font-size: 1.1em;
  font-weight: 600;
  padding: 15px;
  cursor: pointer;
  outline: none;
  justify-content: space-between; /* separa texto de flecha */
  transition: color 0.3s ease;
  align-items: center;
}

.faq-question .arrow::before {
  content: "▼"; /* flecha hacia abajo */
  transition: transform 0.3s;
}

/* cuando está activo, rota la flecha */
.faq-question.active .arrow::before {
  content: "▲"; /* flecha hacia arriba */
}

.faq-question:hover {
  color: #333;
}

.faq-answer {
  display: none;
  padding: 0 15px 15px;
  font-size: 0.95em;
  line-height: 1.6;
  color: #192D6F;
}

.faq-item.active .faq-answer {
  display: block;
}

.politicas {
    margin-top: 4%;
    text-align:center;
}

.btn-link {
  display: inline-block;
  text-decoration: none;
  color: #192D6F; /* azul */
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 0;
  transition: color 0.3s;
}

.btn-link:hover {
  color: #333; /* hover gris */
}

/* Footer */
footer {
    background-color: #192D6F;
    color: white;
    text-align: center;
    padding: 10px 0;
}

/* Back to Top Button */
#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #192D6F;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}
#backToTopBtn img {
    width: 23px;
    height: 45px;
    align-items: center;
}


#backToTopBtn:hover {
    background-color: #555;
}
/*confirmación de correo*/
.barconfirm {
    background-color: #192D6F;
    overflow: hidden;
    text-align: right;
    padding-right: 0px;
    margin: 0;
}

.barconfirm a {
    float: right;
    display: block;
    color: white;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.barconfirm a:hover {
    background-color: #ddd;
    color: black;
}

.barconfirm img {
    border: none;
    margin-top: 2px;
}

.confirm {
    text-align: center;
    background-color: #E6EAF9;
    padding-top: 5%;
    padding-bottom: 5%;
}

.politicas {
    padding-top: 0%;
}
.politicas h1{
    font-family: 'FMBolyarSansPro';
    font-size: 1.2em;
    margin: 2%;
}
.confirm h1{
    font-family: 'FMBolyarSansPro';
    font-size: xx-large;
    margin: 5%;
}

.politicas h2{
    font-family: 'Montserrat';
    font-size: 0.8em;
    margin: 1%;
    padding-left: 15%; 
    padding-right: 10%;
    text-align: left; 
}
.politicas ul{
    padding-left: 15%;
    text-align: left;
}

.politicas li{
    font-family: 'Montserrat';
    font-size: 0.7em;
    padding-right: 10%;
    text-align: left;
}

.politicas p{
    font-family: 'Montserrat';
    font-size: 0.8em;
    padding-left: 17%;
    padding-right: 17%;  
    padding-left: 15%; 
    padding-right: 10%;
    text-align: left; 
}

.confirm p{
    font-family: 'Montserrat';
    font-size: 2em;
    padding-left: 17%;
    padding-right: 17%;
}

.logo-confirm {
    width: 30%;
    height: auto;
    vertical-align: middle;
}

.contact-icons {
    display: flex;
    justify-content: center; /* Centra los íconos horizontalmente */
    align-items: center; /* Centra los íconos verticalmente */
    gap: 20 px; /* Ajusta la separación entre los íconos */
    padding-top: 3%;
    padding-left: 23%;
    padding-right: 23%;
}

.contact-icons a {
    text-decoration: none;
    color: inherit; /* Mantiene el color original del ícono */
    padding-left: 0%;
    padding-right: 0%;
    width: 10%;
}

.social-icon {
    width: 40%;   /* ajustá este valor a tu preferencia */
    height: auto;
    margin: 0; /* separación entre iconos */
    vertical-align: middle;
}

.barconfirm2 {
    background-color: #192D6F;
    overflow: hidden;
    align-items: center;
}

.barconfirm2 a {
    float: right;
    display: block;
    color: #E6EAF9;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-right: 10%;
    padding-left: 10%;
}
.barconfirm2 a:hover {
    background-color: #76ADCD;
    color: #333;
}
.divider-confirm {
    border-left: 2px solid #333; /* Define el color y grosor de la línea */
    height: 40px; /* Define la altura de la línea */
    margin: 0 10px; /* Define la separación entre la línea y las secciones */
}

@media screen and (max-width: 768px) {
    
    #contact p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact-container {
        display: flex;
        flex-direction: column;
    }
    .contact-item1 {
        width: 90%;
        padding-left: 15%;
    }

    .contact-item2 {
        margin-top: 20px;
    }
    .social-icon {
    width: 60%;   /* ajustá este valor a tu preferencia */
    }
    .contact-icons {
    padding-left: 5%;
    padding-right: 5%;
    }
}