*
{
	box-sizing: border-box;
}
#locales::selection
{
	background-color: #ffc53d;
	color: #fff;
}
html
{
	font-size: 0.94vw;
}
body	
{
 
 
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;

  background-color: #d28929ed;
  font-size: 1rem;
}

a
{
	display: inline-block;
}
selection
{
	position: relative;
}
footer
{

}
footer .prefooter
{
	position: relative;
	bottom: -4rem;
}
footer .pie
{
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: rgb(7, 19, 48 / 1.0);
	padding-top: 5rem;
}
footer .pie a
{
	color: #fff;
}
footer .pie .lista-redes
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
footer .pie .lista-redes a
{
	margin-left: 1rem;
	font-size: 1.2rem;
}
nav a
{
    margin: 0 50px 0 50px;
    margin-left: 18px;
    margin-right: 18px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    justify-content: inherit;
}
.cabecera 
{
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: rgba(255, 236, 192, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.link-logo
{
	display: inline-block;
	vertical-align: middle;
}
.cabecera .link-logo
{
	display: inline-block;
	vertical-align: middle;
}
.logo 
{
	width: 100px;
	height: auto;
	margin: 10%;
	color: #9B177E;
}
.cabecera .menu
{
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	vertical-align: middle;
	
}
.cabecera .menu
{
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#3B2300;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: none;*/ 
}
.cabecera .menu a
{
	margin-left: 0.5rem;
	margin-right: 0,5rem;
	color: #BF1A1A;
	font-size: 0.9rem;
	font-weight:700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.15rem;
	word-spacing: 0.3rem;
	transition: all 0.5s, 0.5s cubic-bezier(.31,.73,.97,.48);
}
.cabecera .menu spam
{
	color: white;
}
.cabecera .menu .seleccionado,
.cabecera .menu a:hover
 {
  	color: #ffea7d;
 }
  .cabecera .menu a:first-child
  {
  	 margin-left: 0;
  }
   .cabecera .menu a:last-child
   {
   	margin-right: 0;
   }
    .cabecera .menu a:nth-child(odd)
    {
    	background-color: ;
    }
     .cabecera .menu a:nth-child(even)
     {
     	background-color: ;
     }
 /* .cabecera .menu a:first-of-type
  {
  	margin-right: 0;
  }
   .cabecera .menu a:last-of-type
   {
   	margin-right: 0;
   }
/* .cabecera .menu a:visited
    {
    	color: #ff0000;
    }*/
/*.cabecera .menu a[target=_blank]
{
	color: red;*/
.saltarina
	{
		width: 2.3rem;
		height: 2.3rem;
		border-radius: 100%;
		border: 0.1rem solid #fff;
		color: #fff;
		text-decoration: none;
		display: flex;
		font-size: 1.8rem;
		align-items: center;
		justify-content: center;
		position: absolute;
		bottom: 3rem;
		left: 50%;
		transform: translatex(-50%);
		animation-name: saltar; /*grupo de frames que vamos a utilizar*/
		animation-duration: 1s;/*duracion*/
		animation-timing-function: linear;/*tipo de animacion*/
		animation-iteration-count: infinite;/*cuantas veces*/
		/*animation-direction: alternate;/*direccion de animacion*/
	}
	.saltarina:hover
	{
		animation-play-state: paused;
	}
@keyframes saltar
{
	/*from{
			bottom: 3rem;
	}
	to{
			bottom: 5rem;
}*/
0%{bottom: 3rem}
/*25%{color: yellow; border-color: yellow}*/
50%{bottom: 5rem}
100%{bottom: 3rem}
}
.cabecera .menu a[href*="#"]
{
	color: #BF1A1A;
}
.cabecera .menu a[href^="#"]
{
	color: green;
}
.cabecera .hamb
{
	color: rgba(255, 255, 255, 1.0);
	font-size: 2.8rem;
	display: none;
}
.container
{
	width: 85.74%;
	padding: 0 1rem;
	margin: auto;
}
#banner .container
{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.banner-home
{
	width: 50%;
	height: auto;
	display: block;
}
.container
{
	width: 1200px;
	padding: 0 15px 
	/*padding-left: 15px;*/
	margin: 0 auto;
}
.container-full
{
	width: 100%;
	padding: 0 1rem;
}
.menu a 
{
	color:#FFE100;
	text-decoration: none;
	/*tipografia Caveat Brush*/
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    font-style: normal;
}
.menu a:hover
{
	color:#0019ff;
}
.fila
{
	margin-left: -1rem;
	margin-right: -1rem;
	display: flex;
	flex-wrap: wrap;
}
.fila .fila-centrada
{
	justify-content: center;
}
.inclinar-texto
{
	font-style: italic;
}
.columna
{
	padding-left: 1rem;
	padding-right: 1rem;
	/*display: inline-block;
	margin-left:-1px;
	margin-right: -1px;
	vertical-align: top;*/
}
.columna-100
{
	width: 100%;
	color: #F39F9F;

}
.columa-75
{
	width: 75%;
}
.centrar-texto
{
	text-align: center;
	margin-right: -15px;
	margin-left: -15px;

}
.columna-50
{
	width: 50%;
	color: white;                              
}
.columna-33
{
	width: 33%;
}
.columna-8
{
	width: 8.33%;
}
.empujar-33
{
	margin-left: 33.33%;
}
.orden 
{
	order: 2;
}
.justificar-texto
{
	text-align: justify;
}
.video-fondo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;/*propiedad solo para imagenes y video*/
	object-position: center;
	z-index: 1;
	filter: grayscale(1);
	opacity: 0.5;
}
.importante
{
	font-style: italic;

}
.titulos
{
	margin-top: 0;
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 2.8rem;
	text-shadow: 0.25rem 0.20rem 0.15rem #000;
	position: ;
	padding-top: 1rem;
	display: inline-block;
	padding-right: ;
	padding-left: 90%;
}
.titulos2
{
	margin-top: 0;
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 2.8rem;
	text-shadow: 0.25rem 0.20rem 0.15rem #000;
	position: ;
	padding-top: 1rem;
	display: inline-block;
	padding-right: ;
	padding-left: %;
	color: white;
}
.titulos3
{
	margin-top: 0;
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 2.8rem;
	text-shadow: 0.25rem 0.20rem 0.15rem #000;
	color: white;
	position: ;
	padding-top: 1rem;
	display: inline-block;
	padding-right: ;
	padding-left: %;
}
.titulos::before
{
	position: absolute;
	top: 0;
	width: 3rem;
	left: 50%;
	height: 0.13rem;
	background-color: #413e4a;
	margin-left: -1.5rem;
	content: " ";	

}
.titulos::after
{
	position: absolute;
	top: 0;
	width: 0.3rem;
	left: 0;
	height: 100%;
	background-color: #413e4a;
	content: " ";
}
.margin-arriba
{
	margin-top: 2.8rem;
}
.centrar-texto
{
	text-align: center;
}
.seccion
{
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
}
.contenido-cuadrado .contenido-cuadrado
{
	top: 50%;
	transform: translateY(-50%);
}
.mapa
{
	padding-bottom: 100%;
}
#productos
{
    background-image: url();   imagen de fondo
   
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-size: contain;
    background-attachment: fixed;
    background-color:

    background-image: url(../);
    background-position: center bottom;
    background-repeat:repeat;
}
#productos .titulos
{
	color: #ffc53d;
	font-size: 4rem;
	
}
section
{
	position: relative;
}
#banner
{
	height: 100vh;
	/*height: calc(100vh - 7rem);
	background-color: #000;
	background-color: #000;*/
}
#banner .banner-home
{
		width: 100%;
    height: 100%;
    display: block;
    opacity: 0.75;
    object-fit: cover;
    object-position: center;
}
#banner .container
{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.cabecera .container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.cabecera .link-logo .logo
{
	width: 5.5rem;
	height: auto;
	/*margin: 80%;
	color: pink;*/
}

#banner .container p 
{
	/*font-size: 1.3rem;*/
	color:#BF1A1A;
	line-height: 2;
	/*background-color: #d28929ed;*/
	border-radius: 0.7;

}
.btn 
{
	padding: 0.8rem 2rem;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	border-radius: 15px;
	border-width: 2px;
	border-style: solid;
	transition: all 0.5s ease;
	background-color:  #d28929ed;
	color: white;
}
.btn-circulo
{
	width: 2.8rem;
	height: 2.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration:  none;
	padding: 0.3rem;
	font-size: 1.3rem;
	border-radius: 100%;
	border-width: 0.15rem;
	border-style: solid;
	transition: all 0.5s ease;
	
}
.btn-circulo.borde-blanco
{
	color: #fff;
	border-color: #fff;
}
.btn-circulo.borde-blanco:hover
{
	background-color: #fff;
	color: #824c00;
}
.btn.boton-transparente
{
	background-color: transparent;
	/*border: 2px solid #ffca31;
	color: #ffca31;
	border-radius: 15px;*/
	border-color: #FF9F00;
	color: #FF9F00;
}
.btn.boton-transparente:hover
{
	background-color: #ffca31;
	border-color: #ffca31;
	color:#fff;
	transform: skew(30deg);
}
.sin-pading
{
	padding-right: 0;
	padding-left: 0;
}
.contenedor-cuadrado
{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-color: rgb(7, 19, 48, 1.0);
	cursor: pointer;
}
.contenedor-cuadrado.cont-rect 
{
	padding-bottom: 56.25%;
}
.contenedor-cuadrado img 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease;
}
.contenedor-cuadrado:hover img
{
	transform: scale(1.2);
	opacity: 0.75;
	filter: grayscale(100%);

}
.contenedor-cuadrado.cont-rect:hover img
{
	transform: none;
}
.contenedor-cuadrado .contenido-cuadrado
{
	position: absolute;
	text-align: center;
	width: 100%;
	padding-right: 2rem;
	padding-left: 2rem;
	top: -100%;
	color:white;
	transition: all 0.5s ease;
}
.contenedor-cuadrado:hover .contenido-cuadrado
{
	top: 50%;
	transform: translate(50% -50%);
}
.contenedor-cuadrado .contenedor-cuadrado h2
{
	margin-top: 0;
}
.mapa
{
	position: relative;
	padding-bottom: 33.33%;
	width: 100%;
}
.mapa iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}
.btn.boton-amarrillo
{
	border-color:#43766C;
	background-color: #43766C;
	color: yellow;
	border-radius: 15px;
}
.btn.boton-amarrillo:hover
{
	border-color: #824c00;
	background-color: #824c00;
	color: #ffc53d;
}
/*#locales p ~ p
{
	background-color: red;
}*/
#locales ul 
{
	padding-left: 0;
	list-style-position: inside;
	list-style-position: decimal-leading-zero;
	list-style-image: url(../img/logosilueta32.png);
	line-height: 5;
	columns: 3;

}
#locales ul li
{
	margin-left: 1rem;
}
#locales ul > li
{
	margin-left: 1rem;
}
#servicios 
{
	
}
#servicios .contenedor-serv
{
	text-align: center;
	background-color: #FFECC0;
	padding: 2.8rem 2rem;
	height: 100%;
	border-radius: 1rem;
	transition: all 4s ease;
}
#servicios .contenedor-serv:hover
{
	box-shadow: inset 2px 0px 7px 3px rgba(230, 120, 0, 0.75);
}
#servicios .contenedor-serv
{
	height: auto;
	margin-bottom: 1rem;
}
#productos
{
	padding-bottom: 0;
}
#productos .fila:nth-child(2)
{
	padding: 0;
}

#servicios .contenedor-serv i
{
	font-size: 2.8rem;
	transition: all 4s ease;
}
#servicios .contenedor-serv:hover i
{
	/*transform: scaley(2);*/
	transform: rotateX(180deg);
}
#testimonio
{
	position: relative;
	background-color: #824c00;
	color: blue;
	line-height: 1.5;
}
#testimonio .trama-video
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#B77466 5%, rgb( 150 110 45 / 50%) 50%), url(../img/foto4..jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	/*filter: grayscale(1);*/
}
#testimonio .container
{
	z-index: 3;
	position: relative;
}
#testimonio .titulos::before
#testimonio .titulos::after
{
	background-color: #ffc53d;
}
#testimonio p
{
	margin-bottom: 0;
}
#testimonio p::first-letter
{
	font-size: 2rem;
	font-weight: 600;
}
/*#testimonio p::first-line
{
	background-color: red;
}*/
@media (min-width: 1200px)
{
	
}
@media (max-width: 1199px)
{
	.container
	{
		width: 960px;
	}
}
@media (max-width: 991px)
{
	.container
	{
		width: 750px%;
	}
}
@media (max-width: 767px) /*celular*/
{
	html
	{
		font-size: 4vw;
	}
	footer .pie
	{
		text-align: center;
	}
	footer .pie .lista-redes
	{
		justify-content: center;
		margin-bottom: 1rem;
	}
	footer .pie .lista-redes a
	{
		margin-left: 1rem;
		margin-right: 1rem;
		font-size: 1.5rem;
	}
	.container
	{
		width: 100%;
	}
	.columna-mb-100
	{
		width: 100%;
	}
	.columna-mb-50
	{
		width: 50%;
	}
	.columna-mb-41
	{
		width: 41.66%;
	}
	.columna-mb-33
	{
		width: 33.33%;
	}
	.columna-mb-25
	{
		width: 25%;
	}
	.columna-mb-16
	{
		width: 16.66%;
	}
	.columna-mb-8
	{
		width: 8.33%;
	}
	.empujar-mb-0
	{
		margin-left: 0;
	}
	.orden
	{
		order: 0;
	}
	.titulos
			{
				font-size: 4rem;
			}
			.cabecera .link-logo .logo
			{
				width: 50px;
				height: auto;
			}
			.cabecera .hamb
			{
				display: block;
			}
			 .cabecera .menu 
			 {
			 	position: fixed;
			 	top: 0;
			 	left: 0;
			 	width: 100%;
			 	height: 100%;
			 	background-color: rgb(7, 19, 48 / 1.0);
			 	display: flex;
			 	justify-content: center;
			 	align-items: center;
			 	flex-direction: column;
			 	display: none;
			 }
			 .seccion
			 {
			 	padding-bottom: 40px;
			 	padding-top: 40px;
			 }
			 #banner .container h1
			 {
			 	font-size: 4rem
			 }
			 #banner .container
			 {
			 	top: 30%;
			 }
			 #servicios .container-serv
			 {
			 	height: auto;
			 	margin-bottom: 1rem;
			 }
}
#banner
{
	height: 100vh;
}
#banner .container h1
{
/*	font-size: 4rem;
	/*color: #fff;
	margin: 0;
	color: rgba(0, 129, 112, 0.5);
	-webkit-text-stroke:2px #fff;
	text-shadow:
	/*font-size: 70px;
	color: #FF9F00;
	margin: 0;
    text-shadow: 
    0 0 #000,
    -1px 0 #000,
    1px 0 #000,
    1px 1px #000,
    -1px -1px #000,
    -1px 1px #000,
    1px -1px #000,
    0 -1px #000,
    0 1px #000;*/

}
#servicios .contenedor-serv i
{
	font-size: 40px;
}

/*pie de pagina responsivo
.footer {
  position: relative;
  width: 100%;
  background: #4F200D;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px 5px;
  flex-wrap: wrap;
}

.icon-elem {
  list-style: none;
}

.icon {
  color: yellow;
  font-size: 50px;
  display: inline-block;
  margin: 0 50px;
  transition: 0.5s;
}

.icon:hover {
  transform: translateY(-10px);
}

.menu {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.menu-elem {
  list-style: none;
}
.menu-icon {
  color: white;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  margin: 5px 10px;
  opacity: 0.5;
  transition: 0.3s;
}

.menu-icon:hover {
  opacity: 1;
}

.text {
  color: white;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}*/

