.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header-itrem{
    background: #ffffff;
}

.header-top{
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header-logo img{
    display: block;
    max-width: 470px;
    width: 100%;
    height: auto;
}

.header-right{
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-icons{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-icons a img{
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.header-search{
    display: flex;
    align-items: center;
    width: 235px;
    height: 32px;
    border: 1px solid #555;
}

.header-search input{
    flex: 1;
    border: 0;
    outline: none;
    padding: 0 8px;
    height: 100%;
    font-size: 0.9rem;
    color: #44464f;
}

.header-search button{
    width: 36px;
    height: 100%;
    border: 0;
    background: #ffffff;
    color: #111;
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-itrem{
    background: #7f7d7b;
    padding: 0;
}

.menu-itrem .nav-link{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 14px;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu-itrem .nav-link:hover,
.menu-itrem .nav-link:focus{
    background: #6f6d6b;
    color: #ffffff;
}

.menu-itrem .dropdown-toggle::after{
    display: none;
}

.menu-itrem .dropdown-menu{
    border: 0;
    border-radius: 0;
    margin-top: 0;
    background: #7f7d7b;
    padding: 0;
}

.menu-itrem .dropdown-item{
    color: #ffffff;
    font-size: 0.95rem;
    padding: 10px 18px;
}

.menu-itrem .dropdown-item:hover{
    background: #6f6d6b;
    color: #ffffff;
}

.navbar-toggler{
    border-color: #ffffff;
    margin: 8px 0;
}

.navbar-toggler-icon{
    filter: invert(1);
}

@media (min-width: 992px){

    /* Solo primer nivel */
    .menu-itrem > .container .navbar-nav > .dropdown:hover > .dropdown-menu{
        display: block;
    }

    /* Submenús internos */
    .dropdown-submenu{
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu{
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: 0;
    }

    /* Solo abrir al hover del padre */
    .dropdown-submenu:hover > .dropdown-menu{
        display: block;
    }

}

@media (max-width: 991px){

    .header-top{
        flex-direction: column;
        padding: 20px 0;
    }

    .header-logo img{
        max-width: 360px;
    }

    .header-right{
        flex-direction: column;
        width: 100%;
    }

    .header-icons{
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-search{
        width: 100%;
        max-width: 320px;
    }

    .menu-itrem .navbar-nav{
        padding: 10px 0;
    }

    .menu-itrem .nav-link{
        white-space: normal;
        text-align: center;
    }

    .menu-itrem .dropdown-menu{
        text-align: center;
        background: #706e6c;
    }
}

.dropdown-submenu{
    position: relative;
}

.dropdown-submenu > .dropdown-menu{
    top: 0;
    left: 100%;
    margin-top: 0;
}

.dropdown-submenu > .dropdown-item::after{
    content: "›";
    float: right;
    font-size: 1rem;
}

@media (min-width: 992px){

    .dropdown-submenu:hover > .dropdown-menu{
        display: block;
    }

}


.cabecera-pid {
	background: linear-gradient(90deg, #0874be 0%, #298fcd 75%, #ffffff 100%);
	min-height: 580px;
	display: flex;
	align-items: center;
}

.cabecera-titulo {
	color: #ffffff;
	font-weight: 700;
	font-size: clamp(2.6rem, 4.5vw, 5rem);
	line-height: 1.35;
	letter-spacing: 1px;
}

.cabecera-logo-box {
	background: #ffffff;
	border-radius: 24px;
	padding: 55px 45px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.12);
	border: 3px solid rgba(255,255,255,0.7);
	max-width: 780px;
	width: 100%;
}

.cabecera-logo-box img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 767px) {
	.cabecera-pid {
		min-height: auto;
		padding: 60px 0;
		background: linear-gradient(180deg, #0874be 0%, #298fcd 65%, #ffffff 100%);
	}

	.cabecera-titulo {
		text-align: center;
		font-size: 2.5rem;
		line-height: 1.25;
		margin-bottom: 40px;
	}

	.cabecera-logo-box {
		padding: 30px 25px;
		border-radius: 18px;
	}
}


.bloque-info-video {
    background: #ffffff;
    color: #44464f;
    padding-top: 90px;
}

.linea-azul {
    width: 85px;
    height: 8px;
    background: #0874be;
}

.bloque-info-video p {
    /*max-width: 620px;*/
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    line-height: 1.45;
    margin-bottom: 70px;
}

.bloque-info-video p:last-child {
    margin-bottom: 0;
}

.video-card {
    background: #0874be;
    border-radius: 18px;
    padding: 24px 24px 34px;
    max-width: 700px;
    margin: 0 auto;
}

.video-thumb {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

.video-thumb img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 125px;
    height: 125px;
    border: 8px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button span {
    display: block;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 42px solid #ffffff;
    margin-left: 12px;
}

.video-caption {
    color: #ffffff;
    text-align: center;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    font-weight: 700;
    margin-top: 32px;
}

.iconos-red {
    display: block;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.modal-video-content {
    background: #000000;
    border: 0;
    position: relative;
}

.modal-close {
    position: absolute;
    right: -45px;
    top: -45px;
    z-index: 10;
    opacity: 1;
}

@media (max-width: 767px) {
    .bloque-info-video {
        padding-top: 55px;
    }

    .bloque-info-video p {
        font-size: 1.15rem;
        margin-bottom: 35px;
    }

    .linea-azul {
        width: 70px;
        height: 7px;
    }

    .video-card {
        padding: 16px 16px 26px;
        border-radius: 15px;
    }

    .play-button {
        width: 78px;
        height: 78px;
        border-width: 5px;
    }

    .play-button::before {
        width: 54px;
        height: 54px;
        border-width: 4px;
        transform: translateX(-22px);
    }

    .play-button span {
        border-top-width: 18px;
        border-bottom-width: 18px;
        border-left-width: 28px;
    }

    .modal-close {
        right: 10px;
        top: -40px;
    }
}

.bloque-proyecto {
    background: #ffffff;
    color: #44464f;
}

.titulo-seccion {
    color: #0874be;
    font-size: clamp(1.6rem, 2.3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: 12px;
    margin-bottom: 18px;
}

.proyecto-item {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 45px;
}

.proyecto-item:last-child {
    margin-bottom: 0;
}

.proyecto-icono {
    width: 135px;
    height: 135px;
    min-width: 135px;
    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proyecto-icono i {
    font-size: 4rem;
    line-height: 1;
}

.proyecto-item p {
    margin: 0;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    line-height: 1.45;
}

@media (max-width: 767px) {
    .titulo-seccion {
        letter-spacing: 6px;
        font-size: 1.5rem;
    }

    .proyecto-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 45px;
    }

    .proyecto-icono {
        width: 95px;
        height: 95px;
        min-width: 95px;
    }

    .proyecto-icono i {
        font-size: 2.8rem;
    }

    .proyecto-item p {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {

    .proyecto-item {
        flex-direction: column;
        align-items: center;
/*        text-align: center;*/
    }

    .proyecto-icono {
        margin: 0 auto;
    }

}

.banner-prtr{
    background: #e2eef9;
    border-radius: 28px;
    padding: 40px 50px;

    display: flex;
    align-items: center;
    gap: 40px;
}

.banner-prtr-logo{
    flex-shrink: 0;
}

.banner-prtr-logo img{
    display: block;
    max-width: 240px;
    width: 100%;
    height: auto;
}

.banner-prtr-texto{
    flex: 1;
    color: #0874be;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    line-height: 1.4;
    font-weight: 400;
}

@media (max-width: 767px){

    .banner-prtr{
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        gap: 25px;
        border-radius: 20px;
    }

    .banner-prtr-logo img{
        max-width: 180px;
    }

    .banner-prtr-texto{
        font-size: 1.1rem;
        line-height: 1.5;
    }

}

.titulo-con-lineas{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.titulo-con-lineas .titulo-seccion{
    color: #0874be;
    font-weight: 800;
    letter-spacing: 8px;
    text-align: center;
    margin: 0 25px;
}

.linea-titulo{
    height: 6px;
    background: #0874be;
    flex: 1;
    max-width: 520px;
}

@media (max-width: 767px){

    .titulo-con-lineas{
        gap: 10px;
    }

    .titulo-con-lineas .titulo-seccion{
        font-size: 1.4rem;
        letter-spacing: 3px;
        margin: 0 10px;
    }

    .linea-titulo{
        height: 4px;
    }

}


.linea-card{
    height: 100%;
    border: 3px solid #e2eef9;
    border-radius: 18px;
    padding: 30px 35px;
    color: #0874be;
}

.linea-icono{
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.linea-icono i{
    font-size: 4rem;
    line-height: 1;
}

.linea-contenido{
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 25px;
}

.linea-numero{
    color: #0874be;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
}

.linea-numero span{
    display: block;
    width: 75px;
    height: 6px;
    background: #0a79be;
    margin-top: 35px;
}

.linea-card h3{
    color: #0874be;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 25px;
}

.linea-card p{
    color: #44464f;
    font-size: 1.2rem;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 767px){

    .linea-card{
        padding: 28px 25px;
    }

    .linea-icono{
        width: 115px;
        height: 115px;
    }

    .linea-icono i{
        font-size: 3.3rem;
    }

    .linea-contenido{
        grid-template-columns: 65px 1fr;
        gap: 18px;
    }

    .linea-numero{
        font-size: 2rem;
    }

    .linea-numero span{
        width: 65px;
        height: 5px;
        margin-top: 28px;
    }

    .linea-card h3{
        font-size: 1.35rem;
    }

    .linea-card p{
        font-size: 1.05rem;
    }
}

.banner-prtr-simple{
    background: #e2eef9;
    border-radius: 28px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner-prtr-icono{
    width: 95px;
    height: 95px;
    min-width: 95px;

    background: #ffffff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-prtr-icono i{
    font-size: 3rem;
    color: #0874be;
    line-height: 1;
}

.banner-prtr-simple .banner-prtr-texto{
    color: #0874be;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 767px){

    .banner-prtr-simple{
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 25px 20px;
    }

    .banner-prtr-icono{
        width: 80px;
        height: 80px;
        min-width: 80px;
    }

    .banner-prtr-icono i{
        font-size: 2.5rem;
    }

    .banner-prtr-simple .banner-prtr-texto{
        font-size: 1.05rem;
    }

}

.grafica-pid{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 320px 1fr;
    grid-template-rows: auto auto;
    gap: 260px 90px;
    align-items: center;
}

.grafica-card{
    position: relative;
    z-index: 2;
    min-height: 255px;
    border: 3px solid #e2eef9;
    border-radius: 18px;
    padding: 45px 45px 35px;
    background: #ffffff;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 25px;
    align-items: start;
    box-shadow: 0 6px 18px rgba(10, 121, 190, 0.08);
}

.grafica-card-1{ grid-column: 1; grid-row: 1; }
.grafica-card-2{ grid-column: 3; grid-row: 1; }
.grafica-card-3{ grid-column: 1; grid-row: 2; }
.grafica-card-4{ grid-column: 3; grid-row: 2; }

.grafica-icono{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grafica-icono i{
    font-size: 4rem;
    line-height: 1;
}

.grafica-card h3{
    color: #0874be;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 800;
    margin: 15px 0 30px;
}

.grafica-card p{
    color: #44464f;
    font-size: 1.45rem;
    line-height: 1.35;
    margin: 0;
}

.grafica-centro{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 430px;
    height: 430px;
    transform: translate(-50%, -50%);
    border: 4px dashed #e2eef9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grafica-circulo{
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #00acd4 0%, #0874be 60%, #0065ad 100%);
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.grafica-card::after{
    content: "";
    position: absolute;
    z-index: -1;
    width: 250px;
    border-top: 4px dashed #e2eef9;
    top: 50%;
}

.grafica-card-1::after,
.grafica-card-3::after{
    right: -250px;
    transform: rotate(53deg);
    transform-origin: right center;
}

.grafica-card-2::after,
.grafica-card-4::after{
    left: -250px;
    transform: rotate(-53deg);
    transform-origin: left center;
}

.grafica-card-3::after{
    transform: rotate(-53deg);
}

.grafica-card-4::after{
    transform: rotate(53deg);
}

@media (max-width: 991px){

    .grafica-pid{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .grafica-centro{
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 280px;
        height: 280px;
        order: 1;
        margin: 10px auto;
    }

    .grafica-circulo{
        width: 215px;
        height: 215px;
        font-size: 2.4rem;
    }

    .grafica-card{
        width: 100%;
        min-height: auto;
        grid-template-columns: 95px 1fr;
        padding: 28px 24px;
    }

    .grafica-card-1{ order: 2; }
    .grafica-card-2{ order: 3; }
    .grafica-card-3{ order: 4; }
    .grafica-card-4{ order: 5; }

    .grafica-icono{
        width: 95px;
        height: 95px;
    }

    .grafica-icono i{
        font-size: 3rem;
    }

    .grafica-card h3{
        font-size: 1.6rem;
        margin: 8px 0 15px;
    }

    .grafica-card p{
        font-size: 1.1rem;
    }

    .grafica-card::after{
        display: none;
    }
}

@media (max-width: 575px){

    .grafica-card{
        grid-template-columns: 1fr;
        text-align: center;
    }

    .grafica-icono{
        margin: 0 auto;
    }

    .grafica-centro{
        width: 235px;
        height: 235px;
    }

    .grafica-circulo{
        width: 180px;
        height: 180px;
        font-size: 2rem;
    }
}

.grafica-card::after{
    display: none;
}

.doble-caja{
    height: 100%;
    border: 3px solid #e2eef9;
    border-radius: 24px;
    padding: 45px 45px;
    color: #44464f;
}

.doble-caja-left{
    background: #f6f9fc;
}

.doble-caja-right{
    background: #eef3f9;
}

.doble-caja h2{
    color: #0874be;
    font-weight: 800;
    margin-bottom: 40px;
}

.doble-caja-left h2{
    text-align: center;
    letter-spacing: 8px;
    font-size: 1.8rem;
}

.doble-caja-right h2{
    text-align: left;
    font-size: 2.4rem;
}

.doble-icono{
    width: 135px;
    height: 135px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #ffffff;
    color: #0874be;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doble-icono i{
    font-size: 4rem;
}

.doble-caja-left p{
    color: #44464f;
    font-size: 1.25rem;
    line-height: 1.35;
    margin: 0;
}

.resultado-item{
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 28px;
}

.resultado-item:last-child{
    margin-bottom: 0;
}

.resultado-item i{
    color: #0874be;
    font-size: 3.2rem;
    line-height: 1;
    min-width: 55px;
}

.resultado-item p{
    color: #44464f;
    font-size: 1.45rem;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 767px){

    .doble-caja{
        padding: 30px 22px;
        border-radius: 18px;
    }

    .doble-caja-left h2{
        font-size: 1.4rem;
        letter-spacing: 4px;
    }

    .doble-caja-right h2{
        font-size: 1.9rem;
        text-align: center;
    }

    .doble-icono{
        width: 105px;
        height: 105px;
        margin-bottom: 18px;
    }

    .doble-icono i{
        font-size: 3rem;
    }

    .doble-caja-left p{
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

    .resultado-item{
        gap: 18px;
    }

    .resultado-item i{
        font-size: 2.5rem;
        min-width: 42px;
    }

    .resultado-item p{
        font-size: 1.1rem;
    }

}

.destacado-texto{
    display: flex;
    align-items: center;
    gap: 40px;
}

.destacado-texto::before{
    content: "";
    width: 14px;
    min-width: 14px;
    align-self: stretch;
    background: #0874be;
}

.destacado-texto p{
    margin: 0;
    color: #0874be;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 767px){

    .destacado-texto{
        gap: 20px;
    }

    .destacado-texto::before{
        width: 8px;
        min-width: 8px;
    }

    .destacado-texto p{
        font-size: 1.4rem;
        line-height: 1.5;
    }

}

.servicio-card{
    height: 100%;
    border: 3px solid #e2eef9;
    border-radius: 18px;
    padding: 35px 45px;
    background: #ffffff;
    color: #44464f;
    box-shadow: 0 6px 18px rgba(10, 121, 190, 0.08);
}

.servicio-header{
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 35px;
}

.servicio-icono{
    width: 125px;
    height: 125px;
    min-width: 125px;
    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicio-icono i{
    font-size: 3.8rem;
    line-height: 1;
}

.servicio-card h3{
    color: #0874be;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.servicio-card ul{
    color: #44464f;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 0 55px 22px;
    padding: 0;
}

.servicio-card li{
    padding-left: 8px;
    margin-bottom: 8px;
}

.servicio-linea{
    border-top: 3px dashed #e2eef9;
    margin-bottom: 28px;
}

.servicio-resultado{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.servicio-resultado i{
    color: #0874be;
    font-size: 2.8rem;
    line-height: 1;
    min-width: 48px;
}

.servicio-resultado p{
    color: #44464f;
    font-size: 1.15rem;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 767px){

    .servicio-card{
        padding: 28px 24px;
    }

    .servicio-header{
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }

    .servicio-icono{
        width: 105px;
        height: 105px;
        min-width: 105px;
    }

    .servicio-icono i{
        font-size: 3rem;
    }

    .servicio-card h3{
        font-size: 1.5rem;
    }

    .servicio-card ul{
        font-size: 1.05rem;
        margin-bottom: 35px;
    }

    .servicio-resultado p{
        font-size: 1rem;
    }
}

.nota-informativa{
    display: flex;
    align-items: center;
    gap: 25px;
}

.nota-informativa i{
    color: #0874be;
    font-size: 3.5rem;
    line-height: 1;
    flex-shrink: 0;
}

.nota-informativa p{
    margin: 0;
    color: #44464f;
    font-style: italic;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    line-height: 1.4;
}

@media (max-width: 767px){

    .nota-informativa{
        align-items: flex-start;
        gap: 15px;
    }

    .nota-informativa i{
        font-size: 2rem;
        margin-top: 3px;
    }

    .nota-informativa p{
        font-size: 1rem;
    }

}

.caso-card{
    height: 100%;
    padding: 55px 40px;
    border: 3px solid #e2eef9;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 6px 18px rgba(10,121,190,0.08);
}

.caso-icono{
    width: 200px;
    height: 200px;
    margin: 0 auto 45px;
    border-radius: 50%;
    background: #e2eef9;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0874be;
}

.caso-icono i{
    font-size: 5rem;
    line-height: 1;
}

.caso-card h3{
    color: #0874be;
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 35px;
}

.caso-card p{
    color: #44464f;
    font-size: 1.45rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.caso-card p:last-child{
    margin-bottom: 0;
}

@media (max-width: 767px){

    .caso-card{
        padding: 35px 25px;
    }

    .caso-icono{
        width: 130px;
        height: 130px;
        margin-bottom: 25px;
    }

    .caso-icono i{
        font-size: 3.5rem;
    }

    .caso-card h3{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .caso-card p{
        font-size: 1.1rem;
    }

}

.mapa-pid{
    display: block;
    width: 100%;
    height: auto;
}

.mapa-info-box{
    background: #f6f9fc;
    border: 3px solid #e2eef9;
    border-radius: 20px;
    padding: 48px 55px;
    box-shadow: 0 6px 18px rgba(10,121,190,0.08);
}

.mapa-info-item{
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 35px;
    padding: 0 0 42px;
    margin-bottom: 42px;
    border-bottom: 3px dashed #e2eef9;
}

.mapa-info-item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.mapa-info-icono{
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: #ffffff;
    color: #0874be;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapa-info-icono i{
    font-size: 3.8rem;
    line-height: 1;
}

.mapa-info-item h3{
    color: #0874be;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 8px 0 60px;
}

.mapa-info-item p{
    color: #44464f;
    font-size: 1.25rem;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 767px){

    .mapa-info-box{
        padding: 32px 24px;
        border-radius: 18px;
    }

    .mapa-info-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 22px;
        padding-bottom: 35px;
        margin-bottom: 35px;
    }

    .mapa-info-icono{
        width: 95px;
        height: 95px;
    }

    .mapa-info-icono i{
        font-size: 3rem;
    }

    .mapa-info-item h3{
        font-size: 1.35rem;
        margin: 0 0 18px;
    }

    .mapa-info-item p{
        font-size: 1.05rem;
    }

}

.dato-card{
    height: 100%;
    background: #eef3f9;
    border: 3px solid #e2eef9;
    border-radius: 20px;
    padding: 38px 35px;

    display: flex;
    align-items: center;
    gap: 28px;
}

.dato-icono{
    width: 140px;
    height: 140px;
    min-width: 140px;

    border-radius: 50%;
    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0874be;
}

.dato-icono i{
    font-size: 4rem;
    line-height: 1;
}

.dato-contenido h3{
    color: #0874be;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.dato-contenido p{
    color: #44464f;
    font-size: 1.35rem;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 767px){

    .dato-card{
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
        gap: 20px;
    }

    .dato-icono{
        width: 110px;
        height: 110px;
        min-width: 110px;
    }

    .dato-icono i{
        font-size: 3rem;
    }

    .dato-contenido h3{
        font-size: 1.6rem;
        margin-bottom: 12px;
    }

    .dato-contenido p{
        font-size: 1.05rem;
    }

}

.beneficio-card{
    height: 100%;
    min-height: 490px;
    border: 3px solid #e2eef9;
    border-radius: 18px;
    padding: 55px 28px 35px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 6px 18px rgba(10,121,190,0.08);
}

.beneficio-card > i{
    color: #0874be;
    font-size: 6rem;
    line-height: 1;
    display: block;
    margin-bottom: 35px;
}

.beneficio-card h3{
    color: #0874be;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 40px;
}

.beneficio-card span{
    display: block;
    width: 80px;
    height: 6px;
    background: #0a79be;
    margin: 0 auto 40px;
}

.beneficio-card ul{
    color: #44464f;
    font-size: 1.15rem;
    line-height: 1.35;
    text-align: left;
    margin: 0;
    padding-left: 22px;
}

.beneficio-card li{
    margin-bottom: 18px;
    padding-left: 8px;
}

@media (max-width: 767px){

    .beneficio-card{
        min-height: auto;
        padding: 35px 25px;
    }

    .beneficio-card > i{
        font-size: 4.5rem;
        margin-bottom: 25px;
    }

    .beneficio-card h3{
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .beneficio-card span{
        margin-bottom: 28px;
    }

    .beneficio-card ul{
        font-size: 1.05rem;
    }
}

.banner-valor{
    background: #eef3f9;
    border-radius: 28px;
    padding: 50px 60px;

    display: flex;
    align-items: center;
    gap: 35px;

    overflow: hidden;
}

.banner-valor-imagen{
    flex-shrink: 0;
}

.banner-valor-imagen img{
    display: block;
    width: 280px;
    max-width: 100%;
    height: auto;
}

.banner-valor-icono{
    width: 105px;
    height: 105px;
    min-width: 105px;

    background: #0874be;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-valor-icono i{
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 1;
}

.banner-valor-contenido{
    flex: 1;
}

.banner-valor-contenido h2{
    color: #0874be;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 35px;
}

.banner-valor-contenido p{
    color: #44464f;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    line-height: 1.5;
    margin-bottom: 35px;
}

.banner-valor-contenido h3{
    color: #0874be;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 767px){

    .banner-valor{
        flex-direction: column;
        text-align: center;

        padding: 30px 20px;
        gap: 25px;
    }

    .banner-valor-imagen img{
        width: 180px;
    }

    .banner-valor-icono{
        width: 100px;
        height: 100px;
        min-width: 100px;
    }

    .banner-valor-icono i{
        font-size: 3rem;
    }

    .banner-valor-contenido h2{
        margin-bottom: 20px;
    }

    .banner-valor-contenido p{
        margin-bottom: 20px;
    }

}

.timeline-pid{
    position: relative;
}

.timeline-item{
    position: relative;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 35px;
    margin-bottom: 35px;
}

.timeline-item:last-child{
    margin-bottom: 0;
}

.timeline-item::before{
    content: "";
    position: absolute;
    left: 74px;
    top: 125px;
    bottom: -70px;
    width: 5px;
    background: #e2eef9;
}

.timeline-item:last-child::before{
    display: none;
}

.timeline-icono{
    position: relative;
    z-index: 2;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 55px auto 0;
}

.timeline-icono::after{
    content: "";
    position: absolute;
    right: -35px;
    top: 50%;
    width: 35px;
    height: 4px;
    background: #e2eef9;
    transform: translateY(-50%);
}

.timeline-icono i{
    font-size: 4rem;
    line-height: 1;
}

.timeline-card{
    border: 3px solid #e2eef9;
    border-radius: 18px;
    background: #ffffff;
    padding: 38px 50px;
    box-shadow: 0 6px 18px rgba(10,121,190,0.08);
}

.timeline-card span{
    display: block;
    color: #1e90d2;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 5px;
    margin-bottom: 18px;
}

.timeline-card h3{
    color: #0874be;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 25px;
}

.timeline-card p{
    color: #44464f;
    font-size: 1.25rem;
    line-height: 1.45;
    margin-bottom: 35px;
}

.timeline-meta{
    display: flex;
    align-items: center;
    gap: 18px;
}

.timeline-meta i{
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 2.1rem;
    line-height: 1;
}

.timeline-meta em{
    color: #44464f;
    font-size: 1.1rem;
    line-height: 1.4;
}

@media (max-width: 767px){

    .timeline-item{
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 35px;
    }

    .timeline-item::before,
    .timeline-icono::after{
        display: none;
    }

    .timeline-icono{
        width: 105px;
        height: 105px;
        margin: 0 auto;
    }

    .timeline-icono i{
        font-size: 3rem;
    }

    .timeline-card{
        padding: 30px 24px;
        text-align: center;
    }

    .timeline-card span{
        font-size: 1rem;
        letter-spacing: 4px;
    }

    .timeline-card h3{
        font-size: 1.55rem;
    }

    .timeline-card p{
        font-size: 1.05rem;
    }

    .timeline-meta{
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }

    .timeline-meta i{
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 1.8rem;
    }

    .timeline-meta em{
        font-size: 1rem;
    }
}

.indicador-card{
    height: 100%;
    border: 3px solid #e2eef9;
    border-radius: 18px;
    padding: 35px 38px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 6px 18px rgba(10,121,190,0.08);
}

.indicador-icono{
    width: 135px;
    height: 135px;
    margin: 0 auto 35px;
    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indicador-icono i{
    font-size: 4rem;
    line-height: 1;
}

.indicador-card h3{
    color: #0874be;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 45px;
}

.indicador-card a{
    display: block;
    width: 100%;
    padding: 17px 15px;
    margin-bottom: 15px;
    border: 3px solid #e2eef9;
    border-radius: 12px;
    background: #f6f9fc;
    color: #0874be;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s ease;
}

.indicador-card a:last-child{
    margin-bottom: 0;
}

.indicador-card a:hover{
    background: #0874be;
    color: #f6f9fc;
    border-color: #0a79be;
}

@media (max-width: 767px){

    .indicador-card{
        padding: 30px 25px;
    }

    .indicador-icono{
        width: 110px;
        height: 110px;
        margin-bottom: 25px;
    }

    .indicador-icono i{
        font-size: 3rem;
    }

    .indicador-card h3{
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .indicador-card a{
        font-size: 1rem;
        padding: 14px 12px;
    }
}

.formacion-texto{
    color: #44464f;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    line-height: 1.55;
    margin-bottom: 80px;
}

.formacion-destacado{
    display: flex;
    align-items: center;
    gap: 32px;
}

.formacion-icono{
    width: 105px;
    height: 105px;
    min-width: 105px;
    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;

    display: flex;
    align-items: center;
    justify-content: center;
}

.formacion-icono i{
    font-size: 3rem;
    line-height: 1;
}

.formacion-destacado p{
    color: #44464f;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    line-height: 1.45;
    margin: 0;
}

.formacion-img{
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px){

    .formacion-texto{
        font-size: 1.15rem;
        margin-bottom: 40px;
    }

    .formacion-destacado{
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .formacion-icono{
        width: 105px;
        height: 105px;
        min-width: 105px;
    }

    .formacion-icono i{
        font-size: 3rem;
    }

    .formacion-destacado p{
        font-size: 1.1rem;
    }

    .formacion-img{
        margin-top: 25px;
    }
}

.recurso-formativo{
    height: 100%;
}

.recurso-cabecera{
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 35px;
}

.recurso-cabecera i{
    color: #0874be;
    font-size: 4rem;
    line-height: 1;
    flex-shrink: 0;
}

.recurso-cabecera h3{
    color: #0874be;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.recurso-formativo p{
    color: #44464f;
    font-size: 1.35rem;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 767px){

    .recurso-formativo{
        text-align: center;
    }

    .recurso-cabecera{
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .recurso-cabecera i{
        font-size: 3rem;
    }

    .recurso-cabecera h3{
        font-size: 1.8rem;
    }

    .recurso-formativo p{
        font-size: 1.1rem;
    }

}

.documento-card,
.video-lista-card,
.documento-nota{
    border: 3px solid #e2eef9;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(10,121,190,0.08);
}

.documento-card{
    display: grid;
    grid-template-columns: 85px 1fr 90px;
    gap: 25px;
    align-items: center;
    padding: 28px 32px;
    margin-bottom: 24px;
}

.documento-card > i{
    color: #0874be;
    font-size: 4rem;
    line-height: 1;
}

.documento-info h3{
    color: #0874be;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
}

.documento-info p{
    color: #44464f;
    font-size: 1.15rem;
    line-height: 1.35;
    margin: 0;
}

.documento-descarga{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    transition: all .25s ease;
}

.documento-descarga i{
    font-size: 2.5rem;
    line-height: 1;
}

.documento-descarga:hover{
    background: #0874be;
    color: #ffffff;
}

.documento-nota{
    display: flex;
    align-items: center;
    gap: 25px;
    background: #f6f9fc;
    padding: 25px 32px;
}

.documento-nota i{
    color: #0874be;
    font-size: 2.6rem;
    line-height: 1;
}

.documento-nota p{
    color: #44464f;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0;
}

.video-lista-card{
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 25px 32px;
    margin-bottom: 18px;
}

.video-play, .video-play2{
    width: 82px;
    height: 82px;
    min-width: 82px;
    border-radius: 50%;
    background: #0874be;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    transition: all .25s ease;
}

.video-play i, .video-play2 i{
    font-size: 3rem;
    line-height: 1;
}

.video-play:hover, .video-play2:hover{
    background: #e2eef9;
    color: #0874be;
}

.video-lista-card h3{
    color: #44464f;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 767px){

    .documento-card{
        grid-template-columns: 1fr;
        text-align: center;
        padding: 28px 22px;
    }

    .documento-descarga{
        margin: 0 auto;
    }

    .documento-nota{
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .video-lista-card{
        flex-direction: column;
        text-align: center;
        padding: 26px 22px;
    }

    .video-lista-card h3{
        font-size: 1.15rem;
    }
}

.recurso-descarga-card{
    height: 100%;
    min-height: 560px;

    border: 3px solid #e2eef9;
    border-radius: 20px;
    background: #ffffff;

    padding: 50px 35px 35px;

    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;

    box-shadow: 0 6px 18px rgba(10,121,190,0.08);
}

.recurso-descarga-icono{
    color: #0874be;
    margin-bottom: 35px;
}

.recurso-descarga-icono i{
    font-size: 7rem;
    line-height: 1;
}

.recurso-descarga-linea{
    width: 90px;
    height: 6px;
    background: #0874be;
    margin-bottom: 35px;
}

.recurso-descarga-card h3{
    color: #0874be;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
}

.recurso-descarga-card p{
    color: #44464f;
    font-size: 1.35rem;
    line-height: 1.55;
    margin-bottom: auto;
}

.recurso-descarga-boton{
    width: 110px;
    height: 110px;

    margin-top: 40px;

    border-radius: 50%;
    background: #e2eef9;
    color: #0874be;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    transition: all .25s ease;
}

.recurso-descarga-boton i{
    font-size: 3.5rem;
    line-height: 1;
}

.recurso-descarga-boton:hover{
    background: #0874be;
    color: #ffffff;
}

@media (max-width: 767px){

    .recurso-descarga-card{
        min-height: auto;
        padding: 35px 25px;
    }

    .recurso-descarga-icono i{
        font-size: 5rem;
    }

    .recurso-descarga-linea{
        width: 70px;
        height: 5px;
        margin-bottom: 25px;
    }

    .recurso-descarga-card h3{
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .recurso-descarga-card p{
        font-size: 1.05rem;
        margin-bottom: 30px;
    }

    .recurso-descarga-boton{
        width: 85px;
        height: 85px;
        margin-top: 0;
    }

    .recurso-descarga-boton i{
        font-size: 2.6rem;
    }

}

.footer-pid{
    text-align: center;
    padding: 40px 0;
}

.footer-pid-logo{
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px;
}

.footer-pid h2{
    color: #0874be;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 35px;
}

.footer-pid p{
    color: #767b85;
    font-size: clamp(1.15rem, 1.5vw, 1.65rem);
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 55px;
}

.footer-pid-linea{
    width: 55%;
    max-width: 700px;
    height: 4px;
    background: #e2eef9;
    margin: 0 auto 50px;
}

.footer-pid-logos{
    display: block;
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 767px){

    .footer-pid{
        padding: 20px 0;
    }

    .footer-pid-logo{
        margin-bottom: 35px;
    }

    .footer-pid h2{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .footer-pid p{
        font-size: 1.15rem;
        margin-bottom: 30px;
    }

    .footer-pid-linea{
        width: 80%;
        margin-bottom: 30px;
    }

}

.footer-itrem{
    background: #0874be;
    padding: 25px 0;
}

.footer-contenido{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-enlaces{
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.footer-enlaces a{
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
}

.footer-enlaces a:hover{
    text-decoration: underline;
}

.footer-enlaces span{
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
}

.footer-logo{
    flex-shrink: 0;
}

.footer-logo img{
    max-width: 380px;
    width: 100%;
    height: auto;
    display: block;
}

.footer-copy{
    flex: 1;
    text-align: right;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
}

@media (max-width: 991px){

    .footer-contenido{
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-enlaces{
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-copy{
        text-align: center;
    }

    .footer-logo img{
        max-width: 260px;
    }

}
.modal-video-content {
    background: #000000;
    border: 0;
    position: relative;
}

.modal-close {
    position: absolute;
    right: -45px;
    top: -45px;
    z-index: 10;
    opacity: 1;
}

@media (max-width: 767px) {
    .modal-close {
        right: 10px;
        top: -40px;
    }
}