/* RESET */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    width:100%;
    overflow-x:hidden;
}

body{
    margin:0;
    padding:0;
}
/* 1. Importa la fuente desde Google Fonts */
@import url('https://googleapis.com');

/* 2. Aplícala a toda tu página web usando el selector body */
body {
    font-family: 'Roboto', sans-serif;
}

:root{

    --yellow:#F1E600;
    --pink:#EC1460;
    --purple:#8163AD;
    --blue:#3E4FA4;
    --lightPink:#D89CC8;
    --cyan:#7DC9D7;
    --white:#FFFFFF;

}

section{
    width:100%;
}

.container{

    width:100%;

    max-width:1400px;

    margin:0 auto;

    padding:0 40px;
}

.hero{

    width:100%;

    overflow:hidden;

    background:var(--purple);
}

.hero-top{

    background:var(--yellow);

    overflow:hidden;
}

.hero-stripes{

    height:120px;

    position:relative;

    overflow:hidden;

    background:var(--cyan);
}

.stripe{

    position:absolute;

    top:0;
    bottom:0;

    transform:skewX(-35deg);
}

.pink{

    width:520px;

    background:var(--pink);

    left:-80px;
}

.blue{

    width:110px;

    background:#5878BC;

    left:380px;
}

.light-pink{

    width:260px;

    background:#DD5AA6;

    left:470px;
}

.cyan-right{

    width:180px;

    background:var(--cyan);

    right:180px;
}

.yellow{

    width:260px;

    background:var(--yellow);

    right:20px;
}

.hero-header{

    background:var(--purple);

    height:190px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;
}

.hero-header h1{

    color:white;

    font-size:4rem;

    font-weight:800;

    line-height:1;
}

.hero-header span{

    color:white;

    letter-spacing:6px;

    font-size:.9rem;
}

.logos{

    background:white;

    padding:0px 0;
}

.logos-wrapper{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:60px;

    flex-wrap:wrap;
}

.logos-wrapper img{

    width:100%;
}

.main-banner{

    position:relative;

    height:300px;

    overflow:hidden;
    background-color: #F1E600;
}

.banner-bg{

    position:absolute;

    inset:0;
}



.banner-content{

    position:relative;

    z-index:10;

    text-align:center;

    padding-top:10px;
}

.banner-content h2{
    margin-top: 50px;
    color:#dd1252;

    font-size:8rem;

    line-height:.9;

    font-weight:800;
}

.banner-content-copia{

    position:relative;

    z-index:10;

    text-align:center;

    padding-top:10px;
}

.banner-content-copia h2{

    color:var(--pink);

    font-size:5rem;

    line-height:.9;

    font-weight:800;
}


.buttons{
    
    margin-top:40px;

    display:flex;

    justify-content:center;

    gap:40px;

    flex-wrap:wrap;
}

.btn{

    width:260px;

    height:58px;

    border-radius:8px;

    background:var(--pink);

    border:2px solid var(--yellow);

    color:var(--yellow);

    text-decoration:none;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:.9rem;

    font-weight:700;

    letter-spacing:3px;
}

.revoluciona {
    padding: 80px 20px;
    background: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.revoluciona .container {
    max-width: 1100px;
    margin: 0 auto;
}

/* HEADER */

.section-header {
    text-align: center;
    
    margin-bottom: 60px;
}

.section-header h2 {
    color: #243b8f;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}

.section-header p {
    color: #243b8f;
    font-size: 22px;
    line-height: 1.5;
    max-width: 850px;
    margin: 0 auto;
}

/* *********************CARDS *****************************/

.cards{
    display:flex;
    justify-content:center;
    gap:20px;
}

.cardLineas{
    width:390px;
    height:390px;
    border-radius:16px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    cursor:pointer;
}

.profesion{
    background-image:url('../assets/img/revoluciona-profesion-2.png');
}

.oficio{
    background-image:url('../assets/img/revoluciona-oficio.png');
}


/***********LOGOS MEDIOS***********/

.logosMedios{
    width:100%;
}

.logosMedios img{
    width:100%;
    display:block;
}

/*
---------------------*/
/************BANNER PROFESION**************/

.bannerRevolucionaPro{
    width: 100%;
  overflow: hidden;
}
.bannerRevolucionaPro img{
    width: 100%;
  height: 100%;
  object-fit: cover; /* Recorta la imagen para llenar el contenedor manteniendo su proporción */
  object-position: center;

}


/****************************INFO PROFESION********************************/
.info-profesion{
    padding:80px 20px;
    text-align:center;
}

.info-box{
    max-width:760px;
    margin:auto;
    border:6px solid #f2e500;
    padding:55px 40px 25px;
    position:relative;
}

.info-box h2{
    color:#5b7bc4;
    font-size:34px;
    font-weight:700;
    margin-bottom:12px;
}

.info-box p{
    max-width:600px;
    margin:0 auto;
    color:#5b7bc4;
    font-size:18px;
    line-height:1.4;
}

/* DESTINATARIOS */

.destinatarios{
    position: relative;

    /* hace que sobresalga */
    width: calc(100% + 80px);

    /* lo centra nuevamente */
    left: 50%;
    transform: translateX(-50%);
    margin:35px -70px; /* sobresale más */
}

.destinatarios-title{
    background:#5b7bc4;
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:4px;
    padding:12px 0;
    width: 900px;
}

.destinatarios-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    border:2px solid #5b7bc4;
    border-top:none;
    width: 900px;
}

.item{
    padding:22px;
    background-color: #FFFFFF;
    color:#5b7bc4;
    font-size:15px;
    line-height:1.4;
}

.item:first-child{
    border-right:2px solid #5b7bc4;
}

/* TEXTO INFERIOR */

.fecha-inscripcion{
    color:#5b7bc4;
    font-size:18px;
    font-weight:600;
}

/* BOTON */

.btn-inscribite{
    margin-top: 30px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:420px;
    height:60px;
    background:#5b7bc4;
    color:white;
    text-decoration:none;
    font-weight:700;
    font-size:26px;
    text-transform:uppercase;
    transition:.3s;
}

.btn-inscribite:hover{
    opacity:.9;
}


/*************************TRES PILARES*****************/

.pillars-section{

    position:relative;

    background:#D79CC8;

    overflow:hidden;

    padding:120px 0 90px;

    width:100%;
}
/*Texto gigante de fondo*/
.pillars-background{
    position:absolute;
    inset:0;

    background-image:url('../assets/img/bg-revoluciona-pillars.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    z-index:1;
}

.cardPilares{
    width:450px;
    margin-top: 40px;
    min-height:390px;

    background:#5c79bd;
    border-radius:22px;

    padding:50px 40px;

    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
.cardPilares h3{
    min-height:110px; /* mismo espacio para los 3 títulos */

    margin:0;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#efe300;
    font-size:20px;
    font-weight:700;
    letter-spacing:5px;
    line-height:1.3;
}
.cardPilares p{
    margin-top:35px;

    color:#fff;
    font-size:28px;
    font-weight:300;
    line-height:1.3;

    max-width:90%;
}




.program-lines{

    background:var(--yellow);

    padding-bottom:70px;

    position:relative;
}
/*Etiqueta azul*/
.program-badge{

    width:420px;

    height:70px;

    margin:0 auto -25px;

    background:var(--blue);

    color:var(--yellow);

    border-radius:10px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    letter-spacing:4px;

    position:relative;

    z-index:5;
}
/*Contenedor de tarjetas*/
.lines-wrapper{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;
}
/*Tarjetas*/
.line-card{

    width:320px;

    height:175px;

    border:2px solid var(--blue);

    border-radius:10px;

    background:transparent;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;
}
/*Título tarjeta*/
.line-card h3{

    color:var(--blue);

    font-size:2rem;

    font-weight:800;

    line-height:1;
}
/*Subtítulo tarjeta*/
.line-card span{

    margin-top:10px;

    color:var(--blue);

    letter-spacing:5px;

    font-size:1rem;
}

.profession-section{

    background:var(--pink);

    padding:90px 0;

    width:100%;
}
/*Grid*/
.profession-grid{

    display:grid;

    grid-template-columns:1fr 1.2fr;

    gap:80px;

    align-items:center;
}
/*Título gigante*/
.profession-title h2{

    color:var(--lightPink);

    font-size:5.5rem;

    line-height:.95;

    font-weight:800;

    margin:0;
}
/*Columna derecha*/
.profession-content{
    
    color:white;
}
/*Destinatarios*/
.profession-content h3{

    color:var(--yellow);

    font-size:1.2rem;

    letter-spacing:4px;

    margin-bottom:20px;

    font-weight:700;
}
/*Lista*/
/*******************************BENEFICIOOOOSSSS**********************/
.metodologia{
    padding:60px 20px;
    
}

.metodologia-box{
     max-width:1220px;
    margin:auto;
    border:2px solid #9cb0d4;
}

/* TITULO */

.metodologia-title{
    text-align:center;
    padding:28px 20px;
    display:flex;
    align-items:center;
    justify-content:center;

    color: var(--blue);
    font-size:40px;
    font-weight:700;

   border-bottom:2px solid #9cb0d4;
}

/* MODALIDADES */

.modalidades{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

.modalidad{
    min-height:120px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    padding:25px 15px;

    border-right:2px solid #9aa9c7;
}

.modalidad:last-child{
    border-right:none;
}

.modalidad strong{
    color:#5577be;
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

.modalidad span{
    color:#7f8ba6;
    font-size:18px;
    line-height:1.3;
}

/* BENEFICIOS */

.beneficios{
    display:grid;
    grid-template-columns:1fr 1fr;
    

    border-top:2px solid #9aa9c7;
}
.beneficios img{
     width:70px;
    height:auto;
}

.beneficio{
    display:flex;
    align-items:center;
    gap:24px;

    padding: 22px 28px;

    min-height:95px;
}

.beneficio:first-child{
    border-right:2px solid #9aa9c7;
}

/* ICONOS */

.icono{
    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:50px;
    /*color:#9aa9c7;*/

    flex-shrink:0;
}

.beneficio h4{
    margin:0 0 8px;
    margin-bottom:6px;
    color:#5577be;
    font-size:20px;
    font-weight:700;
}

.beneficio p{
    margin:0;

    color:#7f8ba6;
    font-size:18px;
    line-height:1.4;
}

/***********seccion boton beneficios*******************/
.financiamiento{
    max-width:1220px;
    margin:50px auto;
}

/* BARRA AMARILLA */

.financiamiento-title{
    height:70px;

    background:#ece300;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#5d7bc0;
    font-size:34px;
    font-weight:700;
}

/* GRID */

.financiamiento-grid{
    display:grid;
    grid-template-columns:
        1fr
        18px
        1fr
        18px
        1fr
        18px
        1fr;
}

/* COLUMNAS */

.financiamiento-grid .item{
    background:#7894cf;

    min-height:95px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    color:#ece300;
}

.financiamiento-grid .item strong{
    font-size:18px;
    font-weight:700;
    letter-spacing:4px;
    margin-bottom:4px;
}

.financiamiento-grid .item span{
    font-size:16px;
    line-height:1.2;
}

/* SEPARADORES */

.separator{
    background:
        repeating-linear-gradient(
            -45deg,
            #b8c7ea 0px,
            #b8c7ea 4px,
            #9eb2de 4px,
            #9eb2de 8px
        );
} 










/****************prueba profesion content ul, li libefore*/
.profession-content ul{
    display:flex;
    flex-direction:column;
    gap:20px;
    align-items:flex-start; /* importante */
}

.profession-content li{
    display:flex;
    align-items:center;
    gap:12px;
      width:100%; /* importante */
    justify-content:flex-start; /* importante */
}

.check{
    
    color:var(--yellow);
    font-size:2rem;
    font-weight:900;
    line-height:1;
    flex-shrink:0;
    

}
/*Párrafos*/

.profession-content p{
    margin-top: 20px;

    line-height:1.8;

    margin-bottom:15px;

    font-size:1.05rem;
    flex-shrink:0;
}
/******SECCTION NUEVA REVOLUCIONA************/

.revolBanner-medio{
    background-image:url("../assets/img/fondo_5.png");
    background-size:100% 100%;
    background-repeat:no-repeat;

    height:300px;

    display:flex;
    flex-direction:column;
    justify-content:space-between;

    padding-top:5px;
}
.content-banner{
    position:relative;
    text-align:center;
}
.revolBanner-medio h2{
    margin-top: 50px;
    color:white;
    font-size:5rem;
    line-height:.9;
    font-weight:800;
    text-align:center;
}

.introText{
    background-color: #f1e600;
     text-align:center;
     padding-top: 50px;
    padding-bottom:60px;
}
.conten-banner p{
    color:white;
    margin-top: 50px;
    font-size: 1.5rem;
    text-align:center;

}
.conten-banner span{
    font-size: 1.4rem;
}




/********* section pilares********/

/*
.pillars-background span{

    position:absolute;

    font-size:320px;

    font-weight:900;

    line-height:.75;

    color:#F1E600;

    opacity:1;

    white-space:nowrap;
}

/*Primer texto:

.pillars-background span:nth-child(1){

    top:-40px;

    left:-80px;
}

/*Segundo texto:

.pillars-background span:nth-child(2){

    bottom:-60px;

    left:-150px;
}
/*Container*/
.pillars-section .container{

    position:relative;

    z-index:1;
    max-width:1400px;
    padding:0 0px;
}
/*Barra superior*/
.pillars-title{

    width:960px;

    height:82px;

    margin:0 auto -15px;

    background:#ffffff;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    position:relative;

    z-index:5;
}
/*Texto barra*/
.pillars-title h2{

    color: #5172b6;

    font-size:34px;

    font-weight:800;

    margin:0;
}
/*Tarjetas*/
.pillars-grid{

    display:flex;
    justify-content:center;
    gap:48px;
    margin-left:-2px
}
/*Card*/
.pillar-card{

    width:390px;

    height:370px;

    background:#D79CC8;

    border:2px solid #EC1460;

    border-radius:12px;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    align-items:center;

    text-align:center;

    padding:70px 35px 35px;
}
/*Títulos*/
.pillar-card h3{

    color:#EC1460;

    font-size:24px;

    font-weight:700;

    letter-spacing:6px;

    line-height:1.10;

    margin-bottom:50px;
}
/*Texto*/
.pillar-card p{

    color:#EC1460;

    font-size:18px;

    line-height:1.2;

    margin:0;
}
/******************* card pilares con html****************/

.pillars-section .cardPilares{
    width:430px;
    min-height:390px;

    background:#5c79bd;

    border-radius:18px;

    padding:70px 35px;

    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.pillars-section .cardPilares h3{
    margin:0 0 55px;

    color:#efe300;

    font-size:24px;
    font-weight:700;

    line-height:1.3;
    letter-spacing:5px;
}

.pillars-section .cardPilares p{
    margin:0;

    color:#ffffff;

    font-size:28px;
    font-weight:300;

    line-height:1.25;
}
/*beneficios
.beneficios{

    background:#4252a4;

    padding:90px 0 60px;
}

.beneficios-title{

    text-align:center;

    color:#dca0d0;

    font-size:95px;

    font-weight:800;

    margin-bottom:70px;
}

.beneficios-content{

    width:100%;
    max-width:1000px;

    margin:0 auto;
}

.beneficio-row{

    display:flex;

    align-items:center;

    gap:35px;

    margin-bottom:50px;
}

.beneficio-icon{
    width:340px;
    display:block;
}

.beneficio-info{

    max-width:520px;
}

.beneficio-info h3{

    color:#f4e600;

    font-size:28px;

    font-weight:600;

    margin-bottom:10px;
}

.beneficio-info p{

    color:#ffffff;

    font-size:22px;

    line-height:1.2;
}*/


/********BENEFICIOS ULTIMO*******/

/*FRANJA INFERIOR

Esta parte es la que conecta con la sección "Cómo funciona".*/

.beneficios-footer{

    position:relative;

    height:110px;

    background:#7ec8d4;
}

.footer-line{

    position:absolute;

    left:0;

    bottom:0;

    width:100%;

    height:22px;

    background:#ef0b63;
}
/*RESPONSIVE TABLET*/
@media (max-width:1024px){

    .beneficios-title{

        font-size:70px;
    }

    .beneficio-row{

        gap:25px;
    }

    .beneficio-icon{

        width:260px;
    }

    .beneficio-info h3{

        font-size:24px;
    }

    .beneficio-info p{

        font-size:18px;
    }

    .financiamiento-grid{

        grid-template-columns:repeat(2,1fr);
    }

}



/*RESPONSIVE MÓVIL*/
@media (max-width:768px){

    .beneficios{

        padding-top:60px;
    }

    .beneficios-title{

        font-size:52px;

        margin-bottom:50px;
    }

    .beneficio-row{

        flex-direction:column;

        text-align:center;

        margin-bottom:60px;
    }

    .beneficio-icon{

        width:220px;
    }

    .beneficio-info{

        max-width:100%;
    }

    .beneficio-info h3{

        font-size:24px;
    }

    .beneficio-info p{

        font-size:18px;
    }

    .financiamiento{

        margin-top:50px;
    }

    .financiamiento h4{

        text-align:center;

        letter-spacing:4px;
    }

    .financiamiento-grid{

        grid-template-columns:1fr;

        gap:15px;
    }

    .financiamiento-card{

        padding:18px;
    }

    .financiamiento-card span{

        font-size:28px;
    }

    .financiamiento-card p{

        font-size:18px;
    }

}

/************* SECTION COMO FUNCIONA**********/

.como-funciona{
    background:#FFFFFF;
    padding:100px 0;
    overflow:hidden;
}

.como-funciona .container{
    max-width:1400px;
    margin:auto;
    padding:0 30px;
}

.como-funciona-titulo{
    text-align:center;
    margin-bottom:80px;
}

.como-funciona-titulo h2{
    font-size:90px;
    font-weight:800;
    line-height:1;
    margin:0;
}

.texto-negro{
    color:#000;
}

.texto-amarillo{
    color:#f2e500;
}

.etapas-wrapper{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:80px;
    align-items:start;
}

.etapa{
    width:100%;
}

.etapa .timeline{
    width:100%;
    max-width:580px;
}
.etapa-badge{
    margin-bottom: 40px;
    font-size:26px;
    padding:14px 34px;
    border:3px solid #f2e500;
    border-radius:18px;
    letter-spacing:4px;
}

.timeline{
    position:relative;
    padding-left:70px;
}

.timeline::before{
    content:"";
    position:absolute;
    left:24px;
    top:20px;
    bottom:20px;
    width:3px;
    background:#f2e500;
}

.timeline-item{
    position:relative;
    margin-bottom:50px;
}

.numero{
    position:absolute;

    left:-70px;      /* <- clave */
    top:25px;

    width:48px;
    height:48px;

    border-radius:50%;
    background:#f2e500;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    font-weight:800;
    color:#000;

    z-index:10;
}
.card-wrapper{
    position:relative;
    width:100%;
}
.card-fondo{
    position:absolute;

    left:40px;      /* IMPORTANTE */
    top:-12px;

    width:240px;
    height:calc(100% + 24px);

    background:#f2e500;

    border-radius:38px;

    z-index:1;
}
.card{
    position:relative;
    z-index:2;

    background:#f7f7f7;
    border-radius:24px;

    margin-left:90px;

    display:flex;
    align-items:center;

    overflow:hidden;

    box-shadow:
        12px 12px 0 rgba(215,225,255,.75);
}
.card::before{
    content:"";

    position:absolute;

    left:0;
    top:0;
    bottom:0;

    width:42%;

    background:linear-gradient(
        90deg,
        rgba(242,229,0,.40) 0%,
        rgba(242,229,0,.20) 55%,
        rgba(242,229,0,0) 100%
    );

    pointer-events:none;
}
.card::after{
    content:"";

    position:absolute;

    left:0;
    top:0;
    bottom:0;

    width:45%;

    background:linear-gradient(
        90deg,
        rgba(242,229,0,.45) 0%,
        rgba(242,229,0,.18) 50%,
        rgba(242,229,0,0) 100%
    );

    pointer-events:none;

    z-index:1;
}

.icono{
    width:170px;
    min-width:170px;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:35px;

    position:relative;
    z-index:3;
}

.icono img{
    width:72px;
    height:auto;
}

.contenido{
    position:relative;
    z-index:3;

    padding:30px 35px 30px 10px;
}

.contenido h4{
    font-size:28px;
    font-weight:800;
    margin-bottom:10px;
}

.contenido p{
    margin:0;
    font-size:24px;
    line-height:1.4;
    color:#333;
}
/******************************** ULTIMO CONTACTO *************************/
.contactoRosa{
    background-image: url('../assets/img/fondorosa.png');
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-position: top center;
    background-size: cover;
}

.contactoAmarillo{
    background-image: url('../assets/img/fondoamarillo.png');
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-position: top center;
    background-size: cover;
}

.info-contacto{
    background:#d39bc1;
    padding:80px 30px;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:40px;

    flex-wrap:wrap;
}

.contacto-item{
    text-align:center;
    min-width:220px;
}

.contacto-item h3{
    margin:0 0 10px;

    color:#3556a6;
    font-size:18px;
    font-weight:700;
    letter-spacing:4px;
    line-height:1.2;    
}

.contacto-item p{
    margin:0;

    color:#3556a6;
    font-size:20px;
    line-height:1.3;
    font-weight:400;
}

.divider{
    width:2px;
    height:70px;
    background:#3556a6;
}



/*****************BOTON BASE Y CONDICIONES****************/
.btnBasePdf{
    width: 100%;
    margin-top: 50px;
    text-align: center;
    justify-content: center;
}




/*base y condiciones*/
.bases-condiciones{
    position: relative;
    min-height:300px;
    background-image:url("../assets/img/fondoSeccionBase.png");
    
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;

    

    display:flex;
    align-items:flex-start;
    justify-content:center;

    padding-top:45px;
}
.bases-contenido{

    width:100%;
    max-width:1200px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:60px;

    padding:0 30px;
}
/*Título*/
.bases-titulo{

    color:#f1e600;

    font-size:88px;
    font-weight:800;

    line-height:.9;

    margin:0;
    text-align:center;
}
/*Botón*/
.btn-bases{

    background:#3f54a5;
    color:#f1e600;

    text-decoration:none;

    padding:22px 38px;

    border-radius:20px;

    font-size:18px;
    font-weight:700;

    letter-spacing:4px;

    white-space:nowrap;

    transition:.3s;
}

.btn-bases:hover{
    transform:translateY(-2px);
}


.footer{
    padding: 20px 10px;
    text-align: center;
}

.logos-wrapper{
    max-width: 100%;
    padding: 0;
}

.logos-wrapper img{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}





/* CONTACTO BASE Y CONDICIONES*/
/* ===================================
   DATOS DE CONTACTO
=================================== */

.datos-contacto{
    position: relative;
    background: #d49bc3;
    padding: 80px 20px 120px;
    overflow: hidden;
}

.contacto-container{
    max-width: 900px;
    margin: 0 auto;
}

.dato-box{
    background: #ece212;
    border: 2px solid #4a4ab0;

    border-radius: 22px;

    min-height: 95px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    margin-bottom: 16px;

    padding: 20px 40px;

    box-sizing: border-box;
}

.dato-titulo{
    font-family: 'Montserrat', sans-serif;

    font-size: 22px;
    font-weight: 800;

    letter-spacing: 5px;

    color: #3648b8;

    text-transform: uppercase;
}

.dato-texto{
    font-family: 'Montserrat', sans-serif;

    font-size: 22px;
    font-weight: 400;

    color: #3648b8;
}

/* ===================================
   FRANJA INFERIOR
=================================== */

.franja-final{
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 45px;

    background: #ece212;
}

.franja-final::before{
    content: "";

    position: absolute;

    left: 100px;
    top: -12px;

    width: calc(100% - 100px);
    height: 12px;

    background: #7e62b6;
}

/***************SECION LOGOS MEDIOS*************/
@media (max-width:768px){

    .logosMedios .footer{
        padding:20px;
    }

    .logosMedios img{
        transform:scale(1.8);
        transform-origin:center;
    }
    .footer img{
        transform:scale(1.8);
        transform-origin:center;
    }
}
/*********secion BENNER PROFESION*************/
@media (max-width:768px){

    .bannerRevolucionaPro{
        overflow:hidden;
    }

    .bannerRevolucionaPro img{
        width:180%;
        max-width:none;
        margin-left:-40%;
    }
}


/*******************************************/
@media (max-width: 768px){

    .datos-contacto{
        padding: 60px 20px 100px;
    }

    .dato-box{
        padding: 18px;
        min-height: auto;
    }

    .dato-titulo,
    .dato-texto{
        display: block;
        width: 100%;

        font-size: 16px;
        line-height: 1.5;
    }

    .dato-titulo{
        margin-bottom: 6px;
        letter-spacing: 2px;
    }
}





@media(max-width:auto){

    .como-funciona-titulo h2{
        font-size:70px;
    }

    .contenido h4{
        font-size:26px;
    }

    .contenido p{
        font-size:20px;
    }
}

@media(max-width:991px){

    .etapas-wrapper{
        flex-direction:column;
        gap:80px;
    }

    .etapa{
        width:100%;
    }
}
/*RESPONSIVE COMO FUNCIONA*/
@media(max-width:768px){

    .como-funciona{
        padding:70px 0;
    }

    .como-funciona-titulo h2{
        font-size:48px;
    }

    .timeline-item{
        gap:20px;
    }

    .card{
        flex-direction:column;
        align-items:flex-start;
    }

    .icono{
        width:100%;
        min-width:100%;
        padding:25px;
    }

    .icono img{
        width:70px;
    }

    .contenido{
        padding:25px;
    }

    .contenido h4{
        font-size:22px;
    }

    .contenido p{
        font-size:17px;
    }

    .etapa-badge{
        font-size:24px;
        padding:12px 30px;
    }
}



@media (max-width:768px){
    .pillars-background{
        background-image:url(../assets/img/bg-pillars-mobile.png);
        position:absolute;
    }

.pillars-title{
        width:90%;
        max-width:none;

        min-height:180px;

        padding:30px 25px;

        margin:0 auto 25px;

        border-radius:28px;

        display:flex;
        align-items:center;
        justify-content:center;
    }
    .pillars-grid{
        display:block !important;
        flex-direction:column !important;
        align-items:center !important;

        gap:18px;
        margin-left:0;
        width:100%;
    }

    .pillar-card{

        width:100% !important;
        max-width:340px;

        height:auto !important;
        min-height:unset !important;
        margin: 0 auto 18px;

        padding:30px 20px;

        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .pillar-card h3{

        font-size:16px;
        letter-spacing:4px;
        line-height:1.15;

        margin-bottom:20px;
    }

    .pillar-card p{

        font-size:14px;
        line-height:1.35;

        margin:0;
    }
    
    
    

}
/*Responsive pilares

@media (max-width:768px){

    .pillars-section{
        padding:40px 0 50px;
    }

    .pillars-section .container{
        padding:0 18px;
    }

    .pillars-background span{

        font-size:180px;

        line-height:.75;
    }

    .pillars-background span:nth-child(1){

        top:-10px;

        left:-120px;
    }

    .pillars-background span:nth-child(2){

        top:520px;

        left:-130px;
    }

    .pillars-background span:nth-child(3){

        bottom:-120px;

        left:-130px;
    }

    .pillars-title{

        width:100%;

        max-width:620px;

        padding:18px 24px;

        margin:0 auto -10px;

        border-radius:18px;
    }

    .pillars-title h2{

        font-size:24px;

        line-height:1.15;

        text-align:center;
    }

    .pillars-grid{

        flex-direction:column;

        gap:30px;

        align-items:center;
    }

    .pillar-card{

        width:100%;

        max-width:600px;

        height:auto;

        min-height:auto;

        padding:50px 25px;
    }

    .pillar-card h3{

        font-size:18px;

        letter-spacing:4px;

        margin-bottom:30px;
    }

    .pillar-card p{

        font-size:15px;

        line-height:1.4;
    }
}*/








/*Responsive*/
@media(max-width:768px){

    .program-overview h2{

        font-size:2.2rem;
    }

    .program-badge{

        width:100%;
        max-width:350px;
    }

    .line-card{

        width:100%;
        max-width:340px;
    }

}


@media(max-width:992px){

    .profession-grid{

        grid-template-columns:1fr;

        gap:40px;
    }

    .profession-title{

        text-align:center;
    }

    .profession-title h2{

        font-size:3.5rem;
    }

}














.shape{

    position:absolute;

    top:0;
    bottom:0;

    transform:skewX(-35deg);
}

.pink{

    width:420px;

    left:-60px;

    background:var(--pink);
}

.blue{

    width:120px;

    left:360px;

    background:var(--blue);
}

.light-pink{

    width:260px;

    left:440px;

    background:var(--light-pink);
}


.cyan{

    width:170px;

    right:170px;

    background:var(--cyan);
}

.yellow{

    width:260px;

    right:20px;

    background:var(--yellow);
}

.hero-content{

    background:var(--purple);

    height:133px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;
}

.hero-content h1{

    color:white;

    font-size:2.1rem;

    font-weight:700;

    margin:0;
}

.hero-content p{

    margin-top:6px;

    color:white;

    font-size:.9rem;

    letter-spacing:3px;

    font-weight:300;
}

@media(max-width:768px){

     .hero{
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .hero-title{
        font-size: 96px;
        line-height: .85;
        text-align: center;
    }

    .hero-subtitle{
        font-size: 28px;
    }

}

@media (max-width:768px){
    

    .main-banner{
        
        min-height:220px;
    }
    .triangle{
        border-left:140px solid transparent;
        border-top:90px solid var(--pink);
    }


    .banner-content{
        padding-top:25px;
    }

    .banner-content h2{
        font-size:3.3rem;
        line-height:1.5;
        max-width:250px;
        margin:auto;
    }

    .buttons{

        margin-top:20px;

        flex-direction:column;

        align-items:center;

        gap:18px;
    }

    .btn{

        width:320px;

        max-width:90%;

        height:64px;

        font-size:.9rem;

        letter-spacing:3px;
    }
    .intro{
        padding-top:10px;
        padding-bottom:25px;
    }


}

@media (max-width:768px){

    .revolBanner-medio{
        height:auto;
        min-height:180px;
        padding:20px 15px;
    }

    .revolBanner-medio h2{

        margin-top:0;

        font-size:2.5rem;

        line-height:.9;

        max-width:300px;

        margin-left:auto;
        margin-right:auto;
    }

}
/************ REVOLUCIONA RESPONSIVE**********/

/* TABLETS */

@media (max-width: 900px){

    .cards{
        flex-wrap: wrap;
    }

    .cardLineas{
        width: 340px;
        height: 340px;
    }

    .section-header h2{
        font-size: 24px;
    }

    .section-header p{
        font-size: 18px;
    }

}

/* CELULARES */

@media (max-width: 768px){

    .revoluciona{
        padding: 50px 15px;
    }

    .section-header{
        margin-bottom: 40px;
    }

    .section-header h2{
        font-size: 22px;
        line-height: 1.2;
    }

    .section-header p{
        font-size: 16px;
        line-height: 1.4;
    }

    .cards{
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .cardLineas{
        width: 100%;
        max-width: 320px;
        height: 320px;

        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

}
/**************************************************************/

/************ DESTINATARIOS RESPONSIVE *********/
/* TABLET */

@media (max-width: 992px){

    .destinatarios-title,
    .destinatarios-grid{
        width:100%;
    }

}
/* MOBILE */

@media (max-width: 768px){

    .info-profesion{
        padding:50px 15px;
    }

    .info-box{
        padding:35px 20px 25px;
        border-width:5px;
    }

    .info-box h2{
        font-size:24px;
        line-height:1.2;
        margin-bottom:20px;
    }

    .info-box p{
        font-size:16px;
        line-height:1.5;
    }

    /* DESTINATARIOS */

    .destinatarios{
        width:calc(100% + 30px);
        margin:30px -1PX;
    }

    .destinatarios-title{
        width:100%;
        font-size:11px;
        letter-spacing:3px;
        padding:14px 0;
    }

    .destinatarios-grid{
        width:100%;
        grid-template-columns:1fr;
    }

    .item{
        font-size:16px;
        padding:20px 15px;
    }

    .item:first-child{
        border-right:none;
        border-bottom:2px solid #5b7bc4;
    }

    /* TEXTO INFERIOR */

    .fecha-inscripcion{
        font-size:16px;
        line-height:1.4;
        padding:0 10px;
    }

    /* BOTÓN */

    .btn-inscribite{
        width:100%;
        max-width:420px;
        height:58px;
        font-size:22px;
    }

}

/**************************************************************/

/*************************** tres pilares responsive **********************/

@media (max-width: 768px){

    .pillars-section{
        padding:70px 20px 60px;
    }
    .pillars-title{
        width: 75%;
        height: auto;
    }
    .pillars-title h2{
        font-size: 28px;
        text-align: center;
    }
    .cards{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:25px;
    }

    .cardPilares{
        width:85%;
        max-width:320px;

        min-height:auto;

        padding:40px 25px;

        margin-top:0;
    }

    .cardPilares h3{
        min-height:auto;

        font-size:18px;
        letter-spacing:4px;

        margin-bottom:25px;
    }

    .cardPilares p{
        margin-top:0;

        font-size:18px;
        line-height:1.4;

        max-width:100%;
    }

}

/**************************************************************/

/******************BENEFICIOS RESPONSIVE **********************/
/* TABLET */

@media (max-width: 992px){

    .metodologia-title{
        font-size:32px;
    }

    .modalidad strong{
        font-size:20px;
    }

    .modalidad span{
        font-size:16px;
    }

}

/* MOBILE */

@media (max-width: 768px){

    .metodologia{
        padding:40px 15px;
    }

    /* TITULO */

    .metodologia-title{
        font-size:24px;
        line-height:1.25;
        padding:25px 20px;
    }

    /* MODALIDADES */

    .modalidades{
        grid-template-columns:1fr;
    }

    .modalidad{
        border-right:none;
        border-bottom:2px solid #9aa9c7;

        min-height:auto;
        padding:25px 20px;
    }

    .modalidad:last-child{
        border-bottom:none;
    }

    .modalidad strong{
        font-size:18px;
    }

    .modalidad span{
        font-size:16px;
    }

    /* BENEFICIOS */

    .beneficios{
        grid-template-columns:1fr;
    }

    .beneficio{
        flex-direction:row;
        align-items: center;
        text-align:left;
        

        gap:15px;
        padding:25px 20px;
    }

    .beneficio:first-child{
        border-right:none;
        border-bottom:2px solid #9aa9c7;
    }

    .beneficios img{
        width:60px;
    }

    .beneficio h4{
        font-size:18px;
    }

    .beneficio p{
        font-size:16px;
        line-height:1.5;
    }

}



/**************************************************************/
/*****************CONTACTO RESPONSIVE************************/
@media (max-width:768px){

    .info-contacto{
        flex-direction:column;
        gap:25px;
    }

    .divider{
        width:120px;
        height:2px;
    }

}


/**************************************************************/


/*******************BASE Y CONDICIONES RESPONSIVE*/
@media(max-width:991px){

    .bases-contenido{
        flex-direction:column;
        gap:30px;
    }

    .bases-titulo{
        font-size:60px;
    }

    .btn-bases{
        font-size:14px;
        padding:18px 28px;
    }

}
@media (max-width: 768px){

    .btnBasePdf{
        padding: 0 20px;
        margin-top: 40px;
    }

    .btn-bases{
        display: block;
        width: 100%;

        padding: 18px 20px;

        font-size: 14px;
        letter-spacing: 2px;
        line-height: 1.4;

        white-space: normal; /* permite salto de línea */

        border-radius: 16px;
        text-align: center;
    }

}

@media (max-width:768px){

    .conten-banner p{
        font-size:1rem;
        line-height:1.3;
        margin-top:20px;
        padding:0 15px;
    }

    .conten-banner span{
        font-size:1rem;
        line-height:1.3;
    }

}

    @media (max-width: 768px){

        .como-funciona{
            padding:60px 0;
        }

        .como-funciona-titulo{
            margin-bottom:40px;
        }

        .como-funciona-titulo h2{
            font-size:3.5rem;
        }

        .etapas-wrapper{

            grid-template-columns:1fr;

            gap:70px;
        }

        .etapa{
            width:100%;
        }

    }


@media (max-width:768px){

    .timeline{
        padding-left:60px;
    }

    .card{

        margin-left:40px;

        flex-direction:column;

        text-align:center;
    }

    .icono{

        width:100%;
        min-width:auto;

        padding:30px 20px 10px;
    }

    .contenido{

        padding:10px 25px 30px;
    }

}
/* =========================
   PROFESIÓN - MOBILE
========================= */
@media (max-width: 768px){

    .profession-section{
        padding:60px 0;
    }

    .profession-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    /* Título */
    .profession-title{
        text-align:center;
    }

    .profession-title h2{
        font-size:4rem;
        line-height:.95;
    }

    /* Contenido */
    .profession-content{
        width:100%;
    }

    .profession-content h3{
        font-size:1rem;
        letter-spacing:4px;
        margin-bottom:20px;
    }

    /* Lista */
    .profession-content ul{
        display:flex;
        flex-direction:column;
        gap:18px;

        padding:0;
        margin:0 0 25px;

        align-items:flex-start;
    }

    .profession-content li{
        display:flex;
        align-items:flex-start;

        gap:12px;

        width:100%;

        text-align:left;
    }

    .check{
        width:28px;
        min-width:28px;

        color:var(--yellow);

        font-size:2rem;
        font-weight:900;

        line-height:1;

        margin-top:5px;
    }

    .profession-content p{
        font-size:1rem;
        line-height:1.7;
        margin-bottom:15px;
    }
}


@media (max-width: 480px){

    .profession-section{
        padding:50px 0;
    }

    .profession-title h2{
        font-size:3.5rem;
    }

    .profession-content h3{
        font-size:.95rem;
        letter-spacing:3px;
    }

    .profession-content li{
        font-size:1rem;
        line-height:1.5;
    }

    .profession-content p{
        font-size:.95rem;
        line-height:1.6;
    }

    .check{
        font-size:1.8rem;
        margin-top:4px;
    }
}

/***************FOOTER RESPONSIVE************************/
@media (max-width: 768px){

    .footer{
        padding: 15px 5px;
    }

    .logos-wrapper{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .logos-wrapper img{
        width: 95%;
        max-width: none;
        margin: 0 auto;
    }

}


/******************CSS VIEJO DEL MENU******************/

header {
  width: 100%;
  background: #dbdfe2;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.img-logo {
  width: 180px;
  height: auto;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
}

nav ul li a {
  color: #1d1c1c;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 6px;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
}

nav ul li a:hover {
  background: #e95498;
  color: #fff;
}

.whatsapp {
  width: 28px;
  vertical-align: middle;
  margin-left: 4px;
}

/* Hamburger */
.checkbtn {
  font-size: 30px;
  color: #1d1c1c;
  cursor: pointer;
  display: none;
  background: none;
  border: none;
}

#check {
  display: none;
}
@media (max-width: 858px) {
  .checkbtn {
    display: block;
  }

  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #e95498;
    top: 80px;
    left: -100%;
    text-align: center;
    flex-direction: column;
    transition: all 0.4s;
    z-index: 9999;
    padding-top: 20px;
  }

  nav ul li {
    margin: 16px 0;
  }

  nav ul li a {
    color: #fff;
    font-size: 20px;
  }

 nav ul li a:hover {
    background: none;
    color: #f0e40b;
  }

  #check:checked ~ ul {
    left: 0;
  }
}

/***********seccion catalogo*/

.titulo-catalogo {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;

    /* Estilo moderno */
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;

    animation: fadeIn 0.8s ease-out;
}

/* Animación suave */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/****** botones */
.botonera-rubros {
    
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.btn-rubro {
    all: unset;
    padding: 12px 25px;
    font-size: 18px;
    transition: 0.3s ease;
     border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

.btn-rubro:hover {
    background: #e95498;
    transform: scale(1.05);
}

.btn-rubro:active {
    transform: scale(0.97);
}

.btn-rubro.active {
    background: #dbdfe2;
}
/***** REDES SOCIALES   */

.red-social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e95498;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.red-social i {
    font-size: 22px;
}

.red-social:hover {
    color: #c7387a;
    transform: scale(1.05);
}


/* Estilo para el select */
#emprendedor {
    width: 300px;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 12px;
    border: 1px solid #ccc;
    background: #ffffff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transition: all .2s ease-in-out;
    font-family: 'Poppins', sans-serif;
    outline: none;
    appearance: none;
    cursor: pointer;
}

/* Hover */
#emprendedor:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* Focus */
#emprendedor:focus {
    border-color: #0077ff;
    box-shadow: 0 0 8px rgba(0,119,255,0.6);
}

/* Contenedor para centrar */
.section-catalogo select {
    margin-top: 15px;
}


.catalogo-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 25px;
    margin-top: 30px;
    padding: 10px;
}

/* Tarjetas */
.cardemp {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
    cursor: pointer;
}

/* Hover */
.cardemp:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Imagen */
.cardemp-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* Texto */
.cardemp-text {
    padding: 15px;
}

.cardemp-text h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.cardemp-text p {
    margin: 0;
    color: #666;
    font-size: 15px;
}