.swiper.swiper-buttons
.swiper-slide,
.swiper.swiper-nivel
.swiper-slide {
    width: auto; !important;
}
.button.btn-icon:hover .icon-btn.i-hove {
    opacity:1
}
.card-bg .nav-color {
    font-weight: 700;
}
.card-text.text-footer .nav-color {
	font-weight: 400 !important;
}
.swal2-image {
    margin-top: 40px;
}
.swal2-close {
    background-color: #df9131 !important;
    border-radius: 100%;
    color: #404657 !important;
    width: 35px;
    height: 35px;
    font-size: 28px;
}

.container-avance {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 80%;
    min-width: 930px;
    max-width: none;
}
.col-avance-right, .col-avance-left {
    width: 50%;
}
.text-avance {
    width: 50%;
    min-width: 300px;
    margin: auto;
    margin-top: 80px;
}
.text-avance.phone {
    display: none;
}
.heading-avance {
    color: #404657;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Fontsfree Net Newyork, sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.1em;
}
.line-avance {
    width: 100%;
    height: 2px;
    background-color: #E5E5E5;
    margin-bottom: 20px;
}
.container-avance .nav-color {
    color: #404657;
}
.container-avance .nav-color .line {
    margin-left: 20px;
    background-color: #404657;
}
.heading-depts .light {
    font-weight: 400;

}
.p-avance b {
    font-size: 22px;
}
.wrapper-btn {
    margin-top: 60px;
    position: relative;
    padding-bottom: 50px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: none !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.swiper-button-prev {
    background-image: url("../images/swiper-btn-left.svg");
}
.swiper-button-prev:hover {
    background-image: url("../images/swiper-btn-left-hover.svg");
}
.swiper-button-next {
    right: auto;
    left: 75px;
    background-image: url("../images/swiper-btn-right.svg");
}
.swiper-button-next:hover {
    background-image: url("../images/swiper-btn-right-hover.svg");
}

.video-short {
    width: 400px;
    margin: auto;
    max-width: 100%;
}
.embed-container {
    position: relative;
    width: 100%;
    /* ratio 16:9 -> padding-top: 56.25% (si quieres cuadrado usa 100% para 1:1) */
    padding-top: 175%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.embed-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 991px) {
    .heading-avance {
        font-size: 35px;
    }
    .col-avance-left {
        width: 40%;
    }
    .col-avance-right {
        width: 60%;
    }
    .container-avance {
        width: 100%;
        min-width: 0;
        padding-inline: 20px;
    }
}
@media screen and (max-width: 767px) {
    .container-avance {
        display: block;
        padding-inline: 0;
    }
    .col-avance-right {
        width: 100%;
    }
    .col-avance-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .text-avance {
        display: none;
        width: 100%;
        min-width: 0;
        margin-top: 20px;
    }
    .text-avance.phone {
        display: block;
    }
    .text-avance .heading-depts {
        padding-left: 0;
        padding-right: 0;
    }
    .container-avance .nav-color .line.phone {
        margin-left: 0;
    }

}
@media screen and (max-width: 479px) {

}
