html{
box-sizing: border-box;
font-size: 62.5%; /*1REM = 10px*/
font-family: "Inter", sans-serif;
}
*,*::before,*::after{
    box-sizing: inherit;
}
/*Globales*/
body{
    font-size: 1.6rem;
    line-height: 2;
    color: #0D1B2A;
    background-color: #F2F4F7;
}
h1,h2,h3, h4{
    margin: 0 0 2.4rem 0;
    color: #0D1B2A;
}
h1{
    font-size: 4.8rem;
    font-family: "Plus Jakarta Sans", sans-serif;
}
h2{
    font-size: 4.2rem;
    font-family: "Plus Jakarta Sans", sans-serif;
}
h3{
    font-size: 3.6rem;
    font-family: "IBM Plex Sans", sans-serif;
}
h4{
    font-size: 2.2rem;
}
a{
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    color: black
}
p{
    max-width: 50rem;
    font-size: 1.8rem;
    font-family: "Inter", sans-serif;
    margin: 1.8rem;
    font-style: italic;   
}
/*utilidades*/
.text-center{
    text-align: center;
}
.no-margin{
    margin: 0;
}
.titulo-parrafo{
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.parrafo-parrafo{
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}
.btn{
    background-color: #D4AF37;
    display:inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 1rem;
    transition: background-color .3s ease-out;
    border: none;
}
.btn:hover{
    background-color: #0D1B2A;
    color: #F2F4F7;
    cursor: pointer;
}
.img{
    max-height: 50rem;
    max-width: 50rem;
    margin: 1.5rem;
}
.hero{
    min-height: 25rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/Synergi-img-4.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*------------------*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #6B7280;
}
.hero__title{
    font-size: 4.8rem;
    color: white;
}
.card{
    border: 2px solid #6B7280;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    gap: 2rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2); 
}
.card--noBorder{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    gap: 2rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2); 
}
.card--noBorder--center{
    display: flex;
    flex-direction: column;
    justify-content: center;
     align-items: center;
    padding: 2rem;
    gap: 2rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2); 
}
.card--noShadow{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    gap: 2rem;
}
.card--blue{
   /* border: 2px solid #6B7280; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    background-color: #1B365D;
    margin-bottom: 1rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2); 
}
.card--LightGray{
   /* border: 2px solid #6B7280; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    background-color: #F2F4F7;
    margin-bottom: 1rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2);
}
.card--DarkGray{
   /* border: 2px solid #6B7280; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    background-color: #6B7280;
    margin-bottom: 1rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2);
}
.card--blue--center{
    /* border: 2px solid #6B7280; */
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding: 2rem;
     background-color: #1B365D;
     margin-bottom: 1rem;
     border-radius:3px; 
     box-shadow:0 5px 5px rgba(0,0,0,0.2);
 }
.card--yellow{
   /* border: 2px solid #6B7280; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    background-color:#D4AF37;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2);    
}
.card--gradient{
    background-image: linear-gradient(rgba(27, 54, 93, 0.8), rgba(212, 175, 55, 0.8));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2); 
}
.card--white{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    gap: 2rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2); 
}
.icon-card--noBorder{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 2rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2); 
}
.card__title{
    text-align: center;
}
.card__title--white{
    color: #F2F4F7;
}
.card__list{
    list-style: circle;
    line-height: 3;
    font-style: italic;
    padding: 0;
    margin: 0;
}
.card__list--none{
    list-style: none;
    line-height: 3;
    font-style: italic;
    padding: 0;
    margin: 0; 
}
.card__list--left{
    list-style: circle;
    line-height: 2;
    text-align: left;
    font-style: italic;
    list-style-position: inside;
    padding: 0;
    margin: 0; 
}
.card__item{
    padding: 2rem;
}
.card__grid--250{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-evenly;
    gap: 2rem;
    padding: 3rem;  
}
.card__grid--450{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-evenly;
    gap: 2rem;
    padding: 3rem;  
}
.form{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 3rem;
}
.form__campo{
    display: flex;
    flex-direction: column;
}
.img_bg{
    background-image: linear-gradient(to right, rgba(27, 54, 93, 1), rgba(27, 54, 93, 0.3)), url("../img/Synergi-img-15.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.container--white{
 min-height: 50rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
 padding: 5rem;
 background-color: #ffffff;
 padding-top: 9rem;
}
.container--LightGray{
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5rem;
    background-color: #F2F4F7;
    padding-top: 9rem;
}
/*----------------------------------------------------------------------------------*/
/*navegation bar*/
/* Header Base */
.sitio-header {
    background-color: #1B365D;
    /* Borde dorado para coincidir con el diseño del footer */
    border-bottom: 3px solid #D4AF37; 
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.contenedor-navegacion {
    max-width: 1200px;
    margin: 0 auto;
    height: 6rem; /* Reducido de 8rem para mejor visualización móvil */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
} 
/* Identidad de Marca */
.nav-logo {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav-logo span {
    color: #D4AF37; /* Resalte en dorado estratégico */
    font-weight: 400;
    display: block;
    font-size: 0.8rem;
}
/* Lista de Navegación */
.nav-principal ul {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.enlace {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    /* Tamaño de objetivo táctil WCAG 2.2 (Min 48px) */
    display: flex;
    align-items: center;
    min-height: 3rem; 
    transition: all 0.3s ease;
    position: relative;
}
/* Efecto de interacción premium */
.enlace:hover {
    color: #D4AF37;
}
.enlace::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #D4AF37;
    transition: width 0.3s ease;
}

.enlace:hover::after {
    width: 100%;
}
/*----------------------------------------------------------------------------------*/
/*Index-Page*/
.inicio{
    background-image: linear-gradient(rgba(27, 54, 93, 0.8),rgba(212, 175, 55, 0.8)), url("../img/Synergi-img-16.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*---------*/
    min-height: 110rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#F2F4F7;
}
.inicio h1{
    font-size: 4.8rem;
    text-align: center;
    line-height: 1.5;
}
.inicio h2{
    font-size: 2.6rem;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.inicio p{
    line-height: 2;
    text-align: center;
    font-size: 1.8rem;
}
.inicio li{
    font-size: 2rem;
}
.about-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
.about-serve-row{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(20rem, auto);
    gap: 2rem;
    padding: 3rem;  
}
.offer__grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 0 0 0;
}
.offer h4{
    padding-top: 0;
    font-weight: normal;
    font-style: oblique;
}
.offer p{
    margin-top: 0;
}
.services-row{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 2rem;
    justify-content: center;
    margin-bottom: 5rem;
}
.cta{
    min-height: 60rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7) , rgba(0, 0, 0, 0.7)), url("../img/Synergi-img-3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*-----------------------*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*linear-gradient(rgba(212, 175, 55, 0.7) , rgba(0, 0, 0, 0.7))*/
}
.cta__grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 3rem;
}
.cta__text{
    line-height: 2;
    margin: 0;
}
.cta__text--white{
    color: #ffffff;
    line-height: 2;
    margin: 0;
}
/*----------------------------------------------------------------------------------*/
/*About page*/
.about-page-content{
    min-height: 90rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 2px solid #6B7280;
    background-color: #F2F4F7;
}
.about-page-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    min-height: 40rem;
    align-items: center;
}
.about-grid-item p{
    max-height: 50rem;
    max-width: 50rem;
    margin: 1.5rem;
    font-style: italic;
}
/*----------------------------------------------------------------------------------*/
/*About page-Philosophy*/
.about-page-phil{
    min-height: 77rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    border-bottom: 2px solid #6B7280;
}
.about-phil-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 40rem;
    align-items: center;
    
}
.about-phil-item p{
    max-height: 50rem;
    max-width: 50rem;
    margin: 1.5rem;
    font-style: italic;
}
.about-phil-list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-evenly;
}
/*----------------------------------------------------------------------------------*/
/*About page-Promise*/
.about-page-promise{
    min-height: 75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 2rem;
    border-bottom: 2px solid #6B7280;
    background-color: #F2F4F7;
}
.about-promise-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-evenly;
}
.promise-grid-item p{
    max-height: 50rem;
    max-width: 50rem;
    margin: 1.5rem;
    font-style: italic;
}
/*----------------------------------------------------------------------------------*/
/*About-page-Commitment*/
.about-page-commitment{
    min-height: 70rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 2rem;
    border-bottom: 2px solid #6B7280;
}
.about-commitment-grid{
    min-height: 35rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: space-evenly;
    gap: 2rem;
    padding: 2rem;  
}
.commitment__card{
    border: 2px solid #6B7280;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #1B365D;
    margin-bottom: 1rem;
    border-radius:3px; 
    box-shadow:0 5px 5px rgba(0,0,0,0.2);
    color:#F2F4F7;
}
/*about-onsultant-article*/
.about-consultant-article{
    min-height: 70rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding: 2rem;
    border-bottom: 2px solid #6B7280;
    background-color: #F2F4F7;
}
.consultant-article-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5rem;
}
/*----------------------------------------------------------------------------------*/
/*Consultant-page*/
.consultant{
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding: 2rem;
    /*border-bottom: 2px solid #6B7280;*/
    background-color: #F2F4F7;
}
.consultant__grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.ConsultantExp{
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 2rem;
    border-bottom: 2px solid #6B7280;
}
.ConsultantExp__Grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-rows: minmax(20rem, auto);
    gap: 2rem;
}
.ConsultantPrep{
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding: 2rem;
    border-bottom: 2px solid #6B7280;
}
.ConsultantPrep__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: space-evenly;
    gap: 2rem;
    padding: 2rem; 
}
/*----------------------------------------------------------------------------------*/
/*Services-page*/
.services-page-column{
    min-height: 40rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-evenly;
    gap: 2rem;
    padding: 2rem;  
}
/*----------------------------------------------------------------------------------*/
/*Services page-Why Synergi*/
.services-page-why{
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #6B7280;
}
.why-synergi-strengths{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: space-evenly;
    gap: 2rem;
    padding: 2rem;  
}
/*----------------------------------------------------------------------------------*/
/*Contact-page*/
.contact__info{
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #6B7280;
}
.contact__form{
    min-height: 60rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7) , rgba(0, 0, 0, 0.7)), url("../img/Synergi-img-3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #6B7280;
}
/*----------------------------------------------------------------------------------*/
/* Footer Base */
.site-footer {
    background-color: #1B365D; 
    border-top: 3px solid #D4AF37; 
    color: #FFFFFF;
    padding: 4rem 2rem 2rem;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    /* Columnas adaptables: mínimo 250px cada una */
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 3rem;
}
/* Tipografía y Jerarquía */
.site-footer h3 {
    color: #D4AF37; 
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Contacto y Enlaces */
.footer-contact, .footer-nav ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-style: normal;
    list-style: none;
    padding: 0;
}
.contact-item, .footer-nav a {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    /* Tamaño de objetivo táctil accesible WCAG 2.2 (Min 48px) */
    min-height: 3rem; 
}
.footer-nav a:hover, .contact-item:hover {
    color: #D4AF37;
}
.footer-icon {
    margin-right: 1rem;
    color: #D4AF37;
}
/* Barra de Copyright */
.footer-bottom {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.copyright {
    font-size: 1.3rem;
    opacity: 0.8;
}
/*----------------------------------------------------------------------------------*/
.comingSoon{
    height: 110rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(
      rgba(27, 54, 93, 0.8), 
      rgba(212, 175, 55, 0.8)
    ), 
    url("../img/Synergi-img-3.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 2px solid #D4AF37;
}
/*---------------------------------Media Queries----------------------------------------*/
/* Ajustes para Móvil (Responsive)-Header*/
@media (max-width: 768px) {
    .contenedor-navegacion {
        flex-direction: column;
        height: auto;
        padding: 1.5rem;
    }
    .nav-principal ul {
        margin-top: 1rem;
        gap: 1rem;
    }
    .inicio h1{
        font-size: 3.6rem;
    }
    .inicio li{
        font-size: 1.2rem;
    }
    .list__item--mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .cta__grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        padding: 3rem;
    }
    .grid-tablet{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .about-serve-row{
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(20rem, auto);
    gap: 2rem;
    padding: 3rem;
    }
    .about-content{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .about-content__item1{
    grid-row: 2 / -2;
}
.about-content__item2{
    grid-row: 1 / -3;
}
.about-content__item3{
    grid-row: 3 / -1;
}
.about-content__item4{
    grid-row: 4 / 0;
}
    .services-row{
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax(20rem, auto);
    }
    .offer__grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .card__grid--450{
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-container {
        text-align: left; /* Lectura más natural en móvil que el centrado total */
    }
}

