/* ---------------------- ESTILOS DE PAGINA ---------------------*/
.contenido span {
    font-weight: 600;
}

/* HERO */
.hero_investigacion {
    height: 90vh;
    display: flex;
    background-image: url(../img/Recurso\ 12.png);
    background-size: cover;
    align-items: center;
    padding-left: 8%;
    color: white;
    position: relative;
}

.hero_revista {
    height: 90vh;
    display: flex;
    background-image: url(../img/revista/Recurso\ 1.png);
    background-size: cover;
    align-items: center;
    padding-left: 8%;
    color: white;
    position: relative;
}

.hero_revista1 {
    max-width: 100%;
    width: 100%;
    height: 400px;
    display: flex;
    background-image: url(../img/revista/Recurso\ 2.png);
    background-size: cover;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
}

.hero_revista2 {
    max-width: 100%;
    width: 100%;
    height: 500px;
    display: flex;
    background-image: url(../img/revista/Recurso\ 3.png);
    background-size: cover;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
}

.hero_agenda {
    height: 90vh;
    display: flex;
    background-image: url(../img/Recurso\ 26.png);
    background-size: cover;
    align-items: center;
    padding-left: 8%;
    color: white;
    position: relative;
}

.hero_auspiciantes {
    height: 90vh;
    display: flex;
    background-image: url(../img/Recurso\ 28.png);
    background-size: cover;
    align-items: center;
    padding-left: 8%;
    color: white;
    position: relative;
}

.hero_emprendimineto {
    height: 90vh;
    display: flex;
    background-image: url(../img/Recurso\ 13.png);
    background-size: cover;
    align-items: center;
    padding-left: 8%;
    color: white;
    position: relative;
}

.hero_costos {
    height: 90vh;
    display: flex;
    background-image: url(../img/Recurso\ 11.png);
    background-size: cover;
    align-items: center;
    padding-left: 8%;
    color: white;
    position: relative;
}

.banner_azul {
    background-color: var(--primary);
}

.contenido_bannerazul h2 {
    color: white;
}

.contenido_bannerazul {
    display: flex;
    gap: 40px;

}

.izquierda {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.derecha {
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
}

.cont {

    max-width: 100%;

}

.contenido_agenda {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.cont h1 {
    margin-bottom: 20px;
    color: white;
}

.cont h2 {
    margin-bottom: 20px;
    color: white;
}

.botonesHero {
    display: flex;
    gap: 30px;
    margin-top: 50px;

}

.botonesHeroRevista {
    display: flex;
    gap: 30px;
    margin-top: 500px;
}

.botonH {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid white;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
    transition: 0.3s;

}



.botonH:hover {
    background: white;
    color: #0a66ff;
}

/* CONTENIDO */
.contenido1 {
    max-width: 100%;
    background: white;
    padding-bottom: 40px;
}

.container td {
    padding: 8px;
}

.fecha {
    background: #f7fbff;
}

.contenido1 h2 {
    color: var(--primary);
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: left;
}

.titulo_centrado {
    text-align: center;
    color: var(--primary);
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 36px;
    font-weight: 600;
}

.contenido1 p {
    text-align: left;
}

.botones {
    margin-top: 30px;
    text-align: center;
}

.btn2 {
    padding: 10px 20px;
    border: 2px solid #2a7be4;
    background: white;
    color: #2a7be4;
    border-radius: 6px;
    margin: 10px;
    cursor: pointer;
    font-weight: bold;
}

.btn2:hover {
    background: #2a7be4;
    color: white;
}

/* PRODUCCION CIENTIFICA */
.contenido2 {
    max-width: 100%;
    background: white;

}

.encabezado {
    display: flex;
    background: #1a73e8;
    color: white;
    font-weight: bold;
    padding: 10px;
}

.encabezado div {
    flex: 1;
    text-align: center;
}

.fila {
    display: flex;
    padding: 20px 0;
    border-bottom: 2px solid #1a73e8;
}

.categoria {
    flex: 1;
    color: var(--primary);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
}

.categoria_revista {
    flex: 1;
    color: var(--primary);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 36px;
}

.beneficios {
    flex: 2;
    font-size: 16px;
}

.beneficios ul {
    margin: 0;
    padding-left: 20px;
}

.beneficios li {
    margin-bottom: 8px;
}

/* Quitar la última línea */
.fila:last-child {
    border-bottom: none;
}

/* CONVOCATORIA */
.contenido3 {
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    align-items: center;
}

.alumnos h2 {
    color: var(--primary);
}

.cont-izquierdo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cont-izquierdo img {
    width: 100%;

}

.cont-derecho {
    width: 100%;
    justify-content: center;
    align-items: center;

}

.alunmos h2 {
    color: var(--primary);

}

.alumnos-dark {
    background-color: #d9d9d9;
}

.alumnos-dark h3 {
    margin-left: 25px;
    font-weight: 600;
}

.contenido-div {
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    align-items: left;

}

.cont-a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: top;

}

/* OBJETIVO */
.objetivo {
    width: 100%;
    background: var(--primary);
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    height: 25vh;
}

.contenido1 {
    text-align: center;
    background-color: transparent;

}

.objetivo h2 {
    color: white;
    padding-bottom: 20px;
}

/*----------------------------------------------*/
.contenedor_pago {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;


}


.fila_pago {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.paso_pago {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 100px;
    justify-content: center;
    padding-top: 0px;
    padding-left: 50px;
}

.numero_pago {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.numero_pago.negro {
    background: #1e2a32;
}

.numero_pago.azul {
    background: #1a73e8;

}

.texto_pago {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.tabla_pago {
    margin-top: 15px;
}

.tabla_pago table {
    width: 100%;
    border-collapse: collapse;
}

.tabla_pago td {
    border: 1px solid #444;

    padding: 8px;
}

.tabla_pago td.label {
    background: #1aa0d2;
    color: white;
    font-weight: 600;
}

.contacto {
    margin-top: 40px;

}

.correo {
    margin-top: 10px;
    font-weight: bold;
}

.paso_pago img {
    width: 250px;
    padding-top: 60px;
    max-width: 100%;
    height: auto;
}

.registro {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
}

.info {
    font-size: 14px;
    line-height: 1.6;
}

.circulo {
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.circulo::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.circulo2 {
    position: absolute;
    bottom: 20px;
    right: 60px;
    width: 90px;
    height: 90px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.circulo2::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

/*--------------------------------*/
.contenedor_planes {
    width: 100%;
    max-width: 100%;
    justify-content: center;
}

.card_planes {
    position: relative;
    height: 80%;
    overflow: hidden;
}

.card_planes:hover {
    transform: scale(1.02);
}

.card_planes img {
    width: 100%;
    height: 100%;
    object-fit: cover;


}

/*---------COSTOS--------*/
.contenedor_costos {
    max-width: 900px;
    margin: auto;
    background: white;
    padding: 30px;
}

.intro {
    font-size: 15px;
    color: #333;
    margin-bottom: 30px;
}

.tarifa {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 0;
}

.titulo {
    font-size: 22px;
    font-weight: normal;
    color: var(--primary);
    margin-bottom: 8px;
}

.descripcion {
    font-size: 14px;
    color: #444;
    max-width: 600px;
}

.precio {
    font-size: 22px;
    font-weight: normal;
    color: #1a73e8;
    white-space: nowrap;
}

.linea {
    border-bottom: 2px solid #ccc;
}

.linea_negra {
    border-bottom: 2px solid #1111;
    padding-top: 10px;
}

.etiqueta {
    display: flex;
    background-color: var(--primary);
    width: 250px;
    height: 40px;
    font-size: 24px;
    color: white;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 600;

}


.circulo {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.circulo::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}


.seccion-pago {
    background: #d9d9d9;
    padding: 86px 20px;
    display: flex;
    justify-content: center;
}

.contenido {
    max-width: 100%;
    text-align: center;
}

.subtitulo {
    color: #1a73e8;
    font-size: 32px;
    margin-bottom: 25px;
}

.descripcion {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}


/*---------------- Revista --------------------*/

.tarjetas_contenido {
    display: flex;
    gap: 40px;
    justify-content: space-around;

}

.tarjeta_gris {
    width: 270px;
    height: 270px;
    background-color: #e0e0e0;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.cont_a {
    display: flex;
    width: 50%;
    padding: 20px;
    flex-direction: column;

}

.cont_a1 {
    display: flex;
    width: 50%;
    height: 60.6vh;
    padding: 20px;
    flex-direction: column;
    background-image: url("../img/revista/Recurso\ 5.png");
    background-size: cover;
    background-repeat: no-repeat;


}

.cont_a1 h3 {

    color: white;
    padding: 50px;
    font-size: 32px;
    margin-top: 70px;
    font-weight: 600;

}

.cont_a h2 {
    color: var(--primary);
    padding-top: 80px;
    padding-bottom: 20px;
}



.cont_a h3 {
    display: flex;
    position: relative;
}

.tarjeta_gris h2 {
    color: #1976d2;
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}

.columnas {
    display: flex;
    flex-direction: row;
    justify-content: space-around;


}

.contenido h3 {
    color: var(--primary);
    padding-bottom: 40px;
    font-weight: 600;
}

.columnaA img {
    width: 300px;
    height: 45px;
}