@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400');
@import url(menu.css);
@import url(nosotros.css);
@import url(productos.css);
@import url(contactenos.css);

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Montserrat Alternates', sans-serif;
	background: #fff;
}

header{
	width: 100%;
	height: 90px; /* altura de la cabecera donde esta el LOGO */
	background: #603301;
	color: #000;
	box-shadow: 2px 2px 5px #000;
	/* para que la cabecera se quede pegada enb la parte superior se agregan las sigueintes lineas en el header*/ 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;	
}

.logomin{
	display: none;
}
.logomin2{
	display: none;
}

.logo{
	
	display: table;
	/*margin-top: 10px;*/
	position: absolute;	
	
}
#banner{
	margin-top:90px;
}
.contenedor{
	width: 100%;
	margin: auto;
}


#destacados{
   	background:#fff url("../img/bg10.png");
	box-shadow:0 6px 6px rgba(0,0,0,0.00) inset,0 -6px 6px rgba(0,0,0,0.09) inset;
	padding: 0px;
	margin: 0px;
}
#destacados h1, h3, h4{
	text-align: center;
	color: #000;
}
#destacados {
	padding:30px 0;	
}
#destacados .contenedor{
	display:flex;
	justify-content: center;
	flex-wrap: wrap; /*para que las fotos que no caben al verlo en resolucion menos, se bajen*/
}
#destacados article{
	margin: 15px;
}
#destacados img{
	width: 100%;
	max-width: 280px;
	 

border-radius: 20px 0px 20px 0px; 
-moz-border-radius: 20px 0px 20px 0px; 
-webkit-border-radius: 20px 0px 20px 0px; 
border: 2px dashed #80431B;

	/*border: 5px solid #ed1c24;*/
	-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.39);
   -moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.39);
   box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.39);
}

#videos{
	background: #7e6962  ;
	padding: 20px;
	
}

#videos .video {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}




footer{
	
	background: #603301 url("../img/bg3-1.png");
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.60);
	
	
	
}

footer .contactar{
	padding: 10px;
	color: #fff;
	margin-left: 25px;
}

footer .contactar a{
	color:#B7B7B7;
}


footer .contenedor3{
	
	width: 60%;	
}
.cotizar{
	width: 40%;
	

}
.cotizar .ya{ 
	display: flex;
	width: 400px;
	height: 90px;
	background: #7e6962;
    float: right;
    margin-top: 100px;
    border-radius: 20px 0px 0px 0px;
    -webkit-box-shadow: inset 12px 13px 8px -5px rgba(0,0,0,0.31);
-moz-box-shadow: inset 12px 13px 8px -5px rgba(0,0,0,0.31);
box-shadow: inset 12px 13px 8px -5px rgba(0,0,0,0.31);

}
.cotizar .ya a{ 
	margin-left: 15px;
	margin-top: 15px;
	padding: 10px;
	font-size: 35px;
	
}

.cotizar .ya a:hover,
a:focus {
  color: #000;  
}

.copy {
	font-size: 15px;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
	font-weight:1000;
	padding-top: 5px;
}

.sociales {
	margin-left: 0px;
	color: #fff;
	text-align: left;
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 5px;

}

.sociales a{
	color: #fff;
	text-decoration: none;

}






@media (max-width: 1130px){

header{
	height: 78px; /* altura de la cabecera donde esta el LOGO */
}	

	.logo{
	display: none;
}

	.contenedor .logomin{
	display: table;
	padding-top: 8px;
	padding-left: 15px;
	position: relative;
}
#banner{
	margin-top:78px;
}

.cotizar .ya{
	display:none;
}



footer .contenedor3{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

@media (max-width: 530px){
.contenedor .logomin{
	display: none;
}
.contenedor .logomin2{
	display: table;
	padding-top: 20px;
	padding-left: 15px;
	position: relative;
	}

}