@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}


*{
	font-family: 'Satoshi-Regular';
	margin:0;
}
body{
	overflow-x:hidden;
}
h1,h2,h3,h4,h5{
	padding:0;
	font-family: 'Satoshi-Black';
}
#blck{
	font-family: 'Satoshi-Black' !important;
}
.wrapper{
    max-width: 1444px;
    position: relative;
    margin: 0 auto;
}
.whatsapp {
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: 20px;
}
.glw{
	color:#bdfe3c;
}
.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%;
}
.mar-80{
	margin-top:60px;
	margin-bottom:60px;
}
.mar-60{
	margin-top:100px;
	margin-bottom:100px;
}
.mar-40{
	margin-top:40px;
	margin-bottom:40px;
}
.mar30{
	margin-top:30px;
	margin-bottom:30px;
}
.mar-30{
	margin-top:30px;
	margin-bottom:30px;
}
.mar-20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar-10{
	margin-top:10px;
	margin-bottom:10px;
}
.txt-lft{
	text-align:left;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.txt-jus{
	text-align:justify;
}
.col50{
	position:Relative;
	float:left;
	width:50%;
}
#barra{
	background-color:#bdfe3c;
	color:black;
}
#barra a{
	color:black;
	text-decoration:none;
	font-size: 15px;
}
#header{
	background-color:white;
}
.absol{
	position: absolute;
    right: 0;
    top: 0;
}
.redes{
	margin-left:8px;
	font-size: 18px;
}
.redes:hover{
	color:#77ab0f !important;
}
.mlft{
	margin-left:10px;
}
.logo{
	position:relative;
	float:left;
	width:20%;
}
.logo img{
	width:100%;
}
.containermenu{
	position:relative;
	float:left;
	width:80%;
}
.menu{
	/*text-align:center;*/
}
.menu a{
	text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin-left: 19px;
    margin-right: 19px;
	font-family: 'Satoshi-Black';
}
.menu a:hover{
	color:#70b20b;
}
.info{
	margin-bottom: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
	text-align:center;
	font-weight:bold;
}
.info a{
	color:#000000;
	text-decoration:none;
}
.info a:hover{
	color:#bdfe3c;
}
.cl33{
	position:relative;
	float:left;
	width:33.33%;
}
.cl20{
	position:relative;
	float:left;
	width:20%;
}
.bggry{
	background-color:#f1f3f5;
	color:black;
	border-radius:20px;
	overflow:hidden;
}
.pie{
	position:absolute;
	right:0;
	bottom:-10px;
}
.pie img{
	 max-width: 140px;
}
#nosotros{	
	font-size:20px;
	margin-top:20px;
}
#nosotros h1{
	    font-style: italic;
}
.btn-grn{
	background-color: #bdfe3c;
    color: black;
    border: 1px solid #bdfe3c;
    border-radius: 20px;
    font-weight: bold;
    padding: 8px 14px 8px 14px;
    font-size: 20px;
	font-family: 'Satoshi-Bold';
}
.btn-grn:hover{
	background-color:black;
	border: 1px solid black;
	color:#bdfe3c;
}
.col40{
	position:relative;
	float:left;
	width:40%;
}
.col40 img{
	max-width:100%;
}
.col60{
	position:relative;
	float:left;
	width:60%;
}
#soluciones{
	background-color:#e0e0e0;
}
.lt{
	font-family: 'Satoshi-Regular';
}
.col33{
	position:relative;
	float:left;
	width:33.33%;
	margin-bottom:30px;
}
.col33 img{
	max-width:100%;
	width: 100%;
}
.cuadro{
	background-color: #bdfe3c;
    color: black;
    position: absolute;
    width: 70%;
    z-index: 99;
    bottom: 25px;
    left: 15px;
}
.btn-soluciones{
	border: 3px solid #000;
    color: white;
    background-color: #000000;
    border-radius: 20px;
    font-weight: bold;
    padding: 8px 16px 8px 16px;
    font-size: 22px;
    font-family: 'Satoshi-Bold';
}
.btn-soluciones:hover{
	border: 3px solid #bdfe3c;
    background-color: #bdfe3c;
	color:black;
    border-radius: 20px;
    
}
#banner{
	background-color:#bdfe3c;
	font-size:22px;
}
#elegirnos{
	background-color:white;
	
}
#elegirnos h1{
	font-family: 'Satoshi-Bold';
	font-size:60px;
}
.btn-banner{
	color: black;
    background-color: #ffffff;
    border-radius: 40px;
    font-weight: bold;
    padding: 17px 24px 17px 24px;
    font-size: 22px;
    font-family: 'Satoshi-Bold';
    border: 1px solid white;
}
.btn-banner:hover{
	background-color:black;
	border: 1px solid black;
	color:white;
}

.col30{
	position:relative;
	float:left;
	width:30%;
}
.col30 img{
	max-width:100%;
}
.col70{
	position:relative;
	float:left;
	width:70%;
}
#minibanner{
	background-image:url('../imagenes/mini_banner.png');
	background-size:cover;
	margin-bottom: 40px;
}
.btn-mini{
	background-color: #bdfe3c;
    color: black;
    border-radius: 40px;
    font-weight: bold;
    padding: 8px 17px 8px 17px;
    font-size: 22px;
    font-family: 'Satoshi-Bold';
    border: 1px solid white;
}
.btn-mini:hover{
	background-color: black;
    color: #bdfe3c;
}
.ah2{
	font-size: 30px;
    margin-bottom: 10px;
}
#footer{
	background-color:#000000;
	color:white;
}
.afot{
	color:white;
	text-decoration:none;
}
.afot:hover{
	color:#bdfe3c;
}
.f20{
	font-size: 20px;
}
.f19{
	font-size: 18px;
}
.col-30{
	position:relative;
	float:left;
	width:30%;
}
.col-30 img{
	max-width:100%;
}
.col-70{
	position:relative;
	float:left;
	width:70%;
}
.col-33{
	position:relative;
	float:left;
	width:33%;
}
.collapsible2 {
	background-color: rgb(255 255 255 / 0%);
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 21px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 20px;

}
.collapsible2 .activeded, .collapsible2:hover {
  color:#70b20b;
}

.collapsible2:active {
	color:#70b20b;
}
.collapsible2:after {
	content: '\002B';
    color: black;
    font-weight: bold;
    float: left;
    margin-right: 15px;
    background: #70b20b;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 27px;
    font-size: 32px;
}
.activeded:after {
    content: "\2212";
    color: 9bfe02;
}
.content p{
	font-size: 20px;
    font-weight: bold;
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size:20px;
  font-weight:bold;
}
.reds{
	font-size: 27px;
    text-decoration: none;
    color: white;
    margin-left: 15px;
}
.reds:hover{
	color:#bdfe3c;
}
.inforesponsive2{
	display:none;
}
.inforesponsive{
	display:none;
}
.menuresponsive{
	display:none;
}
.accordion2 {
    background-color: rgb(255 255 255 / 0%);
    color: black;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 20px;
}

.accordion2.active, button.accordion2:hover {
    color: #bdfe3c;
}

.accordion2:after {
    /*content: '\002B';*/
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion2.active:after {
    /*content: "\2212";*/
}

.panel2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color:white;
	text-align:left
}
.lnk{
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	border: none;
	background: rgb(255 255 255 / 0%);
	font-weight: bold;
}
.lnk:hover{
	background-color:#bdfe3c;
}
/**************************************/
#banner_nosotros{
	height:300px;
	width:100%;
	background-image:url('../imagenes/bannerNosotros.png');
	background-size:cover;
	background-position:right;
	color:white;
}
#banner_contacto{
	height:300px;
	width:100%;
	background-image:url('../imagenes/banner_contacto.png');
	background-size:cover;
	background-position:right;
	color:white;
}
#banner_productos{
	height:300px;
	width:100%;
	background-image:url('../imagenes/bannerProductos.png');
	background-size:cover;
	background-position:right;
	color:white;
}
#banner_proyectos{
	height:300px;
	width:100%;
	background-image:url('../imagenes/bannerProyectos.png');
	background-size:cover;
	background-position:right;
	color:white;
}
.in-banner{
	width: 90%;
    position: relative;
    float: left;
    left: 5%;
    margin-top: 90px;
    font-size: 26px;
}
.htitulo{
	font-size:50px;
}
.barra_divisoria_banner{
	border:5px solid #bdfe3c;
	margin-top:10px;
	margin-bottom:20px;
	width:350px;
	max-width:100%;
}
.barra_divisoria{
	border:2px solid #bdfe3c;
	margin-top:10px;
	margin-bottom:20px;
	width:80%;
}
.contenedor-verde{
	background-color:#bdfe3c;
	color: black;
    font-size: 33px;
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: 7px;
    font-style: italic;
}
.f25{
	font-size:22px;
}
#fortalezas{
	background-color:black;
	color:white;
}
.circulo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #bdfe3c;
    color: black;
    border: 1px solid #bdfe3c;
    font-size: 20px;
}
.abso{
	position: absolute;
    top: 30px;
    left: 30px;
}
.btn-verde{
	font-size: 23px;
    background-color: #bdfe3c;
    border: 1px solid #bdfe3c;
    padding: 13px 23px 13px 23px;
    border-radius: 25px;
    font-weight: bold;
}
.btn-verde:hover{
	background-color:black;
	border:1px solid black;
	color:white;
}
.formulario{
	background-color: #bdfe3c;
    border: 1px solid #bdfe3c;
    color: black;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    border-radius: 8px;
}
.inp{
	width: 90%;
    padding-left: 4%;
    padding-right: 6%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #bdfe3c;
    font-size: 16px;
	margin-bottom:10px;
}
.ara{
	width: 90%;
    padding-left: 4%;
    padding-right: 6%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #bdfe3c;
    font-size: 16px;
	margin-bottom:10px;
	resize:none;
}
.enviar{
	background: white;
    border: 1px solid white;
    padding: 7px 20px 7px 20px;
    font-size: 19px;
    border-radius: 20px;
	margin-bottom:5px;
}
.enviar:hover{
	background-color:black;
	color:white;
	border:1px solid black;
}
.text-cnt{
	text-align:center;
}
.col20{
	position:relative;
	float:left;
	width:25%;
}
.col80{
	position:relative;
	float:left;
	width:75%;
}
.categorias{
	background-color: white;
    color: black;
    width: 100%;
    border-radius: 6px;
    border: 3px solid white;
    border-bottom: 4px solid #bdfe3c;
    font-size: 24px;
    padding: 11px;
    font-weight: bolder;
    margin-bottom: 20px;
    text-align: left;
	font-family: 'Satoshi-Black';
}
.categoriasi{
	position: absolute;
    right: 5px;
    font-size: 16px !important;
    top: 22px;
}
.btn-categorias{
	background-color: gainsboro;
    color: black;
    width: 100%;
    border-radius: 6px;
    border: 1px solid gainsboro;
    font-size: 17px;
    padding: 11px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
}
.btn-categorias a{
	text-decoration:none;
	color:black;
}
.btn-categorias:hover{
	background-color: #9bfe02;
    color: black;
}
.cate{
	text-decoration:none;
	color:black;
	font-size:17px;
	font-family: 'Satoshi-Black';
}
.box{
	appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
	top: 3px;
}
.producto {
    width: 33.33%;
    position: relative;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.producto img{
	width:100%;
}
.cuadro-info{
	background-color: #bdfe3c;
    color: black;
    position: relative;
	float:left;
    width: 100%;
	cursor:pointer;
}
.cuadro-info:hover{
	color: #bdfe3c;
    background-color: black;
	transition:all 0.6s;
}
/******************Paginacion****************/
.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
	list-style-type:none;
}
.pagination li {
	position: relative;
    float: left;
    border: 1px solid gainsboro;
    margin-left: 3px;
    margin-right: 4px;
}
.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.active {
    background-color: #000;
}

.active a{
	color:white !important;
}

.pagination li a:hover:not(.active) {
	background-color: #000;
	color:white;
}
.paginacion{
	position:relative;
	float:left;
	margin:20px;
}
.menu-categorias-resp {
    display: none;
}
/*********************************************/
.oh{
	overflow:hidden;
}
.mask{
	position: absolute;
    background-color: rgb(0 0 0 / 34%);
    height: 100%;
    width: 100%;
    color: white;
	cursor:pointer;
	z-index:9;
	font-weight: bold;
    font-size: 26px;
}
.mask:hover{
	background-color: rgb(0 0 0 / 74%);
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.mask:hover .inmask{
	bottom:60px;
	-webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
}
.mask:hover .category{
	visibility:visible;
	opacity:1;
	-webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
}
.col33:hover img{
	 transform: scale(1.1);
	 -webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
}
.inmask{
	position:absolute;
	bottom:40px;
	width:90%;
	left:10%;
	transition: all 1s ease;
}
.category{
	margin-bottom: 10px;
	font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: #000;
    padding: 2px 15px;
    justify-content: center;
    align-items: center;
    background-color: #bdfe3c;
    border-radius: 55px;
    border: 1px solid #bdfe3c;
	visibility:hidden;
    opacity:0;
	-webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
}

/*********************************************/
.bxsh{
	box-shadow: 0px 0px 15px 5px rgba(163,163,163,0.83);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(163,163,163,0.83);
	-moz-box-shadow: 0px 0px 15px 5px rgba(163,163,163,0.83);
	background-color:white;
}
.separador{
	border:2px solid #cffe70;
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	left:5%;
	position:relative;
}
.cp20{
	position:relative;
	float:left;
	width:20%;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.cp20 img{
	max-width:100%;
}
.action{
	background: white;
    color: black;
    padding: 8px 22px 8px 22px;
    font-size: 18px;
    border: 3px solid black;
	margin-right:10px;
	font-family: 'Satoshi-Regular';
	font-weight:400;
}
.action:hover{
	background: black;
    color: white;
	transition:0.6 all;
}
.brinco{
	display:none;
}
@media screen and (max-width: 1336px){
	.menu a{
		font-size:16px;
		margin-left: 16px;
        margin-right: 16px;
    
	}	
}
@media screen and (max-width: 1150px){
	#nosotros{
		margin-top:0px;
	}
	.info{
		display:none;
	}
	.containermenu {
		margin-top: 0px;
	}
	.inforesponsive{
		display:block;
		background-color:black;
		color:white;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
	}
	.inforesponsive a{
		color:#fff;
		text-decoration:none;
	}
	.inforesponsive a:hover{
		color:#bdfe3c;
	}
	.menu a {
       font-size: 14px;
	   margin-left: 14px;
       margin-right: 14px;
	}
}
@media screen and (max-width: 1125px){
	.containermenu > .in{
		left:2.5%;
		width:95%;
	}
}
@media screen and (max-width: 1111px){
	#minibanner > .col60{
		width:100%;
	}
	.col50{
		width:100%;
		text-align:center;
	}
	.col50 > .mar-30{
		margin-top:10px;
		margin-bottom:10px;
	}
	#minibanner > .col40{
		width:100%;
	}
}
@media screen and (max-width: 1095px){
	.col33{
		width:50%;
	}
	.text-cnt{
		text-align:left;
	}
	.elegir{
		display:none;
	}
	.col70{
		width:100%;
	}
	.collapsible2:after{
		float:right;
	}
}
@media screen and (max-width: 1035px){
	.logo{
		width:100%;
		text-align:center;
	}
	.logo img{
		max-width: 240px;
	}
	.containermenu{
		width:100%;
	}
	.menu{
		display:none;
	}
	.menuresponsive{
		position:relative;
		float:left;
		width:100%;
		display:block;
	}
}
@media screen and (max-width: 1000px){
	.col-30{
		width:100%;
	}
	.cnt{
		text-align:center;
		margin-bottom:10px;
	}
	.col-70{
		width:100%;
	}
}
@media screen and (max-width: 956px){
	.containermenu {
        margin-top: 13px;
    }
}
@media screen and (max-width: 950px){
	.col40{
		width:100%;
		text-align:center;
	}
	.col40 img{
		max-width:400px;
	}
	.col60{
		width:100%;
	}
	.mar30{
		margin-top:0px;
		margin-bottom:0px;
	}
	.btn-banner{
		margin-top:20px;
	}
	#banner_contacto{
		background-position:center;
	}
	.in-banner {
        font-size: 18px;
    }
	.barra_divisoria_banner {
		width: 230px;
	}
	.cl20{
		width:33.33%;
		min-height: 200px;
	}
}
@media screen and (max-width: 915px) {
    .producto {
        width: 50%;
    }
}
@media screen and (max-width: 860px){
	.col-33{
		width:100%;
		margin-bottom:20px;
	}
	.inforesponsive{
		display:none;
	}
	.inforesponsive2{
		display:block;
		background-color:black;
		color:white;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
	}
	.inforesponsive2 a{
		color:#fff;
		text-decoration:none;
	}
	.inforesponsive2 a:hover{
		color:#bdfe3c;
	}
	.cl33{
		width:100%;
		margin-bottom:10px;
	}
	
}
@media screen and (max-width: 725px) {
    .col80 {
        width: 100%;
    }
	 .col20 {
        display: none;
    }
	.menu-categorias-resp {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 655px){
	.col33{
		width:100%;
	}
	.cl20{
		width:50%;
		min-height: 200px;
	}
}
@media screen and (max-width: 510px){
	#elegirnos h1 {
		font-size: 40px;
	}
	
	.absol{
		position:relative;
		float:left;
		width:100%;
		margin-top:15px;
		text-align:center;
	}
}
@media screen and (max-width: 400px){
	#barra{
		text-align:center;
	}
	.brinco{
		display:block;
	}
	.mlft{
		margin-left:0;
	}
}