.vertical_centering {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal_centering {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.info_contacto .container div .txt {
    font-family: "Roboto",sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
}

.horario {
    display: none;
    text-align: end;
}

.info_contacto .container div .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
    object-position: center;
    filter: invert(100%);
}

.info_contacto .container div .txt a {
    color: #fff;
}

.centering_mixin {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.d_mobile {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .d_mobile {
        display: block !important;
    }
}

.d_desktop {
    display: block !important;
}

@media only screen and (max-width: 991px) {
    .d_desktop {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.bold {
    font-family: "Nexa-Bold", sans-serif;
}

.modal.legales {
    width: 100%;
    height: 100%;
    font-family: "Roboto",sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #231f20
}

    .modal.legales.external .modal-dialog {
        height: 100%
    }

        .modal.legales.external .modal-dialog .modal-content {
            height: 100%
        }

            .modal.legales.external .modal-dialog .modal-content .modal-body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0
            }

                .modal.legales.external .modal-dialog .modal-content .modal-body iframe {
                    width: 100%;
                    height: 100%;
                    border: 0;
                    background-color: #fff
                }

.modal .modal-dialog .modal-content {
    width: 100%;
    height: auto
}

    .modal .modal-dialog .modal-content .modal-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 50px
    }

        .modal .modal-dialog .modal-content .modal-header .modal-title {
            width: 95%;
            margin: 0;
            padding: 0;
            text-align: center;
            font-family: "Roboto-Bold",sans-serif;
            font-size: 2.5rem;
            line-height: 1.2;
            color: #231f20
        }

        .modal .modal-dialog .modal-content .modal-header .close {
            width: 5%;
            margin: 0 0 0 auto;
            padding: 0;
            font-size: 3rem;
            color: #231f20
        }

            .modal .modal-dialog .modal-content .modal-header .close:hover, .modal .modal-dialog .modal-content .modal-header .close:focus {
                border: 0;
                outline: 0
            }

    .modal .modal-dialog .modal-content .modal-body {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        padding: 30px;
        font-family: "Roboto",sans-serif;
        font-size: 1.5rem;
        line-height: 1.2;
        color: #231f20
    }

        .modal .modal-dialog .modal-content .modal-body p, .modal .modal-dialog .modal-content .modal-body li {
            margin-bottom: 15px
        }

        .modal .modal-dialog .modal-content .modal-body ul, .modal .modal-dialog .modal-content .modal-body ol {
            margin-top: 10px;
            padding-left: 10px
        }

        .modal .modal-dialog .modal-content .modal-body strong {
            font-weight: bold
        }

        .modal .modal-dialog .modal-content .modal-body a {
            color: #9d162e
        }

.regular {
    font-family: "Nexa", sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0;
    padding: 0;
}

a,
button {
    cursor: pointer;
    text-decoration: none;
}

html,
body {
    min-height: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    color: #231f20;
    font-size: 10px;
    font-family: "Nexa", sans-serif;
}

body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header {
    width: 100%;
    height: 85px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 991px) {
    .header {
        height: 65px;
    }
}

.header .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .header .container {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
    }
}

.header .logo_container .logo {
    width: auto;
    max-height: 50px;
}

@media only screen and (max-width: 991px) {
    .header .logo_container .logo {
        max-height: 40px;
    }
}

.info_contacto {
    width: 100%;
    height: 50px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #818184;
}

@media only screen and (max-width: 991px) {
    .info_contacto {
        display: none;
    }
}

.info_contacto .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .info_contacto .container div {
        font-family: "Roboto", sans-serif;
        font-size: 1.6rem;
        line-height: 1;
        color: #fff;
    }

.hero {
    position: relative;
    width: 100%;
    height: 718px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .hero {
        height: auto;
    }
}

.hero > .img_bg_hero {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #231f20;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
    .hero > .img_bg_hero {
        display: none;
    }
}

.hero .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

@media only screen and (max-width: 991px) {
    .hero .container {
        max-width: 100%;
        height: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}

.hero .hero_claim {
    position: relative;
    width: 100%;
    height: 100%;
}

    .hero .hero_claim > .img_bg_hero_mobile {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #231f20;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

@media only screen and (max-width: 991px) {
    .hero .hero_claim > .img_bg_hero_mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .hero .hero_claim > .img_bg_hero_mobile {
        background-position: center center;
    }
}

.hero .hero_claim .container_info {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

@media only screen and (max-width: 991px) {
    .hero .hero_claim .container_info {
        width: 100%;
        max-width: 700px;
        height: 450px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero .hero_claim .container_info {
        height: 350px;
        margin-top: 30px;
    }
}

.hero .hero_claim .container_info .container_claim {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

    .hero .hero_claim .container_info .container_claim .claim {
        display: inline;
        font-family: "Nexa-Bold", sans-serif;
        font-size: 4rem;
        line-height: 1.2;
        color: #fff;
        box-decoration-break: clone;
        box-shadow: 5px 0 0 #231f20, -5px 0 0 #231f20;
        background-color: #231f20;
    }

@media only screen and (max-width: 1199px) {
    .hero .hero_claim .container_info .container_claim .claim {
        font-size: 2.5rem;
    }
}

.hero .hero_claim .container_info .container_subclaim {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

    .hero .hero_claim .container_info .container_subclaim .subclaim {
        display: inline;
        font-family: "Nexa", sans-serif;
        font-size: 3rem;
        line-height: 1.2;
        color: #fff;
        box-decoration-break: clone;
        box-shadow: 5px 0 0 #231f20, -5px 0 0 #231f20;
        background-color: #231f20;
    }

@media only screen and (max-width: 1199px) {
    .hero .hero_claim .container_info .container_subclaim .subclaim {
        font-size: 2rem;
    }
}

.hero .hero_claim .container_info .container_precio,
.hero .hero_claim .container_info .container_descuento {
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px 5px;
    background-color: #231f20;
}

@media only screen and (max-width: 991px) {
    .hero .hero_claim .container_info .container_precio,
    .hero .hero_claim .container_info .container_descuento {
        display: none;
    }
}

.hero .hero_claim .container_info .container_precio .txt,
.hero .hero_claim .container_info .container_descuento .txt {
    display: block;
    font-family: "Nexa", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
}

.hero .hero_claim .container_info .container_precio .precio,
.hero .hero_claim .container_info .container_descuento .precio {
    display: block;
    font-family: "Nexa-Bold", sans-serif;
    font-size: 5rem;
    line-height: 1.2;
    color: #d82343;
}

@media only screen and (max-width: 1199px) {
    .hero .hero_claim .container_info .container_precio .precio,
    .hero .hero_claim .container_info .container_descuento .precio {
        font-size: 3.5rem;
    }
}

.hero .hero_form {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .hero .hero_form {
        display: none;
    }
}

.hero .hero_form .container_form {
    width: 100%;
    max-width: 400px;
    margin: 0 0 20px auto;
    padding: 25px;
    background-color: #fff;
}

    .hero .hero_form .container_form .form_up .form_header {
        text-align: center;
    }

        .hero .hero_form .container_form .form_up .form_header .titulo {
            margin-bottom: 10px;
            font-family: "Nexa-Bold", sans-serif;
            font-size: 2rem;
            line-height: 1;
            color: #231f20;
        }

        .hero .hero_form .container_form .form_up .form_header .descripcion {
            font-family: "Nexa-Bold", sans-serif;
            font-size: 1.4rem;
            line-height: 1;
            color: #231f20;
            margin-bottom: 10px;
        }

    .hero .hero_form .container_form .form_up .form_body input,
    .hero .hero_form .container_form .form_up .form_body select {
        width: 100%;
        height: 40px;
        border: 0;
        outline: 0;
        background-color: #d8dadc;
        margin-bottom: 10px;
        font-family: "Roboto", sans-serif;
        font-size: 1.6rem;
        line-height: 1;
        color: #231f20;
    }

        .hero .hero_form .container_form .form_up .form_body input:focus,
        .hero .hero_form .container_form .form_up .form_body select:focus {
            border: 0;
            outline: 0;
            color: #231f20;
            box-shadow: 0 0 0 0.2rem rgba(157, 22, 46, 0.35);
        }

        .hero .hero_form .container_form .form_up .form_body input::-webkit-input-placeholder,
        .hero .hero_form .container_form .form_up .form_body select::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-family: "Roboto", sans-serif;
            font-size: 1.4rem;
            line-height: 1;
            color: #818184;
        }

        .hero .hero_form .container_form .form_up .form_body input::-moz-placeholder,
        .hero .hero_form .container_form .form_up .form_body select::-moz-placeholder {
            /* Firefox 19+ */
            font-family: "Roboto", sans-serif;
            font-size: 1.4rem;
            line-height: 1;
            color: #818184;
        }

        .hero .hero_form .container_form .form_up .form_body input:-ms-input-placeholder,
        .hero .hero_form .container_form .form_up .form_body select:-ms-input-placeholder {
            /* IE 10+ */
            font-family: "Roboto", sans-serif;
            font-size: 1.4rem;
            line-height: 1;
            color: #818184;
        }

        .hero .hero_form .container_form .form_up .form_body input:-moz-placeholder,
        .hero .hero_form .container_form .form_up .form_body select:-moz-placeholder {
            /* Firefox 18- */
            font-family: "Roboto", sans-serif;
            font-size: 1.4rem;
            line-height: 1;
            color: #818184;
        }

    .hero .hero_form .container_form .form_up .form_body select {
        font-family: "Roboto", sans-serif;
        font-size: 1.4rem;
        line-height: 1;
        color: #818184;
    }

    .hero .hero_form .container_form .form_up .form_body .checkbox {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0;
    }

        .hero .hero_form .container_form .form_up .form_body .checkbox input[type="checkbox"] {
            position: relative;
            width: 15px;
            height: 15px;
            margin: 0 10px 0 0;
        }

            .hero .hero_form .container_form .form_up .form_body .checkbox input[type="checkbox"]:before {
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                background: #d8dadc;
                border-radius: 3px;
            }

            .hero .hero_form .container_form .form_up .form_body .checkbox input[type="checkbox"]:checked:before {
                content: "x";
                position: absolute;
                top: 0;
                left: 0;
                padding: 0 4px;
                background: #9d162e;
                border-radius: 3px;
                font-family: "Roboto-Bold", sans-serif;
                font-size: 15px;
                line-height: 1;
                color: #fff;
            }

        .hero .hero_form .container_form .form_up .form_body .checkbox span,
        .hero .hero_form .container_form .form_up .form_body .checkbox a {
            font-family: "Roboto", sans-serif;
            font-size: 1.1rem;
            line-height: 1;
            color: #231f20;
        }

        .hero .hero_form .container_form .form_up .form_body .checkbox a {
            text-decoration: underline;
        }

    .hero .hero_form .container_form .form_up .form_body .container_submit {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #9d162e;
    }

        .hero .hero_form .container_form .form_up .form_body .container_submit input[type="button"] {
            width: 100%;
            margin: 0;
            padding: 0;
            font-family: "Nexa-Bold", sans-serif;
            font-size: 1.8rem;
            line-height: 1;
            color: #fff;
            background-color: #334E8B;
        }

            .hero .hero_form .container_form .form_up .form_body .container_submit input[type="button"]:focus {
                border: 0;
                outline: 0;
                box-shadow: none;
            }

        .hero .hero_form .container_form .form_up .form_body .container_submit .icono_boton {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

            .hero .hero_form .container_form .form_up .form_body .container_submit .icono_boton.loader .icono_cta {
                display: none !important;
            }

            .hero .hero_form .container_form .form_up .form_body .container_submit .icono_boton.loader .icono_loader {
                display: block !important;
            }

        .hero .hero_form .container_form .form_up .form_body .container_submit .icono_cta {
            width: auto;
            height: 15px;
            margin: 0 15px;
            filter: invert(100%);
        }

        .hero .hero_form .container_form .form_up .form_body .container_submit .icono_loader {
            display: none;
            width: auto;
            height: 15px;
            margin: 0 15px;
        }

.hero .hero_mobile {
    position: relative;
    width: 100%;
    display: none;
    padding: 0;
    background-color: #231f20;
}

@media only screen and (max-width: 991px) {
    .hero .hero_mobile {
        display: block;
    }
}

.hero .hero_mobile .container_info {
    position: relative;
    padding: 10px 15px 30px;
}

@media only screen and (max-width: 991px) {
    .hero .hero_mobile .container_info {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero .hero_mobile .container_info {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hero .hero_mobile .container_info .container_precio,
.hero .hero_mobile .container_info .container_descuento {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

    .hero .hero_mobile .container_info .container_precio .txt,
    .hero .hero_mobile .container_info .container_descuento .txt {
        display: block;
        font-family: "Nexa", sans-serif;
        font-size: 1.6rem;
        line-height: 1.2;
        color: #fff;
    }

    .hero .hero_mobile .container_info .container_precio .precio,
    .hero .hero_mobile .container_info .container_descuento .precio {
        display: block;
        font-family: "Nexa-Bold", sans-serif;
        font-size: 3.5rem;
        line-height: 1.2;
        color: #d82343;
    }

.hero .hero_mobile .container_info .container_cta {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border: 1px solid #334E8B;
    background-color: #334E8B;
}

    .hero .hero_mobile .container_info .container_cta .cta {
        width: 100%;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-align: center;
        font-family: "Nexa-Bold", sans-serif;
        font-size: 1.8rem;
        line-height: 1.2;
        color: #fff;
        background-color: #334E8B;
    }

        .hero .hero_mobile .container_info .container_cta .cta:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .hero .hero_mobile .container_info .container_cta .icon {
        width: auto;
        height: 10px;
        margin: 0 15px;
        object-fit: contain;
        object-position: center;
        filter: invert(100%);
    }

.info_hero {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 550px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin: 30px 0;
}

@media only screen and (max-width: 991px) {
    .info_hero {
        margin: 0;
    }
}

.info_hero > .img_bg_info_hero {
    width: 50%;
    height: auto;
    min-height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 50%;
}

@media only screen and (max-width: 991px) {
    .info_hero > .img_bg_info_hero {
        display: none;
    }
}

.info_hero > .img_bg_info_hero_mobile {
    display: none;
    width: 100%;
    height: 350px;
    position: relative;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
    .info_hero > .img_bg_info_hero_mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .info_hero > .img_bg_info_hero_mobile {
        height: 350px;
    }
}

.info_hero .container {
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .info_hero .container {
        max-width: 100%;
        height: auto;
    }
}

.info_hero .info {
    width: 50%;
    margin-left: 50%;
    padding: 10px 10px 10px 30px;
}

@media only screen and (max-width: 991px) {
    .info_hero .info {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

.info_hero .info .container_titulo {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .info_hero .info .container_titulo {
        margin-bottom: 20px;
    }
}

.info_hero .info .container_titulo .titulo {
    font-family: "Nexa-Bold", sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    color: #334E8B;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .info_hero .info .container_titulo .titulo {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }
}

.info_hero .info .container_titulo .descripcion {
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    color: #231f20;
}

@media only screen and (max-width: 1199px) {
    .info_hero .info .container_titulo .descripcion {
        font-size: 1.5rem;
    }
}

.info_hero .info .container_caracteristicas .caracteristica {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

    .info_hero .info .container_caracteristicas .caracteristica .icon {
        width: 15px;
        height: 15px;
        margin-right: 20px;
        object-fit: contain;
        object-position: center;
    }

    .info_hero .info .container_caracteristicas .caracteristica .txt {
        font-family: "Roboto", sans-serif;
        font-size: 1.6rem;
        line-height: 1;
        color: #231f20;
    }

@media only screen and (max-width: 1199px) {
    .info_hero .info .container_caracteristicas .caracteristica .txt {
        font-size: 1.5rem;
    }
}

.promocion {
    position: relative;
    width: 100%;
    height: 550px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .promocion {
        height: auto;
        -webkit-order: 6;
        -moz-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}

.promocion .overlay {
    display: none;
}

.promocion:hover .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(35, 31, 32, 0.5);
    z-index: 2;
}

    .promocion:hover .overlay .container_cta {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 300px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        border: 1px solid #fff;
        background-color: #334E8B;
    }

        .promocion:hover .overlay .container_cta .cta {
            width: auto;
            margin: 0;
            padding: 0;
            text-decoration: none;
            text-align: center;
            font-family: "Nexa-Bold", sans-serif;
            font-size: 2.5rem;
            line-height: 1.2;
            color: #fff;
            background-color: #334E8B;
        }

            .promocion:hover .overlay .container_cta .cta:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .promocion:hover .overlay .container_cta .icon {
            width: auto;
            height: 13px;
            margin: 0 15px;
            object-fit: contain;
            object-position: center;
            filter: invert(100%);
        }

.promocion > .img_bg_promo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #231f20;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .promocion > .img_bg_promo {
        display: none;
    }
}

.promocion .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

@media only screen and (max-width: 991px) {
    .promocion .container {
        max-width: 100%;
        height: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}

.promocion .promo_claim {
    position: relative;
}

    .promocion .promo_claim > .img_bg_promo_mobile {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #231f20;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

@media only screen and (max-width: 991px) {
    .promocion .promo_claim > .img_bg_promo_mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .promocion .promo_claim > .img_bg_promo_mobile {
        background-position: center center;
    }
}

.promocion .promo_claim .container_claim {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .promocion .promo_claim .container_claim {
        width: 100%;
        max-width: 700px;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .promocion .promo_claim .container_claim {
        height: 250px;
        margin-top: 30px;
    }
}

.promocion .promo_claim .container_claim .claim {
    display: inline;
    font-family: "Nexa-Bold", sans-serif;
    font-size: 4rem;
    line-height: 1.2;
    color: #fff;
    box-decoration-break: clone;
    box-shadow: 5px 0 0 #231f20, -5px 0 0 #231f20;
    background-color: #231f20;
}

@media only screen and (max-width: 1199px) {
    .promocion .promo_claim .container_claim .claim {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .promocion .promo_info {
        margin: 0;
        padding: 0;
    }
}

.promocion .promo_info .container_info {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .promocion .promo_info .container_info .container_promo {
        width: 300px;
        height: 120px;
        margin-bottom: 20px;
        padding: 20px;
    }

@media only screen and (max-width: 991px) {
    .promocion .promo_info .container_info .container_promo {
        width: 100%;
        height: 80px;
        margin: 0;
        padding: 15px;
    }
}

.promocion .promo_info .container_info .container_promo.bloque_oscuro {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    background-color: #231f20;
}

    .promocion .promo_info .container_info .container_promo.bloque_oscuro span {
        display: block;
    }

@media only screen and (max-width: 991px) {
    .promocion .promo_info .container_info .container_promo.bloque_oscuro span {
        margin-left: auto;
        margin-right: auto;
    }
}

.promocion .promo_info .container_info .container_promo.bloque_oscuro span:nth-of-type(1) {
    font-family: "Nexa", sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .promocion .promo_info .container_info .container_promo.bloque_oscuro span:nth-of-type(1) {
        font-size: 1.6rem;
    }
}

.promocion .promo_info .container_info .container_promo.bloque_oscuro span:nth-of-type(2) {
    font-family: "Nexa-Bold", sans-serif;
    font-size: 5rem;
    line-height: 1;
    color: #9d162e;
}

@media only screen and (max-width: 1199px) {
    .promocion .promo_info .container_info .container_promo.bloque_oscuro span:nth-of-type(2) {
        font-size: 3.5rem;
    }
}

.promocion .promo_info .container_info .container_promo.bloque_claro {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    background-color: #9d162e;
}

    .promocion .promo_info .container_info .container_promo.bloque_claro span {
        display: block;
    }

@media only screen and (max-width: 991px) {
    .promocion .promo_info .container_info .container_promo.bloque_claro span {
        margin-left: auto;
        margin-right: auto;
    }
}

.promocion .promo_info .container_info .container_promo.bloque_claro span:nth-of-type(1) {
    font-family: "Nexa", sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .promocion .promo_info .container_info .container_promo.bloque_claro span:nth-of-type(1) {
        font-size: 1.6rem;
    }
}

.promocion .promo_info .container_info .container_promo.bloque_claro span:nth-of-type(2) {
    font-family: "Nexa-Bold", sans-serif;
    font-size: 5rem;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .promocion .promo_info .container_info .container_promo.bloque_claro span:nth-of-type(2) {
        font-size: 3.5rem;
    }
}

.promocion .promo_info .container_info .container_promo.bloque_oscuro_fila {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #231f20;
}

@media only screen and (max-width: 991px) {
    .promocion .promo_info .container_info .container_promo.bloque_oscuro_fila {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
    }
}

.promocion .promo_info .container_info .container_promo.bloque_oscuro_fila span {
    display: block;
}

    .promocion .promo_info .container_info .container_promo.bloque_oscuro_fila span:nth-of-type(1) {
        font-family: "Nexa-Bold", sans-serif;
        font-size: 5rem;
        line-height: 1;
        color: #9d162e;
        margin-right: 10px;
    }

@media only screen and (max-width: 1199px) {
    .promocion .promo_info .container_info .container_promo.bloque_oscuro_fila span:nth-of-type(1) {
        font-size: 3.5rem;
    }
}

.promocion .promo_info .container_info .container_promo.bloque_oscuro_fila span:nth-of-type(2) {
    font-family: "Nexa", sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .promocion .promo_info .container_info .container_promo.bloque_oscuro_fila span:nth-of-type(2) {
        max-width: 120px;
        font-size: 1.6rem;
    }
}

.modelos {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

@media only screen and (max-width: 991px) {
    .modelos {
        -webkit-order: 7;
        -moz-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
}

.modelos .container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 60px 0;
}

@media only screen and (max-width: 991px) {
    .modelos .container {
        max-width: 100%;
        height: auto;
        padding: 60px 0 0;
    }
}

.modelos .container_titulo {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 60px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .modelos .container_titulo {
        margin: 0 auto 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modelos .container_titulo .titulo {
    text-align: center;
    font-family: "Nexa-Bold", sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    color: #334E8B;
}

@media only screen and (max-width: 1199px) {
    .modelos .container_titulo .titulo {
        font-size: 2.5rem;
    }
}

.modelos .container_titulo .container_cta {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 40px;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #9d162e;
}

    .modelos .container_titulo .container_cta .cta {
        width: auto;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-align: center;
        font-family: "Nexa-Bold", sans-serif;
        font-size: 1.8rem;
        line-height: 1.2;
        color: #fff;
        background-color: #9d162e;
    }

@media only screen and (max-width: 1199px) {
    .modelos .container_titulo .container_cta .cta {
        font-size: 1.4rem;
    }
}

.modelos .container_titulo .container_cta .cta:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modelos .carousel_modelos {
    position: relative;
    width: 100%;
    height: 700px;
    padding: 10px 0;
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos {
        height: 650px;
    }
}

.modelos .carousel_modelos .carousel-control-prev,
.modelos .carousel_modelos .carousel-control-next {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    opacity: 1;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    visibility: hidden;
}

    .modelos .carousel_modelos .carousel-control-prev .carousel-control-prev-icon,
    .modelos .carousel_modelos .carousel-control-next .carousel-control-prev-icon,
    .modelos .carousel_modelos .carousel-control-prev .carousel-control-next-icon,
    .modelos .carousel_modelos .carousel-control-next .carousel-control-next-icon {
        display: inline-block;
        width: 30px;
        height: 60px;
        padding: 0;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos .carousel-control-prev .carousel-control-prev-icon,
    .modelos .carousel_modelos .carousel-control-next .carousel-control-prev-icon,
    .modelos .carousel_modelos .carousel-control-prev .carousel-control-next-icon,
    .modelos .carousel_modelos .carousel-control-next .carousel-control-next-icon {
        background-size: contain;
    }
}

.modelos .carousel_modelos .carousel-control-prev {
    left: 0;
    padding: 0 0 0 15px;
}

    .modelos .carousel_modelos .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/carousel-prev-icon.png");
    }

.modelos .carousel_modelos .carousel-control-next {
    right: 0;
    padding: 0 15px 0 0;
}

    .modelos .carousel_modelos .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/carousel-next-icon.png");
    }

.modelos .carousel_modelos .carousel {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

    .modelos .carousel_modelos .carousel .carousel_container {
        position: relative;
        width: 90%;
        width: calc(100% - 120px);
        height: 100%;
        overflow: hidden;
        margin: 0 15px;
    }

@media only screen and (max-width: 767px) {
    .modelos .carousel_modelos .carousel .carousel_container {
        width: 60%;
    }
}

.modelos .carousel_modelos .carousel .carousel_item {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background-color: #fff;
}

    .modelos .carousel_modelos .carousel .carousel_item.active_prev {
        visibility: visible;
        transform: translateX(-150%);
        z-index: 2;
    }

        .modelos .carousel_modelos .carousel .carousel_item.active_prev .container_modelo {
            opacity: 1;
            transition: opacity 800ms ease-out;
            transition-delay: 500ms;
        }

    .modelos .carousel_modelos .carousel .carousel_item.active_center {
        visibility: visible;
        z-index: 9;
    }

        .modelos .carousel_modelos .carousel .carousel_item.active_center .container_modelo {
            opacity: 1;
            transition: opacity 800ms ease-out;
            transition-delay: 500ms;
        }

    .modelos .carousel_modelos .carousel .carousel_item.active_next {
        visibility: visible;
        transform: translateX(50%);
        z-index: 2;
    }

        .modelos .carousel_modelos .carousel .carousel_item.active_next .container_modelo {
            opacity: 1;
            transition: opacity 800ms ease-out;
            transition-delay: 500ms;
        }

    .modelos .carousel_modelos .carousel .carousel_item.prev {
        visibility: hidden;
        transform: translateX(-250%);
        z-index: 2;
    }

        .modelos .carousel_modelos .carousel .carousel_item.prev .container_modelo {
            opacity: 0;
            transition: opacity 600ms ease-out;
            transition-delay: 300ms;
        }

    .modelos .carousel_modelos .carousel .carousel_item.next {
        visibility: hidden;
        transform: translateX(150%);
        z-index: 2;
    }

        .modelos .carousel_modelos .carousel .carousel_item.next .container_modelo {
            opacity: 0;
            transition: opacity 600ms ease-out;
            transition-delay: 300ms;
        }

    .modelos .carousel_modelos .carousel .carousel_item .container_modelo {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border: 1px solid #d8dadc;
        border-radius: 5px;
        opacity: 0;
    }

        .modelos .carousel_modelos .carousel .carousel_item .container_modelo .img_modelo {
            width: 100%;
            min-height: 200px;
        }

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .img_modelo {
        min-height: 200px;
    }
}

.modelos .carousel_modelos .carousel .carousel_item .container_modelo .img_modelo img {
    width: 100%;
    /* height: 100%; */
    object-position: center;
    object-fit: fill;
    height: 200px;
}

.modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info {
        padding: 20px 15px;
    }
}

.modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_nombre .titulo {
    margin-bottom: 20px;
    font-family: "Nexa-Bold", sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    color: #231f20;
}

@media only screen and (max-width: 1199px) {
    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_nombre .titulo {
        font-size: 2rem;
    }
}

.modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_precio {
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
}

    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_precio .txt {
        display: inline-block;
        font-family: "Nexa", sans-serif;
        font-size: 2rem;
        line-height: 1.2;
        color: #9d162e;
    }

@media only screen and (max-width: 1199px) {
    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_precio .txt {
        font-size: 1.4rem;
    }
}

.modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_precio .precio {
    display: inline-block;
    font-family: "Nexa-Bold", sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #9d162e;
}

@media only screen and (max-width: 1199px) {
    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_precio .precio {
        font-size: 1.8rem;
    }
}

.modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_caracteristicas {
    margin-bottom: auto;
}

    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_caracteristicas .caracteristica {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

        .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_caracteristicas .caracteristica:nth-child(n+6) {
            display: none;
        }

        .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_caracteristicas .caracteristica .icon {
            display: inline-block;
            min-width: 10px;
            height: 15px;
            margin-right: 5px;
            object-fit: contain;
            object-position: center;
        }

        .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_caracteristicas .caracteristica .txt {
            font-family: "Roboto", sans-serif;
            font-size: 1.6rem;
            line-height: 1;
            color: #231f20;
        }

@media only screen and (max-width: 1199px) {
    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_caracteristicas .caracteristica .txt {
        font-size: 1.4rem;
    }
}

.modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_cta {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #334E8B;
}

    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_cta .cta {
        width: auto;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-align: center;
        font-family: "Nexa-Bold", sans-serif;
        font-size: 1.8rem;
        line-height: 1.2;
        color: #fff;
        background-color: #334E8B;
    }

@media only screen and (max-width: 1199px) {
    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_cta .cta {
        font-size: 1.4rem;
    }
}

.modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_cta .cta:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modelos .carousel_modelos .carousel .carousel_item .container_modelo .container_info .container_cta .icon {
    width: auto;
    height: 13px;
    margin: 0 15px;
    object-fit: contain;
    object-position: center;
    filter: invert(100%);
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos.scroll_h_modelos {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos.scroll_h_modelos .carousel-control-prev {
        top: 100%;
        height: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos.scroll_h_modelos .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/pagination-prev-icon.png");
    }
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos.scroll_h_modelos .carousel-control-next {
        top: 100%;
        height: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos.scroll_h_modelos .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/pagination-next-icon.png");
    }
}

.modelos .carousel_modelos.scroll_h_modelos .carousel {
    overflow: visible;
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos.scroll_h_modelos .carousel .carousel_container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos.scroll_h_modelos .carousel .carousel_container .carousel_item {
        position: relative;
        min-width: 320px;
        left: 0;
        transform: none;
        visibility: visible;
    }
}

@media only screen and (max-width: 767px) {
    .modelos .carousel_modelos.scroll_h_modelos .carousel .carousel_container .carousel_item {
        min-width: 280px;
    }
}

@media only screen and (max-width: 991px) {
    .modelos .carousel_modelos.scroll_h_modelos .carousel .carousel_container .carousel_item .container_modelo {
        opacity: 1;
    }
}

.mas_info {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7;
    overflow: hidden;
    background-color: #d8dadc;
}

@media only screen and (max-width: 991px) {
    .mas_info {
        height: auto;
        -webkit-order: 5;
        -moz-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

.mas_info .container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 0;
}

@media only screen and (max-width: 991px) {
    .mas_info .container {
        max-width: 100%;
        height: auto;
    }
}

.mas_info .container_form {
    width: 100%;
    margin: 0 0 20px auto;
    padding: 25px;
}

@media only screen and (max-width: 991px) {
    .mas_info .container_form {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mas_info .container_form {
        margin: 0;
        padding: 15px;
    }
}

.mas_info .container_form .form_down .form_header {
    text-align: center;
}

    .mas_info .container_form .form_down .form_header .titulo {
        margin-bottom: 10px;
        font-family: "Nexa-Bold", sans-serif;
        font-size: 3rem;
        line-height: 1.2;
        color: #334E8B;
    }

@media only screen and (max-width: 1199px) {
    .mas_info .container_form .form_down .form_header .titulo {
        font-family: "Nexa-Bold", sans-serif;
        font-size: 2.5rem;
        line-height: 1.2;
        color: #231f20;
    }
}

.mas_info .container_form .form_down .form_header .descripcion {
    font-family: "Nexa-Bold", sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #231f20;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .mas_info .container_form .form_down .form_header .descripcion {
        font-size: 1.6rem;
    }
}

.mas_info .container_form .form_down .form_header .descripcion br {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mas_info .container_form .form_down .form_header .descripcion br {
        display: block;
    }
}

.mas_info .container_form .form_down .form_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .mas_info .container_form .form_down .form_body {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mas_info .container_form .form_down .form_body div:nth-child(3) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .mas_info .container_form .form_down .form_body div:nth-child(3) .checkbox {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

@media only screen and (max-width: 991px) {
    #formdown br {
        height: 0 !important;
        display: none;
    }

    .mas_info .container_form .form_down .form_body div:nth-child(3) .checkbox {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.mas_info .container_form .form_down .form_body div:nth-child(3) .container_submit {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (max-width: 991px) {
    .mas_info .container_form .form_down .form_body div:nth-child(3) .container_submit {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.mas_info .container_form .form_down .form_body input,
.mas_info .container_form .form_down .form_body select {
    width: 100%;
    height: 45px;
    border: 0;
    outline: 0;
    background-color: #fff;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #231f20;
}

@media only screen and (max-width: 1199px) {
    .mas_info .container_form .form_down .form_body input,
    .mas_info .container_form .form_down .form_body select {
        padding: 10px 20px;
        font-size: 1.4rem;
    }
}

.mas_info .container_form .form_down .form_body input:last-child,
.mas_info .container_form .form_down .form_body select:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .mas_info .container_form .form_down .form_body input:last-child,
    .mas_info .container_form .form_down .form_body select:last-child {
        margin-bottom: 10px;
    }
}

.mas_info .container_form .form_down .form_body input:focus,
.mas_info .container_form .form_down .form_body select:focus {
    border: 0;
    outline: 0;
    color: #231f20;
    box-shadow: 0 0 0 0.2rem rgba(157, 22, 46, 0.35);
}

.mas_info .container_form .form_down .form_body input::-webkit-input-placeholder,
.mas_info .container_form .form_down .form_body select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    color: #818184;
}

@media only screen and (max-width: 1199px) {
    .mas_info .container_form .form_down .form_body input::-webkit-input-placeholder,
    .mas_info .container_form .form_down .form_body select::-webkit-input-placeholder {
        font-size: 1.2rem;
    }
}

.mas_info .container_form .form_down .form_body input::-moz-placeholder,
.mas_info .container_form .form_down .form_body select::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    color: #818184;
}

@media only screen and (max-width: 1199px) {
    .mas_info .container_form .form_down .form_body input::-moz-placeholder,
    .mas_info .container_form .form_down .form_body select::-moz-placeholder {
        font-size: 1.2rem;
    }
}

.mas_info .container_form .form_down .form_body input:-ms-input-placeholder,
.mas_info .container_form .form_down .form_body select:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    color: #818184;
}

@media only screen and (max-width: 1199px) {
    .mas_info .container_form .form_down .form_body input:-ms-input-placeholder,
    .mas_info .container_form .form_down .form_body select:-ms-input-placeholder {
        font-size: 1.2rem;
    }
}

.mas_info .container_form .form_down .form_body input:-moz-placeholder,
.mas_info .container_form .form_down .form_body select:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    color: #818184;
}

@media only screen and (max-width: 1199px) {
    .mas_info .container_form .form_down .form_body input:-moz-placeholder,
    .mas_info .container_form .form_down .form_body select:-moz-placeholder {
        font-size: 1.2rem;
    }
}

.mas_info .container_form .form_down .form_body select {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    color: #818184;
}

@media only screen and (max-width: 1199px) {
    .mas_info .container_form .form_down .form_body select {
        font-size: 1.2rem;
    }
}

.mas_info .container_form .form_down .form_body .checkbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

    .mas_info .container_form .form_down .form_body .checkbox input[type="checkbox"] {
        position: relative;
        width: 15px;
        height: 15px;
        margin: 0 10px 0 0;
    }

@media only screen and (max-width: 991px) {
    .mas_info .container_form .form_down .form_body .checkbox input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }
}

.mas_info .container_form .form_down .form_body .checkbox input[type="checkbox"]:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    /* background: #fff; */
    border-radius: 3px;
}

@media only screen and (max-width: 991px) {
    .mas_info .container_form .form_down .form_body .checkbox input[type="checkbox"]:before {
        width: 25px;
        height: 25px;
    }
}

.mas_info .container_form .form_down .form_body .checkbox input[type="checkbox"]:checked:before {
    content: "x";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 3px;
    background: #9d162e;
    border-radius: 3px;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .mas_info .container_form .form_down .form_body .checkbox input[type="checkbox"]:checked:before {
        padding: 0 5px;
        font-size: 25px;
    }
}

.mas_info .container_form .form_down .form_body .checkbox span,
.mas_info .container_form .form_down .form_body .checkbox a {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    line-height: 1;
    color: #231f20;
}

.mas_info .container_form .form_down .form_body .checkbox a {
    text-decoration: underline;
}

.mas_info .container_form .form_down .form_body .container_submit {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #9d162e;
}

    .mas_info .container_form .form_down .form_body .container_submit input[type="button"] {
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: "Nexa-Bold", sans-serif;
        font-size: 1.8rem;
        line-height: 1;
        color: #fff;
        background-color: #334E8F;
    }

        .mas_info .container_form .form_down .form_body .container_submit input[type="button"]:focus {
            border: 0;
            outline: 0;
            box-shadow: none;
        }

    .mas_info .container_form .form_down .form_body .container_submit .icono_boton {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .mas_info .container_form .form_down .form_body .container_submit .icono_boton.loader .icono_cta {
            display: none !important;
        }

        .mas_info .container_form .form_down .form_body .container_submit .icono_boton.loader .icono_loader {
            display: block !important;
        }

    .mas_info .container_form .form_down .form_body .container_submit .icono_cta {
        width: auto;
        height: 15px;
        margin: 0 15px;
        filter: invert(100%);
    }

@media only screen and (max-width: 991px) {
    .mas_info .container_form .form_down .form_body .container_submit .icono_cta {
        height: 10px;
    }
}

.mas_info .container_form .form_down .form_body .container_submit .icono_loader {
    display: none;
    width: auto;
    height: 15px;
    margin: 0 15px;
}

@media only screen and (max-width: 991px) {
    .mas_info .container_form .form_down .form_body .container_submit .icono_loader {
        height: 10px;
    }
}

.ventajas {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

@media only screen and (max-width: 991px) {
    .ventajas {
        height: auto;
    }
}

.ventajas .container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 60px 0;
}

@media only screen and (max-width: 991px) {
    .ventajas .container {
        max-width: 100%;
        height: auto;
        padding: 30px 0;
    }
}

.ventajas .container_titulo {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 60px;
}

@media only screen and (max-width: 991px) {
    .ventajas .container_titulo {
        margin: 0 auto 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ventajas .container_titulo .titulo {
    text-align: center;
    font-family: "Nexa-Bold", sans-serif;
    font-size: 3rem;
    line-height: 1;
    color: #334E8B;
}

@media only screen and (max-width: 1199px) {
    .ventajas .container_titulo .titulo {
        font-size: 2.5rem;
    }
}

.ventajas .container_ventajas .container_ventaja,
.ventajas .carousel_ventajas .container_ventaja {
    padding: 10px 40px;
}

@media only screen and (max-width: 991px) {
    .ventajas .container_ventajas .container_ventaja,
    .ventajas .carousel_ventajas .container_ventaja {
        padding: 10px;
    }
}

.ventajas .container_ventajas .container_ventaja .img_ventaja,
.ventajas .carousel_ventajas .container_ventaja .img_ventaja {
    width: 50px;
    height: 60px;
    border-bottom: 2px solid #334E8B;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .ventajas .container_ventajas .container_ventaja .img_ventaja,
    .ventajas .carousel_ventajas .container_ventaja .img_ventaja {
        margin-left: auto;
        margin-right: auto;
    }
}

.ventajas .container_ventajas .container_ventaja .img_ventaja img,
.ventajas .carousel_ventajas .container_ventaja .img_ventaja img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: fill;
}

@media only screen and (max-width: 991px) {
    .ventajas .container_ventajas .container_ventaja .container_info,
    .ventajas .carousel_ventajas .container_ventaja .container_info {
        text-align: center;
    }
}

.ventajas .container_ventajas .container_ventaja .container_info .titulo,
.ventajas .carousel_ventajas .container_ventaja .container_info .titulo {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: #334E8B;
    margin-bottom: 10px;
}

.ventajas .container_ventajas .container_ventaja .container_info .descripcion,
.ventajas .carousel_ventajas .container_ventaja .container_info .descripcion {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #231f20;
}

.ventajas .container_ventajas > div:nth-child(n+4) {
    display: none;
}

.ventajas .container_ventajas {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .ventajas .container_ventajas {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ventajas .container_ventajas {
        display: none;
    }
}

.ventajas .carousel_ventajas {
    display: none;
    position: relative;
    width: 100%;
    height: 250px;
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
    .ventajas .carousel_ventajas {
        display: block;
    }
}

.ventajas .carousel_ventajas .carousel-control-prev,
.ventajas .carousel_ventajas .carousel-control-next {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    opacity: 1;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    visibility: hidden;
}

    .ventajas .carousel_ventajas .carousel-control-prev .carousel-control-prev-icon,
    .ventajas .carousel_ventajas .carousel-control-next .carousel-control-prev-icon,
    .ventajas .carousel_ventajas .carousel-control-prev .carousel-control-next-icon,
    .ventajas .carousel_ventajas .carousel-control-next .carousel-control-next-icon {
        display: inline-block;
        width: 30px;
        height: 60px;
        padding: 0;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

.ventajas .carousel_ventajas .carousel-control-prev {
    left: 0;
    padding: 0 0 0 15px;
}

    .ventajas .carousel_ventajas .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/carousel-prev-icon.png");
    }

.ventajas .carousel_ventajas .carousel-control-next {
    right: 0;
    padding: 0 15px 0 0;
}

    .ventajas .carousel_ventajas .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/carousel-next-icon.png");
    }

.ventajas .carousel_ventajas .carousel {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

    .ventajas .carousel_ventajas .carousel .carousel_container {
        position: relative;
        width: 90%;
        width: calc(100% - 120px);
        height: 100%;
        overflow: hidden;
        margin: 0 15px;
    }

@media only screen and (max-width: 767px) {
    .ventajas .carousel_ventajas .carousel .carousel_container {
        width: 60%;
    }
}

.ventajas .carousel_ventajas .carousel .carousel_item {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background-color: #fff;
}

    .ventajas .carousel_ventajas .carousel .carousel_item.active_prev {
        visibility: visible;
        transform: translateX(-150%);
        z-index: 2;
    }

        .ventajas .carousel_ventajas .carousel .carousel_item.active_prev .container_modelo {
            opacity: 1;
            transition: opacity 800ms ease-out;
            transition-delay: 500ms;
        }

    .ventajas .carousel_ventajas .carousel .carousel_item.active_center {
        visibility: visible;
        z-index: 9;
    }

        .ventajas .carousel_ventajas .carousel .carousel_item.active_center .container_modelo {
            opacity: 1;
            transition: opacity 800ms ease-out;
            transition-delay: 500ms;
        }

    .ventajas .carousel_ventajas .carousel .carousel_item.active_next {
        visibility: visible;
        transform: translateX(50%);
        z-index: 2;
    }

        .ventajas .carousel_ventajas .carousel .carousel_item.active_next .container_modelo {
            opacity: 1;
            transition: opacity 800ms ease-out;
            transition-delay: 500ms;
        }

    .ventajas .carousel_ventajas .carousel .carousel_item.prev {
        visibility: hidden;
        transform: translateX(-250%);
        z-index: 2;
    }

        .ventajas .carousel_ventajas .carousel .carousel_item.prev .container_modelo {
            opacity: 0;
            transition: opacity 600ms ease-out;
            transition-delay: 300ms;
        }

    .ventajas .carousel_ventajas .carousel .carousel_item.next {
        visibility: hidden;
        transform: translateX(150%);
        z-index: 2;
    }

        .ventajas .carousel_ventajas .carousel .carousel_item.next .container_modelo {
            opacity: 0;
            transition: opacity 600ms ease-out;
            transition-delay: 300ms;
        }

.donde_estamos {
    position: relative;
    width: 100%;
    height: 450px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 9;
    -moz-order: 9;
    -ms-flex-order: 9;
    order: 9;
    margin: 0;
    background-color: #818184;
}

@media only screen and (max-width: 991px) {
    .donde_estamos {
        height: auto;
    }
}

.donde_estamos .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .donde_estamos .container {
        max-width: 100%;
        height: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.donde_estamos > .mapa {
    width: 50%;
    height: 100%;
    position: absolute !important;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .donde_estamos > .mapa {
        position: relative !important;
        width: 100%;
        height: 300px;
        margin: 0;
    }
}

.donde_estamos .info {
    width: 50%;
    margin-right: 50%;
    padding: 10px 30px 10px 10px;
}

@media only screen and (max-width: 991px) {
    .donde_estamos .info {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

.donde_estamos .info .container_titulo {
    margin-bottom: 40px;
}

    .donde_estamos .info .container_titulo .titulo {
        font-family: "Roboto-Bold", sans-serif;
        font-size: 2.5rem;
        line-height: 1;
        color: #fff;
        margin-bottom: 30px;
    }

.donde_estamos .info .container_contacto .contacto {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .donde_estamos .info .container_contacto .contacto {
        max-width: 500px;
        margin: 0 auto 20px;
    }
}

.donde_estamos .info .container_contacto .contacto .icon {
    width: 20px;
    height: 20px;
    margin-right: 30px;
    object-fit: contain;
    object-position: center;
    filter: invert(100%);
}

.donde_estamos .info .container_contacto .contacto .txt {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .donde_estamos .info .container_contacto .contacto .txt {
        font-size: 1.5rem;
    }
}

.footer {
    width: 100%;
    height: auto;
    -webkit-order: 10;
    -moz-order: 10;
    -ms-flex-order: 10;
    order: 10;
    background-color: #231f20;
}

    .footer .container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-flex-pack: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media only screen and (max-width: 991px) {
    .footer .container {
        max-width: 100%;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.footer .footer_part1 {
    padding: 40px 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .footer .footer_part1 {
        padding: 20px 0 100px;
        font-size: 1.4rem;
    }
}

.footer .footer_part2 {
    padding: 40px 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .footer .footer_part2 {
        padding: 60px 0 20px;
        font-size: 1.4rem;
    }
}

.footer .footer_part2 a {
    color: #fff;
}

.sticky_desktop {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 5px;
    width: 150px;
    height: auto;
    padding: 10px 5px;
    text-align: center;
    border-radius: 5px;
    background: #334E8B;
    z-index: 99;
    opacity: 0;
    transition: 0.5s all;
    transition-delay: 0.5s;
    cursor: pointer;
}

    .sticky_desktop.active {
        display: block;
        opacity: 1;
        transition: 0.5s all;
        transition-delay: 0.5s;
    }

@media only screen and (max-width: 991px) {
    .sticky_desktop.active {
        display: none;
    }
}

.sticky_desktop .icon {
    display: block;
    width: auto;
    height: 25px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    filter: invert(100%);
}

.sticky_desktop p {
    margin-top: 10px;
    font-family: "Nexa-Bold", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .sticky_desktop p {
        display: none;
    }
}

.sticky_mobile {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 20px 5px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #334E8B;
    z-index: 99;
    opacity: 0;
    transition: 0.5s all;
    transition-delay: 0.5s;
    cursor: pointer;
}

    .sticky_mobile.active {
        opacity: 1;
        transition: 0.5s all;
        transition-delay: 0.5s;
    }

@media only screen and (max-width: 991px) {
    .sticky_mobile.active {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sticky_mobile .icon {
    width: auto;
    height: 10px;
    margin: 0 15px;
    object-fit: contain;
    object-position: center;
    filter: invert(100%);
}

.sticky_mobile p {
    width: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
    font-family: "Nexa-Bold", sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #fff;
    background-color: 334E8B;
}

.modal_form .modal-content .modal-header .logo_header {
    width: 100%;
    max-width: 115px;
    height: 40px;
}

.modal_form .modal-content .modal-header .close {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.modal_form .modal-content .modal-body {
    padding: 30px;
    background-color: #231f20;
}

.forms_msg {
    display: none;
    padding: 10px;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    color: #231f20;
    text-align: center;
}

.system-message .modal-header,
.system-success .modal-header,
.system-error .modal-header {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .system-message .modal-header .modal_title,
    .system-success .modal-header .modal_title,
    .system-error .modal-header .modal_title {
        font-family: "Roboto-Bold", sans-serif;
        font-size: 1.8rem;
        line-height: 1;
        color: #231f20;
    }

@media only screen and (max-width: 575px) {
    .system-message .modal-header .modal_title,
    .system-success .modal-header .modal_title,
    .system-error .modal-header .modal_title {
        font-family: "Roboto-Bold", sans-serif;
        font-size: 1.2rem;
        line-height: 1;
        color: #231f20;
    }
}

.system-message .modal-header .modal_title .fa.fa-times,
.system-success .modal-header .modal_title .fa.fa-times,
.system-error .modal-header .modal_title .fa.fa-times {
    vertical-align: middle;
    margin-right: 5px;
    color: red;
}

.system-message .modal-header .close,
.system-success .modal-header .close,
.system-error .modal-header .close {
    color: #231f20;
    opacity: 1;
}

.system-message .modal-body,
.system-success .modal-body,
.system-error .modal-body {
    padding: 30px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #d8dadc;
    border-radius: 20px
}

.system-message .modal-body p,
.system-success .modal-body p,
.system-error .modal-body p {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #231f20;
    margin-left: 5px;
}

@media only screen and (max-width: 575px) {
    .system-message .modal-body p,
    .system-success .modal-body p,
    .system-error .modal-body p {
        font-family: "Roboto", sans-serif;
        font-size: 1.2rem;
        line-height: 1;
        color: #231f20;
    }
}

.system-message .modal-footer button,
.system-success .modal-footer button,
.system-error .modal-footer button {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    background: #9d162e;
}

@media only screen and (max-width: 575px) {
    .system-message .modal-footer button,
    .system-success .modal-footer button,
    .system-error .modal-footer button {
        font-family: "Roboto", sans-serif;
        font-size: 1.2rem;
        line-height: 1;
        color: #fff;
    }
}

#boxChatUser {
    position: fixed;
    z-index: 99;
    bottom: 2%;
    left: 4%;
    color: white;
    border-radius: 30px;
    padding: 10px;
    background-color: #334E8B;
    text-decoration: none;
    width: 62px;
    height: 62px;
}

    #boxChatUser .icon img {
        max-width: 41px;
    }

    #boxChatUser .tex {
        font-size: 14px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
        position: absolute;
        width: 150px;
        background-color: #334E8B;
        padding: 18px 12px 23px 27px;
        top: 0px;
        border-radius: 0 30px 30px 0px;
        margin-left: -17px;
        z-index: -1;
    }

    #boxChatUser:hover .tex {
        visibility: visible;
        opacity: 1;
    }

@media (max-width: 992px) {
    #boxChatUser {
        bottom: 10%;
    }
    .modelos .carousel_modelos .carousel .carousel_item .container_modelo .img_modelo img {
        height: auto;
    }
}
