@font-face {
    font-family: 'NouvelRRegular';
    src: url('../fonts/NouvelRRegular.eot');
    src: url('../fonts/NouvelRRegular.eot') format('embedded-opentype'),
        url('../fonts/NouvelRRegular.woff2') format('woff2'),
        url('../fonts/NouvelRRegular.woff') format('woff'),
        url('../fonts/NouvelRRegular.ttf') format('truetype'),
        url('../fonts/NouvelRRegular.svg#NouvelRRegular') format('svg');
}

@font-face {
    font-family: 'NouvelRBold';
    src: url('../fonts/NouvelRBold.eot');
    src: url('../fonts/NouvelRBold.eot') format('embedded-opentype'),
        url('../fonts/NouvelRBold.woff2') format('woff2'),
        url('../fonts/NouvelRBold.woff') format('woff'),
        url('../fonts/NouvelRBold.ttf') format('truetype'),
        url('../fonts/NouvelRBold.svg#NouvelRBold') format('svg');
}

@font-face {
    font-family: 'NouvelR Bold';
    src: url("../fonts/Read-Bold_V3000.ttf") format('truetype'),
    url("../fonts/Read-Bold_V3000.woff2") format("woff2"),
    url("../fonts/Read-Bold_V3000.woff") format("woff");
}

@font-face {
    font-family: 'NouvelR Regular';
    src: url("../fonts/Read-Light_V3000.ttf") format('truetype'),
    url("../fonts/Read-Light_V3000.woff2") format("woff2"),
    url("../fonts/Read-Light_V3000.woff") format("woff");
}

@font-face {
    font-family: NouvelR;
    src: url("../fonts/NouvelR-Light.ttf"), format('opentype');
    src: url("../fonts/NouvelR-Light.woff2"), format('woff2');
    src: url("../fonts/NouvelR-Light.woff"), format('woff');
    font-weight: 300;
    font-style: normal;
}


*
{
    margin: 0;
    padding: 0;
    font-family: 'NouvelRRegular';
}

.page_container
{
    position: absolute;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: 100%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px 0px;
    background-color: #000;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.header .mr-beneficios {
    font-size: 19px;
    color: white;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 0.5px;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    text-align: center;
}

.header .mr-beneficios span {
    font-weight: normal;
}

.header .header-back {
    margin-right: 100px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.header .logo {
    height: 40px;
    margin-left: 100px;
    z-index: 10;
}


.header h3
{
    color: #FFF;
    text-align: center;
    font-size: 19px;
    position: absolute;
    width: calc(100% - 30px);
    margin-top: 7px;
    font-family: 'NouvelRBold';
}

.header .back
{
    position: absolute;
    margin-top: 10px;
    right: 15px !important;
    height: 20px;
    width: auto;
    cursor: pointer;
}

.btn_submit.out_line_2
{
    width: 296px;
    margin-left: calc(50% - 150px);
    margin-right: calc(50% - 150px);
}

.btn_submit.out_line_2
{
    color: #000;
    border: 2px solid #000;
    background-color: #FFF;
    
}
.btn_submit.out_line_2:hover
{
    border-color: #333;
}
.header .back
{
    right: 100px;
}

.section
{
    float: left;
    margin-bottom: 30px;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
}

.padding-home  {
    padding: 0 15px;
    width: 1300px;
    margin-left: calc(50% - 650px);
}
.main-sect {
    width: 100% !important;
    margin: 0 auto 60px !important;
    padding: 0 !important;
}

.main-sect .swiper_c {
    margin-top: -30px;
}
.swiper-button-prev {
    left: 0 !important;
}
.swiper-button-next {
    right: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
    color: white;
}
.swiper-button-next, .swiper-button-prev {
    background: linear-gradient(270deg,#000 50%,#000 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: background-position .3s;
}

h1
{
    font-weight: normal;
    font-family: 'NouvelRBold';
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}

h2
{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}

.mb_70
{
    margin-bottom: 70px;
}

.mb_30
{
    margin-bottom: 30px;
}

.d-none {
    display: none;
}

.mt-100 {
    margin-top: 100px;
}

.register-ok #lottie_animation {
    display: none;
}

.search
{
    float: left;
    width: 99.9%;
    border: 1px solid #000;
    margin-bottom: 25px;
}

.search .btn
{
    float: right;
    width: 50px;
    cursor: pointer;
}
.search .btn:hover
{
    opacity: .8;
}

.search input
{
    float: left;
    width: calc(100% - 60px);
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
    height: 50px;
    font-size: 17px;
}

form
{
    float: left;
    width: 100%;
}

form .btn_link
{
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

form p
{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 30px;
}

form .item
{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 12px;
}

form .item.w_30
{
    width: calc(30% - 15px);
    margin-right: 15px;
}

form .item.w_40
{
    width: 40%;
}

form .item .label
{
    float: left;
    margin-top: -20px;
    width: 100%;
    font-size: 12px;
    color: #777;
    display: none;
}

form .item.select
{
    padding-top: 0;
}

form .item.select .label
{
    margin-top: 0;
    width: 75px;
    font-size: 17px;
    line-height: 40px;
    display: block;
}

form .concesionarios
form .provinces {
    width: 100%;
}

form .item input, form .concesionarios select, 
form .provinces select
{
    float: left;
    width: 100%;
    height: 40px;
    border: 0 none;
    border-bottom: 1px solid #E5E5EB;
    color: #000;
    font-size: 18px;
    outline: none;
}

form .concesionarios .label,
form .provinces .label
{
    display: block;
}

form .item textarea
{
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    border: 0 none;
    border-bottom: 1px solid #E5E5EB;
    color: #000;
    font-size: 17px;
    line-height: 20px;
    outline: none;
}

form .item select
{
    float: right;
    width: calc(100% - 75px);
    height: 40px;
    border: 0 none;
    border-bottom: 1px solid #E5E5EB;
    color: #000;
    font-size: 17px;
    outline: none;
    background-color: #FFF;
}

form .concesionarios select,
form .provinces select
{
    width: 100%;
}

form .item .password_strength
{
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
    color: #FF0000;
}

form .item .label_error
{
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
    color: #FF0000;
    display: none;
}

form .item.select .label_error
{
    float: right;
    width: calc(100% - 100px);
}

form .item .label_success
{
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
    color: green;
    display: none;
}

.check
{
    margin-bottom: 0;
}

.check.terms
{
    width: 270px;
    margin-left: calc(50% - 135px);
    margin-right: calc(50% - 135px);
}

.check.news
{
    width: 200px;
    margin-left: calc(50% - 100px);
    margin-right: calc(50% - 100px);
}

.check .checkbox
{
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    cursor: pointer;
}
.check .checkbox.off
{
    background-image: url(../img/check_box_off.svg);
}
.check .checkbox.on
{
    background-image: url(../img/check_box_on.svg);
}

.check p
{
    float: left;
    width: calc(100% - 35px);
    line-height: 25px;
}
.check p a
{
    color: #000;
    text-decoration: underline;
}

.btn_icon
{
    cursor: pointer;
}

.check .label_error
{
    margin-top: -30px;
    text-align: left;
    float: right;
    width: calc(100% - 35px);
}

.btn_submit
{
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-family: 'NouvelRBold';
    color: #000;
    background-color: #EFDF00;
    float: left;
    width: 94%;
    margin-left: 3%;
    margin-top: 25px;
    cursor: pointer;
}
.btn_submit:hover
{
    background-color: #000;
    color: #FFF;
}

.btn_submit.black
{
    color: #FFF;
    background-color: #000;
}
.btn_submit.black:hover, .btn_submit.black:disabled
{
    background-color: #333;
}


.btn_submit.white
{
    color: #000;
    background-color: #FFF;
}
.btn_submit.white:hover
{
    background-color: #333;
}


.btn_submit.out_line
{
    color: #000;
    border: 2px solid #000;
    background-color: #FFF;
    width: calc(100% - 24px);
}
.btn_submit.out_line:hover
{
    border-color: #333;
}


.pop
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.pop .background
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;
}

.pop .pop_c
{
    position: absolute;
    background-color: #FFF;
    padding: 15px;
    width: calc(90% - 30px);
    overflow: hidden;
    top: 20%;
    left: 5%;
}

.pop .pop_c .close
{
    float: right;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}
.pop .pop_c .close:hover
{
    text-decoration: underline;
}
.pop .pop_c .close img
{
    height: 16px;
    width: auto;
    float: right;
    margin-left: 7px;
}

.pop .pop_c .pop_content
{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.pop .pop_c .pop_content img
{
    float: left;
    width: 100%;
}

.footer_text
{
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.footer_text .link
{
    cursor: pointer;
    text-decoration: underline;
}

.filters_btn
{
    float: right;
    height: 16px;
    margin-top: 3px;
}

.filters_menu
{
    position: fixed;
    width: 60%;
    height: calc(100% - 90px);
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFF;
    z-index: 9999;
    right: 0;
    top: 70px;
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.4);
    display: none;
    overflow: auto;
}

.filters_menu h3
{
    float: left;
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
}

.filters_menu .filter {
    float: left;
    margin-top: 10px;
    width: calc(100% - 34px);
    padding-left: 34px;
    font-size: 16px;
    line-height: 24px;
    background-image: url(../img/filters_checkbox.svg);
    background-size: auto 200%;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}
.filters_menu .filter.active
{
    background-position: left bottom;
}

.footer_menu
{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #F2F2F2;
    z-index: 9900;
}

.footer_menu .btn
{
    float: left;
    width: 33.3%;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 70%;
    opacity: .5;
    cursor: pointer;
}
.footer_menu .btn:hover
{
    opacity: 1;
}

.footer_menu .btn.active
{
    opacity: 1;
    cursor: default;
}

.footer_menu .btn.n1
{
    background-image: url(../img/footer_btn_1.svg);
}
.footer_menu .btn.n2
{
    background-image: url(../img/footer_btn_2.svg);
}
.footer_menu .btn.n3
{
    background-image: url(../img/footer_btn_3.svg);
}
@media screen and (max-width: 768px){
    .padding-home {
        margin: 0;
        width: auto;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }
    .header .mr-beneficios{
        font-size: 17px;
    }
    .header .header-back {
        margin-right: 15px;
    }
    
    .header .logo {
        margin-left: 15px;    
    }
}
@media (min-width: 872px) {
    .section
    {
        width: 800px;
        margin-left: calc(50% - 415px);
        margin-right: calc(50% - 415px);
    }

    .btn_submit
    {
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
    }

    .pop .pop_c
    {
        width: 500px;
        top: 100px;
        left: calc(50% - 265px);
    }

    .footer_menu .btn.n1
    {
        background-position: center right;
    }
    .footer_menu .btn.n3
    {
        background-position: center left;
    }

    .filters_btn
    {
        height: 20px;
        margin-top: 0;
        cursor: pointer;
    }

    .filters_btn.close
    {
        margin-top: 23px;
    }

    .filters_menu
    {
        width: 404px;
    }
}

@media only screen and (max-width: 600px) {

    .filters_menu
    {
        width: 370px;
    }
}