@font-face {
    font-family: Mont-Hairline;
    src: url(../../fonts/Mont-Hairline.otf);
    font-display: swap;
}

@font-face {
    font-family: Mont-Thin;
    src: url(../../fonts/Mont-Thin.otf);
    font-display: swap;
}

@font-face {
    font-family: Mont-ExtraLight;
    src: url(../../fonts/Mont-ExtraLight.otf);
    font-display: swap;
}

@font-face {
    font-family: Mont-Light;
    src: url(../../fonts/Mont-Light.otf);
    font-display: swap;
}

@font-face {
    font-family: Mont-Book;
    src: url(../../fonts/Mont-Book.otf);
    font-display: swap;
}

@font-face {
    font-family: Mont-Regular;
    src: url(../../fonts/Mont-Regular.otf);
    font-display: swap;
}

@font-face {
    font-family: Mont-SemiBold;
    src: url(../../fonts/Mont-SemiBold.otf);
    font-display: swap;
}

@font-face {
    font-family: Mont-Bold;
    src: url(../../fonts/Mont-Bold.otf);
    font-display: swap;
}

@font-face {
    font-family: Mont-Heavy;
    src: url(../../fonts/Mont-Heavy.otf);
    font-display: swap;
}

:root {
    --themecolor1: #E30613;
    --themecolor1hvr: #ca000d;
    --inputBorderColor: #a3a3a3;
}

body {
    font-family: 'Mont-Book';
}

.section-bnr {
    width: 100%;
}

.section-bnr img {
    width: 100%;
}

.section-form {
    background: var(--themecolor1);
    background: url(../11017/cupon-fondo.png); 
    background-size: cover;
    margin-top: -140px;
    padding-top: 140px;
}

.section-form .container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 1200px; */
    margin: auto;
}

.section-form picture {
    margin-top: auto;
    min-width: 35%;
}

.section-form .form-img {
    padding-top: 2.5%;
    width: 100%;
    max-width: 420px;
}

.form-content {
    padding: 3% 5% 3% 3%;
    max-width: 650px;
    width: 100%;
    margin: auto;
    min-height: 720px;
}

.form-box .form-control {
    border-radius: 25px;
    border: none;
    color: #050505;
    padding: 0.6rem 0.85rem 0.4rem;
    box-shadow: none !important;
    font-size: 15px;
    border: 1px solid var(--inputBorderColor);
    transition: border .4s ease-in-out;
    height: calc(1.5em + 1.25rem);
}

.form-box .form-control::placeholder {
    color: #8f8f8f;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: .8;
}

.form-box.row {
    padding-left: 10px;
    padding-right: 10px;
}

.form-box.row .col-12,
.form-box.row .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.form-box .form-check-label {
    cursor: pointer;
    color: #6c6b6b;
    font-size: 13px;
    display: flex;
}

.form-box .form-check-label a {
    color: #6c6b6b;
    font-weight: 600;
    font-family: 'Mont-Bold';
}

.form-box select.form-control {
    padding: .6rem .85rem 0.4rem;
}

.form-box select option {
    color: #050505;
}

.form-box select.form-control:invalid {
    color: #8f8f8f !important;
}

.form-box select.form-control:invalid,
.form-box input[type="date"].no-value {
    color: #8f8f8f !important;
}

.btn-theme {
    font-size: 20px;
    border: none;
    padding: 8px 4% 8px;
    font-weight: 600;
    font-family: 'Mont-Bold';
    border-radius: 25px;
    min-width: 250px;
    background: #050505;
    color: white;
    margin: auto;
    box-shadow: none !important;
    outline: none !important;
    transition: .2s all ease-in-out;
}

.btn-theme:hover,
.btn-theme:active {
    background: var(--themecolor1);
}

.btn-theme:disabled {
    opacity: 0.6;
}

.form-box .my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1.2rem !important;
}

.section-benefits {
    background: #e6e5e5;
    /* background: url(../../color-ffffff.jpg); */
    padding: 3% 3% 4%;
    text-align: center;
}

/* @media screen and (prefers-color-scheme: dark) {
    .section-benefits {
        background: url(../../color-ededed.jpg);
    }
} */

.benefits-title {
    margin-bottom: 2%;
    line-height: 1.1;
}

.benefits-title img{
    max-width: 85%;
}

.benefits-grid {
    align-items: flex-start;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
}

.benefit-item {
    max-width: 360px;
    text-align: center;
    padding: 5px 10px;
}

.benefit-item .icon {
    height: 90px;
}

.benefit-item .title {
    width: 80%;
    margin: 8px auto;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Mont-Bold';
    line-height: 1.1;
    min-height: 40px;
}

.benefit-item .descrip {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    font-family: 'Mont-SemiBold';

    max-width: 280px;
    margin: auto;
}

#msj-container {
    display: none;
    min-height: 600px;
}

.success-msj {
    width: 100%;
    max-width: 480px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.success-msj .title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Mont-Heavy';
    margin-bottom: 20px;
    line-height: 1.1;
    color: #fff;
    margin-top: 25px;
}

.success-msj .descrip p {
    font-weight: 500;
    font-family: 'Mont-Regular';
    font-size: 17px;
    line-height: 1.1;
    color: #fff;
}

.success-msj .descrip ul li {
    font-weight: 700;
    font-family: 'Mont-Bold';
    color: #6c6b6b;
}

.success-msj .descrip ul li a {
    color: #fff;
}

.success-msj .descrip ul li a:hover {
    color: var(--themecolor1) !important;
    text-decoration: none;
}

.form-field-msj span {
    font-family: 'Mont-SemiBold';
}

.checkbox svg {
    /* stroke: #fff; */
    stroke: #000;
}

.checkbox label:after {
    /* border-color: #fff; */
    border-color: #000;
}

.checkbox label,
.checkbox label a {
    /* color: #fff !important; */
    color: black !important;
    font-size: 14px;
}

.dkt {
    display: block;
}

.mb {
    display: none;
}
@media screen and (max-width: 1520px) {
    #content_dvx {
        display: block !important;
    }
}

@media screen and (max-width: 1200px) {
    #cupon_content {
        display: block !important;
    }
    /* .section-form {
        background: #dddddd !important;
    } */
    .section-form {
        background: url(../11017/cupon-fondo-mobile.jpg);
        background-size: cover;
    }
}
@media screen and (max-width: 920px) {
    .dkt {
        display: none !important;
    }

    .mb {
        display: initial !important;
    }

    .section-bnr {
        padding: 0;
    }

    .bnr-img {
        max-width: 100%;
        width: 100%;
    }

    .section-form .container-form {
        flex-direction: column;
    }

    .section-form .form-img {
        max-width: 80%;
        padding-top: 35px;
    }

    .form-content {
        padding: 25px 4% 35px;
    }

    .section-benefits {
        padding: 8% 3% 6%;
    }

    .benefits-title {
        margin-bottom: 8%;
    }

    .benefit-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 25px;
    }

    .benefit-item .icon {
        height: 70px;
    }

    .benefit-item .title {
        width: 90%;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .success-msj .title {
        text-align: center;
    }

    .success-msj .descrip p {
        font-size: 15px;
    }

    #msj-container {
        min-height: auto;
    }
}

@media screen and (max-width: 575px) {
    .benefit-item .icon {
        height: 65px;
    }

    .benefit-item .title {
        width: 95%;
        font-size: 14px;
        min-height: 30px;
    }

    .benefit-item .descrip {
        font-size: 12px;
    }

    .form-box .form-control {
        font-size: 13px;
    }

    .checkbox label,
    .checkbox label a {
        font-size: 10px;
    }
}

.form-group {
    position: relative;
    margin-bottom: 0;
}

.form-control-placeholder {
    position: absolute;
    top: -8.5px;
    margin: 0 .5rem;
    transition: all 300ms;
    z-index: 5;
    font-size: 95%;
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    /* background: #fff; */
    font-family: 'Mont-SemiBold';
    line-height: .5;
    /* color: #fff; */
    color: #000;
}

@media screen and (max-width: 920px) {
    #cupon {
        display: block !important;
    } 

    #content_dvx {
        display: none !important;
    }
}