/***************************************
* FONTS
***************************************/
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Bold.woff') format('woff'),
         url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: bolder;
    font-style: normal;

}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: "Bebas Neue";
    src: url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.woff2') format('woff2');
        font-style: normal;
}

/***************************************
* GENERIC DEFINITIONS
***************************************/
*,p,h1,h2,h4,h5,h6,span,input,a,div{
    font-family: 'montserrat';
}
body {
    background: #000;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

footer {
    clear:both;
    position:relative;
    height:120px;
    margin-bottom:-120px;
}

.text-white {color: #fff;}
.text-black {color: #000000;}
.text-red {color: #E50A01;}
.text-dark-red {color: #560000;}


.bg-white {background: #fff;}
.bg-black {background: #000;}
.bg-red {background: #E50A01;}
.bg-dark-red {background: #560000;}
.bg-img-red {background:url(../images/scanpack-mlb-titanium-back-pregunta-4.webp) no-repeat;background-size: cover;}
.bg-img-black {background:url(../images/scanpack-mlb-titanium-back-pregunta.webp) no-repeat;background-size: cover;}
.bg-img-black2 {background:url(../images/scanpack-mlb-titanium-back.webp) no-repeat;background-size: cover;}

.border-white {border: solid 1px #fff;}
.border-black {border: solid 1px #000;}
.border-red {border: solid 1px #E50A01;}
.border-dark-red {border: solid 1px #560000;}

.fs-7 {
    font-size: 0.8rem !important;
}
.fs-8 {
    font-size: 0.5rem !important;
}
.fs-9 {
    font-size: 0.25rem !important;
}
.fs-custom{
    font-size: 2rem !important;
}

.h100vh{
    min-height: 100vh;
    height: -webkit-fill-available;
}
.h-fill-available{
    height: -webkit-fill-available;
}

/*Código hecho por soporte*/
.custom-margin {
    margin-top: 3rem;
}

.btn:disabled{
    color: #6C6C6C;
    background: #AFAFAF;
    border: none;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 1em;
    cursor: not-allowed;
}
.btn-red {
    color: #fff;
    background: #E50A01;
    border: none;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 1em;
    cursor: pointer;
}
.btn-white {
    color: #E50A01;
    background: #fff;
    border: solid 1px #E50A01;
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 1em;
    cursor: pointer;
}
.btn-black {
    color: #fff;
    background: #000;
    border: solid 1px #E50A01;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 1em;
    cursor: pointer;
}
.glow-red{
    -webkit-box-shadow:0px 0px 86px 13px rgba(229,9,1,0.9);
    -moz-box-shadow: 0px 0px 86px 13px rgba(229,9,1,0.9);
    box-shadow: 0px 0px 86px 13px rgba(229,9,1,0.9);
}

.noscroll {
    overflow: hidden !important;
}

.cursor-pointer {
    cursor: pointer
}
.popup {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110vh;
    z-index: 999;
}
.hidden {
    display:none;
}
.overflow-y-scroll{
    overflow-y: scroll;
    overflow-x: hidden;
}

/*Estilos faltantes*/
.answer{
    height: 9vh;
}
.answerLetra{
    font-family: "Bebas Neue";
}
.answerTexto{
    width: 80%;
    display: inline-block;
}
.activo{
    background: #E50A01;
}
#videoRes{
    width: 100%;
    height: 80vh;
}
#quizIMG{
    width: 100%;
    height: 37vh;
}
#resIMG{
    width: 80%;
}
.divisor-img {
    height: 30vh;
}

.estratega-w {
    width: 80%;
}

.fa-chevron-down {
    color: #fff;
    right: 70px;
    bottom: 12px;
}

@media only screen and (max-width: 390px) {
    .estratega-w {
        width: 80%;
        margin-top: -5rem;
    }
}
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .text-m-custom {
        margin-top: -1rem;
    }
    .w-fit {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .btn-custom {
        margin-top: 2rem;
    }
    .img-fluid {
        width: 100%;
        height: auto;
    }
    .divisor-text {
        margin-top: 7.5rem;
        height: 50%;
    }
}

/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin-left: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #E50A01;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Small devices (landscape phones, 5760px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    

    
}
