@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');
*{font-family: Maven Pro;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
html{
  font-size: 20px;
  line-height: 1.8em;
  background: #F5F5F5;

}
.wrap{
  max-width: 1440px;
  margin: 0 auto;
}
a{
  transition: all ease 500ms;
  text-decoration: none;

}
.hidden { display: none;}
/* GENERAL */
.btn-gen{
  background: #ffa500;
  padding:6px 18px;
  border-radius: 1000px;
  display: inline-flex;
  text-align: center;
  color: black;
  font-weight: 600; 
  text-transform: uppercase;
  word-wrap: break-word;
  text-decoration: none;
  border: 2px solid #ffa500;

  transition: ease all 500ms;
}
.btn-gen:hover{
  background: #fff;
  color: #444a00;
}

.main-title{
  align-self: stretch;
  color: #5BBCEB;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
  word-wrap: break-word;
}
.btn-success{
  background-color: #C2D10F;
  border: transparent;
}
.btn-link{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-decoration: underline;
  color:black;
  font-weight: 600;
  margin-top: 30px;
}
.bg-verde{
	background-color:#C2D10F;
}
.bg-azul{
	background-color:#5BBCEB;
}

.bg-amarillo h2{  color: white;}
.bg-grey{
	background-color: #e6e6e6;
}
.bg-dgrey{
	background-color: #d5d5d5;
}
.padding{
	padding: 5% 5%;
}
.mobile{display: none;}
.desktop{display: block;}
.p-x{
  padding-left: 5%; 
  padding-right: 5%; 
}
.p-y{
  padding-top: 5%;
  padding-bottom: 5%;
}
.fs-m{font-size: 1.2em;}
b{
  color:#f15a29;
}
.cont-margin{
  padding-top: 100px;
}
.d-none{
  display: none;
}
.highlight{
  font-size: 1.3em;
  line-height: 1.5;
  padding: 5% 200px 200px 200px ;
  text-align: center;

}
.high-title{
  color:#f15a29;
  font-size: 1.3em;
  margin-bottom: 30px;

}
.naranja{
  color:#f15a29;

}
.high-text{
  font-size: 1.8em;
  color:white;
  
}
video{
  width: 100%;
}

/* LAYOUT */
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.col-img{
  width: 100%;
  display: block;
}
.va-top{vertical-align: top;}
.center{
margin-left: auto;
margin-right: auto;
text-align: center;

}

/*  HEADER */
header{ 
  position: fixed;
  right:0;
  left:0;
  /*background: #f15a29;*/
  transition: all ease 500ms;
  z-index: 99;
  padding:0 2%;
  background: #fff;
}

nav{
  width: 100%;
  margin: 0 auto;


}
.logo{
  max-width: 250px;
 /* background-image: url(../../images/lg-blnc.png);
  background-repeat: no-repeat;
  background-size: contain;*/
  transition: all ease 500ms;
  padding: 10px;

}
.logo img{
  width: 100%;
}
.lg-w{
  display:block;
}
.lg-c{
  display:none;
}
.hdr-item1 { grid-area: logo; place-self: start;}
.hdr-item2 { grid-area: cntct; place-self: end;}
.hdr-item3 { grid-area: nav; place-self: center end;min-height:35px;}

.wrapper{
  position: relative;
  display: grid;
  grid-template-areas:
    'logo nav nav nav';
  transition: all ease 500ms;
}
/*
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}*/
.wrapper .nav-links{
  display: inline-flex;
  
}
.nav-links li{
  list-style: none;

}
.nav-links li a{
  color: #000;
  text-decoration: none;
  font-size: .85em;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 3px;
  transition: all 0.3s ease;
  margin-left:20px;
  border-bottom:1px solid #f15b2900 ;

}
.nav-links li a:hover{
  background: white;
  color:black;
  border-bottom:5px solid #5BBCEB;
}
.nav-links li a .active {
  border-bottom: 1px solid;   
}
.nav-links .mobile-item{
  display: none;
}
.nav-ctn{
	font-size:.75em;
	line-height: 1.5;
  color:white;

}
.nav-ctn a{
	color:white;
  display: inline-block;
  padding: 5px;
}
.nav-ctn a:hover{
	color:#C2D10F;
}

.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  right: 0;
  width: auto;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #5BBCEB;
  padding: 25px 20px;
  display: flex;
  width: auto;
  gap: 20px;
  border-radius: 5px;

  justify-content:space-evenly;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .mbrow{
  width: calc(45% - 30px);
  min-width:400px;
}
.content .mbrow img{
  width: 100%;
  height: 100%;
  object-fit:contain;
}
.content .mbrow .mbheader{
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}
.content .mbrow .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.mbrow .mega-links li{
  padding: 0 20px;
}
.mbrow .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
}
.mbrow .mega-links li a:hover{
  color: #ee1c25;
  font-weight: 600;
}


/* ESTILOS NAV CUANDO SE HACE SCROLL */
.scrolled-nav header{
  box-shadow: 0px 2px 15px #00000069;
}

/* ./END ESTILOS NAV CUANDO SE HACE SCROLL */

/* SHEET PRODUCT */
.top-padding{
  padding-top: 110px;
}
.xtrmb{
  margin-bottom: 5%;
}
.secahex{color:#ee1c25;}
.prod-sheet{
  padding: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.sheet-header{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.stitle{
  padding: 5%;
  border: 2px solid #ee1c25;
  display: inline-block;
  font-size: 3em;
  border-top: none;
  border-left: none;
  border-radius: 0 0 1em 0;
  line-height: 1;
  margin-bottom: 5%;
}
.sheet-bullets {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.sheet-bullets ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.sheet-bullets li {
  padding-left: 1em;
  text-indent: -1em;
}

.sheet-bullets li:before {
  content: "+";
  padding-right: 5px;
}
.fluidimg{
  height: 100%;
  width:100%;
  max-width: 100%;
  max-height: 100%;
}
.sheet-extras{
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 5%;

}




@media screen and (max-width: 970px) {
  .wrapper{
    position: relative;
  }
    .wrapper .nav-links{
      position: fixed;
      height: 100vh;
      width: 100%;
      top: 0px;
      right:-100%;
      background: #C2D10F;
      display: block;
      padding: 70px 20px;
      line-height: 50px;
      overflow-y: auto;
      transition: all 0.3s ease;
      text-align:right;
      font-size:1.5em;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
      width: 10px;
    }
    ::-webkit-scrollbar-track {
      background: #242526;
    }
    ::-webkit-scrollbar-thumb {
      background: #3A3B3C;
    }
    .nav-links li a:last-child {
      font-size: .8em;
      text-transform:capitalize !important;
      max-width: 100%;
      padding: 0px;
      line-height: 1.2;
      margin-left: auto;
      margin-right: auto;
      text-align:right;
      border-radius:0px;
    }
    .nav-links li a{
      margin:0;
    }
    /*
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .nav-links a{
      font-size: 1em;
      padding: 20px 5px;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }*/
    .nav-links li{
      padding: 0px!important;
    }
    .nav-links li a{
      padding: 0 10px;
      display: block;
      
      color:white;
    }
    .mbheader{
      display:none;
    }
    .nav-links .drop-menu{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 20px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      transition: all 0.3s ease;
      
    }
    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box{
      max-height: 100%;
    }
    .nav-links .desktop-item{
      display: none;
    }
    .nav-links .mobile-item{
      display: block;
      color: white;
      font-size: .85em;
      font-weight: 500;
      padding: 0px 10px;
      border-radius: 3px;
    }
    .drop-menu li{
      margin: 0;
    }
    .mega-box{
      position: static;
      opacity: 1;
      visibility: visible;
      padding: 0px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
      
    }
    .mega-box .content .mbrow{
    width: 100%;
    min-width: auto;
  }
    .content .mbrow img{
    display:none;
  }
    .mega-box .content{
      box-shadow: none;
      flex-direction: column;
      padding:0 10px;
      background-color:white;
    }
    .mega-box .content .mbrow{
      margin-bottom: 10px;
    }
    .mega-box .content .mbrow:nth-child(1),
    .mega-box .content .mbrow:nth-child(2){
      border-top: 0px;
    }
/* SHEETS */
.top-padding{padding-top: 55px;}
.sheet-header, .sheet-bullets, .sheet-extras{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.stitle{
  padding: 2%;
  font-size: 1.7em;
  padding-top: 30px;
}

}
nav input{
  display: none;
}
.nowyouseeme{
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  -o-transform: translateX(-220px);
  transform: translateX(-220px);

}
.distribuidor{
  background-color: white;  
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: .8em;
  line-height: 1;
  right:-200px;
  transition: all ease 300ms;
  
}
.distribuidor img{
  width: 120px;
  margin: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*  ./END HEADER */

/*  SLIDER */
.banner{
  padding-top: 150px;
  padding-bottom: 108px;
  width: 100%;
  /*background-image: url(../../images/bg-bannerprin.jpg);
  background-size: cover;
  background-position: center;*/
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  min-height: 600px;

  position: relative;
  overflow: hidden;
}
.banner{
  background-image: url(../../images/medidas.png), url(../../images/bg-bannerprin.jpg);
  background-size: contain, cover;
  background-position: right bottom -50px, center;
  background-repeat: no-repeat, no-repeat;
}

.bn-content{
  padding-top: 50px;
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: flex;
  color: white;
}
.bn-content ul{
  padding-left: 30px;
  font-weight: bold;
}
/*
.bn-img img{
  max-height: 500px;
}*/
.bn-img{
  z-index: 0;
}
.bn-img img{
  max-height: 500px;
  display:flex;
  bottom: -50px;
}
.bn-content .seca-logo{
  position: absolute;
  right: 0;
  bottom: 10px;
  max-width: 150px;
  background-color: white;
  padding: 10px;
  border-radius: 5px 0 0 5px ;
}

.bn-title{
  align-self: stretch; color: white; font-size: 3em; line-height:1.5em;  font-weight: 700;word-wrap: break-word;
}
.bn-section{
  min-height: 300px;
  padding-top: 150px;
  padding-bottom: 38px;
  display: block;
  background-size: cover top;
  background-image: url(../../images/bg-bn-section.jpg);

}
.bn-section .bn-title{
  color: black;
}
/* NOSOTROS */
.aboutus{
  align-self: stretch;  flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; display: flex;margin-top: 5%;
}
.abt-cont{
  align-self: stretch;  background: white; border-radius: 28px; flex-direction:row-reverse; justify-content: center; align-items: center; gap: 30px; display: flex;
}
.abt-text{
  align-self: stretch;  padding: 50px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 40px; display: flex;
}
.abt-img{
  align-self: flex-end;
  margin-top: -200px;
  margin-bottom: -11px;
}
.abt-img img{width: 120%;}
.marcas-lideres{
  display:flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
  margin-top: 5%;

}
.brand-logo{
  max-width: 200px;
  
}

/*
.slider-wrap{
  min-height: 700px;
  background: #f15a29;
  padding-top:140px;
  padding-right: 2%;
  padding-left: 2%;
  
}
.slider-cont{
  max-width: 1440px;
  margin: 0 auto;
  color: white;

}
.slider-cont ul{
  list-style: none;
  text-shadow:3px 3px 5px black;
}
.slider-cont h1{
  font-size: 3em;
  line-height: 1;
  margin-bottom: 1em;

}
.slider-home{
  background-image: url(../../images/bg-slider-toldos.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: middle right;
}
.news-slider .image-content {
  line-height: 0;
}
.news-slider .image-content img {
  max-width: 100%;
	width: 100%;
}
.slides{
  position: relative;
}
.news-slider .text-content {
  position: absolute;
  background-color: #f15b29c0;

  bottom: 0px;
  right:0;
 /* background-color: rgba(0, 0, 0, 0.6);
   text-align: right;*
  padding: 1em;
	color: white;
  min-width: 400px;

  border-radius: 10px 0 0 0 ;
}

.news-slider .text-content p {
  margin: 1em 0;
	font-size: .8em;
}
/*  ./END SLIDER */

/* BENEFICIOS  */
.beneficios{
  align-self: stretch; flex-direction: column; justify-content: flex-start; align-items: center; gap: 116px; display: flex;
}
.ben-title{
  align-self: stretch; text-align: center; color: black; font-size: 2.5em; font-family: Maven Pro; font-weight: 700; text-transform: uppercase; word-wrap: break-word;
}
.ben-cont{
  align-self: stretch; flex-direction: column; justify-content: center; align-items: flex-start; gap: 132px; display: flex;
}
.ben-row{align-self: stretch; justify-content: flex-start; align-items: flex-start; gap: 30px; display: inline-flex;}
.ben-box{
  flex: 1 1 0;
  justify-content: flex-start; align-items: flex-start; gap: 24px; display: flex;
}
.ben-icon{width: 100px; height: 100px;  justify-content: center; align-items: center; display: flex;color:#C2D10F;}
.ben-icon i{font-size: 5em;}
.ben-box:nth-child(even) .ben-icon{
  color:#5BBCEB;}
.ben-box-text{
  flex: 1 1 0; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 36px; display: inline-flex;
}
.ben-box-title{
  align-self: stretch; color: black; font-size: 1.5em; font-family: Maven Pro; font-weight: 700; text-transform: uppercase; word-wrap: break-word;
}
.ben-box-sub{
  align-self: stretch; color: black;  font-family: Maven Pro; font-weight: 400; line-height: 34px; word-wrap: break-word;
}

/* CATEGORIAS */
.cont-categories{
  align-self: stretch; padding-top: 50px; padding-bottom: 100px; padding-left: 30px; padding-right: 30px; border-radius: 2px; overflow: hidden; flex-direction: column; justify-content: flex-start; align-items: flex-end; gap: 61px; display: flex;
}
.category{align-self: stretch; background: white; border-radius: 28px; overflow: hidden; justify-content: flex-start; align-items: center; display: inline-flex;}

.category:nth-child(even) .cat-img{order:2;}
.cat-img{flex: 1 1 0; align-self:stretch; overflow: hidden;}
.cat-img img{
  width:auto;
  height:100%;
}
.cat-box{
  padding:2em;
  flex: 1 1 0; flex-direction: column; justify-content: flex-start; align-items: center; gap: 46px; display: inline-flex;
}
.cat-box-title{
  align-self: stretch; color: #5BBCEB; font-size: 1.8em;  font-weight: 600; text-transform: uppercase; word-wrap: break-word;
}
.cat-box ul{
  padding: 30px;
  font-weight: bold;
}
.parallax {
  /* The image used */
 
  background: linear-gradient(-90deg, rgba(204,204,204,0) 0%, rgb(82, 194, 241) 100%),url('../../images/seca-mundo.png');
  width: 100%;
  /* Set a specific height */
  min-height: 50vh;
  border-radius: 20px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cont-parallax{
  padding: 50px;
  font-size: 1.5em;
  color: white;
  text-shadow: 1px 1px 2px #192343;

}
.cont-parallax ul{
  margin: 50px 0 0 50px;
}

/*------*/
.frase-highlight{
  align-self: stretch;
  height: 700px;
  padding-left: 121px;
  padding-right: 121px;
  padding-top: 100px;
  padding-bottom: 100px;
  background:url('../../images/bg-hightext.jpg'), linear-gradient(180deg, rgba(204,204,204,0) 0%, rgba(204,204,204,1) 100%);
  background-size:cover;
  flex-direction: column; justify-content: center; align-items: center; gap: 10px; display: flex;
}
.frase-highlight h1{
  align-self: stretch; text-align: center; color: black; font-size:3em;line-height: normal; font-family: Maven Pro; font-weight: 700; text-transform: uppercase; word-wrap: break-word;
}

.frase-bg{
  align-self: stretch;
  height: auto;
  padding-left: 121px;
  padding-right: 121px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 5%;
 
}
.frase-bg h2{
  align-self: stretch; text-align: center; color: black; font-size:2em;line-height: normal; font-family: Maven Pro; font-weight: 700; text-transform: uppercase; word-wrap: break-word;
}

/* GALERIA */
.galeria{
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  
  /* Then we define how is distributed the remaining space */
  justify-content: space-around;
  
  padding: 0;
  margin: 0;
  list-style: none;
  gap:20px;
  word-wrap: break-word;

}
.prod-box{
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  
  max-width: 250px;
  position: relative;
}
.prod-box:hover .btn-data{
  opacity: 1;
}
.btn-data{
  background: white;
  display: inline-block;
  border:2px solid #5BBCEB;
  color:black;
  font-size: .8em;
  padding:0 5px;

  border-radius:10px;
  opacity: 0;
}
.promo:hover{
  background: #5BBCEB;
  color:white;
}
/* PARA ESCONDER EL ESPACIO EXTRA QUE SE CREA DINAMICAMENTE y mostrar en mega lo que se escondió lol*/
.nav-links li a:first-child{
  display: none;
  background-color: #000;
}
.mega-links li a:first-child{
  display: block;
}
/* FIN PARA ESCONDER EL ESPACIO EXTRA QUE SE CREA DINAMICAMENTE */
.nav-links li a:last-child {
  background-color: #C2D10F;
  border:5px solid transparent;
  border-radius: 10px;
  text-transform: uppercase;
}
.nav-links li a:last-child:hover{
  border:5px solid #5BBCEB;
  background-color: white;
}
.prod-box:hover .promo{
opacity: 1;
}
.prod-box p{
  padding: 5px;
  font-size:.85em;
  line-height:1.5em;
}
.prod-box a img{
		width: 100%;
  border-radius:5px;
}
.gal-subtitle{
	padding: 0 0 10px 0;
}
.gal-subtitle span{
	font-size: .8em;
}
.gal-block{
	padding: 10px 0	;
	border-top: 1px solid black;
}
.product-info{
  position: relative;
  opacity:1;
}
/* /. GALERIA  */
/* TABLA COMPARATIVA */
.sheet-tabla.tabla-comparativa{

  min-height:auto;
}
.sheet-tabla.tabla-comparativa tr td{
  text-align: left;
  border-left: 0;
  border-right: 0;
}
.tabla-comparativa  {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  min-height:1000px;
  position:relative;
  font-size:15px;
  line-height: 1.2em;
}
.tabla-comparativa ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.tabla-comparativa li {
  list-style:none;
  flex:1;
  transition: all ease 300ms;
  border: 1px solid #DDD;

}
.tabla-comparativa li:last-child {
  border-right:1px solid #DDD;
}
.tabla-comparativa button {
  width:100%;
  border: none;
  padding: 10px;
  background:#FFF;
  font-weight:bold;
  color:#999
}
.tabla-comparativa li.active button, .tabla-comparativa li.active {
  background:#F5F5F5;
  color:#000;
}
.tabla-comparativa li.active {
  border-top:3px solid #C2D10F;
}
.tabla-comparativa table { border-collapse:collapse; table-layout:fixed; width:100%;}
.tabla-comparativa th { background:#F5F5F5; display:none; }
.tabla-comparativa th small { font-size:.8em;display:block;margin-top:0;}
.tabla-comparativa small { font-size:.75em;}

.tabla-comparativa td, th {
  min-height:53px;
}
.tabla-comparativa th img, .tabla-comparativa li img {
  max-width:100%;
}
.tabla-comparativa td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
.tabla-comparativa td,th {
  text-align:left;
}
.tabla-comparativa td+td, th+th {
  text-align:center;
  display:none;
}
.tabla-comparativa td:first-child {
  font-weight: bold;
  background:#F5F5F5;

}
.tabla-comparativa td.default {
  display:table-cell;
}
.tabla-comparativa .bg-purple {
  border-top:3px solid #C2D10F;
}
.tabla-comparativa .bg-blue {
  border-top:3px solid #5BBCEB;
}
.tabla-comparativa .sep {
  background:#C2D10F;
  font-weight:bold;
  text-transform:uppercase;
}
.tabla-comparativa .txt-l { font-size:2em; font-weight:bold;line-height:1; }
.tabla-comparativa .txt-top { /* position:relative; top:-9px; left:-2px; */color:#F13942;}
.tabla-comparativa .tick { font-size:1.2em; color:#2CA01C; }
.tabla-comparativa .hide {
  border:0;
  background:none;
}



@media (min-width: 640px) {
  .tabla-comparativa ul {
    display:none;
  }
  .tabla-comparativa td,th {
    display:table-cell !important;
  }
  .tabla-comparativa td,th {
    width: 330px;
  
  }
  .tabla-comparativa td+td, th+th {
    width: auto;
  }
}
/* END TABLA COMPARATIVA */


/* FOOTER */
footer{
  background-color: #5BBCEB;
  display: flex;
  justify-content: space-between;
  
}
.sitemap, .cnt-drct{
  flex-grow: 1;
  vertical-align: middle;
  color:white;
  font-weight: 600;
  font-size: 1.5em;
}
.cnt-drct i{
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 10px;
}
.cnt-drct a{
  margin-bottom: 10px;
}
.sitemap a, .cnt-drct a{
  display: block;
  color:white;
}
.sitemap a:hover, .cnt-drct a:hover{
  color:white;
}
.ftr-frase{
  max-width: 550px;
  color: white;
  flex-grow: 3;
  padding:0 2%;
}
.ftr-frase span{
  font-size: 1.5em;
  color:#fdc137;
}

/* /. FOOTER */

/* CONTACTO */
.input-label{display: none;}
textarea::placeholder { color: #9b9b9b; font-family: arial; }

/* Colors for focused fields */

input[type=text], input[type=email], textarea {
outline: none;
border: 1px solid #9b9b9b;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
border: 1px solid #00C5BE;
}

/* Input styling */
#modal-content2{
  background-image: url(../../images/bg-modal.jpg);
  background-repeat: no-repeat;
  background-position: right -150px bottom -50px;
  background-size: contain;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
.formulario_contacto{

  padding:150px 5% 300px 5%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.formulario_contacto textarea {
 font-family: arial;
 min-width: 27rem;
 font-size: 1rem;
 padding: 0.6rem;
 border-radius: 5px;
 border: 1px solid #9b9b9b;
 color: #4c4c4c !important;
}

.formulario_contacto input, .formulario_contacto select {
 display: block;
 font-size: 1rem;
 min-width: 27rem;
 padding: 0.6rem;
 margin: 0.5rem;
 border-radius: 5px;
 border: 1px solid #9b9b9b;
 color: #4c4c4c !important;
 margin-left:auto;
 margin-right:auto;
}

.formulario_contacto input[type=submit] {
 max-width: 300px;
 /*background-color: #00C5BE;
 border: none;*/
 color: #fff !important;
 font-size: 1em;
 padding: 10px 50px;
 text-transform: uppercase;
}

/* Honeypot technique, hide the fake field */


.thx-form{
  background-color: #97ffca;
  color: #000;
  padding: 10% 5%;
  padding-top: 200px;
  height: 70vh;
  display: flex; 
  justify-content: center; 
  align-items: center;
}
.fof-thx{
  background-color: #97ffca;

}

.infosent{
	background-color:#fff;
	padding:20px;
	color:black;
  font-size: 1.5em;
  display: inline-block;
  border-radius: 10px;
}
.contactform-messages {  display: none;}
.formulario_contacto .active {  display: block;}

/* /. CONTACTO */


/* MEDIA QUERIES */
@media screen and (min-width: 1440px) {
  nav{ max-width: 1440px;}
}

@media screen and (max-width: 1260px) {
  .logo{ max-width: 180px; }
  .hdr-item2 { place-self: start;}

  .formulario_contacto textarea { min-width: 100%; }   
  .formulario_contacto input, .formulario_contacto select {
    min-width: 100%;
    max-width:100%;
  }
  .parallax { background-attachment: scroll; }
  .marcas-lideres{ flex-wrap: wrap; }
  .sheet-extras{ gap: 1rem; }

}
@media screen and (max-width: 900px) {
  /*navbar prueba*/

  .sidebar {
    height: 100vh;
    width: 400px;
    position: fixed;
    top: 0px;
    right:-400px;
    z-index: 1;
    background-color: #C2D10F;
    transition: all ease 300ms;
  
  }
  
  .bar {
    display: block;
    height: 5px;
    width: 40px;
    background-color: #fff;
    margin: 10px auto;
    z-index: 10;
   
  }
  
  .button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  
  .nav-right {
    position: fixed;
    right: 0vh;
    top: 0;
    background-color: #C2D10F;
    padding:9px 20px;

  }
  
  .nav-right.visible-xs {  z-index: 3; }
  /*
  .hidden-xs {
    display: none;
  }
  */
  .middle { margin: 0 auto; }

  /* THIS IS FOR THE BAR ICON */
  .bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  .nav-right.visible-xs .active .bar {
    background-color: #5BBCEB;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;/*
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    z-index: 100;*/
  }
  
  .button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
  }
  
  .button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
  }
  
  .button.active .middle {
    width: 0;
  }
  /* END THIS IS FOR THE BAR ICON */
  
  .move-to-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);

  }
  



  /*fin navbar prueba*/
  .p-x{
    padding-left: 20px; 
    padding-right: 20px; 
  }
  .p-y{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding{padding: 2%;}
  header{ padding-right:0;}
  .slider-cont h1{ font-size: 2em; }
  .slider-wrap{
    min-height: auto;
    padding-top:70px;
    padding-bottom:30px;
}
  .news-slider .text-content {
    position: absolute;
    background-color: #f15b29c0;
    bottom: 0px;
    right:0;
    left:0;
   /* background-color: rgba(0, 0, 0, 0.6);
     text-align: right;*/
    padding: 1em;
    color: white;
    min-width: 400px;
    font-size: .7em;
    line-height: 1;
  
    border-radius: 10px 0 0 0 ;
  }
  
  .ftr-frase{  max-width: 100%; padding:20px 0; }
/*  SLIDER */
.banner{
  padding-top: 50px;
  padding-bottom: 228px;
  min-height: 300px;
}
.banner{
  background-image: url(../../images/medidas.png), url(../../images/bg-bannerprin.jpg);
  background-size: 140%, cover;
  background-position: left 0px right 0 bottom -180px, center;
}
.bn-content{
  padding-top: 50px;
  flex-direction: column;
  max-width: 100%;
}
.bn-title{font-size: 2em;}
.bn-img img{
  max-height: 500px;
  max-width:100%;
}
/* NOSOTROS */
.aboutus{
  align-self: stretch;  flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; display: flex;
}
.abt-cont{ display: block;}
.abt-text{  gap: 30px; padding: 20px; }
.abt-img{ /* margin-top: -50px;  margin-bottom: -11px;  text-align:right;*/ display: none;}
.abt-img img{width: 50%;}
  /* BENEFICIOS  */
  .beneficios{  gap: 30px;}
  .ben-title{font-size: 1.3em;}
  .ben-cont{  gap: 12px;}
  .ben-row{display: block;}
  .ben-box{margin-bottom:30px;}
  .ben-box-title{font-size: 1em;}
  .ben-icon{width: 50px; height: 50px;}
  .ben-icon i{font-size: 2em;}
  .ben-box-text{gap: 12px; }
/*----*/
/* CATEGORIAS */
.main-title{  font-size: 1.2em;  line-height: 1.3em;}
.cont-categories{gap: 31px;padding-left: 10px; padding-right: 10px;}
.category{ display: block;}
.cat-box{  padding:1em;gap: 26px; }
.cat-box-title{ font-size: 1.3em; }
.cat-img{ max-height: 300px;}
.cat-img img{  width:100%!important;  height:auto;  object-fit:cover;}
.parallax {
  background: linear-gradient(360deg, rgba(204,204,204,0) 0%, rgb(82, 194, 241) 100%),url('../../images/seca-mundo.png');
  min-height: 350px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.cont-parallax{  padding: 20px;  font-size: 1em; color:black; text-shadow: none;}
.cont-parallax ul{  margin: 20px 0 0 20px; font-size: .9em;line-height: 1.5;}
/*------*/
/* GALERIA */
.galeria{  gap:10px;}
.prod-box{  max-width: 150px;}
.prod-box p{  padding: 0 5px 5px 5px; 
}
.btn-data{opacity: 1;margin-bottom: 5px;  font-size: .7em; color:black; }
/*------*/
.frase-highlight{
  height: auto;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 50px;
  padding-bottom: 100px;
  
}
.frase-highlight h1{  font-size:2em;}
.frase-bg{
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 50px;
  padding-bottom: 50px;
 
}
.frase-bg h2{
  font-size:1.7em;}
  footer{
    display: block;
    text-align: center;
  }
  .cnt-drct{
    margin-top: 50px;
  }
  .nav-ctn span{
    display: none;
  }
  .nav-ctn{
    position: absolute;
    display: block;
    right: 62px;
    top:0;
    width: 170px;
  }
  .nav-ctn a{
    border-left: 1px solid #fdc137;
    padding: 22px 10px;
    font-size: 1.3em;
  }
    .nav-ctn a i{
    margin-right: 0;
  }
  .scrolled-nav .nav-ctn{
    background-color:transparent;
    line-height: 1;
    padding: 5px 0px;

    position: absolute;
    display: block;
    width: 170px;
  
  }
  .scrolled-nav .nav-ctn a{
    color:black;
    font-size: 1.3em;
    margin: 0;
  
  }
  .scrolled-nav .nav-ctn a:hover{
    color:#f15a29;
  
  }
  .desktop{
    display: none;
  }
  .movil{
    display: block;
  }

  .col-1 {width: 100%;}
.col-2 {width: 100%;}
.col-3 {width: 100%;}
.col-4 {width: 100%;}
.col-5 {width: 100%;}
.col-6 {width: 100%;}
.col-7 {width: 100%;}
.col-8 {width: 100%;}
.col-9 {width: 100%;}
.col-10 {width: 100%;}
.col-11 {width: 100%;}
.col-12 {width: 100%;}
.highlight{ width:100%;
padding:50px 20px;}

/* FOOTER */
#modal-content2{
  background-image: url(../../images/bg-modal.jpg);
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
  background-size: contain;
  padding-bottom: 250px;
}
.fancybox-content {
  padding: 44px 10px!important;
}
.thx-form{
  padding: 5% 15px;
  padding-top: 80px;
}

.infosent{
	padding:20px;
}


}

@media screen and (max-width: 450px) {
  .slider-cont h1{
    font-size: 1.5em;
  }


  .nav-ctn{
    position: absolute;
    display: block;
    right: 22px;
    top:0;
    width: 170px;
  }
  .nav-ctn a{
    padding: 22px 5px;
  }
  .scrolled-nav .nav-ctn{
    background-color:transparent;
    line-height: 1;
    padding: 5px 0px;

    position: absolute;
    display: block;
    width: 170px;
  
  }
  .scrolled-nav .nav-ctn a{
    color:black;
    font-size: 1.3em;
    margin: 0;
  
  }

  .bn-content .seca-logo{
    max-width: 100px;
  }

}

#main404, #contacto{
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.fof{
  display: table-cell;
  vertical-align: middle;
}

.fof h1{
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type .5s alternate infinite;
}

@keyframes type{
  from{box-shadow: inset -3px 0px 0px #888;}
  to{box-shadow: inset -3px 0px 0px transparent;}
}


/* Shop */
@media only screen and (min-width: 401px) {
  .shop .sy-box .sy-slides-wrap {
    min-width: 250px;
    max-width: 400px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.shop .sy-box .sy-slides-crop {
  overflow: visible;
}
@media only screen and (max-width: 500px) {
  .shop .sy-box .sy-controls li {
    min-width: 2.4em;
  }
  .shop .sy-box .sy-controls li a:after {
    line-height: 1.4em;
    height: 1.4em;
    width: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}
@media only screen and (min-width: 501px) {

  .shop .sy-box .sy-controls li {
    width: 100%;
  }
  .shop .sy-box .sy-controls li.sy-prev {
    left: -100%;
  }
  .shop .sy-box .sy-controls li.sy-next {
    right: -100%;
  }
  .shop .sy-box .sy-controls li a:after {
    background: none;
  }
}
.shop{overflow: hidden;}
.shop .sy-box .sy-controls {
  display:block!important;
}
.shop .sy-box .sy-slide {
  opacity: 0.6;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.shop .sy-box .sy-slide .product-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1em;
}
@media only screen and (max-width: 500px) {
  .shop .sy-box .sy-slide .product-info {
    padding: 1em 2.4em;
  }
}
.buy-now{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: .8em;
text-align: middle;
align-items: center;
  padding:0px 12px;
}
.buy-now i{
  margin-right: 5px;
}
.shop .sy-box .sy-slide .product-info p {
  margin-bottom: 1em;
}
.shop .sy-box .sy-slide .product-info p, .shop .sy-box .sy-slide .product-info .buy-now {
  opacity: 0;
}
.shop .sy-box .sy-slide .product-info .buy-now {
  position: absolute;
  bottom: 1em;
}
.shop .sy-box .sy-slide .product-info .buy-now {
  right: 1em;
}
@media only screen and (max-width: 500px) {
  .shop .sy-box .sy-slide .product-info .buy-now {
    right: 2.4em;
  }
}
.shop .sy-box .sy-slide .product-info .more-info {
  left: 1em;
}
@media only screen and (max-width: 500px) {
  .shop .sy-box .sy-slide .product-info .more-info {
    left: 2.4em;
  }
}
.shop .sy-box .sy-slide .image-content {
  line-height: 0;
}
.shop .sy-box .sy-slide .image-content .product-image {
  max-width: 100%;
}
.shop .sy-box .sy-slide.sy-active {
  opacity: 1;
}
.shop .sy-box .sy-slide.sy-active .buy-now {
  opacity: 1;
}
.shop .sy-box .sy-slide.sy-active:hover .product-image {
  opacity: 0.2;
}
.shop .sy-box .sy-slide.sy-active:hover .product-info p, .shop .sy-box .sy-slide.sy-active:hover .product-info .button-link {
  opacity: 1;
}
.shop .sy-box .sy-slide .product-info p,
.shop .sy-box .sy-slide .product-info .button-link,
.shop .sy-box .sy-slide .product-image, .shop .sy-box .sy-slide.sy-active, .shop .sy-box .sy-slide.sy-active .buy-now, .shop .sy-box .sy-slide.sy-active:hover .product-image, .shop .sy-box .sy-slide.sy-active:hover .product-info p, .shop .sy-box .sy-slide.sy-active:hover .product-info .button-link, .shop .sy-box .sy-slide.sy-active.transition {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.product-name,
.shop-slider .slide_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 401px) {
  .product-name,
  .shop-slider .slide_box {
    min-width: 200px;
    max-width: 450px;
    width: 50%;
  }
}