* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--purple-dark: #170312;
	--purple-medium: #33032d;
    --purple-light: #531253;
    --gray-light: #eaeaea;
    --white: #f4fffd;
    --green-dark:#22e2b2;
    --green-medium:#53f8cf;
    --green-light:#53f3cb;
    --blanco: #ffffff;
    --blue: #0e1559;
    --blue-dark: #080c3b;
    --blue-light: #1e277b;
    --rosa: #c170c4;
	--coral: #df6184;
    --rosa-light: #f9bbbb;
    --rosa-dark: #d78484;
    --dorado: #01bca1;
	--verde: #D0D072;

		--bg: #fafafa;
		--font: "Archivo", sans-serif;
		--font-display: "Archivo Narrow", sans-serif;
		--hotpink: #e94057;
		--orange: #f27121;
		--gradient: linear-gradient(35deg, var(--orange), var(--hotpink));
	  
	
}



body {
	
	
	background:
   
    #ffffff;
    background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px;

	font-size: 20px;
	
font-family:"fredoka one";
font-weight: 400;
}

h1 {
	font-family:"bellybeans";
}

a2 {
	font-family:'fredoka one';
	color: var(--dorado);
	
	}

	a3 {
	font-family:'fredoka one';
	color: #1c67b0;
	font-weight: 400;
	}

	a4 {
	font-family:'fredoka one';
	color:#059ae7;
	
	}

.ir-arriba {
	display:none;
	padding:10px;
	
	font-size:40px;
	color:#7b7677;
	cursor:pointer;
	position: fixed;
	bottom:10px;
	right:10px;
	border-radius: 60px;
	z-index:999;
}

p {
	font-size: 23px;

}

/* ------------------------- */
/* Header */ 
/* ------------------------- */








.reloj {
	text-align: center;
	background-color: var(--dorado);
	color: var(--blanco);
}






/* ------------------------- */
/* NAVBAR */
/* ------------------------- */
.menu {
	background-color: var(--rosa);
	width: 100%;
	position: sticky;
	top: 0;
	padding: 5px;
	z-index: 999;
	text-align: center;
	display: flex;
	justify-content: center;
	font-family: "fredoka one";
	font-style: italic;
	margin-bottom: 60px;
}

.menu a {
	display: inline-block;
	padding: 10px 30px;
	font-size: 26px;
	background-color: var(--rosa);
	margin: 0 10px;
	transition: .5s ease all;
	color: var(--gray-light);
	text-decoration: none;
}

.menu a:hover {
	transform: translateY(18px);
	background-color: var(--dorado);
}

.logo1 {

	text-align: center;
	margin:auto;
}

.logo1 img {
	width: 25%;
	padding-bottom: 20px;
	text-align: center;
}

.fotoportada img{
width: 100%;
}

.boton {
	color:#ffffff;
	background-color: #000000;
	padding: 5px;
	text-decoration: none;
	font-family: "fredoka one";
	margin-bottom: 10px;
}

/* ------------------------- */
/* Nosotros */
/* ------------------------- */
.nosotros {

	margin-bottom: 60px;
	font-size: 15px;
}

.subtitulo {
	font-size: 20px;
	color: var(--rosa);
	font-family: "fredoka one";
	font-weight: 700;
	z-index: 2;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.subtitulo span {
	background-color: var(--gray-light);
	padding: 0 15px;
	z-index: 99;
	position: relative;
}

.subtitulo::after {
	content: "";
	display: inline-block;
	height: 2px;
	width: 100%;
	background: var(--dorado);
	position: relative;
	top: -29px;
	z-index: 1;
}



.nosotros .titulo {
	width: 70%;
	font-family: "fredoka one";
	font-size: 60px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 50px;
	animation: fluido 30s ease-in-out infinite;
background: linear-gradient(-45deg, #dffa03, #fac203, #f803a4, #cf02fc, #08f7fe, #fb5003, #9745a9);
background-size: 300%;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  }

   @keyframes fluido {
0% { background-position: 0 50% }
50% { background-position: 100% 50% }
100% { background-position: 0 50% }
}

.titulo h2 {

	animation: fluido 30s ease-in-out infinite;
background: linear-gradient(-45deg, #dffa03, #fac203, #f803a4, #cf02fc, #08f7fe, #fb5003, #9745a9);
background-size: 300%;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  }

   @keyframes fluido {
0% { background-position: 0 50% }
50% { background-position: 100% 50% }
100% { background-position: 0 50% }

}



.titulo2 p {
	width: 70%;
	font-family: "fredoka one";
	font-size: 60px;
	text-transform: uppercase;
	display: inline-block;
}



.nosotros .enlace {
	display: inline-block;
	margin-top: 40px;
	color: var(--dorado);
	font-weight: 700;
	border: 1px solid var(--dorado);
	transition: .3s ease all;
	font-size: 25px;
	font-family:  "fredoka one";
	padding: 5px;
}

.nosotros .enlace:hover {
	color:#fff;
	background-color: var(--dorado);
	text-decoration: none;
	letter-spacing: 3px;
	
}

.nosotros i {
	font-size: 30px;
	color:var(--dorado);
}

/*galeria*/

.gallery {
	
	margin-top: 40px;
	color:#fff;
	background-color:var(--dorado);
	font-weight: 700;
	border: 1px solid var(--blue-light);
	
	font-size: 15px;
	font-family:  "fredoka one";
	padding: 10px;
}

.gallery:hover {

	color:var(--blue-light);
	background-color:transparent;
	text-decoration: none;
	
}

/* ------------------------- */
/* Productos */
/* ------------------------- */
.productos {
	background: var(--gray-light);
	padding: 20px;
	margin-bottom: 60px;

}

.productos .titulo {
	width: 70%;
	color:var(--dorado);
	font-size: 44px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 50px;
}

.productos p {
	font-size: 22px;
}

.productos .producto {
	position: relative;
	width: 100%;
}

.productos .overlay {
	width: 0%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--rosa);
	overflow: hidden;
	transition: .5s ease;
}

.productos .producto:hover .overlay{
	width: 100%;
	opacity: .8;
}

.productos .producto .overlay-texto {
	top: 50%;
	left: 50%;
	position: absolute;
	white-space: nowrap;
	color: var(--white);
	font-size: 18px;
	transform: translate(-50%, -50%);
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.productos .btn-productos {
	background-color: var(--dorado);
	color: #fff;
	padding: 7px 20px;
	text-transform: uppercase;
	font-size: 16px;
	border: 2px solid transparent;
	transition: .3s ease;
}

.productos .btn-productos:hover {
	background-color: transparent;
	border: 2px solid var(--dorado);
	color: var(--purple-light);
}

.container {
	margin: auto;
	text-align: center;
}




.contenedor23 {
	background-color: var(--rosa);
	text-align: center;
	color:#ffffff;
	padding: 20px;
}

.contenedor23 video {
	width: 40%;
	margin:auto;
}

.contenedor23 img {
	max-width: 1000px;
	width: 50%;
}

.contenedor23 p {
	color: #ffffff;
}

.contenedor23 a {
	text-decoration: none;
	color:#ffffff;
	font-family:  "fredoka one";
	font-size: 25px;
}

.contenedor23 i {
	font-size: 30px;
}



/* ------------------------- */
/* Separador */
/* ------------------------- */
.separador {
	width: 100%;
	height: 350px;
	background-image: url('../img/mariposatapalpa.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 60px;
}

.separador p {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-family:  "fredoka one";
	padding-top: 300px;
	color:#681c37;
	mix-blend-mode: color-burn;
}


.separador2 {
	width: 100%;
	height: 350px;
	background-image: url('../img/pueblobig.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 60px;
}

.separador2 p {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-family:  "fredoka one";
	padding-top: 300px;
	color:#681c37;
	mix-blend-mode: color-burn;
}


.separador3 {
	width: 100%;
	height: 350px;
	background-image: url('../img/milabautizo2.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 60px;
}

.separador3 p {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-family:  "fredoka one";
	padding-top: 300px;
	color:#681c37;
	mix-blend-mode: color-burn;
}

.separador4 {
	width: 100%;
	height: 350px;
	background-image: url('../imagenes/lalobig.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 60px;
}

.separador4 p {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-family:  "fredoka one";
	padding-top: 300px;
	color:#681c37;
	mix-blend-mode: color-burn;
}

.carrusel {
	padding-bottom: 20px;
}




/* ------------------------- */
/* Acerca de */
/* ------------------------- */
.acerca-de {
	margin-bottom: 60px;
}

.acerca-de i {
	color:var(--dorado);
	font-size: 50Px;
}

.galeriaslider {
max-width: 600px;
width:90%;
margin: auto;

}

/* ------------------------- */
/* Galeria */
/* ------------------------- */
.galeria {
	margin-bottom: 60px;
}

.galeria img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.morado {
	color:var(--rosa);
	font-size: 18px;
}

.blanco {
	color:var(--blanco);
	font-size: 18px;
}


.clima {
	padding: 25px;
}

.referencia h1 {
	color:var(--rosa);
	font-size: 45px;
}

.referencia i {
	color:var(--rosa);
	font-size: 45px;
}

.referencia p {
	color:#807e80;
	font-size: 20px;
}

.logopueblos {
	max-width: 700px;
	width: 100%;
	margin: auto;
}

.logopueblos img {
	width: 30%;
}

.logopueblos p {
	color:var(--dorado);
	font-size: 22px;
	font-family:  "fredoka one";
}

.contacto {
	margin-bottom: 60px;
}

.direccion {

	width: 80%;
	max-width: 1500px;
	
	color:var(--dorado);
	margin:auto;
	padding: 10px;
	text-align: center;
	
}

.direccion h3 {
	color: var(--rosa);
}

.direccion i {
	font-size: 30px;
}

.direccion p {
	font-size: 25px;
}

.callchat i {
	color:#fff;
	font-size: 20px;
	background-color:var(--dorado);
	padding: 10px;
}

.callchat i:hover {
	color:var(--rosa);
	background-color: transparent;
	border:1px solid var(--blue-light);
}

.callchat a {
	padding: 3px;
	font-size: 20px;

}




.redes-sociales {
	margin:auto;
	padding: 10px;
	background-color: var(--rosa);
}

.redes-sociales a {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.redes-sociales img {
	padding: 5px;
	border-radius: 100%;
	width: 50px;
	transition: .3s ease all;
}

.redes-sociales img:hover {
	transform: scale(1.2);
}

.label1 {
	display: block;
	margin-top: 1rem;
	font-family: var(--font-display);
	font-weight: 600;
	text-transform: uppercase;
	min-width:3rem;
  }
  
  .input {
	display: block;
	min-width: 500px;
	width:80%;
	margin-top: 0.2rem;
	background: rgba(0, 0, 0, 0.03);
	padding: 0.5rem 0.1rem;
	border: 0;
	border-bottom: 5px solid var(--hotpink);
	font-size: 1.5rem;
	color: var(--hotpink);
  }
  
  .input:focus {
	outline: 0;
	background: rgba(0, 0, 0, 0.06);
  }
  
  .label1:nth-of-type(even) input {
	border-bottom-color: var(--orange);
	color: var(--orange);
  }
  
  button {
	cursor: pointer;
	border: 0;
	background-image: var(--gradient);
	border-radius: 10px;
	color: white;
	margin-top: 5px;
	padding: 5px;
	font-size: 20px;
	
	font-weight: 600;
	text-transform: uppercase;
	
	margin:auto;
  }
  
  button:hover,
  button:focus {
	opacity: 0.9;
	outline: 0;
  }
  
  .mensaje {
	background-image: var(--gradient);
	margin-bottom: 2rem;
	color: white;
	padding: 1rem 3rem;
	border-radius: 10px;
	font-size: 1.5rem;
  }
  
  .mensaje:empty {
	display: none;
  }
  
  .mensaje p {
	margin: 1em 0;
  }

  .pases {
	background-color: #c170c4;
  }



/* ------------------------- */
/* Mediaqueries */
/* ------------------------- */
@media screen and (max-width: 992px) {
	p {
		font-size: 18px;
	}

	.contenido-header .texto {
		font-size: 60px;

	}

	.menu a {
		font-size: 20px;
	}

	.nosotros .titulo,
	.productos .titulo {
		font-size: 30px;
	}

}

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

	.contenido-header {
	display:none;
	
    
}


.contenido-header .texto {
		display:none;

	}



	.mainmovil {
		display:block;
		
	}

.mainmovil img {
		display:block;

	}



	.nosotros p{
	font-size: 23px;
	
}

.titulo p {
	font-size: 
}




	/*.mainmovil img {
		display:block;
	}*/

	
	.menu a {
		padding: 5px;
		font-size: 25px;
	}


	.logo1 img {
	width: 65%;
}



	.direccion p {
	font-size: 25px;
}

	.contenedor23 video {
	width: 99%;
}

.separador {
	height: 220px;
	background-attachment:initial;

}

.separador p {
	
	font-size: 22px;
	padding-top: 150px;
	

	
}

.separador2 {
	height: 220px;
	background-attachment:initial;

}

.separador3 {
	height: 220px;
	background-attachment:initial;

}


.separador4 {
	height: 220px;
	background-attachment:initial;

}

.contenedor23 iframe {
	width: 99%;
	height: auto;
}



.morado {
	
	font-size: 22px;
}



.productos p {
	font-size: 23px;
}



.callchat i {
	font-size:26px;
}

.callchat a {
	font-size:26px;
}



}