@font-face {
  font-family: 'CanacBlack';
  src: url('../fonts/CarnacBlack.woff2') format('woff2'),
       url('../fonts/CarnacBlack.woff') format('woff'),
       url('../fonts/CarnacBlack.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Canac';
  src: url('../fonts/CarnacRegular.woff2') format('woff2'),
       url('../fonts/CarnacRegular.woff') format('woff'),
       url('../fonts/CarnacRegular.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

.montserrat-normal{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat-bold{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body{
	margin:0;
	padding:0;
}
.wrapper{
	max-width: 1444px;
	position:relative;
	margin:0 auto;
}
.col-70{
	position:relative;
	float:left;
	width:70%;
	font-size: 15px;
}
.col-30{
	position:relative;
	float:left;
	width:30%;
}
.container{
	position:relative;
	float:left;
	width:100%;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.in-2{
	position:relative;
	float:left;
	width:95%;
	left:2.5%;
}
.in-3{
	position:relative;
	float:left;
	width:98%;
	left:1%;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.txt-lft{
	text-align:left;
}
.txt-just{
	text-align:justify;
}
.mar-10{
	margin-top:10px;
	margin-bottom:10px;
}
.mar-15{
	margin-top:15px;
	margin-bottom:15px;
}

.mar-20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar-30{
	margin-top:30px;
	margin-bottom:30px;
}
.marb-30{
	margin-bottom:30px;
}
.mar-40{
	margin-top:40px;
	margin-bottom:40px;
}
#barra{
	font-family: "Montserrat", sans-serif;
	font-weight:bold;
	background:#0357a7;
	color:white;
	font-size: 11px;
}
.col30{
	position:relative;
	float:left;
	width:30%;
}
.col70{
	position:relative;
	float:left;
	width:70%;
}
.col70 a{
	margin-left:10px;
	margin-right:10px;
	color:white;
	text-decoration:none;
}
.col70 a:hover{
	color:#75f4ff;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.txt-left{
	text-align:left;
}
.txt-jus{
	text-align:justify;
}
.logo{
	position:relative;
	float:left;
	width:25%;
}
.logo img{
	max-width:90%;
}
.menu{
	position:relative;
	float:left;
	width:50%;
	font-family: "Montserrat", sans-serif;
}
.menu a{
	text-decoration:none;
	color:black;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	margin-left:10px;
	margin-right:10px;
}
.menu a:hover{
	color:#0357a7;
}
.busqueda{
	position:relative;
	float:left;
	width:25%;
}
.inp{
	position: relative;
    top: -1px;
    width: 70%;
    font-size: 16px;
    height: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid gainsboro;
    padding-left: 15px;
	margin-right:0px;
	padding-right:0px;
	font-family: "Montserrat", sans-serif;
}
.search{
	width: 15%;
    font-size: 20px;
    height: 33px;
    margin-left: -5px;
	padding-left:0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #f52d26;
	background-color:#f52d26;
	color:white;
}
#minibanner{
	background-image:url('../imagenes/fondo_degradado2.png');
	background-size:cover;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	border-radius: 40px;
}
#minibanner h1{
	font-size: 65px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
	font-family: 'CanacBlack';
}
.cuadrado{
	background-color:#eaebf1;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:30px;
	font-style:italic;
	transition: all ease .2s; /* Animation */
}
.cuadrado h2{
	font-family: 'CanacBlack';
	margin-bottom:5px;
	padding:0;
	transition: all ease .2s; /* Animation */
}
.cuadrado:hover{
	font-size:17px;
	transition: all ease .2s; /* Animation */
}
.cuadrado:hover .imagenbttm img{
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	transition: transform .2s; /* Animation */
}
.imagenbttm{
	position: relative;
	bottom: 20px;
    right: -80px;
    height: 295px;
	transition: transform .2s; /* Animation */
}
.imagenbttm img{
	max-width:280px !important;
	transition: all ease .2s; /* Animation */
}
.col33{
	position:relative;
	float:left;
	width:33.33%;
}
#categorias{
	font-family: "Montserrat", sans-serif;
}
#categorias h1{
	color:#0357a7;
	font-weight:400;
}
.wt{
	 background-color:white;
	border-radius:20px;
}
.c40{
	position:relative;
	float:left;
	width:40%;
}
.c40 img{
	max-width:100%;
}
.c60{
	position:relative;
	float:left;
	width:60%;
}
.owl-dots{
	display:none !important;
}
#banner_degradado{
	background-image:url('../imagenes/banner_degradado.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	color:white;
	font-weight:bold;
	text-align:center;
	font-family: 'Canac';
}
#productos{
	margin-top:-70px;
}
.col25{
	position:relative;
	float:left;
	width:25%;
	margin-bottom:20px;
	transition: all ease .2s; /* Animation */
	overflow: hidden;
	min-height: 415px;
}
.col25:hover .cuadro img{
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	transition: all ease .2s; /* Animation */
}
.col25:hover .titulo{
	color:#cc0033;
	transition: all ease .2s; /* Animation */
}

.col25:hover .boton-showmore{
	bottom: -10px;
	transition: all ease .2s; /* Animation */
}
.cuadro{
	/*background-color:#eaebf1;*/
	border-radius:10px;
	overflow:hidden;
}
.cuadro img{
	max-width:100%;
	min-height:185px;
	max-height: 185px;
	transition: all ease .3s; /* Animation */
}
.titulo{
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-style: italic;
	min-height: 100px;
}
.titulo h2{
	margin: 0;
    padding: 0;
    font-size: 17px;
}
.category{
	color:#cccccc;
	font-size: 15px;
}
.boton-showmore{
	bottom: -100px;
	position:relative;
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	transition: all ease .2s; /* Animation */
}
.btnshowmore{
	background-color: #cc0033;
    color: white;
    padding: 5px 13px;
    border-color: red;
    border-radius: 13px;
}
.cl50{
	position:relative;
	float:left;
	width:50%;
}
#about h2{
	font-family: 'CanacBlack';
	margin:0;
	padding:0;
	font-size: 36px;
    text-transform: uppercase;
}
.textabout{
	font-family: 'Canac';
}
.minh{
	min-height: 245px;
}
.c50{
	position:relative;
	float:left;
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
}
.c50 img{
	max-width:130px;
}
.c50 h3{
	font-family: 'CanacBlack';
	color:#0357a7;
	text-transform:uppercase;
}
.blk{
	font-family: 'CanacBlack';
}
#blog{
	font-family: 'CanacBlack';
}
#blog h1{
	color:#0357a7;
	font-size:40px;
	text-transform: uppercase;
}
.c33{
	position:relative;
	float:left;
	width:33.33%;
}
.c33 img{
	max-width:100%;
}
.contorno{
	border: 1px solid gainsboro;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
	background: #eaebf1;
}
.contorno img{
	transition: all ease .2s; /* Animation */
}
.contorno:hover img{
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	transition: all ease .2s; /* Animation */
}

.tituloblog{
	position: relative;
    float: left;
    width: 100%;
	background:#eaebf1;
	font-weight:bold;
	font-family: 'CanacBlack';
	font-size: 19px;
	padding-bottom:10px;
}
#suscribe{
	background-image:url('../imagenes/fondo_mail2.png');
	background-size:cover;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
	font-family: 'CanacBlack';
	border-radius: 40px;
}
#suscribe h2{
	font-size: 23px;
}
.isvg {
	fill:#616161;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.col50{
	position: relative;
    float: left;
    width: 50%;
}
.mail{
	background-color:#000000;
	color:white;
	font-size: 17px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid black;
	border-radius:10px;
	width:90%;
}
.mail::placeholder{
	color:rgb(255 255 255 / 70%);
}
.suscribirse{
	background: #cc0033;
    color: white;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    border: 1px solid #cc0033;
	border-radius:10px;
}
.suscribirse .isvg {
	fill:#fff;
	width: 29px !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#footer{
	background-color:#bfbfbf;
	font-family: "Montserrat", sans-serif;
}
#footer h3{
	font-size: 16px;
}
#footer a{
	font-size:14px;
}
.support{
	background-color: #cc0033;
    border: 1px solid #cc0033;
    color: white;
    font-size: 15px;
    padding: 10px;
    border-radius: 20px;
}
.fc30{
	position: relative;
    float: left;
    width: 30%;
}
.fc30 img{
	max-width:90%;
}
.fc70{
	position: relative;
    float: left;
    width: 70%;
}
.fc25{
	position: relative;
    float: left;
    width: 25%;
}
.redesf i{
	font-size: 25px !important;
}
.redesf{
	position:relative; 
	float:right;
	width:15%;
	text-align:right;
	
}
.redesf a{
	margin-left:10px;
}
.tbl{
	display:block;
	}
.tblresp{
	display:none;
}
.imga{
	max-width:100%;
}
.menuresp{
	display:none;
}
button.accordion {
    background-color: #fff;
    color: #071c57;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
}

button.accordion.active, button.accordion:hover {
    background-color: #fff;
}
button.accordion:after {
    /*content: '\002B';*/
    color: #071c57;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    /*content: "\2212";*/
}
div.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color:white;
	text-align:left
}
.menurespo{
	width: 100%;
    text-align: left;
    background: #fff;
    color: #0357a7;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
	font-size:18px;
	font-family: "Canac";
}
.menurespo:hover{
	background-color:#e11f35;
	color:white;
	transition: max-height 0.2s ease-out;
	font-family: "CanacBlack";
}
.ajuste{
	margin-top: -110px;
}
#counter {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
	font-family: "CanacBlack";
}
#counter2{
    font-size: 65px;
    font-weight: bold;
    color: #fff;
	font-family: "CanacBlack";
}

#counter3{
    font-size: 65px;
    font-weight: bold;
    color: #fff;
	font-family: "CanacBlack";
}
#banner_nosotros{
	min-height:235px;
	background-image:url('../imagenes/banner_about.png');
	background-size:cover;
	color:white;
	font-family: 'CanacBlack';
	z-index:-1;
}
.in_banner_nosotros{
    color: white;
    font-size: 20px;
    margin-top: 85px;
	width:95%;
	left:5%;
	position:relative;
	float:left;
	text-align:left;
}
.in_banner_nosotros h1{
	margin: 0;
}
#noso{
	font-family: 'Canac';
}
#noso h1{
	font-family: 'CanacBlack';
	color:#cc0033;
	text-transform:uppercase;
}
.cl40{
	position:relative; 
	float:left;
	width:40%;
}
.cl40 img{
	max-width:100%;
}
.cl60{
	position:relative; 
	float:left;
	width:60%;
}
.cold50{
	position:relative; 
	float:left;
	width:50%;
}
.cold50 img{
	max-width:100%;
}
.content_mision{
	position:relative;
	float:left;
	width:90%;
	left:5%;
	/*bottom:-70px;*/
	right:0px;
	font-size:18px;
	background-color:#dedede;
	border-bottom:12px solid #cc0033;
	font-family: 'Canac';
}
.content_mision h2{
	margin-top:0px;
	padding-top:0px;
}
#metricas{
	font-family: 'Canac';
	font-size:18px;
}
#metricas h1{
	font-family: 'CanacBlack';
	color:#cc0033;
	text-transform:uppercase;
}
#timeline{
	font-family: 'Canac';
}
#timeline h2{
	font-family: 'CanacBlack';
	color:#cc0033;
	text-transform:uppercase;
	margin-top:10px;
}
.superbig{
	font-family: 'CanacBlack';
	font-size:80px;
}
.tab {
  /*overflow: hidden;*/
}


/* Style the buttons inside the tab */
.tab button {
  background-color: #dedede;
  color:black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  width: 95%;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
  margin-left:1%;
  margin-right:1%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.1s;
  font-size: 30px;
  font-family: 'CanacBlack' !important;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #0357a7;
  color:white;
   -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* Create an active/current tablink class */
.tab button.activeded {
  background-color: #0357a7;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 21px 0px;
  border-top: none;
}
.tabcontents {
  display: none;
  padding: 21px 0px;
  border-top: none;
}
.column50{
	position:relative;
	float:left;
	width:50%;
}
.f20{
	font-size:18px;
}
#banner_contacto{
	min-height:235px;
	background-image:url('../imagenes/banner_contact.png');
	background-size:cover;
	color:white;
	font-family: 'CanacBlack';
	z-index:-1;
}
#map{
	border-radius: 100px;
	overflow:hidden;
}
.col40{
	position:relative; 
	float:left;
	width:45%;
	font-family: 'Canac';
}
.big{
	font-family: 'CanacBlack';
    font-size: 90px;
    color: #cc0033;
    line-height: 80px;
}
.col60{
	position:relative; 
	float:left;
	width:55%;
	font-family: 'Canac';
}
.col60 h2{
	font-family: 'CanacBlack';
	margin-bottom:10px;
}
.blk{
	font-family: 'CanacBlack';
}
#form{
	background-color: #dedede;
	border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
	font-size:19px;
}
.colm50{
	position:relative;
	float:left;
	width:50%;
}
.colm50 .inpu{
	width:95%;
}
.ajust{
	left:2.5%;
}
.inpu{
	font-family: 'Canac';
	font-size: 20px;
    border-radius: 15px;
    width: 100%;
    border: 1px solid gainsboro;
    padding-top: 8px;
    padding-bottom: 8px;
	margin-bottom:10px;
}
.txtarea{
	font-family: 'Canac';
	font-size: 20px;
    border-radius: 15px;
    width: 100%;
    border: 1px solid gainsboro;
    padding-top: 8px;
    padding-bottom: 8px;
	resize:none;
}
.submit{
	border-radius: 25px;
    border: 1px solid red;
    background-color: #cc0033;
    color: white;
    font-size: 19px;
    padding: 10px 35px;
	font-family: 'Canac';
}
#banner_productos{
	min-height:235px;
	background-image:url('../imagenes/banner_categorias.png');
	background-size:cover;
	color:white;
	font-family: 'CanacBlack';
	z-index:-1;
}
.in_banner_productos{
	text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 85px;
}
.c30{
	position:relative;
	float:left;
	width:25%;
}
.c70{
	position:relative;
	float:left;
	width:75%;
}
.cat{
	background-color: #7f7f7f;
    color: white;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 25px;
	font-family: 'CanacBlack';
}
.collapsible2 {
	text-transform:uppercase;
	background-color: #bfbfbf;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
	font-size: 17px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 20px;
	font-family: 'CanacBlack';

}
.collapsible2 .actived, .collapsible2:hover {
  background-color:#cc0033;
  color:white;
}
.actived{
	background-color:#cc0033;
	color:white;
}

.collapsible2:active {	
  background-color:#cc0033;
  color:white;
}
.collapsible2:after {
	content: 'ˆ';
    color: black;
    font-weight: bold;
    float: right;
    margin-right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 53px;
    font-size: 45px;
    font-family: cursive;
	transition: all ease .2s; /* Animation */
}
.actived:after {
    content: "ˇ";
    color: #fff;
	transition: all ease .2s; /* Animation */
}
.content p{
	font-size: 20px;
    font-weight: bold;
}
.content {
  background-color:#cc0033;
  color:white;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size:20px;
  font-weight:bold;
}
.clickeable{
	background-color: #cc0033;
    color: white;
    width: 100%;
    text-align: left;
    border: none;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.clickeable:hover{
    background-color: #000000;
}
#banner_producto{
	min-height:235px;
	background-image:url('../imagenes/bannerproducts.png');
	background-size:cover;
	color:white;
	font-family: 'CanacBlack';
	z-index:-1;
}
.in_banner_producto{
    color: white;
    font-size: 20px;
    margin-top: 85px;
	width:95%;
	left:5%;
	position:relative;
	float:left;
	text-align:left;
}
.in_banner_producto h1{
	margin:0;
}
#prod a{
	color:black;
	text-decoration:none;
}
#links{
	font-family: 'Canac';
	font-size:22px;
}
.apdf{
	color:#e22d41;
}
.alink{
	color:#095ba9;
}
.colm40{
	position:relative; 
	float:left;
	width:40%;
}
.colm40 img{
	max-width:100%;
}
.colm60{
	position:relative; 
	float:left;
	width:60%;
	font-family: 'Canac';
}
.colm60 h1,h2,h3{
	font-family: 'CanacBlack';
	text-transform:uppercase;
}
.colm60 h1{
	margin-top:0px;
	margin-bottom:0px;
	font-style:italic;
	font-size:28px;
}
.colm60 h3{
	margin-top:0px;
	margin-bottom:0px;
}
.redline{
	border:2px solid #cc0033;
	width:60%;
	position: relative;
    float: left;
}
.redline2{
	border:2px solid #cc0033;
	width:30%;
	position: relative;
    float: left;
}
.f18{
	font-size:18px;
}
.brdrg{
	border: 1px solid gainsboro;
    border-radius: 20px;
}
#related h1{
	font-family: 'Canac';
	color:#0357a7;
	font-style:italic;
	margin-top:35px;
	margin-bottom:35px;
}
.minifoto{
	position:relative;
	float:left;
	width:25%;
}
.minifoto img{
	max-width:80%;
}
.gry{
	padding-bottom:5px;
	padding-top:10px;
	background-color:#eaebf1;
	text-align:center;
}
/****************************************/
#headermen {
	position:relative;
	margin:0 auto;
	width:100%;
	font-family: "Montserrat", serif;
	z-index:999;
}	
.nav{
	position:relative;
	z-index:999;
	width:auto;
	margin: 0 auto;
	padding:0;
}
ul, ol {
	list-style:none;
	text-align:center;
}	
.nav > li {
	text-align: center;
    display: inline-block;
}			
.nav li a {
	background-color: #ffffff;
    color: black;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 15px;
}
		
.nav li a:hover {
	color:#0357a7;
}
			
.nav li ul {
	display:none;
	position:absolute;
	min-width: 175px;
	z-index:999;
	margin-right: 0px;
	right:0;
	background: #fff;
	border: 1px solid gainsboro;
    padding-top: 10px;
    padding-bottom: 10px;
}
	
.nav li:hover > ul {
	display:block;
	margin-left: 0;
    padding-left: 0;
}
			
.nav li ul li {
	position:relative;
	z-index:999;
}
			
.nav li ul li ul {
	right:-140px;
	top:0px;
	z-index:999;
}
.cl-33{
	position:relative;
	float:left;
	width:33.33%;
}	
.submenu {
	 padding: 3px 5px !important;
}		
/****************************************/
.cl25{
	position:relative;
	float:left;
	width:33.33%;
}
@media screen and (max-width: 1210px){
	.cl50{
		width:100%;
		margin-bottom:20px;
	}
	.imga{
		max-width:400px;
		width:100%;
	}
	.txtc{
		text-align:center;
	}
	#noso h1{
		font-size:22px;
	}
}
@media screen and (max-width: 1150px){
	.col25{
		width:33.33%;
	}
	.titulo {
		min-height: 115px;
	}
	.logo{
		width:100%;
		text-align:center;
	}
	.logo img{
		max-width:200px;
		width:100%;
	}
	.menu{
		width:100%;
		margin-bottom:20px;
	}
	.menu .mar-40{
		margin-top:20px;
		margin-bottom:20px;
	}
	.nav{
		max-width: 540px;
	}
	.busqueda{
		width:100%;
	}
	.busqueda .mar-30{
		margin-top:10px;
	}
	.inp {
		position: relative;
		top: -1px;
		width: 185px;
	}
}
@media screen and (max-width: 1140px){
	.fc30{
		width:100%;
		text-align:center;
		margin-top:10px;
		margin-bottom:20px;
	}
	.fc30 img{
		max-width:300px;
	}
	.fc70{
		width:100%;
	}
}
@media screen and (max-width: 1100px){
	.c30{
		width:100%;
	}
	.c70{
		margin-top:50px;
		width:100%;
	}
}
@media screen and (max-width: 1080px){
	.col50{
		width:100%;
		text-align:center;
	}
	.col50 .mar-30{
		margin-top:10px;
	}
	.cl25{
		width:50%;
	}
}
@media screen and (max-width: 1000px){
	.col40{
		width:100%;
	}
	.col60{
		width:100%;
	}
	.cold50{
		width:100%;
	}
	.content_mision{
		position:relative;
		float:left;
		width:100%;
		bottom:0px;
		margin-top:30px;
		margin-bottom:30px;
	}
	.txc{
		text-align:center;
	}
	.superbig {
		font-size: 50px;
	}
	.column50{
		width:100%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 990px){
	.cl40{
		width:100%;
	}
	.cl40 img {
		max-width: 100%;
		width: 480px;
	}
	.cl60{
		width:100%;
	}
}
@media screen and (max-width: 950px){
	.c33{
		width:50%;
		margin-bottom:20px;
	}
	.owl-nav{
		width: 35% !important;
		bottom: 95% !important;
	}
	.cuadrado {
		margin-top: 20px;
	}
}
@media screen and (max-width: 925px){
	.col30{
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.col70{
		width:100%;
	}
	.col70 > .txt-rig{
		text-align:center;
	}
}
@media screen and (max-width: 900px){
	#minibanner h1 {
		font-size: 40px;
	}
	#counter{
		font-size: 40px;
	}
	#counter2{
		font-size: 40px;
	}
	#counter3{
		font-size: 40px;
	}
}
@media screen and (max-width: 880px){
	.fc25{
		width:100%;
	}
}
@media screen and (max-width: 820px){
	.colm40{
		width:100%;
		margin-bottom:40px;
	}
	.colm60{
		width:100%;
	}
	
}
@media screen and (max-width: 800px){
	.redesf{
		float:left;
		width:100%;
		text-align:center;
		margin-top:20px;
	}
	.tab button {
		font-size: 24px;
	}
}
@media screen and (max-width: 750px){
	.c33{
		width:100%;
		margin-bottom:20px;
	}
	.c33 img{
		width:100%;
	}
	#banner_contacto{
		background-position:center;
	}
	#banner_producto{
		background-position:center;
	}
	#banner_nosotros{
		background-position:center;
	}
}
@media screen and (max-width: 700px){
	.c50{
		width:100%;
		text-align:center;
	}
	.minh{
		min-height:inherit;
	}
	.col25{
		width:50%;
	}
}
@media screen and (max-width: 660px){
	.menu{
		margin-bottom:0px;
	}
	.busqueda .mar-30 {
        margin-top: 0px;
    }
	.menuresp{
		display:block;
		text-align:right;
	}
	.menu .mar-40 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
	.menuresp i{
		font-size:25px !important;
	}
	.menuno{
		display:none;
	}
	#minibanner{
		background-position:center;
		border-radius:20px;
	}
	.col33{
		width:100%;
	}
	#metricas h1{
		font-size:30px;
	}
}
@media screen and (max-width: 600px){
	.cl25{
		width:100%;
	}
}
@media screen and (max-width: 555px){
	.tbl{
		display:none;
	}
	.tblresp{
		display:block;
	}
}
@media screen and (max-width: 500px){
	.col25{
		width:100%;
	}
	.cuadro{
		text-align:center;
	}
	.cuadro img{
		max-width:200px;
		width:100%;
		min-height: inherit;
        max-height: inherit;
	}
	.col70{
		font-size:small;
	}
	.big {
		font-size: 47px;
		line-height: 47px;
	}
}
@media screen and (max-width: 450px){
	#categorias h1{
		padding-bottom: 24px;
	}
	.owl-nav{
		width: 40% !important;
		bottom: 100% !important;
	}
	.cuadrado {
		margin-top: 20px;
	}
}
@media screen and (max-width:400px){
	.in_banner_nosotros {
		font-size: 16px;
	}
	.colm50{
		width:100%;
	}
	.colm50 .inpu {
		width: 100%;
	}
	.ajust{
		left:0;
	}
	#metricas h1 {
		font-size: 21px;
	}
}
@media screen and (max-width:368px){
	.owl-nav{
		width: 45% !important;
		bottom: 100% !important;
	}
	.tablinks {
		font-size:25px !important;
	}
}
@media screen and (max-width:325px){
	.owl-nav{
		width: 100% !important;
		bottom: 100% !important;
	}
}