/* slider-hero */
section .hero .duaSlider {
    height: 0;
    padding-bottom: 42%;
}
/* end slider-hero */

section .top .blq-txt .txt-corp2 {
    font-size: 4.5rem;
    font-weight: 900; 
}
section .top .blq-txt2 {
    padding: 18rem 3.75rem;
}
section .top .blq-txt2 .flex {
    display: -webkit-flex;
    display: flex;
}
section .top .blq-txt2 .flex > * {
    width: 50%;
}
section .top .blq-txt2 .section-tit3 {
    margin-bottom: 5rem;
}
section .top .blq-txt2 .txt-corp2 {
    margin-bottom: 1.25rem;
    font-size: 4.5rem;
    font-weight: 900;    
}
section .top .blq-txt2 .txt-corp2 ~ .txt-corp2 {
    margin-top: 5rem;
}
section .top .blq-txt2 .text-black {
    margin-bottom: 0;
}
section .top .blq-txt2 .lnk-corp {
    font-size: 4.5rem;
    font-weight: 900;
}
section .top .blq-txt2 .icono {
    min-height: 11rem;
    padding-left: 13.5rem;
    margin-bottom: 6rem;
    position: relative;
}
section .top .blq-txt2 .icono img {
    width: 11rem;
    position: absolute;
    left: 0;
    top: 0;
}
section .top .blq-txt2 .txt-nota {
    font-size: 3rem;
    font-style: italic;
}
section .top .blq-txt3 {
    padding: 18rem 0;
    text-align: center;
}
section .top .blq-txt3 img[src$="iconos/logo-deputacion.svg"] {
    width: 25rem;
}

section .mapa {
    height: 125rem;
}

@media (max-width: 767px) {
    section .hero .hero-lg {
        display: block;
    }
    section .top .blq-txt {
        padding: 7.5rem 0 0;
        margin-top: 0;
    }
    section .top .btn {
        margin-top: 5rem;
        display: block;
    }
    section .top .blq-txt2 .flex {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    section .top .blq-txt2 .flex > div {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    section .top .blq-txt2,
    section .top .blq-txt3 {
        padding: 10.5rem 0 4rem;        
    }
}
