@font-face {
  font-family: 'NeueMontrealRegular';
  font-style: normal;
  font-weight: 400;
  src:
    local("NeueMontrealRegular"),
    url("../fonts/NeueMontrealRegular.woff2") format("woff2"),
    url("../fonts/NeueMontrealRegular.woff") format("woff"),
    url("../fonts/NeueMontrealRegular.ttf") format("truetype");
}
@font-face {
  font-family: 'NeueMontrealMedium';
  font-style: normal;
  font-weight: 600;
  src:
    local("NeueMontrealMedium"),
    url("../fonts/NeueMontrealMedium.woff2") format("woff2"),
    url("../fonts/NeueMontrealMedium.woff") format("woff"),
    url("../fonts/NeueMontrealMedium.ttf") format("truetype");
}
@font-face {
  font-family: 'NeueMontrealBold';
  font-style: normal;
  font-weight: 800;
  src:
    local("NeueMontrealBold"),
    url("../fonts/NeueMontrealBold.woff2") format("woff2"),
    url("../fonts/NeueMontrealBold.woff") format("woff"),
    url("../fonts/NeueMontrealBold.ttf") format("truetype");
}



h1,h2,h3,h4,h5{
	/*font-family: 'Ethnocentric';*/
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'NeueMontrealBold';
}

*{
	margin:0;
	padding:0;
	font-family: 'NeueMontrealRegular';
	
}
.container-max{
	position:relative;
	max-width:1400px;
	width:100%;
	margin:0 auto;
}
.container{
	position:relative;
	float:left;
	width:100%;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.mar-40{
	margin-top:40px;
	margin-bottom:40px;
}
.mar-20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar-10{
	margin-top:10px;
	margin-bottom:10px;
}
.catalogo{
	background-color: #e32526;
}
.btn-catalogo{
	background: black;
    color: white;
	border:1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
	font-weight:bold;
	transition: all .2s ease-out;
}
.btn-catalogo:hover{
	    background: #e32526;
}
#header{
	background-color:#000000;
	position:fixed;
	z-index:99;
}
.fake-header{
	position:relative;
	float:left;
	width:100%;
	height:88px;
	background-color:black;
}
#ui-id-1{
	z-index:999;
}
.logo{
	position:relative;
	float:left;
	width:20%;
}
.logo img{
	max-width:100%;
}
.menu{
	position:relative;
	float:left;
	width:80%;
}
.menu a{
	color: #c0c0c0;
    text-decoration: none;
    margin-right: 7px;
    margin-left: 7px;
	font-size:16px;
	font-family: 'NeueMontrealBold' !important;
	transition: all 1s ease-out;
}
.menu a:hover{
	color:#ffffff;
}
.cl70{
	position:relative;
	float:left;
	width:60%;
}
.cl30{
	position:relative;
	float:left;
	width:40%;
}
.search{
	background-color: #ff0000;
    color: white;
    border: 1px solid #ff0000;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 7px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.inp{
	border: 1px solid #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.sel{
	border: 1px solid #ffffff;
    padding: 5px;
	border-radius:5px;
	width:100%;
}
.col-20{
	position:relative;
	float:left;
	width:20%;
	margin-bottom:20px;
}
.btn-buscar{
	background-color:#ff0000;
	color:white;
	padding: 5px;
	border-radius:5px;
	width:100%;
	border: 1px solid #ff0000;
}
#banner{
	background-color:black;
}
#banner img{
	width:100%;
}
#busqueda{
	background-color:#000000;
	color:#ffffff;
}
.txt-cnt{
	text-align:center;
}
#anuncio{
	background-color:#ff0000;
	color:white;
	border-radius:5px;
}
.col30{
	position:relative;
	float:left;
	width:30%;
}
.col30 img{
	max-width:100%;
	width:90%;
}
.col70{
	position:relative;
	float:left;
	width:70%;
}
.tech{
	max-width:250px;
}
.col-50{
	position:relative;
	float:left;
	width:50%;
}
.c40{
	position:relative;
	float:left;
	width:40%;
}
.c40 img{
	max-width:100%;
}
.c60{
	position:relative;
	float:left;
	width:60%;
}
.c50{
	position:relative;
	float:left;
	width:50%;
}
.c50 img{
	max-width:100%;
}
.gry{
	background-color:gainsboro;
}
#boletin{
	background-color:gainsboro;
}
#boletin input{
	font-size:16px;
}
#boletin button{
	font-size:16px;
	padding-right:10px;
}
.rig{
	margin-left: -3px;
    padding: 5px;
}
#footer{
	background-color:black;
	color:white;
}
#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	color:#ff4545;
}
#footer b{
	font-size:20px;
}
.in-2{
	width:95%;
	position:relative;
	float:left;
	left:2.5%;
}
.cold-30{
	width:30%;
	position:relative;
	float:left;
}
.cold-70{
	width:70%;
	position:relative;
	float:left;
}
.col33{
	width:33.33%;
	position:relative;
	float:left;
}
.col33 img{
	max-width:100%;
}

.social{
	margin-left: 10px;
    margin-right: 10px;
    font-size: 23px !important;
}
.social:hover{
	color:#ff4545;
}
#contenedor-rojo{
	background-color:rgb(255 0 0 / 100%);
	min-height:200px;
	line-height:100px;
}
#banner-nosotros{
	background-position:center;
	background-attachment:fixed;
	background-size:100%;
	//background-image:url('../imagenes/banner-nosotros.jpg');
	font-size:50px;
	font-weight:bold;
	color:white;
	font-weight: 600;
}
#banner-contacto{
	background-position:center;
	background-attachment:fixed;
	background-size:100%;
	//background-image:url('../imagenes/banner-nosotros.jpg');
	font-size:50px;
	font-weight:bold;
	color:white;
	font-weight: 600;
}
.cl50{
	width:50%;
	position:Relative;
	float:left;
}
.cl50 img{
	max-width:100%;
}
.title{
	font-size:40px;
}
.title2{
	font-size:20px;
}
.title-c{
	font-size:40px;
}
.barra{
	border:5px solid red;
	width:60%;
}
.f18{
	font-size:19px;
	text-align:justify;
}
#mision{
	background-color:#ff0000;
	color:white;
}
#formulario-contacto{
	background-color:#ff0000;
	color:white;
}
#formulario{
	background-color:#807979;
	color:white;
}
#formulario-contacto h2{
	font-size:40px;
	font-family:'NeueMontrealRegular';
}
#formulario h2{
	font-size:40px;
}
.inpu{
	width:100%;
    border: 1px solid gainsboro;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
	font-size:18px;
	margin-bottom:10px;
}
.txta{
	width:100%;
	border: 1px solid gainsboro;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
	resize:none;
	font-size:18px;
	margin-bottom:10px;
}
.btn-red{
	background: #ff0000;
    color: #fff;
	font-size: 18px;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
	border:1px solid #ff0000;
	margin-top:10px;
	transition: all 1s ease-out;
	cursor: pointer;
}
.btn-red:hover{
	background-color:black;
	border:1px solid black;
}
.owl-next:hover{
	background: #ff0000;
	border:1px solid #ff0000;
}
.owl-prev:hover{
	background: #ff0000;
	border:1px solid #ff0000;
}
.btn-black{
	background: #000;
    color: #fff;
	font-size: 18px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
	border:1px solid #000;
	margin-top:10px;
}
.txt-rig{
	text-align:right;
}
.txt-just{
	text-align:justify;
}
.info-contacto{
	border:1px solid gainsboro;
	border-radius:40px;
}
.circulo{
	width:40px;
	height:40px;
    border-radius: 50%;
    background: #ff4545;
    color: white;
    border: 1px solid #ff4545;
}
.cp20{
	position:Relative;
	float:left;
	width:100%;
}
.c20{
	position:Relative;
	float:left;
	width:100%;
}
.c60{
	position:Relative;
	float:left;
	width:50%;
}
.boton-negro{
	background: black;
    color: white;
    padding: 5px 12px 5px 12px;
    border: 1px solid black;
    border-radius: 19px;
	font-size: 16px;
}
.boton-negro:hover{
	background: #ff4545;
	border:1px solid #ff4545;
}
.boton-negro2{
	background: black;
    color: white;
    padding-top:15px;
    padding-bottom:15px;
    border: 1px solid black;
	font-size: 16px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}
.boton-negro2:hover{
	background: #ff4545;
	border:1px solid #ff4545;
}
.servicio{
	position:Relative;
	float:left;
	width:98%;
	border:2px solid grey;
	border-radius:5px;
}
.over{
	margin-top:0px;
	margin-bottom:15px;
	width: 70%;
    left: 15%;
}
.over h3{
	margin-top:5px;
}
.cl33{
	position:relative;
	float:left;
	width:14.28%;
}
.cl33 img{
	max-width:100%;
}
.c33{
	position:relative;
	float:left;
	width:33.33%;
}
.c33 img{
	max-width:100%;
}
.f19{
	font-size:19px;
	padding: 10px 17px 10px 17px;
}
.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: #ff0000;
}

.active a{
	color:white !important;
}

.pagination li a:hover:not(.active) {
	background-color: #ff0000;
	color:white;
}
.paginacion{
	position:relative;
	float:left;
	margin:20px;
}
.producto{
	width:33.33%;
	position:relative;
	float:left;
	text-align:center;
	margin-bottom:20px;
}
.producto a{
	text-decoration:none;
	color:black;
	font-size:20px;
}
.producto img{
	max-width:100%;
	width:100%;
}
.brdproducto{
	border:1px solid gainsboro;
	border-radius:5px;
}
.bdrd{
	border:1px solid black;
}
.cl20{
	width:25%;
	position:relative;
	float:left;
}
.col20{
	position:relative;
	float:left;
	width:25%;
}
.col80{
	position:relative;
	float:left;
	width:75%;
}
.categorias{
	background-color: black;
    color: white;
    width: 100%;
    border-radius: 6px;
    border: 1px solid black;
    font-size: 19px;
    padding: 11px;
    font-weight: bolder;
	margin-bottom:10px;
}
.btn-categorias{
	background-color: gainsboro;
    color: black;
    width: 100%;
    border-radius: 6px;
    border: 1px solid gainsboro;
    font-size: 17px;
    padding: 11px;
	margin-bottom:10px;
}
.btn-categorias a{
	text-decoration:none;
	color:black;
}
.btn-categorias:hover{
	background-color:red;
	color:White;
	
}
.btn-categorias:hover > a{
	color:white;
}
.brdrdash{
	border:2px dashed black;
	border-radius:5px;
	padding-top:20px;
	padding-bottom:20px;
}
.cl25{
	position:relative;
	float:left;
	width:25%;
}
.sbutton{
	width: 90%;
    padding: 12px;
    border: 1px solid gainsboro;
    font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
}
.sbutton:hover{	
	background: black;
	color:white;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 80%;
  position:relative;
  float:left;
  left:10%;
  
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  right: 10px;
  position: relative;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-h{
	background-color:black;
}
.resp{
	display:none;
}
.respo{
	display:none;
}
.menu-responsivo{
	display:none;
}
button.accordion {
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
}

button.accordion.active, button.accordion:hover {
    background-color: #000;
}

button.accordion:after {
    /*content: '\002B';*/
    color: white;
    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
}
.menu-categorias-resp{
	display:none;
}
.btn-aplicaciones{
    cursor: pointer;
	background: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
	/*font-size:30px;*/
	font-size: 22px;
}
.collapsible {
	background-color: white;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.collapsible .active, .collapsible:hover {
  /*border: 1px solid gainsboro;*/
}

.collapsible:after {
	content: '\002B';
    color: red;
    font-weight: bold;
    float: left;
    margin-right: 15px;
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    border: 1px solid red;
	font-size: 22px;
}

.actived:after {
  content: "\2212";
}

.collapsible2 {
	background-color: white;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 20px;

}

.collapsible2 .activeded, .collapsible2:hover {
  color:red;
}

.collapsible2:active {
	color:red;
}
.collapsible2:after {
	content: '\002B';
    color: black;
    font-weight: bold;
    float: right;
    margin-right: 15px;
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 32px;

}
.lnk-rojo{
	color:Red;
}
.activeded:after {
  content: "\2212";
  color:red;
}
.f16{
	
    font-size: 19px !important;
    font-weight: bold;
}
.parrafoalineado{
	position:Relative;
	float:left;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: visible;
  width: 300px;
  background-color: #ee2b39;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px 6px 10px;
  position: absolute;
  z-index: 1;
  bottom: 95%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ee2b39 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.mar-30{
	margin-top:30px;
	margin-bottom:30px;
}
.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:16px;
  font-weight:bold;
}
.circulo-2{
	position: relative;
    float: left;
    width: 20px;
    height: 20px;
    font-size: 11px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    background: black;
    color: white;
    margin-right: 10px;
}
.circulo-2 i{
	position:relative;
	top:5px;
}

.mb10{
	margin-bottom:10px;
}
.marb20{
	margin-bottom:40px;
}
#myDiv{
	display:none;
}
.mystyle {
  display:block !important;
}
.col-30{
	position:relative;
	float:left;
	width:30%;
}
.col-30 img{
	max-width:100%;
}
.col-70{
	position:relative;
	float:left;
	width:70%;
}
.col-25{
	position:relative;
	float:left;
	width:25%;
}
.col-25 img{
	width:100%;
}
.texto-recuadro{
    position: absolute;
    height: 100%;
	width: 100%;
    background-color: rgb(0 0 0 / 45%);
    z-index: 9;
    color: white;
	transition: all 1s ease-out;
	font-size: 15px;
	cursor:pointer;
}
.texto-recuadro:hover{
	 background-color: rgb(255 0 0 / 81%);
	 cursor:pointer;
}
.boton-negro-circular{
    background: #ff0000;
    color: white;
    padding: 10px 13px 10px 13px;
    border: 1px solid #ff0000;
    border-radius: 19px;
    font-size: 16px;
}
.boton-negro-circular:hover{
	background: #ff4545;
	border:1px solid #ff4545;
}
.mt20{
	position: relative;
    top: 170px;
}
.lnkcate{
	text-decoration:none;
	color:White;
}
#botones-esp  .boton-negro{
	margin-bottom:10px;
}
#secciones-productos h1{
	font-size:45px;
}
.product20{
	position:relative;
	float:right;
	width:20%;
	cursor: pointer;
}
.product80{
	position:relative;
	float:right;
	width:80%;
	cursor: pointer;
}
.marb-5{
	margin-bottom:5px;
}
.view-image-close__full {
	background-color:black !important;
}
.view-image-tools{
	background: rgb(0 0 0 / 0%) !important;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9 !important;
    backdrop-filter: none !important;
}
.view-image-tools__count{
	position: relative;
    float: left;
    height: 40px;
}
.view-image-tools__flip{
	display: block !important;
    width: 98%;
    float: left;
    height: 35px;
    top: 45%;
    position: absolute;
    /* z-index: 99999999 !important; */
    /* background: red;*/
}
.view-image-tools__flip-prev{
	position: relative;
    float: left;
}
.view-image-tools__flip-next{
	position: relative;
    float: left;
    left: 95%;
}
.notShow{
    	display:none!important;
}
.cta-button-reverse{
	transition: all .2s ease-out;
	/*padding:15px 51px 15px 22px;*/
	padding:17px 51px 15px 22px;
	background: rgb(0 0 0 / 0%);
    color: black;
    border: 1px solid #ff0000;
	width:100%;
	min-height:85px;
}
.cta-button-reverse:hover{
	color:white;

}
.cta-button-reverse:before{
	    content: '';
    position: absolute;
    background: #ff0000;
    /* clip-path: polygon(calc(100% - 30px) 0,100% 0,100% 100%,calc(100% - 30px) 100%); */
    clip-path: polygon(calc(95% - 27px) 0,100% 0,100% 95%,calc(95% - 27px) 95%);
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    right: 0px;
    top: 0px;
    transition: all .2s ease-out;
    z-index: -1;
}
.cta-button-reverse:after, .cta-button-ghost:after {
    content: url('../imagenes/glyph-chevron-right.svg');
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    line-height: 0;
    height: 12px;
    width: auto;
}
.cta-button-reverse:hover:before{
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
#closee{
	color:black;
	margin-top:5px;
	right: 15px;
    position: relative;
}
#closee:hover{
	color:red;
}
.cont-absolute{
	position: absolute;
    bottom: 30px;
    right: 10%;
}
@media screen and (max-width: 1315px){
	.mt20{
		/*top:50px;*/
	}
}
@media screen and (max-width: 1160px){
	.cold-30{
		width:100%;
		text-align:center;
	}
	.cold-70{
		width:100%;
		margin-top:20px;
	}
}
@media screen and (max-width: 1140px){
	.col-50{
		width:100%;
	}
	.gry{
		background-color:white;
	}
	.par{
		background-color:gainsboro;
	}
	.view-image-tools__flip{
	width: 95%;
	}
}
@media screen and (max-width: 1100px){
	.logo{
		width:20%;
	}
	.logo img{
		margin-top:10px;
	}
	.menu{
		width:80%;
	}
	.cl50{
		width:100%;
		margin-bottom:20px;
	}
	.cl50 .f18 .title{
		text-align:center;
	}
	.cp20{
		width:100%;
		margin-bottom:10px;
	}
	.c20{
		width:100%;
		text-align:justify;
		margin-bottom:10px;
	}
	.c40{
		width:100%;
		margin-bottom:10px;
	}
	.c60{
		width:100%;
		text-align:justify;
		margin-bottom:10px;
	}
	.col-30{
		width:100%;
	}
	.col-70{
		width:100%;
		text-align:justify;
		margin-bottom:10px;
	}
}
@media screen and (max-width: 1070px){
	.col-25{
		width:50%;
	}
}
@media screen and (max-width: 1055px){
	.cont-absolute {
		bottom: 10px;
	}
}
@media screen and (max-width: 960px){
	.logo{
		position:absolute;
		width:40%;
		text-align:center;
		z-index:9;
	}
	.logo img{
		max-width:200px;
	}
	.menu{
		width:100%;
	}
	.menu-responsivo{
		display:block;
	}
	#links-menu{
		display:none;
	}
	
	.cl70{
		width:100%;
	}
	.cl30{
		width:100%;/***Era display: none*/
	}
}
@media screen and (max-width: 930px){
	.cl33{
		width:100%;
	}
	.cl33 img{
		max-width:100%;
		width:300px;
	}
	.c33{
		width:100%;
	}
	.c33 img{
		max-width:100%;
		width:300px;
	}
}
@media screen and (max-width: 890px){
	#consej > .c50{
		width:100%;
	}
	#shw > .c50{
		width:100%;
	}
}
@media screen and (max-width: 830px){
	#anuncio{
		padding-top:20px;
		padding-bottom:20px;
	}
	.col30{
		width:100%;
		text-align:center;
	}
	.col30 img{
		max-width:140px;
		width:150px;
	}
	.col70{
		width:100%;
	}
	#mas-buscados h1{
		font-size:25px;
		text-align:center;
	}
	#productos-destacados h1{
		font-size:25px;
		text-align:center;
	}
	#nuevos-productos h1{
		font-size:25px;
		text-align:center;
	}
	.cl25{
		width:50%;
	}
}
@media screen and (max-width: 745px){
	#footer .col33{
		width:100%;
		margin-bottom:30px;
	}
	.view-image-tools__flip{
		top: 95%;
		width: 90%;
		left:2.5%;
	}
	.view-image-tools__flip-next {
		left: 90%;
	}
	.view-image-tools__flip-prev {
		left: 2%;
	}
	
}
@media screen and (max-width: 730px){
	.cont-absolute {
		position: relative;
		width:100%;
		float:left;
		bottom:2px;
		right:0;
		text-align:center;
		padding-bottom:20px;
		margin-bottom:20px;
		background-image:url('../imagenes/banner-inicio4.png');
		background-position:bottom;
		
	}
}
@media screen and (max-width: 725px){
	#contenedor-rojo h5{
		font-size:20px;
	}
	.col20{
		display:none;
	}
	.col80{
		width:100%;
	}
	.paginacion{
		margin:0;
	}
	.menu-categorias-resp{
		display:block;
		width:100%;
	}
}
@media screen and (max-width: 715px){
	.col-20{
		width:100%;
		margin-bottom:20px;
	}
	.producto{
		width:50%;
	}
}
@media screen and (max-width: 650px){
	.c50{
		width:100%;
	}
	.brdrdash{
		margin-bottom:20px;
	}
	#secciones-productos  .c50{
		text-align:center;
	}
	/*#secciones-productos .boton-negro{
		display:none;
	}*/
	.respo{
		display:block !important;
		text-decoration:none;
		margin-top:30px;
	}
	.col-25{
		width:100%;
	}
	.product20{
		width:100%;
	}
	.cp20{
		position:relative;
		float:left;
		width:20%;
	}
	.product80{
		width:100%;
	}
	.product80 .in{
		width:100%;
		left:0%;
	}
}
@media screen and (max-width: 600px){
	.producto{
		width:100%;
	}
	.producto img{
		max-width:100%;
		width:100%;
		min-height:auto;
		max-height:inherit;
	}
	.brdproducto{
		border:1px solid gainsboro;
		border-radius:5px;
		min-height: auto;
		max-height: inherit;
	}

}
@media screen and (max-width: 580px){
	#contenedor-rojo h4{
		font-size:25px;
		
	}
	.menu .inp{
		width: 80%;
		position: relative;
		float: left;
	}
	.noresp{
		display:none;
	}
	.resp{
		display:block;
		width:10%;
		position: relative;
		float: left;
		font-size: 14px;
		padding: 4px;
		border: none;
	}
	.cl25{
		width:100%;
	}
	
	.inp{
		width: 80%;
		position: relative;
		float: left;
	}
	.search {
		width:20%;
	}
	.view-image-tools__flip{
		top: 92%;
		width: 90%;
		left:2%;
	}
	.view-image-tools__flip-next {
		left: 86%;
	}
	.view-image-tools__count{
		position:relative;
		top:10px;
	}
	.view-image-close{
		position:relative;
		top:12px;
	}
}
