.img-fluid {
    width: 100%;
}

.texto p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
    text-align: justify;
}

.texto ol {
    margin-left: 0px !important;
    padding-left: 15px !important;
}

.texto ol li {
    margin-bottom: 20px;
    font-size: 18px;
}

.texto p img {
    text-align: center;
}

.b-about .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.b-about .container .row, .section-video .row {
    align-items: center;
}

.b-about .not-padding-top {
    padding-top: 0px;
}

.b-about ul li {
    margin-bottom: 10px;
}

.b-post {
    box-shadow: 0px 0px 10px rgba(192,192,192,0.6);
    border-radius: 20px;
    overflow: hidden;
}

.entry-footer {
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-top: 1px solid #ccc;
}

.section-form .row {
    margin-left: 0px;
    margin-right: 0px;
}

.section-form p {
    text-align: center;
    font-size: 18px;
    margin: 0px !important;
}

.formulario {
    padding: 110px 20px;
}

.fondo-formulario {
    background: url("../img/contacto/background.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.b-main-slider__slide .row {
    justify-content: center;
}

.about-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.section-goods-offers .row {
    align-items: center;
}

.about-bottom {
    padding-bottom: 100px;
}

/* Servicio Post */

.servicio-post {
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 10px;
}

    .servicio-post .btn-primary {
        width: 100% !important;
    }

    .titulo-servicio-post {
        text-align: center;
        height: 80px;
        padding: 10px 0px;
        line-height: 30px;
        border-bottom: solid 1px #ccc;
    }

    .titulo-servicio-post-dos {
        text-align: center;
        height: 80px;
        padding: 10px 0px;
        line-height: 60px;
        border-bottom: solid 1px #ccc;
    }

    .servicio-post img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .informacion-servicio-post {
        padding: 15px;
        text-align: center;
        margin: 0px;
        margin-bottom: 15px;
        line-height: 20px;
        min-height: 90px;
    }

    .servicio-bottom {
        padding-bottom: 100px;
    }

/* Fin Servicio Post */

.l-main-content .container {
    padding-top: 100px;
}

.page-item.active .page-link {
    background-color: #1527ff;
    color: #fff;
    border: none !important;
}

.ui-title-inner {
    color: #1527ff;
    margin-bottom: 50px;
}

.ui-subtitle-inner {
    font-size: 18px;
    color: #c0c0c0;
}

.b-post-full {
    box-shadow: none !important;
}

.acerca-de-info {
    padding-bottom: 80px;
}

.acerca-de-info .ui-title {
    margin-bottom: 0px;
    color: #c0c0c0;
    font-size: 32px;
}

.acerca-de-info .ui-subtitle {
    margin-bottom: 50px;
    font: 700 36px Montserrat;
    color: #1527ff;
    text-align: center;
}

.acerca-de-info .texto {
    font-size: 20px;
    width: 80%;
    margin: 0px 10%;
}

.servicio-pagina {
    padding-top: 0px !important;
}

/* Banner principal secciones */

.servicios-banner {
    background: url("../img/services/background.jpg");
    background-size: cover;
    background-position: center;
}

.acerca-de-banner {
    background: url("../img/about-us/background.jpg");
    background-size: cover;
    background-position: center;
}

.blog-banner {
    background: url("../img/blog/background.jpg");
    background-size: cover;
    background-position: center;
}

.contactenos-banner {
    background: url("../img/contacto/background-banner.jpg");
    background-size: cover;
    background-position: center;
}

/* Fin Banner principal secciones */

.conventional {
    background: url(../img/services/conventional-big.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.fix-info, .mortgage-info, .investments-info {
    padding: 110px 100px;
    text-align: justify;
    background-color: #f0f0f0;
}

    .fix-info h3, .mortgage-info h3, .investments-info h3 {
        color: #1527ff;
        margin-bottom: 50px;
    }
    .fix-info p, .mortgage-info p, .investments-info p {
        font-size: 18px;
    }
    .fix-info ul, .mortgage-info ul, .investments-info ul {
        padding: 0px;
        margin: 0px;
        padding-left: 20px;
    }
    .fix-info li, .mortgage-info li, .investments-info li {
        font-size: 18px;
        margin-bottom: 20px;
    }

.fix {
    background: url(../img/services/fix-big.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.mortgage {
    background: url(../img/services/mortgage-big.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.investments {
    background: url(../img/services/investments-big.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-list li a:hover {
    color: #1527ff;
}

.footer-list li a:hover::before {
    color: #1527ff;
}

.footer-contacts .footer-contacts__phone:hover {
    color: #222;
}

.ui-form .ui-title {
    margin-bottom: 0px;
    color: #c0c0c0;
    font-size: 32px;
}
.ui-subtitle {
    margin-bottom: 50px;
    font: 700 36px Montserrat;
    color: #1527ff;
    text-align: center;
}

@media (max-width: 767px) {
    .sp-arrow {
        display: none !important;
    }
    .b-main-slider__slide .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .header.navbar-scrolling {
        background: none !important;
    }
    .navbar-scrolling .navbar-brand_light {
        display: block !important;
    }
    .navbar-scrolling .navbar-brand_dark {
        display: none !important;
    }
}

.text-secondary {
    text-decoration: none !important;
}

.text-loan {
    font-size: 18px;
    margin-bottom: 50px;
}

.loan .ui-title-inner {
    margin-bottom: 20px;
}

@media (max-width: 1490px) {
    .offers-left {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 1199px) {
    .section-goods-offers {
        max-width: 960px;
        margin: auto;
        padding: 0px 15px;
        padding-top: 110px;
        padding-bottom: 80px;
    }
    .blog-no-size {
        display: none;
    }
    .conventional, .fha, .va, .refinancing {
        display: none;
    }
    .conventional-info, .fha-info, .va-info, .refinancing-info {
        background-color: #fff;
        padding: 0px;
        padding-bottom: 80px;
        max-width: 700px;
        margin: auto;
    }
    .conventional-info h3, .fha-info h3, .va-info h3, .refinancing-info h3 {
        text-align: center;
    }
    .conventional-info a, .fha-info a, .va-info a, .refinancing-info a {
        margin: auto;
        display: block;
        width: 200px;
    }
    .refinancing-info {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 991px) {
    .about-image {
        margin-top: 80px;
        max-width: 90%;
        margin-left: 5%;
    }
    .section-goods-offers {
        max-width: 720px;
        margin: auto;
        padding: 0px 15px;
        padding-top: 110px;
        padding-bottom: 80px;
    }
    .offers-left {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .section-goods-offers {
        max-width: 540px;
        margin: auto;
        padding: 0px 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-video .row div {
        text-align: center;
    }
    .section-video h5 {
        margin-bottom: 30px;
    }
    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .blog-no-size {
        display: block;
    }
    .fondo-formulario {
        display: none;
    }
    .footer__logo {
        margin-bottom: 30px;
    }
    .conventional-info, .fha-info, .va-info, .refinancing-info {
        padding: 0px 50px;
        max-width: 540px;
        padding-bottom: 80px;
    }
    .loan {
        padding-top: 0px !important;
    }
}

input.form-control {
    padding: 0px 10px !important;
}
select {
    padding: 0px 6px !important;
}

.respuesta-fondo, .respuesta-fondo2, .respuesta-fondo3 {
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 19999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
}

.clear {
    clear: both;
}

.izquierda {
    float: left;
    width: 48%;
}

.derecha {
    float: right;
    width: 48%;
}

.respuesta h4 {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    height: 40px;
    margin-bottom: 30px;
}

.respuesta {
    height: 200px;
    background-color: #fff;
    box-shadow: 0 0 20px #000;
    width: 95%;
    max-width: 500px;
    padding: 40px 30px;
    position: relative;
}
    .respuesta h3 {
        text-align: center;
        margin-bottom: 30px;
    }
    .respuesta .boton {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: 10px;
        right: 10px;
        font-weight: bold;
        font-size: 24px;
        cursor: pointer;
    }
    .respuesta p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 0px;
    }

.respuesta-fondo3 .respuesta a {
    width: 100% !important;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
}

.respuesta-fondo3 .respuesta a:hover {
    text-decoration: none;
}

.nmls {
    display: none;
}

@media (max-width: 1199px) {
    .nmls {
        display: block;
        color: #fff;
    }
}

@media (max-width: 786px) {
    .respuesta-fondo3 .respuesta {
        min-height: 200px;
        height: auto;
    }
    .respuesta-fondo3 .respuesta .izquierda, .respuesta-fondo3 .respuesta .derecha {
        float: none;
        width: 100%;
    }
    .respuesta-fondo3 .respuesta h4 {
        margin-bottom: 0px;
    }
    .respuesta-fondo3 .respuesta .izquierda a {
        margin-bottom: 20px;
    }
}