@import url("/mun/css/fonts.css") all;
:root{
	--color1: #7f7224;
	--color2: #968432;
	--color3: #b59f4a;
	--color4: #d8ba4a;
	--color5: #ffe361;	
	--cantFotosSlider:7;	/*cantidad de fotos del slider principal*/
}

body{
	font-family: 'Futura', sans-serif;
	letter-spacing: .5px;
	display: block;	
	max-width: 1024px;
	height: 300px;	
	margin: 15px auto;
}


/* _________ ENCABEZADO  _________ */

header{	
	max-width: 1024px;
	display: flex;
	flex-wrap: wrap;
}

/*______ encabezado -> parte izquierda _______________*/



.enc-direccion{
	width: 50%;
	display: flex;	
	position: relative;		
}

.enc-direccion__un-color{
	width: 102px;
	height: 160px;
	
}
.enc-direccion__un-color:nth-child(1){
	background-color: var(--color1);
}
.enc-direccion__un-color:nth-child(2){
	background-color: var(--color2);
}
.enc-direccion__un-color:nth-child(3){
	background-color: var(--color3);	
}
.enc-direccion__un-color:nth-child(4){
	background-color: var(--color4);
}
.enc-direccion__un-color:nth-child(5){
	background-color: var(--color5);
}

.enc-direccion__texto{
	font-size: 2.5em;	
	color: #fff;
	font-family: 'FuturaBd';
	/*! font-weight: bold; */
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);	
}


/*______ encabezado -> parte derecha _______________*/

.enc-logo{
	display: flex;
	width: 50%;
	position: relative;		
}

.enc-logo__texto{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color:#5f6062;
	
}

.enc-logo__logotipo img{
	max-width: 45%;
	position:absolute;
	right: 20px;
	bottom: 20px;
}

/*_______ menu ________________________________________*/

.nav-menu{
	z-index: 2;
	order:3;
}

/*_______ SLIDER ______________________________________*/

#slider-movil{
	display: none;
}

.slider{
	max-width: 1024px;
	height: 260px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
  order:4;
	position: relative;
	z-index: 1;
}

.slider ul{
	display: flex;
	margin: 0;
	padding: 0;
	height: 180px;
	width: calc(100% * var(--cantFotosSlider));
}

.slider ul li{
	list-style: none;
	animation: anima-slider 20s infinite alternate ease-in;
	
}

.slider ul li img{
	width: 100%;
	object-fit: cover;	
}

@keyframes anima-slider{
	0%{transform: translateX(0%);}
	11%{transform: translateX(0%);}

	15%{transform: translateX(-100%);}
	26%{transform: translateX(-100%);}

	30%{transform: translateX(-200%);}
	41%{transform: translateX(-200%);}

	45%{transform: translateX(-300%);}
	56%{transform: translateX(-300%);}

	60%{transform: translateX(-400%);}
	71%{transform: translateX(-400%);}

	75%{transform: translateX(-500%);}
	86%{transform: translateX(-500%);}

	90%{transform: translateX(-600%);}
	100%{transform: translateX(-600%);}
}

/*_______ menu iconos ______________________________________*/

.menu-iconos{
	position: relative;
	order: 5;
	display: flex;
}
.menu-iconos-linea{
  display: flex;
}
.un-icono{
	
}


/*___________ section - contenedor ppal _______________*/

#cont-ppal{
	
}



/*__________ Footer _______________________________*/

.footer-banda{
	display: flex;
	width: 100%;
	height: 20px;
	
}

.footer-banda__un-color{
	width: 20%;
	height: 20px;
}

.footer-banda__un-color:nth-child(1){
	background-color: var(--color1);
}
.footer-banda__un-color:nth-child(2){
	background-color: var(--color2);
}
.footer-banda__un-color:nth-child(3){
	background-color: var(--color3);	
}
.footer-banda__un-color:nth-child(4){
	background-color: var(--color4);
}
.footer-banda__un-color:nth-child(5){
	background-color: var(--color5);
}


.contactos-container{
	color: #fff;
	background-color: var(--color5);
}

#contactos-titulo{
	width: 100%;	
	padding: 20px 20px;
	font-size: 20px;
	font-weight: bold;
	color: var(--color1);
}

.contactos{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.contactos h4{	
	margin: 15px 0px 3px;
	color: var(--color1);
	font-weight: 700;
}
.contactos__muni h4:nth-child(1){
	margin: -4px 0 -15px;	
}
.contactos p{
	margin: 5px 0px;
	font-weight: bold;		
}
.contactos a{
	text-decoration: none;
	color: #fff;
}
.contactos p span{
	padding-right: 5px;	
}

.contactos__muni{
	flex-basis:  330px;
	padding-left: 20px;	
}
.contactos__produccion{
	flex-basis: 300px;	
	padding-left: 15px;
}

.contactos__muni-p1{
	padding-top: 18px;
}

/*_____________________________________________________*/


@media screen and (max-width:800px){
	/*__ encabezado __*/
	.enc-direccion__un-color{			
	  height: 120px;	
  }
	.enc-direccion__texto{
	  font-size: 40px;	
	}
	.enc-logo__texto{
		font-size: 1em;
	}
	/*__     slider       __*/
	.slider{
		height: 202px;
	}
}

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

	/*__ encabezado __*/
	.enc-direccion{
		flex-basis: 100%;
		order:2;
	}
	.enc-direccion__un-color{
		flex-basis: 20%;
		height: 50px;	
	}
	.enc-logo{
		flex-basis: 100%;
		height: 70px;
		order:1;
	}
	.enc-logo img{
		max-width: 28%;
		bottom: 15px;
	}
	.enc-direccion__texto{
	  font-size: 34px;
		letter-spacing: 3px;
		top: 55%;
	}
	.enc-logo__texto{
		font-size: 1em;
		left: 90px;
		bottom: 15px;
	}
	/*__     slider       __*/
		#slider-pc{
			display: none;
		}

		#slider-movil{
			display: block;
		}
	.slider{
		order:3;
		height: 220px;
	}
	
	/* menu iconos */
	.menu-iconos{
		flex-direction: column;
	}
	.menu-iconos-linea{
		margin: 10px;
	}
	.un-icono{
		
	}
	.un-icono img{
		
	}
	/*__ contactos __*/
	.contactos__muni{	
	 margin-bottom: 19px;
	}
}

@media screen and (max-width:450px){
	/*__ encabezado __*/
	.enc-direccion__un-color{
		height: 38px;	
	}
	.enc-logo{
		height: 60px;
	}
	.enc-logo img{
		max-width: 32%;
		bottom: 10px;
		right: 8px;
	}
	.enc-direccion__texto{
	  font-size: 1.5em;
		letter-spacing: 3px;
		top: 55%;
	}
	.enc-logo__texto{
		font-size: 0.9em;
		left: 80px;
		bottom: 10px;
	}
	/*__     slider       __*/
	.slider{
		height: 140px;		
	}
	/*___ footer _____ */
	.contactos{
		
	}
	#contactos-titulo {
		font-size: 1em;		
	}
	.contactos__muni h4{
		font-size: .8em;
	}
	.contactos__muni p{
		flex-basis: 100%;
		font-size: .8em;
		
	}
}
@media screen and (max-width:360px){
		/*__     slider       __*/
	.slider{
		height: 125px;		
	}
}