.contenedor-limites{
	overflow: hidden;
}

/*BANNER*/
.contenedor-banner img{
	display: block;
	width:100%;
}

/*marcas*/
.marcas{
	padding-top:20px;
	padding-bottom: 20px;
	background-color: black;
	text-align: center;
}

.celda-marca{
	width:25%;
	margin-bottom: 20px;
	text-align: center;
}

.celda-marca .interno{
	padding-left: 20px;
	padding-right: 20px;
}

.celda-marca img{
	width:100%;
	max-width: 140px;
	display: block;
	margin:0 auto;
}


@media only screen and (max-width: 1000px) {
	.celda-marca img{
		max-width: 120px;
	}

	.celda-marca img{
		margin-bottom: 10px;
	}
}


@media only screen and (max-width: 768px) {

	.celda-categoria{
		width:33.33%;
	}
}


@media only screen and (max-width: 575px) {

	.celda-categoria{
		width:50%;
	}
}

@media only screen and (max-width: 425px) {

	.celda-categoria{
		width:100%;
		margin-bottom: 30px;
	}
}


/*mapa*/

#mapa-home{
	height: 50vh;
	min-height: 500px;
	background-color: #999;
}

/*ENVIOS*/

.banner-envios{
	position:relative;
}

.contenido-banner-envios{
	padding-top:40px;
	position: relative;
	z-index: 3;
}
.contenido-banner-envios-2{
	padding-bottom: 70px;
	position: relative;
}

.contenido-banner-envios-2 img{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 130%;
}

.banner-envios .fondo{
	position: absolute;
	width:100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 1;
}

.banner-envios .foto img{
	height: 110%;
	display: block;
}
.titulo-banner-envios{
	font-family: fuente-bold;
	color:white;
	font-size: 80px;

}

.boton-banner-envios{
	margin-top:50px;
	background-color: #72BFD7;
	border-radius: 10px;
	display: inline-block;
	color:white;
	line-height: 40px;
	font-size: 20px;
	font-family: fuente-bold;
	cursor:pointer;
	padding-left: 10px;
	padding-right: 10px;
}


.boton-banner-envios:hover{
	background-color: #EDB800;
}

@media only screen and (max-width: 1000px) {

	.titulo-banner-envios{
		font-size: 60px;
	}

	.boton-banner-envios{
		margin-top:30px;
	}

	.contenido-banner-envios-2 img{
		right: 5%;
	}

	.contenido-banner-envios{
		padding-left: 20px;
	}
	.contenido-banner-envios{
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 768px) {
	.titulo-banner-envios{
		font-size: 45px;
	}

	.boton-banner-envios{
		margin-top: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.contenido-banner-envios{
		padding-left: 0px;
	}

	.contenido-banner-envios-2 img{
		right:0%;
	}
}

@media only screen and (max-width: 475px) {
	.titulo-banner-envios{
		font-size: 35px;
	}

	.boton-banner-envios{
		margin-top:10px;
	}
}

@media only screen and (max-width: 400px) {
	.titulo-banner-envios{
		font-size: 30px;
	}
}




/**BANNER PRODUCTOS DESTACADOS*/
.banner-producto-destacado img{
	display: block;
	width:100%;
}


/*DESTACADOS*/

.destacados{
	padding-top:60px;
	padding-bottom: 60px;
	background-color: #EEE;
	color:black;
	font-family: fuente-black;
}

.destacados .desplazable-fichas{
	position: relative;
	left: 0px;
}

.destacados .contenedor-fichas{
	overflow: auto;
}

.destacados .titulo-seccion{
	font-family: fuente-black;
	font-size: 50px;
	margin-bottom: 20px;
}

/*ROTATORIO PROMOCIONES*/
.clabs-promociones{
	background-color: black;
	position: relative;
}

.clabs-rotatorio{
  width:100%;
  overflow: hidden;
}

.clabs-contenido-rotatorio{
  position: relative;
  left: 0px;
}

.clabs-contenedor-botones-rotatorio{
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;

}

.clabs-boton-rotatorio{
  width:15px;
  height: 15px;
  border-radius: 50%;
  border:3px solid white;
  margin-left: 4px;
  margin-right: 4px;
  cursor:pointer;
  display: inline-block;
  vertical-align: top;
  background-color: black;
}

.clabs-boton-rotatorio:hover{
  background-color: white;
  border:3px solid black;
}


/*REDES*/
.clabs-siguenos{
	background-color: black;
	padding-top: 20px;
}

.clabs-titulo-redes{
  font-family: fuente-bold;
  font-size: 30px;
  text-align: center;
  margin-top:10px;
  margin-bottom:30px;
}
.clabs-celda-redes{
  width:25%;
  position: relative;
}
.clabs-celda-redes img{
  display: block;
  width:100%;
}

.clabs-hover-redes{
  position:absolute;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  top:0px;
  left:0px;
  color:white;
  display: none;
}

.clabs-celda-redes:hover .clabs-hover-redes{
  display: block;
}

.clabs-links-redes{
  position: relative;
  text-align: center;
  top:50%;
  font-family: generica;
  font-size: 40px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .clabs-celda-redes{
    width:50%;
  }
}

@media only screen and (max-width: 450px) {
  .clabs-celda-redes{
    width:100%;
  }
}


/*CONTACTO*/

.contacto{
	background-color: white;
	color:black;
	position: relative;
	z-index: 2;
}

.contenido-contacto{
	
	padding-bottom: 20px;
}

.celda-formulario{
	padding-top:50px;
	width:80%;
	position: relative;
	z-index: 2;
}

.celda-formulario .interno{
	padding-right: 20px;
}

.contenedor-campo-nombre{
	width:100%;
	margin-bottom: 20px;
}
.contenedor-campo-correo, .contenedor-campo-telefono{
	width:50%;
	margin-bottom: 20px;
}

.contenedor-campo-correo .interno-campo{
	padding-left: 20px;
}

.contenedor-campo-telefono .interno-campo{
	padding-right: 20px;
}

.contenedor-campo-mensaje{
	margin-bottom:20px;
}

.contenedor-boton-contacto{
	text-align: right;
}

.contacto input, .contacto textarea{
	width:100%;
	height: 40px;
	border:1px solid black;
	font-family: fuente-regular;
	background-color: rgba(255,255,255,.5);
}
 .contacto textarea{
	height: 160px;
}

.boton-contacto{
	background-color: #999;
	border-radius: 10px;
	display: inline-block;
	color:white;
	line-height: 40px;
	font-size: 20px;
	font-family: fuente-bold;
	cursor:pointer;
	padding-left: 10px;
	padding-right: 10px;
	color:black;
}

.boton-contacto:hover{
	background-color: #FFF;
	color:black;
}

.celda-foto{
	position: absolute;
	bottom: 0px;
	right: -50px;
	height: 105%;
}

.celda-foto img{
	display: block;
	height: 100%
}

.titulo-contacto{
	font-family: fuente-black;
	font-size: 40px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1000px) {

	.celda-formulario{
		width:70%;
	}

	.contacto input, .contacto textarea{
		height: 30px;
	}

	.contacto textarea{
		height:120px;
	}

	
	.titulo-contacto{
		font-size: 35px;
	}
}

@media only screen and (max-width: 768px) {

	.contenedor-campo-nombre .interno-campo{
		padding-right: 10px;
	}

	.celda-foto{
		right: -100px;
		z-index: 2;
	}

	.titulo-contacto{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.contenedor-campo-telefono{
		width:100%;
	}

	.contenedor-campo-correo{
		width:100%;
	}

	.contenedor-campo-nombre{
		width:100%;
	}

	.contenedor-campo-nombre .interno-campo{
		padding-right: 0px;
	}

	.contenedor-campo-telefono .interno-campo{
		padding-left: 0px;
		padding-right: 0px;
	}

	.contenedor-campo-correo .interno-campo{
		padding-left: 0px;
		padding-right: 0px;
	}


	.contacto textarea{
		padding-right: 30px;
	    box-sizing: border-box;
	}

	.contenedor-campo-correo .interno-campo {
    	padding-right: 0px;
    	padding-left: 0px;
	}

	.celda-formulario{
		width:65%;
	}

}

@media only screen and (max-width: 600px) {

	.celda-foto{
		right: -150px;
		z-index: 2;
	}

}


@media only screen and (max-width: 500px) {
	.celda-foto{
		position: relative;
		width: 100%;
		right: 0px;
		height: 300px;
		text-align: center;
	}
	.contenido-contacto{
		padding-bottom: 0px;
	}
	.celda-foto img{
		display: block;
		margin:30px auto;

	}

	.celda-formulario{
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.celda-formulario{
		width:100%;
	}

	.celda-foto{
		position: relative;
	    height: auto;
	    width: 250px;
	}
	.celda-foto img{
		height: auto;
		width:100%;
	}
	.contenido-contacto{
		padding-bottom: 0px;
	}

	.contenedor-campo-correo .interno-campo {
    	padding-right: 0px;
	}
	.contenedor-campo-telefono .interno-campo {
    	padding-right: 0px;
	}
}

.acceso-sucursales{
	position: relative;
}

.acceso-sucursales img{
	display: block;
	width: 100%;
}

.acceso-sucursales .boton-sucursales{
	display: inline-block;
	vertical-align: top;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 60px;
	background-color: black;
	color: white;
	font-family: fuente-bold;
	position: absolute;
	top:30%;
	right: 10%;
	cursor: pointer;
	font-size: 22px;
	width: 20%;
}
@media only screen and (max-width: 1000px) {
	.acceso-sucursales .boton-sucursales{
		top:33%;
		right: 10.5%;
		cursor: pointer;
		width: 23%;
		font-size: 18px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.acceso-sucursales .boton-sucursales{
		top:32%;
		right: 8.5%;
		cursor: pointer;
		width: 27%;
		font-size: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 650px) {
	.acceso-sucursales .boton-sucursales{
		top:25%;
		line-height: 40px;
	}
}


@media only screen and (max-width: 550px) {
	.acceso-sucursales .boton-sucursales{
		width: 40%;
		font-size: 13px;
		right: 2%;
	}
}
