/*CLASES BOOTSTRAP 4*/

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-12,
.col-6,
.col-4 {
    position: relative;
}

.m-auto {
    margin: auto!important;
}

.w-100 {
    width: 100%!important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4.8px;
    outline: 0;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px;
}

@media (min-width: 576px) {
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .m-md-0 {
        margin: 0!important;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/*---------FONTS---------*/

@font-face {
    font-family: "MillerBanner-Roman";
    src: url("../fonts/MillerBanner/MillerBanner-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/MillerBanner/MillerBanner-Roman.woff2") format("woff2"), url("../fonts/MillerBanner/MillerBanner-Roman.woff") format("woff"), url("../fonts/MillerBanner/MillerBanner-Roman.ttf") format("truetype"), url("../fonts/MillerBanner/MillerBanner-Roman.svg#MillerBanner") format("svg");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Bold.svg#Gotham") format("svg");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Book.svg#Gotham") format("svg");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Medium.svg#Gotham") format("svg");
    font-style: normal;
    font-weight: 500;
}

.w-80 {
    /*width: 80px!important;*/
    max-width: 69px;
}

@media (min-width: 576px) {
    .w-sm-100 {
        /*width: 100px;*/
        width: 76px!important;
    }
}

button:focus {
    outline: none;
}

.btn-dark.focus,
.btn-dark:focus {
    border-color: transparent;
    box-shadow: none;
}

.btn-dark:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c29c75;
    border-color: transparent;
}

.btn-dark {
    width: 145px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 10px 10px;
    margin-top: 16px;
    line-height: 1;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-family: 'Gotham-Bold', sans-serif;
    background-color: #000000;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-dark:after {
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: inline-flex;
    transform: rotate(225deg);
    transform-origin: center;
    width: 10px;
    height: 10px;
    border-color: #fff;
    vertical-align: middle;
    margin-left: 4.8px;
    margin-bottom: 1.5px;
}

@media (min-width: 768px) {
    .btn-dark {
        margin: 16px 0;
    }
}

#modal-es .modal-body .col-12:nth-child(2) {
    padding: 0;
}

#modal-es .modal-body .col-12:nth-child(2) img {
    max-height: 407px;
}

@media (max-width: 767px) {
    #modal-es .modal-body .col-12:nth-child(2) img {
        content: url(../img/mobile.png);
    }
}

#modal-es .modal-body .col-12:last-child {
    position: relative;
    font-family: 'MillerBanner-Roman';
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    color: #0c0c0c;
    color: rgb(12 12 12 / 75%);
    padding: 40px 44.8px 30px;
}

@media (max-width: 991px) {
    #modal-es .modal-body .col-12:last-child {
        font-size: 18px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    #modal-es .modal-body .col-12:last-child {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 576px) {
    #modal-es .modal-body .col-12:last-child {
        font-size: 15px;
        letter-spacing: 1px;
    }
}

@media (max-width: 768px) {
    #modal-es .modal-body .col-12:last-child {
        padding: 20.8px 20.8px 8px;
    }
}

@media (max-width: 767px) {
    #modal-es .modal-body .col-12:last-child .col-6 {
        padding: 0;
    }
}

#modal-es .modal-body .col-12:last-child .col-4:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 27px;
    top: 50%;
    background: #979797;
}

#modal-es .modal-body .col-12:last-child a.continue {
    color: black;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: white;
    text-transform: inherit;
    padding-bottom: 0px;
    border-bottom: 1px solid #c29c75;
    font-family: 'Gotham-Book';
    font-size: 12px;
    line-height: 18px;
    text-shadow: 0 0 black;
    opacity: 1;
    position: relative;
}

@media (max-width: 768px) {
    #modal-es .modal-body .col-12:last-child a.continue {
        margin: 24px 0;
    }
}

@media (max-width: 575px) {
    #modal-es .modal-body .col-12:last-child a.continue {
        margin: 32px 0;
    }
}

#modal-es .modal-body {
    padding: 0;
}

#modal-es .modal-dialog {
    max-width: 776px;
    margin: auto;
    top: 15%;
    width: auto;
}

@media (max-width: 767px) {
    #modal-es .modal-dialog {
        padding: 40px;
    }
}

#modal-es .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
}

#modal-es button.close {
    position: absolute;
    right: 0;
    background-color: #000;
    color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.banner {
    display: none !important;
}

@media(max-width:767px) {
    .banner.active.banner-top-es {
        display: flex !important;
    }
}

@media(min-width:768px) {
    .banner.active.banner-bottom-es {
        display: block !important;
    }
}

#modal-es a.continue:after,
.banner-bottom-es a.continue:after {
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: inline-flex;
    transform: rotate(225deg);
    transform-origin: center;
    width: 8px;
    height: 8px;
    border-color: #000;
    margin-left: 4.8px;
    vertical-align: middle;
}

.banner-bottom-es a.continue {
    /*font-family: 'MillerBanner-Light';*/
    border-bottom: 1px solid #c29c75;
    position: relative;
    color: black;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.banner-bottom-es {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    text-align: center;
    /*width: 60%;*/
    left: 50%;
    transform: translate(-50%, 0);
    margin: auto;
    z-index: 1051;
    max-width: 776px;
    width: 100%;
    font-family: 'MillerBanner-Roman';
}

.banner-bottom-es .col-12:last-child {
    background-color: #f5ece8;
    /*height: 110px;*/
    padding: 16px 24px;
}

.banner-bottom-es .col-12:last-child p {
    /*font-family: 'MillerBanner-Light';*/
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #0c0c0c;
    text-align: left;
    margin-bottom: 4.8px;
}

.banner-top-es:hover {
    border: solid 1px #e6933a;
}

@media (max-width: 360px) {
    .banner-top-es {
        height: 90px;
    }
}

.banner-top-es {
    height: 45px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 0 16px;
    text-align: center;
    border: 1px solid #000;
    transition: all 0.5s ease;
}

.banner-top-es a {
    color: #fafafa;
    font-size: 15px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .88px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    text-decoration: underline;
}

.banner-bottom-es .close {
    position: absolute;
    right: -15px;
    z-index: 99;
    opacity: 1;
}

@media (max-width: 576px) {
    .banner-top-es a {
        letter-spacing: 0.31px;
        font-size: 14px;
    }
}

.banner-top-es img {
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
}

.panel-collapse .benefit-content .col-md-6 {
    margin: auto;
}