@charset "UTF-8";

/********************************/
/*****  Carga Tipografías  *****/
@import url("https://nworkforce.com/librerias/css/fonts/fonts.css");

@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: "Intelone-Light";
  src: url("fonts/intelone-display-light.woff");
}

@font-face {
  font-family: "Intelone-Regular";
  src: url("fonts/intelone-display-regular.woff");
}

@font-face {
  font-family: "Intelone-Medium";
  src: url("fonts/intelone-display-medium.woff");
}

@font-face {
  font-family: "Intelone-Bold";
  src: url("fonts/intelone-display-bold.woff");
}

/*************************************************/
/**************  INICIO CSS INTERNO **************/

:root {
  --verde-new-pcf: #43d87e;
  --amarillo-new-pcd: #e2ff3c;
  --azul-new-pcf: #0042fd;
  --gris-pcf: #666666;
  --blanco: #ffffff;
  --negro: #000000;
  --azul-intel: #0068b5;
  --azul-oscuro-intel: #080520;
}

.pcf-text-verde-new {
  color: var(--verde-new-pcf);
}

.pcf-text-gris {
  color: var(--gris-pcf);
}

.pcf-text-blanco {
  color: var(--blanco);
}

.pcf-text-negro {
  color: var(--negro);
}

.pcf-text-regular {
  font-family: Ubuntu-Regular;
}

.pcf-text-bold {
  font-family: Ubuntu-Bold;
}

.pcf-titulo-big {
  font-size: 3em;
}

.pcf-titulo-medium {
  font-size: 1.5em;
}

.pcf-titulo-small {
  font-size: 0.5em;
}

.pcf-bg-gris {
  background-color: var(--gris-pcf);
}

.pcf-bg-verde {
  background-color: var(--verde-new-pcf);
}

.pcf-bg-intel-azul-oscuro {
  background-color: var(--azul-oscuro-intel);
}

.btnIntel {
  background: var(--verde-new-pcf);
  padding: 15px 20px;
  color: white;
  border-radius: 5px;
  font-family: "Ubuntu-Regular", sans-serif;
  font-size: 14px;
}

#headerAzul {
  background: var(--azul-intel);
}

#premium {
  background: url("img/fondo_premium.png") center / cover;
  color: var(--blanco);
}

#gaming {
  background: url("img/fondo_gamer.png") center / cover;
  color: var(--blanco);
}

#productividad {
  background-color: var(--blanco);
  color: #525252 !important;
}

.intel_once h2 {
  font-family: Intelone-Light;
  font-size: 3em;
  margin: 20px 0;
}

.intel_once h3 {
  font-family: Intelone-Regular;
  font-size: 2em;
  margin: 15px 0;
}

.intel_once p {
  font-family: Intelone-Regular;
  font-size: 1.2em;
  margin: 15px 0;
}

.intel_once ul li {
  font-family: Intelone-Regular;
  font-size: 1em;
  margin: 10px 0;
}

a[href*="productos"] span {
  display: inline-block;
  margin-left: 150px;
}

#premium ul li span {
  color: #00c7fd;
}

#gaming ul li span {
  color: #ff8f51;
}

#productividad ul li span {
  color: #fec91b;
}

.intel_once .texto-legal {
  background-color: var(--azul-oscuro-intel);
  font-size: 0.9em;
  line-height: 1.4;
  color: white;
  color: var(--blanco);
  padding: 50px 0;
}

/*************************************************/
/**************  INICIO CSS INTERNO **************/

.botonActivo a {
  color: var(--verde-new-pcf) !important;
}

.mobile-btn-section {
  position: absolute !important;
}

.inner-content * {
  box-sizing: border-box !important;
}

.caja-dealcard {
  min-height: 485px !important;
}

.inner-content .caja-dealcard {
  background: white;
}

.cyber-width {
  max-width: 1420px;
}

.background-esp .caja-dealcard {
  background-color: white;
}

.productos {
  background: white !important;
}

#fixed_ul {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

/* .tabs-fixed {
     position: fixed !important;
     top: 110px;
     width: 100%;
     max-width: 1420px;
     z-index: 1;
   } */

ul.submenu {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  max-width: 1420px;
  margin-top: 0px;
  margin-bottom: 25px;
  display: table;
}

.submenu li {
  background-color: var(--azul-new-pcf);
  border-color: var(--verde-new-pcf);
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  float: left;
  height: 45px;
  font-size: 14px;
  margin: 0 !important;
  overflow: hidden;
  padding: 9px 5px !important;
  position: relative;
  text-align: center;
  width: 50%;
}

.submenu li:first-child {
  border-left: 1px solid var(--verde-new-pcf);
}

.submenu a {
  color: white;
}

.submenu li:hover {
  background-color: var(--verde-new-pcf);
}

.separador-especial {
  background-color: var(--verde-new-pcf);
  display: table !important;
  margin: 20px auto;
  position: relative;
  width: 100%;
  max-width: 1420px;
  min-height: 55px;
}

.background-esp {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-height: 55px;
}

.white-txt {
  color: white !important;
  padding-top: 15px;
}

.img-footer {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  float: initial;
  display: block;
  padding: 20px 0px;
}

.inner-content .container,
.inner-content .container-fluid {
  display: inline-block;
}

.cuadro-50 {
  left: 4%;
}

.cuadro-100 {
  left: 7%;
}

.ideas-text {
  position: absolute;
  width: 93%;
  top: 39%;
}

.ideas-text h3 {
  font-family: "dolcevita-bold";
  font-size: 34px;
  color: white;
}

.ideas-text h4 {
  font-family: "russo-one";
  font-size: 34px;
  color: white;
}

.ideas-text h4 span {
  font-family: "russo-one";
  font-size: 16px;
  color: white;
}

.remove-pd {
  padding: 0px !important;
}

.section-ideas {
  text-align: center;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 0px !important;
  display: table;
}

.section-ideas img {
  width: 93%;
}

.idea20 {
  float: left;
}

.idea100 {
  float: right;
}

.contain-countdown {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1420px;
}

#CDT {
  position: absolute;
}

.headerlanding span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 16px 10px 16px;
  text-decoration: none;
  text-align: center;
  background-color: #009635;
  position: absolute;
  left: 20px;
  bottom: 15px;
}

.headerlanding .img-header {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  float: initial;
  display: block;
}

.contain-span {
  position: relative;
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.headerlanding {
  position: relative;
  width: 100%;
  /*background-image: url(img/WEB_Header_Fondo_Landing.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: var(--azul-new-pcf); */
}

.headerlanding a {
  display: block;
  height: 100%;
  width: 100%;
}

.inner-content {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.fix-width-nav {
  width: 1420px;
  padding: 0px;
  height: 49px;
}

.menu_landing .selected_item {
  color: white;
  margin: 20px auto;
  margin-top: 16px;
  text-align: center;
  display: block;
}

/* ul.tabs_cool {
     display: block;
     margin-top: 0px;
   } */

/**** banner campana ***/

.logo_int > iframe {
  width: 100%;
}

.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;
}

.cont_fich_nuev::-webkit-scrollbar {
  display: none;
}

.caja-princip {
  /*height: 1000px;*/
  height: 100%;
}

.contenedor-general {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  height: 100%;
}

/* .menu-fixed {
     position: fixed !important;
     top: 0;
     margin: 0 auto;
     width: 100%;
     z-index: 9999;
     box-shadow: 0 15px 34px -20px rgba(0, 0, 0, 0.2);
   } */

.barra-top-fij {
  height: 120px;
  margin: 0px auto;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
  background-color: #fff;
  padding: 10px 0 20px 0;
}

.caja-banner-principal {
  margin-top: 0px;
  background-color: black;
  float: left;
  width: 100%;
  padding: 0px;
}

.img-banner-principal {
  width: 100%;
  height: 330px;
  background-image: url(img/Header_1100x330.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

/**** Barra nav categorias ****/
/* .container-barra-nav-categorias {
     background-color: var(--azul-new-pcf);
     position: fixed;
     width: 100%;
     top: -11px;
     left: 0px;
     z-index: 1;
     clear: both;
     position: relative;
     padding: 2em 0;
   } */

.nav-categorias {
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-decoration: none;
  list-style: none;
  height: 45px;
}

.nav-categorias li {
  display: inline-block;
  overflow: hidden;
}

.nav-categorias li.active {
  background-color: #1e693b;
}

.nav-categorias li a {
  text-decoration: none;
  color: #ffffff;
  padding: 14px 15px 16px 15px;
  display: inline-block;
}

.text-nav-categorias {
  transition: 0.3s;
}

.text-nav-categorias {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

/*menu despliegue*/
.menu-mobile-despliegue {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
  height: auto;
}

.menu-mobile-despliegue .menu-listado {
  width: 100%;
  float: left;
}

.menu-mobile-despliegue .menu-listado li {
  width: 100%;
  float: left;
}

.menu-mobile-despliegue .menu-listado li a {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  color: black;
}

.menu-mobile-despliegue {
  display: none;
}

/****************************************/

/**** Titular categoria ****/
.caja-texto-titular-categoria {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.texto-titular-categoria {
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  color: white;
  margin-top: 16px;
}

/** CAJA CONTENIDO **/

.cont_nvgn {
  width: 100%;
  max-width: 1170px;
  margin: 5px 0 10px 0;
  float: left;
}

.txt_nvgn {
  position: relative;
  display: table;
  width: 80%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

/** BOTON HEADER **/

.btn_vrqu {
  position: absolute;
  top: 280px;
  left: 100%;
  margin-left: -60%;
  background: var(--verde-new-pcf);
  color: #ffffff;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
}

a .btn_vrqu:hover {
  background: #1e693b;
}

.btn_vrqu_full {
  background: var(--verde-new-pcf);
  color: #ffffff;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  width: 100%;
}

a .btn_vrqu_full:hover {
  background: #1e693b;
}

/* img */

.descripcion-producto-dealcard {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-height: 65px;
}

.caja-precio-pago-efectivo {
  float: left;
  width: 100%;
}

.precio-pago-efectivo-dealcard {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.precio-pago-efectivo-dealcard.precio-oferta {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #d0021b;
}

.caja-precio-principal {
  float: left;
  width: 100%;
}

.precio-principal-dealcard {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #207942;
}

.precio-agotado {
  color: #9b9b9b;
}

.precio-destacado {
  color: #d0021b;
}

.caja-precio-otros-medios {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* caja status */

.caja-status {
  float: left;
  width: 100%;
}

.img-menu-icon {
  display: none;
}

.ancla {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.img_100 {
  width: 100%;
}

.footer {
  max-width: 900px;
}

.headerlanding a {
  display: block;
  height: 100%;
  width: 100%;
}

/* ul.tabs_cool {
     float: initial;
     list-style: outside none none;
     display: inline-block;
     padding: 0;
     width: 100%;
     max-width: 1420px;
   }


   ul.tabs_cool li {
     border-color: var(--azul-new-pcf);
     border-bottom-style: solid;
     border-width: 1px 1px 1px medium;
     border-bottom-width: 1px;
     float: left;
     height: 49px;
     margin: 0 !important;
     overflow: hidden;
     padding: 0px 5px !important;
     position: relative;
     text-align: center;
     width: 25%;
     border-bottom: 1px solid white;
   }

   ul.tabs_cool li a {
     color: #fff;
     display: block;
     font-size: 12px;
     height: 100%;
     margin-top: 10px;
     outline: medium none;
     text-decoration: none;
     text-align: center;
     font-family: 'Ubuntu-Regular', sans-serif !important;
   }

   ul.tabs_cool li a:hover {
     color: var(--verde-new-pcf) !important;

   } */

.active {
  border-bottom: 1px solid var(--verde-new-pcf) !important;
}

.botonActive {
  border-bottom: 1px solid var(--verde-new-pcf);
}

/* ul.tabs_cool li:hover {
     border-bottom: 1px solid var(--verde-new-pcf) !important;
   } */

.tab_container {
  float: left;
  height: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1420px;
}

.tab_content {
  height: 100%;
  margin: 10px auto 20px;
  width: 100%;
  max-width: 1420px;
  display: none;
  background: white;
}

.lp_contenedor {
  float: left;
  height: 100%;
  margin: 5px 0 0;
  width: 100%;
  max-width: 1420px;
}

.cuerpo {
  height: auto;
  margin: auto;
  width: 100%;
  max-width: 1420px;
}

.contenedor {
  height: 30px;
  margin-bottom: 5px;
  width: 100%;
  max-width: 1420px;
}

.landing-content-tab {
  background: url(img/tab.png);
  background-color: #d8d8d8;
  background-size: 532px 32px;
  background-repeat: no-repeat;
  background-position: 0 -17px;
  width: 100%;
  height: 16px;
  margin: 2px 10px -1px 0px;
  border-top: solid #00953f 16px;
  position: relative;
  clear: both;
}

.landing-content-tab span {
  color: white;
  line-height: 0px;
  margin-left: 8px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  font-size: 15px;
  font-weight: bolder;
  position: absolute;
  top: -1px;
}

@media screen and (max-width: 500px) {
  /* ul.tabs_cool li {
       width: calc(50% - 1px);
     } */

  .landing-content-tab {
    background-size: 444px 32px;
  }
}

/*media query*/
/* DESKTOP */
@media (min-width: 992px) {
  .menu_landing .selected_item {
    display: none;
  }

  /* .container-barra-nav-categorias .container {
       max-width: 1420px !important;
     } */
}

@media (max-width: 1199px) {
  .nav-categorias li a {
    padding: 14px 8px 16px 8px;
  }

  .caja-menu-mobile {
    display: none;
  }

  .img-banner-principal {
    height: 300px;
    background-image: url(img/Header_991x300.png);
    background-size: auto;
  }

  /** BOTON HEADER **/

  .btn_vrqu {
    position: absolute;
    top: 520px;
    left: 1216px;
    background: var(--verde-new-pcf);
    color: #ffffff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 5px;
  }
}

@media (max-width: 1129px) {
  .fix-width-nav {
    width: 100%;
  }
}

@media (max-width: 1010px) {
  .separador-negro {
    background-size: cover;
  }

  .separador-especial {
    background-size: cover;
  }
}

/* TABLET */
@media (max-width: 991px) {
  ul.submenu {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
    max-width: 1420px;
    margin-top: -65px;
    margin-bottom: 25px;
    display: table;
  }

  .background-esp {
    background-size: contain !important;
  }

  .texto-titular-categoria {
    font-size: 18px;
  }

  .barra-top-fij {
    margin-bottom: 13px;
    margin-top: 1px;
    padding-top: 20px;
  }

  .inner-content {
    margin: 10px auto 20px;
    width: 100%;
    max-width: 900px;
  }

  .caja-banner-principal {
    margin-bottom: 10px;
  }

  .tab_content {
    margin: 10px auto 20px;
    background: white;
  }

  .fix-width-nav {
    width: 100%;
    padding: 0px;
    height: 33px;
  }

  .menu_landing .selected_item {
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 16px;
  }

  /* ul.tabs_cool {
       display: block;
       margin-top: 20px;
     }

     ul.tabs_cool li {
       width: 100%;
       background-color: var(--azul-new-pcf) !important;
       border-image: none;
       float: left;
       height: 45px;
       margin: 0 !important;
       overflow: hidden;
       padding: 0 !important;
       position: relative;
       text-align: center;
       border-bottom: 1px solid #fff;
     }

     ul.tabs_cool li a {
       color: white;
       text-align: left;
       padding-left: 15px;
       padding-top: 15px;
       margin-top: 0px;
     }

     .active a {
       color: var(--verde-new-pcf) !important;
       font-size: 12px !important;
       font-weight: 700;
       background-color: var(--azul-new-pcf);
       padding: 10px 5px;
       padding-top: 10px;
       padding-left: 5px;
       border-bottom: 1px solid var(--verde-new-pcf);
       text-decoration: underline 3px var(--verde-new-pcf) !important;
       text-underline-offset: 5px;

     }

     ul.tabs_cool li.active a {
       color: var(--verde-new-pcf) !important;
     } */

  .caja-menu-mobile {
    display: block;
    height: 50px;
    cursor: pointer;
    background-color: var(--verde-new-pcf);
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    float: left;
    padding-top: 10px;
  }

  ul.submenu {
    width: 95%;
    margin-left: 2.5%;
  }

  .flecha-up {
    margin-left: 10px;
  }

  /* .container-barra-nav-categorias {
       background-color: var(--azul-new-pcf);
       margin-left: 2.5%;
       width: 95%;
       padding: 0px;
       border: 2px solid var(--verde-new-pcf);
       z-index: 10;
     } */

  .nav-categorias {
    position: relative;
    transition: all 0.5s ease;
  }

  .nav-categorias li {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-categorias li.active {
    z-index: 1;
    background-color: #1e693b;
    margin-top: 1px;
  }

  .nav-categorias li.active a {
    z-index: 1;
    /*background-color: #1e693b;*/
    font-weight: 300;
    font-size: 14px;
  }

  .active-menu-mobile {
    height: auto;
  }

  .active-menu-mobile li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #1e693b;
  }

  .rotate {
    transform: rotate(180deg);
  }

  .img-menu-icon {
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    width: 24px;
    transition: all 0.3s ease;
  }

  .overlay-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #7171719c;
    display: none;
  }
}

@media (max-width: 901px) {
  .tab_content {
    margin-left: 2.5%;
    width: 95%;
  }
}

@media (max-width: 900px) {
  .ideas-text h3 {
    font-size: 24px;
  }

  .ideas-text h4 {
    font-size: 24px;
  }

  .ideas-text h4 span {
    font-size: 12px;
  }

  .headerlanding span {
    display: none;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .img-banner-principal {
    height: 174px;
    background-size: auto;
    background-image: url(img/Header_575x174.png);
  }
}

/* PEQUEÑOS */
@media (max-width: 575px) {
  .caja-texto-titular-categoria {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .mb-space {
    padding: 0px !important;
  }

  .fix-box {
    padding: 0px !important;
  }

  .tercio {
    width: 33.3%;
  }

  .submenu li {
    font-size: 12px;
    padding: 10px 5px !important;
  }

  .first-block {
    margin-top: 6%;
  }
}

/*
@media (max-width: 487px){
	.submenu li {
	    padding: 4px 5px !important;
	}
}
*/

/* EXCEPCIONES */

@media (min-width: 1199px) {
  .caja-menu-mobile {
    display: none;
  }
}

.drop-down-desplegable {
  border-bottom: solid;
}

@media screen and (max-width: 1150px) and (min-width: 1070px) {
  /** BOTON HEADER **/

  .btn_vrqu {
    position: absolute;
    top: 250px;
    left: 100%;
    margin-left: -64.1%;
    background: var(--verde-new-pcf);
    color: #ffffff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 1069px) and (min-width: 1030px) {
  /** BOTON HEADER **/

  .btn_vrqu {
    position: absolute;
    top: 250px;
    left: 100%;
    margin-left: -64.1%;
    background: var(--verde-new-pcf);
    color: #ffffff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 1029px) and (min-width: 992px) {
  /** BOTON HEADER **/

  .btn_vrqu {
    position: absolute;
    top: 250px;
    left: 100%;
    margin-left: -65.1%;
    background: var(--verde-new-pcf);
    color: #ffffff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1151px) {
  /** BOTON HEADER **/

  .btn_vrqu {
    position: absolute;
    top: 280px;
    left: 100%;
    margin-left: -64.1%;
    background: var(--verde-new-pcf);
    color: #ffffff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 510px) and (min-width: 300px) {
  .btn_ctg a img {
    width: 100%;
  }
}

@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;
}

html {
  scroll-behavior: smooth;
}
.cajaproductos {
  max-width: 100% !important;
}

.pointer{
  cursor: pointer;
}



.break-all{
  word-break: break-all;
}