/**
 * Nombre del archivo: style.css
 * Descripción: Maneja los estilos de todo el sitio.
 * Autor: BYTE IT
 * Fecha de creación: 2025-05-23
 * Última modificación: 2025-05-23
 */
 
 
 /***************************************
* FONTS
***************************************/
@font-face {
    font-family: 'Hackney-Vector';
    src: url('../fonts/IntegralCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Hackney-Vector';
    src: url('../fonts/IntegralCF-BoldOblique.woff2') format('woff2'),
         url('../fonts/IntegralCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'Hackney-Vector';
    src: url('../fonts/IntegralCF-ExtraBold.woff2') format('woff2'),
         url('../fonts/IntegralCF-ExtraBold.woff') format('woff');
    font-weight: bolder;
    font-style: normal;

}
@font-face {
    font-family: 'Hackney-Vector';
    src: url('../fonts/IntegralCF-ExtraBoldOblique.woff2') format('woff2'),
         url('../fonts/IntegralCF-ExtraBoldOblique.woff') format('woff');
    font-weight: bolder;
    font-style: italic;

}
@font-face {
    font-family: 'Hackney-Vector';
    src: url('../fonts/IntegralCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Hackney-Vector';
    src: url('../fonts/IntegralCF-RegularObliquer.woff2') format('woff2'),
         url('../fonts/IntegralCF-RegularOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;

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

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

/***************************************
* GENERIC DEFINITIONS
***************************************/
*,p,h1,h2,h4,h5,h6,span,input,a,div{
    font-family: 'instrument_serif';
}
.hackney{
    font-family: 'Hackney-Vector';
}
html, body {
    overscroll-behavior: contain;
}
body {
    background: #fff;
    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: #ff0000;}
.text-grey {color: #FFFFFF1A;}
.text-grey-light{color: #FFFFFF4D;}

.bg-white {background: #fff;}
.bg-black {background: #000;}
.bg-red {background: #ff0000;}
.bg-transparent {background: transparent;}
.bg-img-red-up {background:url(../images/BG-red-up.jpg) no-repeat;background-size: cover;}
.bg-img-red-down {background:url(../images/BG-red-down.jpg) no-repeat;background-size: cover;}
.bg-img-red-down2 {background:url(../images/BG-red-down-2.jpg) no-repeat;background-size: cover;}
.bg-img-black-up {background:url(../images/BG-black-up.jpg) no-repeat;background-size: cover;}
.bg-img-black-down {background:url(../images/BG-black-down.jpg) no-repeat;background-size: cover;}
.bg-img-black {background:url(../images/BG-black.jpg) no-repeat;background-size: cover;}

.border-white {border: solid 1px #fff;}
.border-bottom-white {
    border-bottom: solid 1px #fff !important;
    border-radius: 0;
}
.border-black {border: solid 1px #000;}
.border-red {border: solid 1px #ff0000;}

.fs-0{
    font-size: 2em;
}
.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;
}

.spinner {
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-top: 5px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
  }
  @keyframes spin {
    to { transform: rotate(360deg); }
  }

.h100-dvh{
    min-height: 100dvh;
    height: -webkit-fill-available;
    overflow-y: hidden;
    overflow-x: scroll;
}
.h-100vh{
    min-height: 100vh;
    height: -webkit-fill-available;
    overflow-y: hidden;
    overflow-x: scroll;
}
.h-fill-available{
    height: -webkit-fill-available;
}

.btn:disabled{
    color: #6C6C6C;
    background: #AFAFAF;
    padding: 5px 30px;
    font-size: 1em;
    cursor: not-allowed;
}
.btn-black {
    color: #fff;
    background: #000;
    padding: 5px 20px;
    font-size: 1em;
    cursor: pointer;
}
.btn-transparent {
    color: #fff;
    background:transparent;
    border: solid 1px #fff;;
    padding: 5px 20px;
    font-size: 1em;
    cursor: pointer;
    display: inline-block;
}
.btn-red {
    color: #fff;
    background: #ff0000;
    padding: 5px 20px;
    font-size: 1em;
    cursor: pointer;
}
.btn-bottom{
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.ribbon-video{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0% 100%);
}
.botones {
    position: relative;
    margin-top: 0px;
    opacity: 0; 
    transition: opacity 1s ease-in-out; 
}

.botones.visible {
    opacity: 1;
}

input#txtName::placeholder {
    color: #ffffffb1; /* el color que quieras */
}
input#txtName::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: #ffffffb1;
}
input#txtName::-moz-placeholder { /* Firefox 19+ */
    color: #ffffffb1;
}
input#txtName:-moz-placeholder { /* Firefox 18- */
    color: #ffffffb1;
}
input#txtName:-ms-input-placeholder { /* IE 10+ */
    color: #ffffffb1;
}

.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;
}

.fade {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.fade.show {
    opacity: 1;
}
#txtPregunta{
    font-style: italic;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; /* o cualquier color */
    opacity: 0.3; /* ajusta según necesites */
    z-index: 1;
  }

.posterResultado{
    height: 15vh;
    background-size: cover;        /* Ajusta y recorta para cubrir */
    background-position: center;   /* Centrado vertical y horizontal */
    background-repeat: no-repeat;
    position: relative;  
}
.textoResultado{
    z-index: 2;
}

/***************************************
* CUSTOM CHECKBOX
***************************************/

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: solid 1px #005d13;
  }
  
  .container:hover input ~ .checkmark {
    background-color: #fff;
    border: solid 1px #005d13;
  }
  
  .container input:checked ~ .checkmark {
    background-color: #005d13;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  .container .checkmark:after {
    left: 9px;
    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);
  }

/***************************************
* RESPONSIVE QUERIES
***************************************/

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
}
/* 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) {
    

    
}
