#spdvSection .border_button.active,
#spdvSection .border_button:hover {
    border: 2px solid #f12d1a;
    background-color: #f12d1a;
    color: #fff;
    text-decoration: none;
}
#spdvSection .border_button a,
#spdvSection .border_button span {
    color: #000;
}
#spdvSection .border_button.active a,
#spdvSection .border_button:hover a,
#spdvSection .border_button.active span,
#spdvSection .border_button:hover span {
    color: #fff;
}
#spdvSection .border_button span {
    max-width: 280px;
    text-align: center;
}

#dpoSection .border_button.active,
#dpoSection .border_button:hover {
    border: 2px solid #f12d1a;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
#dpoSection .border_button a,
#dpoSection .border_button span {
    color: #000;
}
#dpoSection .border_button.active a,
#dpoSection .border_button:hover a,
#dpoSection .border_button.active span,
#dpoSection .border_button:hover span {
    color: #f12d1a;
}
#dpoSection .border_button span {
    max-width: 280px;
    text-align: center;
}

#ffrm-content {
    margin-top: 50px;
    max-width: 800px;
}
#ffrm-content .frm_conf_label {
    display: block;
}
#ffrm-content .with_frm_style .vertical_radio .frm_checkbox,
#ffrm-content .with_frm_style .vertical_radio .frm_radio,
#ffrm-content .vertical_radio .frm_catlevel_1 {
    display: inline-block;
}

#cobertura-hero {
    width: 100%;
    position: relative;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}
#cobertura-hero .flag {
    width: 25%;
    height: 100%;
    overflow: hidden;
}
#cobertura-hero .flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#cobertura-hero .flag:nth-child(1) img {
    object-position: right;
}
#cobertura-hero .flag:nth-child(3) img {
    object-position: left;
}
#cobertura-hero .title {
    position: relative;
    width: 50%;
    padding: 2vh;
}
#cobertura-hero .title .logo {
    position: relative;
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
}
#cobertura-hero .title .logo img {
    width: 100%;
    height: auto;
}
#cobertura-hero .title h1 {
    font-size: min(5vw, 140px);
    color: #fff;
    text-align: center;
}
#cobertura-hero .title h1 span {
    font-size: min(7.5vw, 110px);
    display: block;
    margin-bottom: max(-4.5vw, -80px);
    position: relative;
    z-index: 1;
}
#cobertura-hero .title .font_script {
    color: #E6F854;
    text-transform: initial;
}

.spdv-section {
    display: flex;
    width: 100vw;
    min-height: 100vh;
    flex-direction: column;
    height: auto;
    padding-bottom: 4vh;
}
.spdv-header {
    width: 100%;
}
.spdv-header .spdv-cover {
    height: 34vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    min-height: 350px;
}
.spdv-header .spdv-cover-movil {
    display: none;
}
.spdv-header_container {
    width: 90%;
    margin: 0 auto 4vh;
}
.spdv-header_container .section_title {
    margin: 4vh 0 8vh;
}
.spdv-header_container .spdv-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.spdv-header_container .spdv-action-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.spdv-header_container .spdv-action-item a {
    max-width: 280px;
    text-align: center;
}

.spdv-content {
    width: 90%;
    margin: 0 auto;
}
.spdv-item {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.spdv-item.in,
.form-in {
    opacity: 1;
    visibility: visible;
    display: block;
}
.spdv-item.out,
.form-out {
    opacity: 0;
    display: none;
}

.spdv-text {
    width: 90%;
    margin: 0 auto;
}
.spdv-infografy {
    padding: 40px 0 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.spdv-infografy img {
    max-width: 900px;
    height: auto;
    width: 100%;
}

.spdv-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 0;
    width: 90%;
    margin: 0 auto;
    gap: 20px;
    justify-content: space-between;
}
.spdv-grid .grid-item {
    display: flex;
    flex-direction: column;
    width: 23%;
    background-color: antiquewhite;
    border-radius: 20px;
    max-width: 300px;
}
.spdv-grid .grid-item-top {
    display: flex;
    align-items: center;
    padding: 30px 0px;
    gap: 30px;
    flex-direction: column;
}
.spdv-grid .grid-item-top img {
    height: 100px;
    width: auto;
}
.spdv-grid .grid-item-top h4 {
    margin: 0;
    font-size: 1rem;
    line-height: 1rem;
}
.spdv-grid .grid-item-content {
    padding: 30px;
    flex: 1 0 auto;
    text-align: center;
}
.spdv-grid .grid-item-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2rem;
}

.faq-item {
    margin-bottom: 30px;
}
.faq-item .faq-item-question {
    font-size: 0.8rem;
    line-height: 1rem;
}

#dpoSection .spdv-header_container {
    margin: 0 auto 60px;
}
#dpoSection .spdv-grid {
    justify-content: center;
}
#dpoSection .spdv-grid .grid-item {
    background-color: #fff;
    border: 1px solid #000;
}
#dpoSection .spdv-grid .grid-item-top {
    padding: 30px 0px 0;
}
#dpoSection .spdv-grid .grid-item-top img {
    height: 35px;
}

#seSection .spdv-header_container {
    margin: 0 auto 0;
}
#seSection #ffrm-content {
    margin-top: 100px;
}

@media (max-width:992px) {
    #cobertura-hero {
        height: 350px;
    }

    .spdv-grid .grid-item {
        width: 45%;
        max-width: 100%;
    }
}
@media(max-width:768px) {
    #cobertura-hero {
        height: 300px;
    }
    #cobertura-hero .title {
        padding: 0;
    }
    #cobertura-hero .title h1 span {
        font-size: 9vw;
        margin-bottom: -5vw;
    }
}
@media (max-width:767px) {
    .spdv-header .spdv-cover {
        height: auto;
        min-height: auto;
        background-image: none !important;
        text-align: center;
    }
    .spdv-header .spdv-cover-movil {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 100%;
        margin: 0 auto;
        max-height: 250px;
    }
}
@media(max-width:600px) {
    #cobertura-hero .title {
        width: 80%;
    }
    #cobertura-hero .title h1 {
        font-size: 8vw;
    }
    #cobertura-hero {
        height: 200px;
    }
    #cobertura-hero .flag {
        width: 15%;
    }
}
@media (max-width:500px) {
    .spdv-grid .grid-item {
        width: 100%;
    }
}