@charset "UTF-8";

/********************************/
/*****  Carga Tipografías  *****/

@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fonts/Ubuntu-Bold.ttf");
}

@font-face {
  font-family: "Ubuntu-Bold-Italic";
  src: url("fonts/Ubuntu-BoldItalic.ttf");
}

@font-face {
  font-family: "Ubuntu-Italic";
  src: url("fonts/Ubuntu-Italic.ttf");
}

@font-face {
  font-family: "Ubuntu-Light";
  src: url("fonts/Ubuntu-Light.ttf");
}

@font-face {
  font-family: "Ubuntu-Light-Italic";
  src: url("fonts/Ubuntu-LightItalic.ttf");
}

@font-face {
  font-family: "Ubuntu-Medium";
  src: url("fonts/Ubuntu-Medium.ttf");
}

@font-face {
  font-family: "Ubuntu-Medium-Italic";
  src: url("fonts/Ubuntu-MediumItalic.ttf");
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fonts/Ubuntu-Regular.ttf");
}

@font-face {
  font-family: "Signika";
  src: url("fonts/Signika-VariableFont_wght.ttf");
}

/********************************/
/*****  Variables y  ***********/

:root {
  --green-pcf: #43d87e;
  --yellow-pcf: #e2ff3c;
  --blue-pcf: #2644f9;
  --gray-pcf: #666666;
  --white: #ffffff;
  --black: #000000;
}

.cont_fich_nuev {
  font-size: 16px;
}

/********************************/
/********  Textos  *************/

/** Colores Textos **/

.pcf-text-green {
  color: var(--green-pcf);
}
.pcf-text-blue {
  color: var(--blue-pcf);
}
.pcf-text-yellow {
  color: var(--yellow-pcf);
}

.pcf-text-gray {
  color: var(--gray-pcf);
}

.pcf-text-white {
  color: var(--white);
}

.pcf-text-black {
  color: var(--black);
}

/** Tipografías Textos **/

.pcf-text-regular {
  font-family: Ubuntu-Regular;
}

.pcf-text-medium {
  font-family: Ubuntu-Medium;
}

.pcf-text-bold {
  font-family: Ubuntu-Bold;
}

/** Tamaños de Texto (Títulos y Parrafo) **/

.pcf-title-big {
  font-size: 2em !important;
}

.pcf-title-medium {
  font-size: 2.5em !important;
}

.pcf-title-small {
  font-size: 1.5em !important;
}

.pcf-paragraph {
  font-family: "Signika", Ubuntu-Bold, sans-serif;
  font-size: 0.9em!important;
  line-height: 1em!important;
  margin: 10px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.pcf-faq {
  font-size: 2em!important;
}
/********************************/
/*******  Fondos  **************/

.pcf-bg-gray {
  background-color: var(--gray-pcf) !important;
}

.pcf-bg-green {
  background-color: var(--green-pcf);
}
.pcf-bg-white {
  background-color: var(--white);
}

.pcf-bg-black {
  background-color: var(--black);
}

.pcf-bg-blue {
  background-color: var(--blue-pcf);
}
.pcf-bg-yellow {
  background-color: var(--yellow-pcf);
}

/********************************/
/*******  Botones  **************/

a.buttonSeeAll {
  border: 1px solid #7a7a7a;
  padding: 10px 20px;
  border-radius: 15px;
  display: inline-block;
  margin: 10px 0;
  color: var(--gray);
  font-size: 1.5em;
}

a.buttonSeeAll:hover {
  border: 1px solid var(--green-pcf);
  color: var(--green-pcf);
}

/****************************************/
/****** Header Landing  *********/

.headerlanding .img-header {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  float: initial;
  display: block;
}

/****************************************/
/****** Separadores Productos  *********/

.separador-especial {
  background-image: none;
  background-color: #43d87e;
}

/****************************************/
/*******  Titular categoria  ***********/

.white-txt {
  color: white !important;
  padding: 15px;
}

.texto-titular-categoria {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #010218 !important;
}
/****************************************/
/***** CSS MODAL ******/

.modal_video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
}

.modal_video_content {
  width: 80%;
  height: 90%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  background: #000;
  display: none;
  z-index: 99;
}

.close-icon {
  /* float: right; */
  /* width: 13px; */
  /* margin-right: 9px; */
  /* margin-top: 54px; */
  position: absolute !important;
  top: 3%;
  right: 7%;
}

#landing .delete,
.close-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: 0;
  position: relative;
  vertical-align: top;
  width: 20px;
}

#landing .delete::after,
#landing .delete::before,
.close-icon::after,
.close-icon::before {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

#landing .delete::before,
.close-icon::before {
  height: 2px;
  width: 50%;
}

#landing .delete::after,
.close-icon::after {
  height: 50%;
  width: 2px;
}

.modal_video iframe {
  width: 100%;
  height: 100%;
  top: 50%;
}

.modal_video_title {
  font-size: 28px;
  margin: 10px 15px;
  color: #76b900;
}

/* AJUSTE RESPONSIVO MODAL  */

@media (max-width: 1023px) {
  .modal_video iframe {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .modal_video_content {
    width: 80%;
    height: 30%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    background: #000;
    display: none;
    z-index: 99;
  }

  .close-icon {
    /* float: right; */
    /* width: 13px; */
    /* margin-right: 9px; */
    /* margin-top: 54px; */
    position: absolute !important;
    top: 32%;
    right: 15px;
  }

  .grid-container {
    max-width: 100%;
    display: grid;
    /* grid-template-columns: 1fr min(142rem, calc(100% - 32px)) 1fr; */
    margin: 0 auto;
  }
}

/****************************************/
/***** CSS ESPECIFICO DEL LANDING ******/

.landing {
  max-width: 1420px;
  margin: 0 auto;
  padding: 20px 0;
}

.carousel-item img {
  max-width: 1420px;
  margin: 0 auto;
}

.title-badge {
  display: grid;
  padding: 10px 120px;
  margin: 30px 0 50px 0;
  background-color: black;
}
/* #twitch-embed {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
} */
 .cajaproductos{
  background-color: #ccdfdc;
 }

 .texto-sc{
  color:#010218;
  background-color: #00da7a;
 }

 .txt-sc{
  color: white;
  text-align: center;
  font-family: 'Ubuntu-Medium';
  margin: 25px;
 }

 .conteo-regresivo{
  background-image: url(./img/conteo-regresivo.jpg);
  aspect-ratio: 1/1;
  background-size: cover;
  max-height: 500px;
  background-position: center;
  display: flex;
  align-items: center;

 }
 .countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Ubuntu-Medium';
    flex-direction: column;
}

.countdown-sc {
    display: flex;
    gap: 30px;
    text-align: center;
    font-family: Ubuntu;
    background-color: #010218;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-box span:first-child {
    font-size: 5rem;
    font-weight: 500;
    color: white;
    line-height: 1;
}

.time-box .label {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .countdown {
        flex-direction: column;
        gap: 15px;
    }
    
    .time-box span:first-child {
        font-size: 3rem;
    }
    
    .time-box .label {
        font-size: 1rem;
    }
    .txt-sc{
      font-size: smaller;
    }
}
@media screen and (min-width: 1200) and (max-width: 1399px) {
  .mobileTW {
    width: 1100px !important;
    height: 650px !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .mobileTW {
    width: 900px !important;
    height: 650px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .mobileTW {
    width: 700px !important;
    height: 600px !important;
  }
}

@media screen and (min-width: 594px) and (max-width: 767px) {
  .mobileTW {
    width: 500px !important;
    height: 600px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 593px) {
  .mobileTW {
    width: 300px !important;
    height: 500px !important;
  }
}

@media screen and (max-width: 593px) {
  .title-badge {
    display: grid;
    padding: 10px 30px;
    margin: 30px 0 50px 0;
    background-color: black;
  }

  .pcf-title-big {
    font-size: 1.5em !important;
  }
  .pcf-title-medium {
    font-size: 1.5em !important;
  }
  .pcf-title-small {
    font-size: 1em !important;
  }
  .videoslide_title {
    min-height:75px!important;
  }
}
@media (min-width: 1200px){
  .twitchContainer{
    justify-content: center;
  }
}
#slideVideos .carousel-inner .carousel-item.active,
#slideVideos .carousel-inner .carousel-item-next,
#slideVideos .carousel-inner .carousel-item-prev {
  display: flex;
}

.contenedor-general{
  background: linear-gradient(to bottom, #103F30, #0A1C19);
}
.videoslide_title {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-wrap: break-word;
}

.bs-5 #slideVideos .carousel-control-next, .bs-5 #slideVideos .carousel-control-prev{
  top: 85px!important;
}