@font-face {
  font-family: "aktiv-bold";
  src: url("fonts/AktivGrotesk_W_Bd.woff");
}

@font-face {
  font-family: "aktiv-light";
  src: url("fonts/AktivGrotesk_W_Lt.woff");
}

@font-face {
  font-family: "aktiv-medium";
  src: url("fonts/AktivGrotesk_W_Md.woff");
}

@font-face {
  font-family: "aktiv-regular";
  src: url("fonts/AktivGrotesk_W_Rg.woff");
}

@font-face {
  font-family: "bison-bold";
  src: url("fonts/Bison-Bold.woff");
}

@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");
}

/*****************/
/*****  INICIO CSS INTERNO *****/

.bs-5 .row{
  --bs-gutter-x: 5.5rem;
}



:root {
  --verde-new-pcf: #43d87e;
  --amarillo-new-pcd: #e2ff3c;
  --azul-new-pcf: #0042fd;
  --gris-pcf: #666666;
  --blanco: #ffffff;
  --negro: #000000;
}

.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-medium {
  font-family: Ubuntu-Medium;
}

.pcf-text-bold {
  font-family: Ubuntu-Bold;
}

.pcf-titulo-big {
  font-size: 4em;
}

.pcf-titulo-medium {
  font-size: 2.5em;
}

.pcf-titulo-small {
  font-size: 1.5em;
}

.pcf-bg-gris {
  background-color: var(--gris-pcf) !important;
}

.pcf-bg-verde {
  background-color: var(--verde-new-pcf);
}

.pcf-parrafo {
  font-family: "Signika", Ubuntu-Bold, sans-serif;
  color: var(--gris-pcf);
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: none;
}

/*************************************************/
/**************  INICIO CSS INTERNO **************/

.bp {
  font-size: 160%;
}

.third-img {
  width: 100%;
  max-width: 500px !important;
  margin: 0 auto !important;
  padding-top: 20px !important;
  float: initial !important;
}

.remove-pd {
  padding: 0px !important;
}

.white-bg {
  background: white !important;
}

.third-bg {
  background-image: linear-gradient(
    to left,
    rgba(255, 0, 0, 0),
    rgb(234, 234, 234)
  ) !important;
  background-color: transparent !important;
}

.second-text hr {
  border: 1px solid #b6b6b6;
  width: 244px;
  float: left;
  display: inline-block;
  clear: both;
  margin: 2px;
}

.headerlanding img {
  /* max-width: 1100px; */
  margin: 0 auto;
  width: 100%;
  text-align: center;
  float: initial;
  display: block;
}

/* .headerlanding {
  width: 100%; */
/* border-top: 12px solid #009635; */
/* background: rgba(4, 18, 39, 1);
  background: -moz-linear-gradient(
    left,
    rgba(4, 18, 39, 1) 0%,
    rgba(4, 18, 39, 1) 26%,
    rgba(1, 71, 68, 1) 64%,
    rgba(0, 90, 78, 1) 78%,
    rgba(85, 219, 172, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(4, 18, 39, 1)),
    color-stop(26%, rgba(4, 18, 39, 1)),
    color-stop(64%, rgba(1, 71, 68, 1)),
    color-stop(78%, rgba(0, 90, 78, 1)),
    color-stop(100%, rgba(85, 219, 172, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(4, 18, 39, 1) 0%,
    rgba(4, 18, 39, 1) 26%,
    rgba(1, 71, 68, 1) 64%,
    rgba(0, 90, 78, 1) 78%,
    rgba(85, 219, 172, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(4, 18, 39, 1) 0%,
    rgba(4, 18, 39, 1) 26%,
    rgba(1, 71, 68, 1) 64%,
    rgba(0, 90, 78, 1) 78%,
    rgba(85, 219, 172, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(4, 18, 39, 1) 0%,
    rgba(4, 18, 39, 1) 26%,
    rgba(1, 71, 68, 1) 64%,
    rgba(0, 90, 78, 1) 78%,
    rgba(85, 219, 172, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(4, 18, 39, 1) 0%,
    rgba(4, 18, 39, 1) 26%,
    rgba(1, 71, 68, 1) 64%,
    rgba(0, 90, 78, 1) 78%,
    rgba(85, 219, 172, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#041227', endColorstr='#55dbac', GradientType=1);
} */

.headerlanding a {
  display: block;
  height: 100%;
  width: 100%;
}

.inner-content {
  display: table;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.fix-width-nav {
  width: 1080px;
  padding: 0px;
  height: 49px;
}

.menu_landing {
}

.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 ***/

.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: 51px;
  margin: 0px auto;
  clear: both;
}

.cont_fich_nuev {
  height: calc(100% - 160px);
  max-width: 1420px;
  margin: 0 auto;
  /* overflow-x: hidden; */
}

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

/** MENU SMART **/

.menu-smart {
  background: rgba(4, 18, 39, 1);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(4, 18, 39, 1) 0%,
    rgba(9, 26, 51, 1) 53%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(4, 18, 39, 1)),
    color-stop(53%, rgba(9, 26, 51, 1)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(4, 18, 39, 1) 0%,
    rgba(9, 26, 51, 1) 53%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(4, 18, 39, 1) 0%,
    rgba(9, 26, 51, 1) 53%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(4, 18, 39, 1) 0%,
    rgba(9, 26, 51, 1) 53%,
    rgba(0, 0, 0, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(4, 18, 39, 1) 0%,
    rgba(9, 26, 51, 1) 53%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#041227', endColorstr='#000000', GradientType=1);
  min-height: 620px;
  width: 100%;
  background-position: center;
  box-sizing: border-box !important;
}

.menu-smart h2 {
  font-family: bison-bold;
  color: white;
  font-size: 1.5em;
  line-height: 1.02em;
}

.menu-smart h3 {
  font-family: bison-bold;
  color: white;
  font-size: 0.85em;
  line-height: 1.02em;
}

.boton-seccion {
  transition: 0.3s;
}

.boton-seccion:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.boton-seccion:hover a h3 {
  color: #4be8be !important;
}

/*** MENÚ NAV SMARTHOME ***/
.casa_oculta {
  display: none;
}

/**** Barra nav categorias ****/
.container-barra-nav-categorias {
  background-color: #01997c;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  clear: both;
  position: relative;
}

.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 {
  width: 100%;
  /* padding-top: 15px;
  padding-bottom: 15px; */
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: none;
  background-color: #43d87e;
  max-width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.texto-titular-categoria {
  font-size: 26px !important;
  font-weight: 600;
  font-family: sans-serif !important;
  color: white;
}

/** CAJA CONTENIDO **/

.cont_nvgn {
  width: 100%;
  /* max-width: 1170px; */
  margin: 5px 0 10px 0;
  float: left;
}

.txt_nvgn {
  /* 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: #009535;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
}

a .btn_vrqu:hover {
  background: #1e693b;
}

.btn_vrqu_full {
  background: #009535;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  width: 100%;
}

a .btn_vrqu_full:hover {
  background: #1e693b;
}

/**** Deal-Card-destacado ****/
.caja-texto-descripcion-destacado {
  float: left;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin-top: 210px;
  padding-top: 15px;
}

.id-producto-dealcard-destacado {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.caja-dealcard-destacado {
  border: solid 1px;
  border-color: #ebebeb;
  border-radius: 2px;
  width: 100%;
  float: right;
  position: relative;
  min-height: 443px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.caja-dealcard-destacado:hover {
  border: solid 1px;
  border-color: #ebebeb;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.descripcion-producto-dealcard-destacado {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.precio-principal-dealcard-destacado {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}

.caja-precio-principal-destacado {
  background-color: #d0021b;
  float: left;
  width: 270px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.caja-precio-efectivo-destacado {
  float: left;
  width: 100%;
}

.caja-precio-principal-valor-destacado {
  float: left;
  width: 100%;
}

.precio-pago-efectivo-dealcard-destacado {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}

.caja-status-stock-destacado {
  float: left;
  width: 100%;
}

.stock-actual-caja-destacado {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #d0021b;
}

.stock-inicial-caja-destacado {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

/* 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;
}

.precio-otros-medios-dealcard-destacado {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #2b2b2b;
  font-weight: 300;
}

/* 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: 1080px;
}

ul.tabs_cool li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #01997c;
  border-color: #1bb793;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 0 1px 0 1px;
  float: left;
  height: 49px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  text-align: center;
  width: 14.28%;
}

ul.tabs_cool li a {
  color: #fff;
  display: block;
  font-size: 14px;
  height: 100%;
  margin-top: 16px;
  outline: medium none;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
}

.active {
  background-color: #373736 !important;
  text-transform: uppercase;
}

ul.tabs_cool li:hover {
  background: #373736 none repeat scroll 0 0;
} */

.tab_container {
  float: left;
  height: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
}

.tab_content {
  height: 100%;
  margin: 10px auto 20px;
  width: 100%;
  max-width: 1100px;
  display: none;
  background: white;
}

.lp_contenedor {
  float: left;
  height: 100%;
  margin: 5px 0 0;
  width: 100%;
  max-width: 1100px;
}

.cuerpo {
  height: auto;
  margin: auto;
  width: 100%;
  max-width: 1100px;
}

.contenedor {
  height: 30px;
  margin-bottom: 5px;
  width: 100%;
  max-width: 1100px;
}

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

.tecnologia-mesh-cb {
  clear: both;
  position: relative;
  display: inline-block;
  width: 100%;
}

.tecnologia-mesh-width {
  /* max-width: 1100px; */
  text-align: center;
  margin: auto;
  width: 100%;
}

.tecmesh-video {
  margin: 60px 0px 20px;
  cursor: pointer;
  position: relative;
}

.tecmesh-video img {
  width: 100%;
}

.mesh-gif {
  padding: 30px 0px;
}

.first-section {
  font-family: "aktiv-regular";
  padding: 45px 0px 0px;
  display: block;
}

.first-section img {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 30px;
}

.first-section-text h2 {
  font-family: "aktiv-light";
  font-size: 42px;
  font-weight: 300;
}

.first-section-text p {
  /* font-family: "aktiv-light"; */
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  padding: 30px 0px 20px;
}

.first-section span {
  font-size: 10px;
  padding-bottom: 5px;
  text-align: center;
  display: inline-block;
  width: 60%;
}

.deco-description {
  text-align: left;
  font-family: "aktiv-medium";
  font-size: 17px;
  line-height: 1.2;
  padding-left: 20px;
}

.funcionality-section {
  background-color: #f4f4f2;
  padding: 60px 0px 40px;
}

.cellphone-gif {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.funcionality-text {
  text-align: left;
  font-family: "aktiv-light";
}

.funcionality-text .dl1 {
  background-image: url(img/e-icon-1.png);
}

.funcionality-text .dl2 {
  background-image: url(img/e-icon-2.png);
}

.funcionality-text .dl3 {
  background-image: url(img/e-icon-3.png);
}

.funcionality-text .dl4 {
  background-image: url(img/e-icon-4.png);
}

.funcionality-text dl {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 75px;
  padding-bottom: 40px;
}

.funcionality-text dl dt {
  font-size: 16px;
  line-height: 1.2;
}

.medium {
  font-family: "aktiv-medium";
}

.funcionality-text dl dd {
  font-size: 14px;
  line-height: 1.2;
}

.funcionality-text dl dd p {
  padding-top: 8px;
}

.funcionality-text dl dd h4 {
  margin-top: 15px;
}

.funcionality-text dl dd ul {
  padding-left: 25px;
}

.funcionality-text dl dd li {
  background: url(img/e-icon-list.png) 0 0 no-repeat;
  margin-top: 15px;
  padding-left: 25px;
}

.img4 {
  width: 100%;
  max-width: 460px !important;
}

.second-section {
  font-family: "aktiv-regular";
  width: 100%;
  background-image: url(img/second-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0px auto;
}

.second-section span {
  font-size: 10px;
  padding-bottom: 5px;
  display: inline-block;
}

.second-section img {
  width: 100%;
  max-width: 700px;
}

.second-section-text h2 {
  font-family: "aktiv-light";
  padding-top: 40px;
  font-size: 42px;
  font-weight: 300;
}

.second-section-text p {
  font-family: "aktiv-regular";
  width: 67%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  padding: 30px 0px;
}

.animation-zone {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}

.right-top {
  top: 66%;
  right: 12%;
  z-index: 2;
}

.left-top {
  z-index: 2;
  top: 66%;
  left: 10%;
}

.right-bottom {
  right: 1%;
  bottom: 3%;
}

.left-bottom {
  bottom: 3%;
  left: 0%;
}

.animated {
  width: 100%;
  position: absolute;
  max-width: 164px !important;
  -webkit-animation: zoom 2s ease-out infinite 400ms;
  -moz-animation: zoom 2s ease-out infinite 400ms;
  -ms-animation: zoom 2s ease-out infinite 400ms;
  -o-animation: zoom 2s ease-out infinite 400ms;
  animation: zoom 2s ease-out infinite 400ms;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.67);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.67);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom out Keyframes */

.insert-vid {
  padding: 30px 10px !important;
  float: initial;
  width: 100%;
}

.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;
  padding: 7px 10px 5px;
}

.modal_video iframe {
  width: 100%;
  height: 100%;
}

.modal_video_title {
  font-size: 28px;
  margin: 10px 15px;
  color: #76b900;
}

.slick-prev,
.slick-next {
  width: 25px !important;
  height: 25px !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 23px !important;
  color: black !important;
}

.section-products {
  width: 100%;
  padding: 0px 0px 50px;
}

.new-tecnologia-mesh .product-title {
  font-family: "aktiv-regular";
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 34px;
  padding: 20px 0px 10px;
  color: black;
}

.new-tecnologia-mesh p {
  font-family: "aktiv-regular";
  font-size: 15px;
  font-weight: 200;
  text-align: center;
  line-height: 14px;
  padding-bottom: 20px;
  color: gray;
}

.new-tecnologia-mesh a {
  text-decoration: none;
}

.new-tecnologia-mesh span,
.btn-comprar {
  font-family: "aktiv-regular";
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  /* border-radius: 5px; */
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align: center;
  background-color: var(--color-primary-2);
  clear: both;
  display: inline-block;
}

.new-tecnologia-mesh img {
  width: 100%;
  max-width: 355px;
}

.align-middle {
  vertical-align: middle !important;
}

.tab_container {
  float: left;
  height: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  font-family: "Open Sans", sans-serif;
}

.tab_content {
  height: 100%;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 1100px;
  display: none;
  font-family: "Open Sans", sans-serif;
}

.lp_contenedor {
  float: left;
  height: 100%;
  margin: 5px 0 0;
  width: 100%;
  max-width: 1100px;
  font-family: "Open Sans", sans-serif;
}

.cuerpo_tecnologia-mesh {
  height: auto;
  margin: auto;
  width: 100%;
  text-align: center;
}

.contenedor {
  height: 33px;
  width: 100%;
  max-width: 1100px;
}

.pagetitle {
  font-family: frutiger-bold;
  font-weight: 600;
  margin: 0px 0px 20px 0;
  line-height: 40px;
  color: #86b5d6;
  font-size: 35px;
}

li strong {
  font-weight: bolder;
}

.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: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bolder;
  position: absolute;
  top: -1px;
}

@media screen and (max-width: 1329px) and (min-width: 801px) {
  .headerlanding img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .prod-fix {
    display: inline-block;
    padding-left: 0%;
  }

  .productos-tecnologia-mesh {
    margin-top: -3px;
  }

  .caja-precio-principal-destacado:after {
    left: 297px;
  }

  .caja-texto-descripcion-destacado {
    width: 298px;
  }

  .caja-precio-principal-destacado {
    width: 298px;
  }

  .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: #009535;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 5px;
  }
}

/*media query*/
/* DESKTOP */
@media (min-width: 992px) {
  .menu_landing .selected_item {
    display: none;
  }
}

@media (max-width: 1080px) {
  .fix-width-nav {
    width: 992px;
  }

  .fix-width-nav {
    width: 992px;
  }
}

/* TABLET */
@media (max-width: 991px) {
  .first-section-text p {
    width: 86%;
    margin-left: 7%;
  }

  .second-section-text p {
    width: 86%;
    margin-left: 7%;
  }

  .first-section span {
    width: 86%;
    margin: 0% 7%;
  }

  .ideas-bg span {
    width: 86%;
    margin: 0% 7%;
  }

  .slick-slider {
    width: 90% !important;
    margin: 0 auto !important;
  }

  .inner-content {
    margin: 10px auto 20px;
    background: white;
    width: 100%;
    max-width: 1100px;
  }

  /*
	.cont_fich_nuev {
	   background: #f2f2f2;
	}
	*/
  .fix-width-nav {
    height: 35px;
  }

  .caja-banner-principal {
    margin-bottom: 10px;
  }

  .tab_content {
    margin: 10px auto 20px;
    background: white;
  }

  .fix-width-nav {
    width: 100%;
    padding: 0px;
  }

  .menu_landing .selected_item {
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #009535;
    margin-top: 16px;
  }

  .caja-precio-principal-destacado:after {
    left: 344px;
  }

  .caja-texto-descripcion-destacado {
    width: 345px;
  }

  .caja-precio-principal-destacado {
    width: 345px;
  }

  ul.tabs_cool {
    display: block;
    margin-top: 20px;
  }

  .img-banner-principal {
    height: 232px;
    background-size: auto;
    background-image: url(img/Header_767x232.png);
  }

  /* ul.tabs_cool li {
    width: 100%;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white !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 #007735;
  } */

  ul.tabs_cool li a {
    color: #767676;
    text-align: left;
    padding-left: 15px;
  }

  .active a {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 700;
  }

  .caja-menu-mobile {
    display: block;
    height: 50px;
    cursor: pointer;
    background-color: #009535;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    float: left;
    padding-top: 10px;
  }

  .titular-menu-monbile {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 20px;
  }

  .flecha-up {
    margin-left: 10px;
  }

  .container-barra-nav-categorias {
    background-color: white;
    margin-left: 2.5%;
    width: 95%;
    padding: 0px;
    border-top: 2px solid #009535;
  }

  .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: 21px;
    right: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    width: 12px;
    transition: all 0.3s ease;
  }

  .overlay-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #7171719c;
    display: none;
  }

  /** BOTON HEADER **/

  .btn_vrqu {
    position: absolute;
    top: 207px;
    left: 100%;
    margin-left: -66%;
    background: #009535;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 5px;
  }
}

@media (max-width: 901px) {
  .tab_content {
    margin-left: 2.5%;
    width: 95%;
  }
}

@media (max-width: 900px) {
  .first-section img {
    width: 95%;
  }

  .second-section img {
    width: 95%;
  }

  .nav_link {
    padding-left: 18px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .caja-precio-principal-destacado:after {
    display: none;
  }

  .caja-texto-descripcion-destacado {
    width: 50%;
  }

  .caja-precio-principal-destacado {
    width: 100%;
  }

  .img-banner-principal {
    height: 174px;
    background-size: auto;
    background-image: url(img/Header_575x174.png);
  }

  .item-activo{
    width: 110px !important;
    height: 110px !important;
    margin-top: 0px !important;
  }

  /** BOTON HEADER **/

  .btn_vrqu {
    position: absolute;
    top: 151px;
    left: 100%;
    margin-left: -64.5%;
    background: #009535;
    color: #ffffff;
    font-size: 15px;
    padding: 13px 35px;
    border-radius: 5px;
  }

  .cellphone-gif {
    padding-bottom: 20px;
  }

  .funcionality-text {
    padding: 20px !important;
  }

  .funcionality-section {
    margin-bottom: 30px;
  }

  .tecmesh-video {
    margin: 30px 0px;
  }
}

@media (max-width: 1055px) {
  .section-products {
    display: inline-block;
  }

  .new-tecnologia-mesh span {
    display: inline-block;
  }
}

/* PEQUEÑOS */
@media (max-width: 575px) {
  .img-banner-principal {
    height: 115px;
    width: 100%;
    background-size: auto;
    background-image: url(img/Header_320x115.png);
  }

  /** BOTON HEADER **/

  .btn_vrqu {
    position: absolute;
    top: 185px;
    left: 100%;
    margin-left: -96.5%;
    background: #009535;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    width: 300px;
  }

  .nav_link {
    padding-left: 1px;
  }

  .pagetitle {
    margin: 10px 0px;
  }

  .first-section {
    padding: 15px 0px 40px;
  }

  .funcionality-section {
    background-color: #f4f4f2;
    padding: 60px 0px 10px;
  }

  .first-section-text p {
    padding: 30px 0px 20px;
  }
}

@media (max-width: 359px) {
  .img-banner-principal {
    height: 115px;
    background-size: contain;
    background-image: url(img/Header_320x115.png);
  }

  .btn_vrqu {
    position: absolute;
    top: 185px;
    left: 100%;
    margin-left: -96.5%;
    background: #009535;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    width: 262px;
  }
}

/* EXCEPCIONES */
@media (max-width: 617px) {
  .caja-precio-principal-destacado:after {
    display: none;
  }

  .caja-texto-descripcion-destacado {
    width: 100%;
    margin-top: 280px;
  }

  .caja-dealcard-destacado {
    min-height: 500px;
  }
}

@media (max-width: 461px) {
  .caja-texto-descripcion-destacado {
    margin-top: 290px;
  }
}

@media (min-width: 1199px) {
  .caja-menu-mobile {
    display: none;
  }
}

@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: #009535;
    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: #009535;
    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: #009535;
    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: #009535;
    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%;
  }
}
.bp-flex-column {
  flex-direction: column;
  display: flex;
}
.bp-justify-content-center {
  display: flex;
  justify-content: center;
}
/* BREADCRUMB */
.breadcrumb-item {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">") !important;
  font-family: monospace;
}
.breadcrumb-item a {
  color: #7a7a7a;
  text-decoration: none;
}
.breadcrumb-item span {
  background-color: #cbebdd;
  padding: 3px 10px;
  font-weight: bold;
  color: #00d879;
}
/* Reset BREADCRUMB */
.breadcrumb{
  float: left;
  width: 100%;
  min-height: auto;
  border-bottom: none;
  border-bottom-width: 0;
  padding-bottom: auto;
}

.landing {
  max-width: 1420px;
  margin: 0 auto;
  padding: 20px 0;
}
