@font-face {
  font-family: "dolcevita-bold";
  src: url("fonts/Dolce-Vita-Heavy-Bold.ttf");
}

@font-face {
  font-family: "dolcevita-normal";
  src: url("fonts/Dolce-Vita.ttf");
}

@font-face {
  font-family: "dolcevita-light";
  src: url("fonts/Dolce-Vita-Light.ttf");
}

@font-face {
  font-family: "Proxima Bold";
  src: url("fonts/ProximaNova-Bold.otf");
}

@font-face {
  font-family: "Proxima";
  src: url("fonts/ProximaNovaCond-Regular.otf");
}

@font-face {
  font-family: "Geforce Bold";
  src: url("fonts/GeForce_Bold.otf");
}

@font-face {
  font-family: "FUTURA";
  src: url("fonts/FUTUR.woff2");
}

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

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

a.botonVerTodo {
  border: 1px solid #7a7a7a;
  padding: 10px 20px;
  border-radius: 15px;
  display: inline-block;
  margin: 10px 0;
  color: var(--gray);
  font-size: 1.5em;
}

a.botonVerTodo:hover {
  border: 1px solid var(--verde-new-pcf);
  color: var(--verde-new-pcf);
}

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

.bp {
  font-size: 160%;
}

.bp [class*="bp-col-"] img {
  max-width: 100%;
}

#center {
  /* background-color: #0d002a; */
  color: white;
}

.caja-dealcard {
  background-color: white;
}

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

.inner-content h1 {
  font-size: 3em;
  margin: 25px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "FUTURA";
}

.inner-content h2 {
  font-size: 2.1em;
  margin: 15px 0;
  font-weight: 500;
  font-family: "FUTURA";
}

.inner-content h3 {
  font-size: 1.5em;
  margin: 10px 0;
  font-weight: 400;
  font-family: "FUTURA";
}

.inner-content p {
  margin: 20px 0;
}

.inner-content strong {
  font-weight: bolder;
}

.separador {
  margin: 20px auto 10px;
}

hr {
  border: 0.5px solid #86b5d6;
  margin: 0 auto !important;
  width: 460px;
}

.section-name {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.section-name h3 {
  font-family: "Geforce Bold";
  text-transform: uppercase;
  font-size: 36px;
  color: white;
}

.cuadro-50 {
  left: 4%;
}

.cuadro-100 {
  left: 7%;
}

.ideas-text {
  position: absolute;
  width: 93%;
  top: 39%;
}

.ideas-text h3 {
  font-family: "Proxima 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;
}

.headerlanding {
  position: relative;
  width: 100%;
  /*background-image: url(img/fondo_header_wifi6_1100x300.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}

.headerlanding .gif {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 35%;
}

.video-header {
  max-height: 330px;
}

.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: 1100px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  float: initial;
  display: block;
}

.headerlanding {
  width: 100%;
}

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

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

.fix-width-nav {
  width: 1100px;
  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 ***/

.cont_fich_nuev::-webkit-scrollbar {
  display: none;
}

.caja-princip {
  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: 49px;
  margin: 0px auto;
  clear: both;
}

.cont_fich_nuev {
  height: 100%;
  padding-bottom: 30px;
  /* background-color: #0d002a;
  color: #fff; */
}

.caja-banner-principal {
  margin-top: 0px;
  background-color: black;
  float: left;
  width: 100%;
  padding: 0px;
}

/**** Barra nav categorias ****/
.container-barra-nav-categorias {
  background-color: #009535;
  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;
}

/**** 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;
  font-weight: 600;
  font-family: sans-serif;
  color: white;
}

.img-menu-icon {
  display: none;
}

.ancla {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.img_100 {
  width: 100%;
}

.footer {
  max-width: 900px;
}

.headerlanding {
  width: 100%;
}

.headerlanding video {
  width: 100%;
}

.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: 1100px;
}

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: #007735;
  border-color: #026930;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 0px medium;
  float: left;
  height: 49px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0px 5px !important;
  position: relative;
  text-align: center;
  width: 25%;
}

ul.tabs_cool li a {
  color: #fff;
  display: block;
  font-size: 13px;
  height: 100%;
  margin-top: 11px;
  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: 900px;
}

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

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

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

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

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

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

.huawei-width {
  max-width: 900px;
  text-align: center;
  margin: auto;
}

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

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

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

.cuerpo_huawei {
  height: auto;
  margin: auto;
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.contenedor {
  height: 33px;
  width: 100%;
  max-width: 900px;
  font-family: "Open Sans", sans-serif;
}

.first-block {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 3%;
  clear: both;
  position: relative;
  padding: 0px !important;
  display: table;
}

.first-block img,
.first-block source {
  width: 100%;
  float: left;
}

.section-ideas {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 0px !important;
  display: table;
}

.section-ideas img {
  width: 93%;
}

.idea20 {
  float: left;
}

.idea100 {
  float: right;
}

.section-promo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 0px !important;
  display: table;
}

.section-promo img {
  width: 100%;
  float: left;
}

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

  .nav-categorias li a {
    padding: 14px 8px 16px 8px;
  }

  .caja-menu-mobile {
    display: none;
  }
}

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

  .container-barra-nav-categorias .container {
    max-width: 1100px !important;
  }
}

@media (max-width: 1129px) {
  .fix-width-nav {
    width: 100%;
  }
}

/* TABLET */
@media (max-width: 991px) {
  .barra-top-fij {
    margin-bottom: 13px;
    margin-top: 10px;
  }

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

  .inner-content {
    margin: 10px auto 20px;
    /* background: #0d002a; */
    width: 100%;
    max-width: 900px;
  }

  .cont_fich_nuev {
    /* background: #0d002a; */
  }

  .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: 18px;
    font-weight: 700;
    color: #009535;
    margin-top: 16px;
  }

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

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

  .container-barra-nav-categorias {
    background-color: white;
    margin-left: 2.5%;
    width: 95%;
    padding: 0px;
    border: 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: 14px;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    width: 24px;
    transition: all 0.3s ease;
  }
}

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

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

  .nav_link {
    padding-left: 18px;
  }

  .headerlanding span {
    display: none;
  }

  .section-name h3 {
    font-size: 29px;
  }

  .ideas-text h3 {
    font-size: 24px;
  }

  .ideas-text h4 {
    font-size: 24px;
  }

  .ideas-text h4 span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .section-name h3 {
    font-size: 25px;
  }
}

/* PEQUEÑOS */
@media (max-width: 575px) {
  .caja-texto-titular-categoria {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .fix-box {
    padding: 0px !important;
  }

  .tercio {
    width: 33.3%;
  }

  .ideas-text h3 {
    font-size: 16px;
  }

  .ideas-text h4 {
    font-size: 16px;
  }

  .ideas-text h4 span {
    font-size: 9px;
  }

  .first-block {
    margin-top: 6%;
  }

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

@media (max-width: 359px) {
  .ideas-text {
    top: 28%;
  }
}

@media only screen and (max-width: 375px) and (min-width: 300px) {
  .lp_contenido {
    float: initial !important;
  }
}
.landing {
  max-width: 1420px;
  margin: 0 auto;
}
.flex-center-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: 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;
}