
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'EB Garamond', serif;
  color: #fff;
  line-height: 1.6;
  background-color: #f8f9fa;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden; /* evita scroll horizontal */
  
}

/*====================================
HERO COFEPRIS
====================================*/

.hero-cofepris{

    position:relative;

    width:100%;
    height:720px;

    display:flex;
    align-items:center;

    overflow:hidden;

    background:
    linear-gradient(
        90deg,
        rgba(8,20,38,.92) 0%,
        rgba(8,20,38,.86) 28%,
        rgba(8,20,38,.55) 55%,
        rgba(8,20,38,.10) 100%
    ),
    url("images/hero-cofepris.webp") center right/cover no-repeat;

}

/*======================
CONTENIDO
======================*/

.hero-content{

    position:relative;
    z-index:2;
    max-width:1600px;
    width:100%;
    margin:auto;
    padding:0 120px;
}

/*======================
TÍTULO SUPERIOR
======================*/

.hero-content h2{
    color:#ffffff;
    font-family:Georgia, serif;
    font-size:65px;
    font-weight:300;
    line-height:1.15;
    margin-bottom:28px;
}

/*======================
TÍTULO PRINCIPAL
======================*/

.hero-content h1{
    color:#E8C05C;
    font-size:88px;
    line-height:1.05;
    font-weight:700;
    display:inline-block;
}

/* línea inferior */

.hero-content h1 span{
    display:block;
    width:400px;
    height:6px;
    background:#E8C05C;
    border-radius:10px;
    margin-top:18px;
	margin-left: 490px;
}

/*======================
MARCA
======================*/

.hero-brand{
    display:table;
    align-items:center;
    justify-content:center;
    margin-top:42px;
    padding:15px 28px;
    background:#07111F;
    color:#ffffff;
    font-size:34px;
    font-weight:300;
    letter-spacing:.5px;
}

/*====================================
RESPONSIVE
====================================*/

@media(max-width:1200px){
.hero-cofepris{
    height:620px;
}

.hero-content{
    padding:0 70px;
}

.hero-content h2{
    font-size:48px;
}

.hero-content h1{
    font-size:65px;
}

.hero-content h1 span{
    width:250px;
}

.hero-brand{
    font-size:26px;
}

}

@media(max-width:768px){

.hero-cofepris{

    height:50vh;

    background:
    linear-gradient(
        180deg,
        rgba(8,20,38,.88) 0%,
        rgba(8,20,38,.80) 45%,
        rgba(8,20,38,.55) 100%
    ),
    url("images/hero-cofepris-mobile.webp") center center/cover no-repeat;

}

.hero-content{
    padding:0 35px;
}

.hero-content h2{
    font-size:34px;
    margin-bottom:18px;
}

.hero-content h1{
    font-size:50px;
}

.hero-content h1 span{
    width:180px;
    height:4px;
    margin-top:12px;
}

.hero-brand{
    font-size:22px;
    padding:12px 22px;
    margin-top:28px;
}
}

@media(max-width:480px){
.hero-content h2{
    font-size:28px;
}

.hero-content h1{
    font-size:35px;
}

.hero-brand{
    font-size:18px;
}
}

/*==========================
INTRO COFEPRIS
==========================*/

.cofepris-intro{
padding:80px 20px;
background:#fff;
}

.cofepris-intro-container{
max-width:1500px;
margin:auto;
text-align:center;
}

.cofepris-intro h2{
margin:0 0 28px;
font-size:48px;
font-weight:300;
line-height:1.15;
letter-spacing:-1px;
color:#27496B;
text-transform:uppercase;
}

.cofepris-intro h2 span{
color:#A98256;
font-weight:700;
}

.cofepris-intro p{
max-width:1080px;
margin:auto;
font-size:35px;
line-height:1.25;
color:#27496B;
font-weight:300;
}

.cofepris-intro p strong{
font-weight:700;
}

/*==========================
TABLET
==========================*/

@media(max-width:992px){

.cofepris-intro{
padding:70px 30px;
}

.cofepris-intro h2{
font-size:42px;
}

.cofepris-intro p{
font-size:28px;
}

}

/*==========================
MOBILE
==========================*/

@media(max-width:768px){

.cofepris-intro{
padding:55px 25px;
}

.cofepris-intro h2{
font-size:31px;
line-height:1.2;
margin-bottom:20px;
}

.cofepris-intro p{
font-size:22px;
line-height:1.35;
}

}

@media(max-width:480px){

.cofepris-intro{
padding:45px 20px;
}

.cofepris-intro h2{
font-size:24px;
}

.cofepris-intro p{
font-size:18px;
}
}



/*=====================================
PUBLICIDAD
=====================================*/

.publicidad-section{
position:relative;
width:100%;
min-height:750px;
display:flex;
justify-content:flex-end;
align-items:flex-start;
padding:120px 120px;
background:url("images/publicidad-medicos.webp") center center/cover no-repeat;
overflow:hidden;
}

.publicidad-content{
max-width:1200px;
}

.publicidad-content h2{
margin:0;
font-size:52px;
line-height:1.2;
font-weight:300;
color:#27496B;
letter-spacing:-.5px;
}

.publicidad-content h2 strong{
font-weight:700;
}

/*====================
TABLET
====================*/

@media(max-width:1200px){

.publicidad-section{
min-height:700px;
padding:90px 70px;
}

.publicidad-content{
max-width:700px;
}

.publicidad-content h2{
font-size:44px;
}

}

/*====================
MOBILE
====================*/

@media(max-width:768px){

.publicidad-section{
min-height:780px;
padding:60px 30px;
justify-content:center;
align-items:flex-start;
background-position:left center;
}

.publicidad-content{

    max-width:100%;
    text-align:center;

    background:rgba(255,255,255,.80); /* 80% blanco */
    padding:10px;
    border-radius:20px;

}

.publicidad-content h2{
font-size:28px;
line-height:1.45;
}

}

@media(max-width:480px){

.publicidad-section{
min-height:228px;
padding:40px 20px;
}

.publicidad-content h2{
font-size:22px;
}

}

/*======================================
BENEFICIOS
======================================*/

.beneficios-aviso{

    width:100%;
    background:#fff;
    overflow:hidden;

}


/*============================
TITULO
============================*/

.beneficios-title{

    background:#294766;
    color:#fff;
    text-align:center;
	margin-bottom: 30px;
    padding:20px;

}

.beneficios-title h2{

    font-size:34px;
    font-weight:300;
    letter-spacing:.5px;

}

.beneficios-title strong{

    font-weight:700;

}



/*============================
FILAS
============================*/




/*============================
FRANJAS
============================*/

.beneficio-row{
    position:relative;
    display:grid;
    grid-template-columns:1fr 180px 1fr;
    align-items:center;
    min-height:170px;
    margin-bottom:60px;
}

.beneficio-row::before{
    content:"";
    position:absolute;
    top:6px;
    bottom:12px;
    z-index:0;
}

.beneficio-row>*{
    position:relative;
    z-index:2;
}

/* Azul a la derecha */

.blue::before{
    right:0;
    width:50%;
    background:#294766;
    border-radius:25px 0 0 25px;
}

/* Beige a la izquierda */

.gold::before{
    left:0;
    width:50%;
    background:#B89463;
    border-radius:0 25px 25px 0;
}



/*============================
CIRCULO CENTRAL
============================*/

.circulo{

    width:200px;
    height:200px;

    border-radius:50%;

    margin:auto;

    overflow:hidden;

    z-index:5;

    position:relative;

}



.circulo img{

    width:100%;
    height:100%;

    object-fit:cover;

}



/*============================
NUMEROS
============================*/

.numero{

    font-size:82px;

    font-weight:800;

    color:#294766;

    line-height:1;

}

.numero.left{

    text-align:right;

    padding-right:28px;

}

.numero.right{

    text-align:left;

    padding-left:28px;

}



/*============================
TEXTOS
============================*/

.contenido{

    color:#fff;

    max-width:570px;

}

.contenido.right{

    padding-left:35px;

}

.contenido.left{

    margin-left:auto;

    padding-right:35px;

    text-align:right;

}


.gold .contenido{

    color:#fff;

}

.blue .contenido{

    color:#fff;

}

.contenido h3{

    font-size:34px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:8px;

}

.contenido p{

    font-size:30px;

    line-height:1.35;

    font-weight:300;

}

.contenido strong{

    font-weight:700;

}



/*====================================
RESPONSIVE
====================================*/

@media(max-width:991px){

.beneficio-row{

grid-template-columns:1fr;

padding:50px 30px;

background:#294766 !important;

gap:25px;

}

.gold{

background:#B89463 !important;

}

.numero{

text-align:center !important;

padding:0 !important;

order:1;

font-size:70px;

}

.circulo{

order:2;

}

.contenido{

order:3;

padding:0 !important;

margin:auto !important;

text-align:center !important;

max-width:100%;

}

.beneficios-title h2{

font-size:28px;

}

.contenido h3{

font-size:28px;

}

.contenido p{

font-size:22px;

}

}

/*=====================================
PRECIO
=====================================*/

.precio-section{

    background:#fff;
    padding:0px 20px;

}

.precio-container{

    max-width:1600px;
    margin:auto;

    position:relative;

    background:#fff;

    min-height:320px;

    overflow:hidden;

    border-radius:24px;

}

/*=========================
IMAGEN
=========================*/

.precio-image{

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:100%;

}

.precio-image img{

    width:100%;
    height:100%;

    object-fit:cover;

}



/*=========================
CONTENIDO
=========================*/

.precio-content{

    position:relative;

    z-index:5;

    display:flex;

    justify-content:space-between;

    align-items:center;

    min-height:320px;

    padding-left:38%;
    padding-right:60px;

}

/*=========================
TEXTO
=========================*/

.precio-texto h2{

    font-size:58px;

    font-weight:800;

    color:#294766;

    line-height:1.05;

    margin-bottom:10px;

}

.precio-texto h3{

    font-size:42px;

    font-weight:300;

    color:#294766;

}

.precio-texto span{

    font-weight:700;

    border-bottom:3px solid #294766;

}

/*=========================
PRECIO
=========================*/

.precio-box{

    text-align:right;

}

.precio-box small{

    display:block;

    font-size:34px;

    color:#294766;

    margin-bottom:5px;

}

.precio{

    font-size:88px;

    font-weight:800;

    color:#294766;

    line-height:1;

}

.precio span{

    font-size:.75em;

    vertical-align:top;

}



/*=====================================
TABLET
=====================================*/
@media (max-width:1024px){

    .precio-section{

        padding:0 20px;

    }

    .precio-container{

        min-height:520px;
        border-radius:20px;

    }

    .precio-image{

        position:absolute;

    }

    .precio-image img{

        object-position:left center;

    }

    .precio-content{

        min-height:520px;

        padding:50px 40px;

        padding-left:45%;

        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:flex-end;
        gap:30px;

        text-align:right;

    }

    .precio-texto h2{

        font-size:46px;

    }

    .precio-texto h3{

        font-size:34px;

    }

    .precio-box{

        text-align:right;

    }

    .precio-box small{

        font-size:28px;

    }

    .precio{

        font-size:68px;

    }

}


/*=====================================
MOVIL
=====================================*/
@media (max-width:767px){

    .precio-section{

        padding:0 15px;

    }

    .precio-container{

        min-height:auto;
        border-radius:18px;

    }

    .precio-image{

        position:relative;
        width:100%;
        height:260px;

    }

    .precio-image img{

        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;

    }

    .precio-content{

        min-height:auto;

        padding:35px 25px 45px;

        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:25px;

        text-align:center;

    }

    .precio-texto{

        width:100%;

    }

    .precio-texto h2{

        font-size:34px;
        line-height:1.1;

    }

    .precio-texto h3{

        font-size:26px;
        line-height:1.25;

    }

    .precio-texto span{

        border-width:2px;

    }

    .precio-box{

        width:100%;
        text-align:center;

    }

    .precio-box small{

        font-size:22px;
        margin-bottom:8px;

    }

    .precio{

        font-size:56px;

    }

}


/*=====================================
MOVIL PEQUEÑO
=====================================*/
@media (max-width:480px){

    .precio-image{

        height:220px;

    }

    .precio-content{

        padding:30px 20px 35px;
		margin-top: -220px;

    }

    .precio-texto h2{

        font-size:28px;

    }

    .precio-texto h3{

        font-size:22px;

    }

    .precio-box small{

        font-size:18px;

    }

    .precio{

        font-size:46px;

    }

}


/*======================================
INFORMACIÓN COFEPRIS
======================================*/

.cofepris-info{

    width:100%;
    padding:0px 30px;

    background-image:url("images/cofepris-fondo.webp");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    overflow:hidden;

}

/*============================
CONTENEDOR
============================*/

.cofepris-container{

    max-width:1600px;
    margin:auto;

}

/*============================
TEXTOS
============================*/

.cofepris-container p{

    font-size:34px;
    line-height:1.75;
    color:#294766;
    font-weight:300;
    text-align:left;
    margin:0 auto 70px;
    max-width:1550px;
}

.cofepris-container2 {
        text-align:right !important;
		margin:0 auto 70px;
    max-width:1550px;
	font-size:34px;
    line-height:1.75;
    color:#294766;
    font-weight:300;
   
}


.cofepris-container p:last-child{

    margin-bottom:0;

}

.cofepris-container strong{

    font-weight:700;

}
.cofepris-container2 strong{

    font-weight:700;
}


/*======================================
TABLET
======================================*/
@media (max-width:1024px){

    .cofepris-info{

        padding:70px 30px;

        background-position:center;
        background-size:cover;

    }

    .cofepris-container p{

        font-size:28px;
        line-height:1.7;
        margin-bottom:50px;

    }

    .cofepris-container2{

        font-size:28px;
        line-height:1.7;
        margin-bottom:50px;

    }

}


/*======================================
MÓVIL
======================================*/
@media (max-width:767px){

    .cofepris-info{

        padding:50px 20px;

    }

    .cofepris-container p{

        font-size:20px;
        line-height:1.7;
        text-align:left;
        margin-bottom:35px;

    }

    .cofepris-container2{

        font-size:20px;
        line-height:1.7;
        text-align:left !important;
        margin-bottom:35px;

    }

}


/*======================================
MÓVIL PEQUEÑO
======================================*/
@media (max-width:480px){

    .cofepris-info{

        padding:40px 15px;

    }

    .cofepris-container p{

        font-size:18px;
        line-height:1.65;
        margin-bottom:28px;

    }

    .cofepris-container2{

        font-size:18px;
        line-height:1.65;
        margin-bottom:28px;

    }

}

/*======================================
DOCUMENTOS
======================================*/

.documentos-section{

    width:80%;
    padding:0px 20px 60px;
    background:#fff url("images/documentos-bg.webp") center center/cover no-repeat;
    overflow:hidden;
	margin:auto;
}

.documentos-container{

    max-width:1600px;
    margin:auto;
    position:relative;

}


/*======================================
TITULO
======================================*/

.documentos-title{

    width:1100px;
    max-width:100%;

    margin:0 auto 80px;

    background:#294766;

    border-radius:80px;

    padding:22px 40px;

    text-align:center;

}

.documentos-title h2{
    color:#fff;
    font-size:40px;
    font-weight:300;
    line-height:1.2;
}

.documentos-title strong{

    font-weight:700;

}

.documentos-title em{

    font-style:italic;
    font-weight:300;

}


/*======================================
LAYOUT
======================================*/

.documentos-content{

    display:grid;

    grid-template-columns:
    420px
    1fr
    420px;

    align-items:center;

    gap:40px;

}


/*======================================
IMAGEN CENTRAL
======================================*/

.documentos-center{

    display:flex;
    justify-content:center;
    align-items:center;

}

.documentos-center img{

    width:100%;
    max-width:520px;

    display:block;

}


/*======================================
COLUMNAS
======================================*/

.documentos-left,
.documentos-right{

    display:flex;

    flex-direction:column;

    gap:160px;

}


/*======================================
TARJETAS
======================================*/

.doc-card{

    display:flex;

    align-items:center;

}

.doc-icon{

    width:82px;
    height:82px;

    background:#203B59;

    display:flex;

    justify-content:center;
    align-items:center;

    flex-shrink:0;

}

.doc-icon img{

    width:80px;

    display:block;

}


/*======================
CAJA
======================*/

.doc-text{

    background:#294766;

    color:#fff;

    min-height:82px;

    display:flex;

    align-items:center;

    padding:18px 22px;

    flex:1;

}

.doc-text p{

    font-size:18px;

    line-height:1.45;

    font-weight:300;

}

.doc-text strong{

    font-weight:700;

}


/*======================================
DOCUMENTO INFERIOR
======================================*/

.doc-bottom{

    margin-top:60px;

    display:flex;

    justify-content:center;

}

.doc-bottom .bottom{

    width:900px;
    max-width:100%;

}

.doc-bottom .doc-text{

    justify-content:center;

    text-align:center;

}

/*==================================================
TABLET
==================================================*/

@media (max-width:1200px){

.documentos-section{

    padding:90px 30px;

}

.documentos-title{

    width:100%;
    padding:18px 35px;
    margin-bottom:60px;

}

.documentos-title h2{

    font-size:34px;

}

.documentos-content{

    grid-template-columns:1fr;

    gap:50px;

}

.documentos-center{

    order:1;

}

.documentos-center img{

    max-width:420px;

}

.documentos-left{

    order:2;
    gap:30px;

}

.documentos-right{

    order:3;
    gap:30px;

}

.doc-card{

    width:100%;

}

.doc-bottom{

    margin-top:40px;

}

.doc-bottom .bottom{

    width:100%;

}

.doc-text{

    min-height:90px;

}

.doc-text p{

    font-size:17px;

}

}



/*==================================================
MÓVIL
==================================================*/

@media (max-width:768px){

.documentos-section{

    padding:0px 20px;

}

.documentos-title{

    border-radius:40px;

    padding:18px 25px;

    margin-bottom:45px;

}

.documentos-title h2{

    font-size:25px;
    line-height:1.35;

}

.documentos-content{

    display:flex;
    flex-direction:column;
    gap:30px;

}

.documentos-center{

    order:1;

}

.documentos-center img{

    width:100%;
    max-width:320px;

}

.documentos-left{

    width:100%;
    order:2;
    gap:20px;

}

.documentos-right{

    width:100%;
    order:3;
    gap:20px;

}

.doc-card{

    width:100%;

    display:flex;
    align-items:stretch;

}

.doc-icon{

    width:72px;
    min-width:72px;
    height:auto;

}

.doc-icon img{

    width:42px;

}

.doc-text{

    padding:18px;

    min-height:auto;

}

.doc-text p{

    font-size:16px;
    line-height:1.55;

}

.doc-bottom{

    margin-top:20px;

}

.doc-bottom .bottom{

    width:100%;

}

}



/*==================================================
MÓVILES PEQUEÑOS
==================================================*/

@media (max-width:480px){

.documentos-title h2{

    font-size:21px;

}

.documentos-center img{

    max-width:260px;

}

.doc-icon{

    width:65px;
    min-width:65px;

}

.doc-icon img{

    width:36px;

}

.doc-text{

    padding:15px;

}

.doc-text p{

    font-size:15px;

}

}

/*======================================
CIERRE
======================================*/

.cierre-section{

    width:100%;
	margin-top: 20px;
    padding:40px 20px;
    background-image:url("images/BANNER FINAL.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    overflow:hidden;

}


/*==========================
CONTENEDOR
==========================*/

.cierre-container{

    max-width:1500px;

    margin:auto;

}


/*==========================
TITULO
==========================*/

.cierre-container h2{

    color:#fff;

    font-size:68px;

    font-weight:300;

    line-height:1.2;

    margin-bottom:18px;

}

.cierre-container h2 span{

    color:#FFD05C;

    font-weight:700;

}


/*==========================
LINEA
==========================*/

.cierre-linea{

    width:100%;

    height:4px;

    background:rgba(255,255,255,.95);

    border-radius:10px;

    position:relative;

    margin-bottom:55px;

}

.cierre-linea span{

    position:absolute;

    right:0;
    top:50%;

    transform:translateY(-50%);

    width:48%;

    height:10px;

    background:#fff;

    border-radius:20px;

    box-shadow:
    0 0 12px rgba(255,255,255,.7);

}


/*==========================
TEXTO
==========================*/

.cierre-container p{

    color:#fff;

    font-size:56px;

    line-height:1.35;

    font-weight:300;

    text-align:center;

}

.cierre-container p strong{

    font-weight:700;

}

.gold{

    color:#FFD05C;

}

/*======================================
TABLET
======================================*/
@media (max-width:1024px){

    .cierre-section{

        padding:70px 30px;
        background-position:center;

    }

    .cierre-container h2{

        font-size:52px;
        text-align:center;

    }

    .cierre-linea{

        margin:35px 0 45px;
        height:3px;

    }

    .cierre-linea span{

        width:45%;
        height:8px;

    }

    .cierre-container p{

        font-size:38px;
        line-height:1.45;

    }

}


/*======================================
MÓVIL
======================================*/
@media (max-width:767px){

    .cierre-section{

        margin-top:10px;
        padding:55px 20px;

        background-position:center;
        background-size:cover;

    }

    .cierre-container{

        max-width:100%;

    }

    .cierre-container h2{

        font-size:34px;
        line-height:1.25;
        text-align:center;
        margin-bottom:25px;

    }

    .cierre-linea{

        height:3px;
        margin-bottom:30px;

    }

    .cierre-linea span{

        width:40%;
        height:6px;

    }

    .cierre-container p{

        font-size:24px;
        line-height:1.55;
        text-align:center;

    }

}


/*======================================
MÓVIL PEQUEÑO
======================================*/
@media (max-width:480px){

    .cierre-section{

        padding:45px 15px;

    }

    .cierre-container h2{

        font-size:28px;

    }

    .cierre-linea{

        margin-bottom:25px;

    }

    .cierre-linea span{

        width:38%;
        height:5px;

    }

    .cierre-container p{

        font-size:20px;
        line-height:1.6;

    }

}