html {height: 100%;}
body {margin: 0;position: relative;height: 100%;}
footer {padding: 0 !important;}

body{
    font-family: 'Gotham Rounded';
    color:#000;
    background-image: url(../images/textura-blanca.jpg);
    background-repeat: repeat;
    background-position: center;
}

img {max-width: 100%;}
.container {width: 100%;max-width: 100%;overflow: hidden;}
.back_black {background: #2c2b2b;}
.back_white {background: white;}
.red-link {font-family: 'Gotham Rounded';font-style: normal;font-weight: 500;font-size: 18px;line-height: 22px; color: #B02028;font-weight: bold;}
.red-link:hover {text-decoration: underline; color: #B02028;}
.white-link {font-family: 'nescafe_sanslight';font-style: normal;font-weight: 300;font-size: 20px;line-height: 25px; color: #FFF;}
.white-link:hover {text-decoration: none; color: #FFF;}
.white-link-bold {font-family: 'nescafe_sansbold';font-style: normal;font-weight: 300;font-size: 20px;line-height: 25px; color: #FFF;}
.white-link-bold:hover {text-decoration: none; color: #FFF;}
.nestle-button {
    min-height: 40px;
    background-color: transparent;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Gotham Rounded';
    letter-spacing: 2px;
    border: 2px solid #B02028;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    display:inline-block;
}
.nestle-button:hover {
    text-decoration: none !important;
}
.nestle-button.red {
    color: #FFF;
    background-color: #B02028;
    font-weight: bold;
}

.nestle-button.dark_red {
    background-color: #B02028;
    border-color: #B02028;
    color: #FFF;
}

.nestle-button.black {
    background-color: #000;
    color: #FFF;
}

.nestle-button.white {
    background-color: #FFF;
    color: #B02028 !important;
}

.border_white_2 {border: solid 2px #FFF;}
.bg-red-light{background-color: #ED1C24;}

.color_white {color: white !important;}

.cursor_pointer {
    cursor: pointer;
}

.nestle-button.red:hover, .nestle-button.red:active, .nestle-button.red:visited, .nestle-button.red:link, .nestle-button.black:hover, .nestle-button.black:active, .nestle-button.black:visited, .nestle-button.black:link {
    color: #FFF !important;
    text-decoration: none !important;
}

.nestle-button.white:hover, .nestle-button.white:active, .nestle-button.white:visited, .nestle-button.white:link {
    color: #B02028 !important;
    text-decoration: none !important;
}

.confirm {
    max-width: 600px;
    text-align: center;
}

.mw-250px {max-width: 250px;}
.mw-1400px {max-width: 1400px;}
/*HOME*/
._content {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    margin: 0 auto!important;
    max-width:1600px;
    width: 100vw;
}
._content_start {
    align-items: start;
    display: flex;
    height: 100vh;
    justify-content: start;
    margin: 0 auto!important;
    max-width:1200px;
    width: 100vw;
}
.border_black_2 {border: solid 2px #000;}
.banner-video {width: 100%;height: 100vh;object-fit: cover;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.content-video {z-index:2;}
.sueldo-home input[type="text"] {height: 48px; padding:5px; background: #FFFFFF; border:none; width: 405px;color: #000;}
.min-h-750 {min-height: 750px;}
.min-h-900 {min-height: 900px;}
@media (max-width: 405px) {
    input[type="text"] {width: 100%;}
}

/*FOOTER*/
.footer {
    padding-top: 25px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    min-height: 70px;
    z-index: 2;
    /*position:absolute;
    bottom:0;*/
}

.top_footer {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.top_footer li {
    width: auto;
    display: inline-block;
    color: white;
}

.top_footer li a {
    color: white;
    font-family: 'Gotham Rounded';
    font-weight: bold;
    font-size: 16px;
}

.footer_separator {
    padding: 0px 8px;
}

.premio_bruto_footer {
    color: white;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    .top_footer {
        margin-top: 25px;
        margin-bottom: 15px;
        padding-left: 0px;
    }

    .premio_bruto_footer {
        margin-bottom: 65px;
    }

    .top_footer li {
        width: 100%;
        padding-bottom: 7px;
    }

    .footer_separator {
        display: none !important;
    }

    .headtopwrap {
        padding-left: 40px !important;
    }
}
@media (max-width: 450px) {
    .sueldo-home input[type="text"] {
        width: 300px;
    }
}

.loader,
.loader:before,
.loader:after {
    background: #B02028;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader {
    color: #B02028;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}

.overlay {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
    z-index: 1000; /* Asegúrate de que esté encima del contenido */
    justify-content: center;
    align-items: center;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.video-content{text-shadow: 0 1px 2px #000;}