@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "ArialCustom";
    src: url(../font/arial.ttf);
}
@font-face {
  font-family: "ArialBoldCustom";
  src: url(../font/arialbd.ttf);
}
@font-face {
  font-family: "BebasNBold";
  src: url(../font/BebasNeue\ Bold.otf);
}
@font-face {
  font-family: "BebasKai";
  src: url(../font/BebasKai.ttf);
}
@font-face {
  font-family: "Impact";
  src: url(../font/impact.ttf);
}
@font-face {
  font-family: "RobotoBold";
  src: url(../font/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto";
  src: url(../font/Roboto-Regular.ttf);
}
@font-face {
  font-family: "CalibriBold";
  src: url(../font/calibrib.ttf);
}
@font-face {
  font-family: "HelveticaR";
  src: url(../font/HelveticaNeue.ttf);
}
@font-face {
  font-family: "HelveticaBold";
  src: url(../font/HelveticaNeue-Bold.otf);
}
@font-face {
  font-family: "HelveticaNeueLEx";
  src: url(../font/HelveticaNeueLTPro-Ex.otf);
}
@font-face {
  font-family: "hlbc";
  src: url(../font/hlbc__.ttf);
}

* {
    box-sizing: border-box;
    text-decoration: none;
    font-family: "ArialCustom";
    color: #606062;
    font-size: 18px;
}
ul{
  padding: 0;
  margin: 0;
}
h1{
  font-family: "CalibriBold";
  font-size: 40px;
  color: #848688;
}
a {
  color: #838383;
}
a:hover{
  text-decoration: none;
  color: #fff;
}
header{
  background-color: #e6e7e8;
  position: relative;
  z-index: 11;
}
.navbar-brand{
  display: none;
}
.navbar-toggler i{
  color: #fff;
}
.header{
  padding-bottom: 20px;
}
.brand{
  padding-top: 12px;
}
.nav-link{
  padding: 0;
}
.header-nav {
    width: 1240px;
}
.header-top {
    display: flex;
    justify-content: space-between;
    background-image: url("../img/bgheader.png");
    background-repeat: no-repeat;
    background-position: left center;
    height: 127px;
}

.header-top-rigth {
    margin-top: 25px;
}

.header-top-rigth .text {
    display: flex;
    margin-top: 24px;
    margin-right: 50px;
    line-height: 1.1em;
}

.isSection{
    padding-bottom: 0px
  }

.header-top-rigth .text i{
    padding-top: 6px;
}
.header-top-rigth .text span{
    color: white;
    margin-left: 10px;
    cursor: pointer;
    font-family: "Arial";
}
.header-inputs{
  display: flex;
  justify-content: space-between;
  align-items: center

}
.header-inputs a{
    color: #686868;
    display: flex;
    gap: 5px;
    margin-right: 2px;
    margin-bottom: 4px;
}
.header-inputs a i{
    color: #00a859;
    font-size: 1.5em;
}

.header-inputs .search a{
    padding: .4rem 1rem;
    margin-right: 10px;
}
.header-inputs .search .btn-search{
  width: 20px;
  cursor: pointer;
}
.header-inputs input{
    border: none;
    padding: .2rem 2rem;
    background-color: transparent;
    width: 200px;
    font-family: "Arial";
}
.header-inputs input:focus{
    outline: 0;
}
.search{
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    width: 260px;
    height: 56px;
    display: flex;
    margin-left: 10px;
}
.header-bottom-rigth a{
  font-family: "ArialCustom";
  color: white;

}
.header-bottom-rigth > ul {
    display: flex;
    justify-content: flex-end;
    gap: 1.8rem;
    text-transform: uppercase;
    position: relative;
}

.nav-container{
  background-color: #737373;
}
.navbar{
    padding: 0;
}
.navbar-nav li{
  transform: skewX(-15deg);
  display: block;

  --c: #ffcc00; /* the color */
  
  color: #0000;
  background: 
    linear-gradient(90deg,#ffcc00 50%,var(--c) 0) calc(100% - var(--_p,0%))/200% 100%,
    linear-gradient(var(--c) 0 0) 0% 100%/var(--_p,0%) 100% no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: 0.5s;

}
.navbar-nav li a{
  display: block;
  transform: skewX(15deg);
  color: #fff;
  padding: 1em 1.7em;
  font-size: 17px;
}
.navbar-nav li:hover,
.navbar-nav li.active{
  --_p: 100%
}
.navbar-nav li:hover a,
.navbar-nav li.active a{
  color: #000;
}
.navbar-nav li:hover:after{
  visibility: visible;
}
.navbar-nav .dropdown:after{ /*arrow added to uparrowdiv DIV*/
  content:'';
  display:block;
  position:absolute;
  top:56px; /*should be set to -border-width x 2 */
  left:40%;
  width:0;
  height:0;
  border-color: #ffcc00 transparent transparent transparent; /*border color should be same as div div background color*/
  border-style: solid;
  border-width: 20px;
  z-index: 100;
  visibility: hidden;
  transform: skewX(15deg)
}
.navbar-collapse{
    width: 980px;
    flex-basis: auto;
    flex-grow:inherit
}
.navbar-expand-md{
    justify-content: center;
}
.navbar-nav{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.megamenu {
    position: static;
    height: 56px;
  }
.sub-menu{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 6px 0 32px 0;
}
.sub-menu h6{
  flex-basis: 50%;
}
  .dropdown-menu h6 a{
    font-size: 16px;
    font-family: "Roboto";
    color: #7f7f7f !important;
    transform: skewX(0deg);
    padding: 4px 0 4px 20px;
  }
  .dropdown-menu h6 a:hover{
    background-color: #96989a;
    font-family: "RobotoBold";
    color: #000 !important;
  }
  .megamenu .dropdown-menu {
    position: absolute;
    transform: skewX(15deg);
    width: 820px;
    top: 56px;
    left: -200px;
    border-radius: 0 !important;
    z-index: 0;
  }

  .navbar-nav .dropdown-menu .container_{
    background-color: #fff !important;
    margin-top: 14px;
    margin-left: 0px;
    position: relative;
  }

  .dropdown-toggle::after{
    display: none;
  }

.hero {
    position: relative;
    height: 402px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto
}

.sub-category{
    display: flex;
    align-items: center;
}
.sub-category a:first-child{
    font-size: 11px;
    color: #60769d;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #60769d;
    padding-left: 15px;
}
.sub-products ul{
    padding-left: 20px;
    margin: 0;
}
.sub-products li{
  padding: 0;
  padding-left: 10px;
  list-style: none;
}
.sub-products li:hover{
    background-color: #bebfc1;
}
.plus{
    display: block;
    position: relative;
  }
  .plus:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 2px;
    top: -1px;
  }
  .plus[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
  }


.div-relative {
    position: relative;
}

.div-relative .texto-absolute .fa-plus {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: white;
}

.div-relative .texto-absolute .texto-producto {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    color: white;
}
/* End Header*/

/*Home Block 1*/
.home-block1 a{
  font-family: "BebasNBold";
  color: #fff;
  font-size: 82px;
  line-height: 0.9em;
  padding: 46px 0 32px 0;
  display: inline-block;
}
.home-block1{
  position: relative;

}
.home-block1 .sombra{
  background-image: url("../img/sombra.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 42px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.shadow{
  height: 20px;
  position: absolute;
  width: 100%;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.home-block1 .left{
  background-color: #ffcc00;
  text-align: right;
}
.home-block1 .left a{
  color: #000000;
}
.home-block1 .right{
  background-color: #006338;
  text-align: left;
}

/*Home Catalogo*/
.home-catalogo-title{
  height: 225px;
  text-align: center;
  position: relative;
}
.home-catalogo-title div{
  width: 100%;
  height: 253px;
  position: absolute;
  background-image: url("../img/title-catalogo.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.home-catalogo-title h2{
  color: #fff;
  font-size: 82px;
  font-family: "BebasNBold";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #555555;
  letter-spacing: -2px;
  padding-top: 60px;
  line-height: 0.8em;
}
.home-catalogo-title p{
  color: #fff;
  font-size: 22px;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #555555;
}

.home-catalogo{
  background-image: url("../img/bg-home-catalogo.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #ffcc00;
  height: auto;
  padding-top: 90px;
  padding-bottom: 20px;
}
.home-catalogo .item{
  text-align: center;
  margin-bottom: 34px;
}
.home-catalogo .item span{
  font-family: "BebasNBold";
  color: #fff;
  text-align: center;
  font-size: 36px;
  display: inline-block;
  padding: 0 40px;
  line-height: 1.2em;
}

.virtual-catalogo{
  background-image: url("../img/bg-catalogo.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 385px;
}

/*Distribuidor */
.container-distri{
  margin: 0 auto;
  width: 1330px;
}
.llamar{
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.llamar i{
  display: block;
  font-family: "ArialCustom";
  font-size: 29px;
  font-style: normal;
  color: #373435;

}
.llamar span{
  font-family: "ArialBoldCustom";
  font-size: 40px;
  color: #373435;
}
#distriForm label{
  font-size: 24px;
}
#distriForm input,
#distriForm textarea,
#distriForm select{
  border-radius: 20px;
}
#distriForm .btn{
  background-color: #e6e7e8;
  color: #96989a;
  padding: 8px 40px;
  border-radius: 20px;
}

/*Punto de distribucion */
.puntos{
  padding: 0 37px;
}
.puntos h1 span{
  float: right;
  width: 300px;
}
.puntos .info{
  margin-top: 20px;
}
.puntos .info h4{
  font-family: "RobotoBold";
  font-size: 32px;
}
.puntos .info p{
  font-family: "Roboto";
  font-size: 19px;
}
.puntos select{
  border-radius: 20px;
}
.bg-mapa{
  background-image: url("../img/bg_mapa.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  height: 912px;
  padding-top: 50px;
  position: relative;
}
.mapa{
  background-image: url("../img/mapa.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 850px;
}
.mapa h4{
  font-family: "HelveticaBold";
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.mapa1{
  background-image: url("../img/mapa1.svg");
}
.mapa2{
  background-image: url("../img/mapa2.svg");
}
.locations{
  position: absolute;
  top: 100px;
  right: 150px;
  display: flex;
}
.locations h3{
  color: #fff;  
  font-family: "BebasNBold";
  font-size: 36px;
  cursor: pointer;
}
.locations h3 img{
  width: 50px;
  height: 50px;
}
.locations ul{
  padding-left: 58px;
}
.locations div{
  display: none;
}
.locations ul li{
  font-family: "BebasKai";
  color: #fff;  
  list-style: none;
  font-size: 22px;
  margin-top: 10px;
}
.cedis{
  width: 200px;
}
.puntos-venta{
  width: 400px;
}
.puntos-venta ul li{
  float: left;
  width: 120px;
}

  /**/

.carousel-item {
  height: 55vh;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-control-prev-icon{
  background-image: url("../img/f_l.png");
  width: 70px;
  height: 70px;
}
.carousel-control-next-icon{
  background-image: url("../img/f_r.png");
  width: 68px;
  height: 50px;
}
.carousel-item{
    text-align: center;
}
.carousel-indicators{
    bottom: -70px;
    z-index: 2;
}
.carousel-indicators li {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #666;
    margin: 0 6px;
}
.carousel-caption{
  left: 30%;
  text-align: left;
}
.carousel-caption *{
  color: #fff;
}
.carousel-caption p{
  font-size: 25px;
  margin: 10px 0 25px 0;
}
.carousel-caption h3{
  font-size: 117px;
  font-family: "BebasNBold";
  line-height: 1em;
  width: 300px;
}
.carousel-caption a{
  display: inline-block;
  background-color: rgb(0, 99, 56, 0.5);
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 12px 26px;
  font-family: "BebasNBold";
  font-size: 24px;
}

/* section */
.title-category{
  background-image: url("../img/bg_minisitio.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 210px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 56px;
  font-family: "BebasNBold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-section{
  background-image: url("../img/bg-section.png");
  background-repeat: repeat-x;
}
.bg-section h1{
  height: 300px;
}
.bg-section2{
  background-image: url("../img/bg-section.png");
  background-repeat: repeat-x;
}
/* proudcts */

.bg-products{
  background-image: url("../img/bg_products.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.nav-prod{
  text-transform: uppercase;
}
.products-list div{
  padding-bottom: 15px;
}
.products-list .image{
    height: 260px;
    overflow: hidden;
    margin-bottom: 10PX;
}
.products-list .image_outlet{
  height: 285px;
  overflow: hidden;
  margin-bottom: 10PX;
}
.products-list span{
    display: block;
    font-size: 30px;
    font-family: "hlbc";
    font-weight: bold;
    line-height: 1.2;
    color: #606062;
}
.products-list a{
  font-family: "Arial";
  color: #606062;
  font-size: 20px;
}
.nav-sec{
  font-size: 15px;
}
.content-gallery{
  display: flex;
  justify-content: space-between;
}
.content-gallery-left{
  width: 630px;
}
.content-gallery-right{
  width: 540px;
}
.gallery {
    display: flex;
    margin: 10px auto;
    position: relative;
    padding-top: 60.6666666667%;
  }

  .gallery .zoom{
    position: absolute;
    z-index: 4;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 80%;
    background-image: url("../img/lupa.svg");
    background-repeat: no-repeat;
    background-position: 95% 95%;
  }
  
  .gallery__img {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 380px;
  }
  
  .gallery__thumb {
    padding-top: 10px;
    margin: 6px 15px 6px 0;
    display: block;
    position: relative;
    z-index: 5;
  }
  .gallery__thumb img{
    object-fit: cover;
    width: 130px;
    height: 80px;
  }
  .gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
  .gallery__selector:checked + .gallery__img {
    opacity: 1;
    z-index: 2;
    cursor: pointer;
    border-radius: 26px 0 26px 0;

  }
  .gallery__selector:checked ~ .gallery__thumb > img {
    box-shadow: 0 0 0 1px transparent;
  }


/* Ficha producto */
.mini-site{
  background-image: url("../img/bg_minisitio.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.mini-site h1{
  color: #fff;
  font-family: "BebasNBold";
  text-align: center;
  padding: 66px 0;
  font-size: 56px;
}
.ficha h2{
  font-family: "hlbc";
  color: #606062;
  font-size: 30px;
}

/*Contacto*/

.contact{
  background-image: url("../img/bg_contact.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.contact .inner{
  background-color: rgb(255,255,255, 0.9);
  margin: 160px auto 20px auto;
  padding: 20px 30px;
  border: solid 1px #666;
  border-radius: 10px;
}
.contact h4{
  color: white ;
  margin: 0 auto;
  font-size: 30px;

}
.contact label{
  font-family: "HelveticaBold";
  font-size: 16px;
}
.contact .form-control{
  border-radius: 0;
  border-color: #c4c5c7;
}
.contact .btn{
  background-color: #848688;
  color: white;
  border-radius: 0;
  width: 100%;
}
.contact .btn-white{
  background-color: white;
  color: #444;
  border: 1px solid #848688;
  padding: 4px 10px;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea{
  border-color: #dddddf;
  border-radius: 0;
}
.contact .selected-items{
  padding-top: 10px;
  padding-left: 10px;
}
.contact .selected-items span{
  margin-right: 12px;
  display: inline-block;
  cursor: pointer;
}
.contact .selected-items span b.close{
  font-style: normal;
  color: #7c7c7c;
  font-size: 16px;
  margin-top: 5px;
  display: inline-block;
}
.contact .info-curso-taller h5{
  color: #7c7c7c;
  margin-top: 10px;
}
.contact .info-curso-taller{
  color: #7c7c7c;
  padding-left: 10px;
}

.contact_accordion {
  width: 100%;
  list-style: none;
}
.contact_accordion span{
  font-family: "HelveticaR";
  font-size: 16px
}
.contact_accordion .link {
  cursor: pointer;
  display: block;
  font-size: 22px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "HelveticaBold";
  margin-bottom: 10px;
}

.contact_accordion li:last-child .link { border-bottom: 0; }

.contact_accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact_accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.contact_accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact_accordion li.open:not(:first-child) {
  border-top: 1px solid #666;
  margin-top: 15px;
  padding-top: 15px;
}
.content_accordion{
  display: none;
}
.content_accordion p{
  font-size: 18px;
}

.page .txt1 p{
  font-family: "HelveticaNeueLEx";
  font-size: 28px;
  text-align: center;
}
.page .txt2 p{
  font-size: 20px;
  text-align: center;
}
.page .message{
  text-align: center;
  padding: 0;
  padding-bottom: 20px;
  margin-top: 80px;
}
.page .message span{
  background-color: #006338;
  color: white;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 35px;

}
.page .message a{
  background-color: #577194;
  color: white;
  height: 90px;
  margin-top: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
}

/* Footer */

footer {
  background-image: url("../img/footer.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #999999;
  text-align: center;

}
footer *{
  color: #fff !important;
  font-family: "Impact";
}
footer p{
  padding-top: 20px;
  font-family: "ArialCustom";
  font-size: 21px;
}
footer a{
  font-family: "ArialCustom";
}
.social{
  position: relative;
  margin-top: -24px;
}
.social a{
  margin: 0 16px;
}
.footer-informacion{
  display: flex;
  justify-content: center;
}
.footer-informacion h4{
  font-size: 19px;
  margin: 0;
  letter-spacing: 3px;
  line-height: 1em;
}
.footer-informacion h3{
  font-size: 21px;
  margin: 0;
  letter-spacing: 4px;
  line-height: 1em;
}
.footer-informacion span{
  font-size: 50px;
}
.footer-informacion i{
  font-size: 31px;
  font-style: normal;
  display: inline-block;
  padding-right: 4px;
}
.logo-bottom{
  padding-top: 150px;
  padding-bottom: 110px;
}
.line{
  width: 3px;
  height: 90px;
  background-color: #fff;
  margin:2px 16px 0 16px;
}

@media (min-width: 1250px)
{
  .container{
    max-width: 1228px;
  }
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px){

}

/* Teléfonos */
@media only screen and (max-width: 575px){
  .navbar-expand-md{
    justify-content: space-between !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .navbar-brand{
    display: block;
  }
  .header-nav{
    width: 100%;
  }
  .header-top{
    height: auto;
  }
  .header-top{
    flex-direction: column;
    background-image: none;
    margin-bottom: 20px;
  }
  .navbar-nav li a{
    padding-left: 12px;
  }
  .navbar-collapse{
    width: 100%;
  }
  .navbar-nav{
    flex-direction: column;
  }
  .navbar-nav li{
    transform: skewX(0deg);
  }
  .navbar-nav li.open{
    z-index: 2;
  }
  .navbar-nav li a{
    transform: skewX(0deg);
  }
  .megamenu .dropdown-menu{
    transform: skewX(0deg);
  }
  .megamenu .dropdown-menu{
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .easy{
    display: none;
  }
  .carousel-caption{
    left: 7%;
    bottom: 20%;
  }
  .carousel-caption h3{
    font-size: 70px;
  }
  .carousel-caption p{
    font-size: 18px;
  }
  .carousel-control-prev,
  .carousel-control-next{
      display: none;
  }
  .home-block1 a{
    font-size: 70px;
  }
  .home-catalogo-title h2{
    font-size: 55px;
  }
  .home-catalogo-title p{
    font-size: 15px;
  }
  .home-catalogo .item span{
    padding: 0;
  }
  .home-catalogo{
    height: auto;
    background-color: #ffcc00;
    padding-bottom: 20px;
  }
  .virtual-catalogo{
    height: auto;
    padding-bottom: 20px;
  }
  .social a{
    margin: 0 12px;
  }
  /* Ficha productos */
  .mini-site h1{
    font-size: 40px;
  }
  .content-gallery{
    flex-direction: column;
  }
  .content-gallery-left,
  .content-gallery-right{
    width: 100%;
    padding: 15px 10px;
  }
  .gallery{
    padding-top: 118.6666666667%;
  }

  /*Contact */
  .page .txt1 p{
    font-size: 18px;
  }

  /* distrubuidor */
  .container-distri{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .llamar i{
    font-size: 22px;
  }
  .llamar span{
    font-size: 28px;
  }

  /*puntos de venta*/
  .bg-mapa{
    height: 1100px;
    background-color: #006338;
  }
  .mapa{
    background-position: center 50px;
  }
  .locations{
    left: 50%;
    top: 450px;
    width: 370px;
    margin-left: -150px;
  }
  .locations div{
    display: block;
  }
  .sub-menu{
    padding: 6px 0 2px 0
  }
}