.carousel.slide .container{
    text-align: left;
    padding-left: 90px;
}
.section-blue {
    background-color: #2a97d2;
}
.font-30 {
    font-size: 30px;
}
.font-40 {
    font-size: 40px;
}
.font-50 {
    font-size: 50px;
}
.section-consult {
    background-image: url(/images/imagen2.jpg);
    background-size: 50% 100%;
    background-repeat: no-repeat;
}
.section-price {
    background-image: url(/images/imagen1.jpg);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right;
}
.banner-response {
    background-image: url(/images/banner3_fedeaa_visa.jpg);
    background-size: cover;
    padding: 4em 0;
}
.benefice .col-2{
    background-color: #193459;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-right: 10px;
}
.benefice .bg-secondary {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #e5e5e5 !important;
    color: black;
    padding-top: 1em;
    padding-bottom: 1em;
}
.text-yellow {
    color: #FBC402;
}
.text-cyan {
    color: #2A96D1
}
.line-height-1 {
    line-height: 1;
}
.section-response-visa {
    background-color: #F1F1F1;
}
.btn-cyan {
    background-color: #2A96D1;
    color: white;
}
.btn-blue {
    background-color: #193459;
    color: white;
}
.btn-cyan:hover {
    background-color: #429fd4;
    color: white;
}
.btn-blue:hover {
    background-color: #1d488b;
    color: white;
}
.thead-blue {
    background-color: #193459;
    color: white;
}
.tbody-cyan {
    background-color: #2A96D1;
    color: white;
}
.table th {
    padding-right: 7px;
    padding-left: 7px;
}
.slider-principal p {
    margin-bottom: 0;
}
.text-35 {
    font-size: 35px;
}
.text-35-shadow {
    font-size: 35px;
    text-shadow: 0px 1px 0px black;
}
.text-50 {
    font-size: 50px;
}
.text-59-shadow {
    font-size: 59px;
    text-shadow: 3px 4px 9px black;
}
.pqr-app > .app:first-child , .pqr-app > .app:last-child , .pqr-app > .app:nth-child(2) {
    display: none;
}
.carousel-control-prev , .carousel-control-next {
    z-index: 10;
}
.carousel-indicators {
    display: none;
}
@media ( max-width: 800px ) {
    .benefice .bg-secondary {
        line-height: 1;
    }
    .section-consult {
        background-size: auto;
        padding-top: 20em;
        padding-bottom: 2em;
    }
    .section-price {
        padding-top: 20em;
        background-size: auto;
        background-position: top;
        padding-bottom: 2em;
    }
    .section-response-visa {
        padding: 30px 0;
    }
    .banner-response {
        background-size: auto 100%;
        padding: 4em 0;
        background-position: 30%;
    }
    .banner-response .form-row .row {
        margin-left: 0;
    }
    .slider-principal {
        padding-top: 2em;
    }
    .fondo-imagen-responsive {
        height: 400px;
    }
    .carousel.slide .container {
        padding-left: 33px;
        padding-right: 33px;
    }
    .text-35 , .text-35-shadow{
        font-size: 20px;
        text-shadow: 0 0 5px black;
    }

    .text-50 , .text-59-shadow {
        font-size: 32px;
    }
    .carousel-caption > div > div {
        text-align: center;
        color: white;
    }
    .carousel-caption .align-self-center.font-20 {
        text-align: center;
        margin-right: 0 !important;
        margin-bottom: 1em;
    }
    .carousel-caption button.btn.btn-lg {
        margin:  auto;
    }

}