* {
	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: #ea9e9e;
    --rosa-light: #f9bbbb;
    --rosa-dark: #d78484;
    --dorado: #e4b772;
}

body {
	
	
	background:
    radial-gradient(#e2dedf 3px, transparent 2px),
    radial-gradient(#e2dedf 3px, transparent 2px),
    linear-gradient(#fff 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #e2dedf 75px, #e2dedf 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, #e2dedf 76px, #e2dedf 77px, transparent 78px, transparent 109px),
    #fff;
    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: 'Montserrat Alternates', sans-serif;
font-family: 'Poiret One', cursive;

}

a2 {
	font-family:'Montserrat Alternates';
	color: var(--rosa);
	font-weight: 400;
	}

	a3 {
	font-family:'Poiret One';
	color: #1c67b0;
	font-weight: 400;
	}

	a4 {
	font-family:'Poiret 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: 'Poiret One', serif;
	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%;
}



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

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

.subtitulo {
	font-size: 20px;
	color: var(--rosa);
	font-family: 'Poiret One', serif;
	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%;
	color:var(--dorado);
	font-size: 44px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 50px;
}



.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: 'Poiret One', serif;
	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: 'Poiret One', serif;
	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);
}


.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: 'Poiret One', serif;
	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: 'Poiret One', serif;
	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: 'Poiret One', serif;
	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: 'Poiret One', serif;
	padding-top: 300px;
	color:#681c37;
	mix-blend-mode: color-burn;
}

.separador4 {
	width: 100%;
	height: 350px;
	background-image: url('../img/milabautizo1.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: 'Poiret One', serif;
	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;
}

/* ------------------------- */
/* 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:color:var(--dorado);
	font-size: 22px;
	font-family: 'Poiret One', serif;
}

.contacto {
	margin-bottom: 60px;
}

.direccion {

	width: 80%;
	max-width: 1500px;
	
	color:var(--dorado);
	margin:auto;
	padding: 10px;
	text-align: center;
	border-top: 5px solid:#531253;
	border-bottom: 5px solid:#531253;
}

.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);
}



/* ------------------------- */
/* 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 {
		
	}
	.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;
}



}