.header-pp {
    min-height: 290px;
}

.overlap-padding-header {
    padding-top: 120px;
}
@media(min-width:1200px){
    .overlap-padding-header {
        padding-top: 95px;
    }
}

.wrapper {
    padding-top: 80px;
}

/* Card Links */

.card-links .simple .card-link:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
}

.card-links .simple .link-wrapper,
.card-links .carousel .link-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    padding: 15px 0;
    margin-top: -1px;
}

.float-buttons {
    /* left: 1vw!important; */
}

@media (max-width: 768px) {
    .slide-img-mobile {
        height: auto !important;
    }
}

.card-links .simple .link:hover p,
.card-links .carousel .link:hover {

    color: black;
}

.card-links .simple .link p,
.card-links .carousel .link p {
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}




.draggable {
    padding: 0 !important;
}

.card-links .simple .link,
.card-links .carousel .link {
    width: 300px;
    background-color: transparent;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: background-position 0.6s ease;
}

.card-links .simple .link:hover,
.card-links .carousel .link:hover {
    background: linear-gradient(135deg, rgba(255, 186, 0, 1) 50%, transparent 50%);
    background-size: 200% 200%;
    background-position: 12% 0%;
}

@media(max-width:768px) {

    .wrapper {
        padding-top: 50px;
        background-image: none !important;
    }


}

.dvtevtgnt-reason-plan-ahorro {
    background: rgba(255, 186, 0, 1);

}

.slick-center a {
    margin-top: 0 !important;
}

.btn-general {
    background: rgba(255, 186, 0, 1);

}

/* Adjudication Act */

.adjudication-act h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
}

.adjudication-act p {
    margin-bottom: 0;
}

.adjudication-act .wrap {
    margin-bottom: 30px;
}

.adjudication-act .col-md-4:last-of-type .wrap:last-of-type {
    margin-bottom: 0;
}

@media(max-width:768px) {

    .adjudication-act h2 {
        text-align: center;
    }

    .faq-item-wrapper .index {
        height: 51px;
    }
}

.card-promocion i {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-top: 3px;
}


/* Frequent Faqs */

.btn-general {
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
}
.faq-item-wrapper {
    margin-bottom:20px;
}
.faq-item-wrapper {
    margin-bottom:15px;
}
.index {
    background: #FFBA00;
    display: flex;
    justify-content: center;
    align-items: center!important;
    color: white;
    min-width: 51px;
    min-height: 51px;
    margin-bottom: 0;
}

.faq-item {
    cursor: pointer;
    padding: 10px;
    /* margin-bottom: 15px; */
    padding: 10px;
    background: rgba(180, 180, 180, 0.37);
    min-width: calc(100% - 51px)
}

.faq-item h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    padding-left: 15px;
    font-weight: 600;
}



.faq-answer {

    margin-top: 15px;
}

.collapse {
    padding-left: 15px;
    padding-left: 0;
}

.faq-item .collapse {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;

}

.faq-answer {
    padding-left: 15px;
}

.faq-item h3[aria-expanded="true"] {
    font-weight: bold;
}

.btn-form {
    background-color: black;
    border-radius: 3px;
    display: inline-block;
    color: white !important;
    padding: 10px;
    color: white;
    color: white;
    margin-left: 2px;
}




.popup__content {
    width: 60%;
}

.wpcf7-form label {
    margin-bottom: 0;
}






@media(min-width:768px) {
    .float-buttons {
        left: 1vw !important;
    }

    .card-links.carousel {
        margin-bottom: 3rem !important;
    }
}


@media(max-width:768px) {

    .btn-general {
        font-size: 1.3rem;
        line-height: 1.6rem;

    }
}