@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

@font-face {
    font-family: 'arima_maduraibold';
    src: url('../../assets/fonts/arimamadurai-bold-04-webfont.woff2') format('woff2'),
         url('../../assets/fonts/arimamadurai-bold-04-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gelatoregular';
    src: url('../../assets/fonts/gelato-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gelato-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_promedium';
    src: url('../../assets/fonts/dinpro-medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/dinpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_problack';
    src: url('../../assets/fonts/dinpro_black-webfont.woff2') format('woff2'),
         url('../../assets/fonts/dinpro_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_probold';
    src: url('../../assets/fonts/dinpro_bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/dinpro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*

    1. Header
    2. Menu Mobile
    3. Hero

*/

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    color: #121619;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 500;
}

p:last-child {
    margin-bottom: 0;
}

a, .Web-Header.Sticky, .btn-default {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 1.5px;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: initial;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input:focus,
textarea:focus {
    outline: 0;
}

/* WEB UTILITIES */

.Web-Wrapper {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.btn-default {
    font-family: 'din_promedium';
    background-color: #e30613;
    border: 2px solid #e30613;
    padding: 8px 15px;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.125rem;
}

.btn-default:hover{
    background: #fff;
    color: #e30613;
}

/* Landing /////////////////////////////////////////////////////////////*/
.hero {
    background-image: url('../../assets/img/fondo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 66px 0;
}

.hero .box_content_left {}
.hero .box_content_left p {
    font-family: 'din_probold';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
    color: #343434;
}
.hero .box_content_left p .color {
    color: #eb031b;
}
.hero .box_content_left p .color .large {
    font-size: 34px;
}

.hero .box_content_right p {
    font-family: 'din_probold';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    color: #eb031b;
    text-align: center;
}

.hero .box_content_right p .large {
    font-family: 'din_problack';
    font-size: 34px;
    line-height: 44px;
}

.box-premios {}
.box-premios .premio {
    display: flex;
    align-items: center;
    background-color: #f3f1f2;
    border: 2px solid #eb031b;
    padding: 6px 20px 10px;
    gap: 10px;
    margin-bottom: 10px;
}
.box-premios .premio .monto {
    font-family: 'din_probold';
    color: #eb031b;
    font-size: 24px;
    line-height: 1;
}
.box-premios .premio .text {
    color: #343434;
    font-family: 'din_probold';
    text-transform: uppercase;
}

.box-premios .premio:last-child {
    border: 2px solid #343434;
    background-color: #343434;
    color: #fff;
    margin-bottom: 0;
}
.box-premios .premio:last-child .monto {
    color: #fff;
}
.box-premios .premio:last-child .text {
    color: #fff;
}

.header_border {
    width: 100%;
    height: 32px;
    background-color: #f6f6f6;
}

.seccion_logo {
    padding: 24px 0 24px;
}

.seccion_parrafo h2 {
    font-family: 'din_probold';
    font-size: 30px;
}

.seccion_parrafo p {
    color: #1d1d1b;
    font-size: 20px;
    line-height: 24px;
    max-width: 585px;
    margin-right: auto;
    margin-left: auto;
}

.seccion_parrafo p.semiBold {
    font-weight: 600;
}

.seccion_parrafo p:last-child {
    color: #eb031b;
    font-weight: 600;
}

.seccion_parrafo .btn-default {
    width: max-content;
    margin-bottom: 24px;
    font-family: 'din_probold';
    line-height: 1.2;
    font-size: 16px;
    padding: 8px 15px 9px;
    max-width: fit-content;
}

.bannerMob {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.boxForm {
/*    padding: 30px 0 0;*/
}

label {
    padding: 10px 15px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
}

label span {
    font-family: 'din_promedium';
    color: #e30613;
    display: block;
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin-bottom: 5px;
    text-align: center;
}

label span .small {
    font-size: 0.875rem;
}

label input {
    width: 100%;
    border: 0;
    padding: 0;
    font-weight: 500;
}

.link-terminos {
    font-family: 'din_promedium';
    color: #e30613;
    font-size: 0.875rem;
    line-height: 1rem;
    display: block;
    margin: 20px 0;
    text-decoration: underline;
}

.link-politicas {
    font-size: 0.75rem;
    line-height: 1;
    color: #1d1d1b;
}

.boxImages {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.boxImages .btn-default {
    padding: 0;
    background: transparent;
    border: 0;
    color: #e30613;
    font-size: 0.875rem;
    margin-top: 1.5rem;
}

.boxSocial {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 1rem;
}

.boxSocial a {
    color: #e30613;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-decoration: none;
}

.boxSocial a:hover {
    color: #e30613;
    text-decoration: none;
}

.label_reglas {
    padding: 0;
    border: 0;
    margin: 15px 0 25px;
    display: flex;
    align-items: center;
}

.label_reglas input {
    width: auto;
    margin-right: 10px;
}

.label_reglas span {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: normal;
    margin: 0;
}

.label_reglas a {
    text-decoration: revert;
}