*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', 'Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif';
   text-align: center;
	text-decoration: none;
}

body{
	width: 100%;
	min-height: 100vh;
	max-width: 1200px;
	font-size: 18px;
	overflow-x: hidden;
	background: url('../img/background.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgb(231, 163, 114);
}


/* ******************************************************** */
/* Estilos para los Datos */

.Contenedor{
	display: flex;
	flex-direction: row;
	justify-content:space-around;
	align-items: center;
	width: 90%;
	height: 80vh;
	margin: auto;
}

/* ******************************************************** */
/* Estilos para Modal mensajes */

.msg {
	display: none;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	/* max-width: 1200px; */
	position: fixed;
	/* padding-top: 100px; */
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.459);
	
}

.msg-content {
	display: flex;
	width: 400px;
	max-width: 50%;
	height: 30%;
	justify-content: center;
	align-items: center;
	position: relative;
	background: white;
	border-radius: 10px;
	background: url("../img/Nopal_Iz.png"),
			url("../img/JDN_bg2.png"),
			rgba(158, 66, 4, 0.5);;
	background-position: left bottom, bottom;
	background-repeat: no-repeat, repeat;
	background-size: 14vh, 15vh , auto;
}

.msg-btn-closed {
	position: absolute;
	top: 5px;
	right: 3px;
	/* padding: 5px; */
	background: none;
	border: none;
	outline: none;
	font-size: 20px;
	cursor: pointer;
}

/* ******************************************************** */
/* Estilos Suscribete (left) */
.left{
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	align-items: center;
	width: 30%;
	height: 60%;
	color: rgb(167, 177, 31);
}

.left h1{
	font-size: 2rem;
	-webkit-text-stroke: 2px rgb(65, 23, 119);
}
.left p{
	font-size: 0.8rem;
}

.contacto{
	display: flex;
	flex-direction: column;
	height: 40%;
}
.contacto img {
	width: 28px;
	margin-right: 0.7rem;
}
.cont-tel{
	display: flex;
	flex-direction: column;
}

.social-media{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.social-media-iconos{
	flex-direction: row;
}

.social-logo{
	background: #c1cd29;
	width: 30px;
	margin: 2px;
	border-radius: 8px;
	border: 2px solid rgb(20, 114, 7);
	cursor: pointer;
}
.social-logo:hover{
 background: #e6d8ae;
 transform: translateY(-10px);
 transition: 0.4s ease-in-out;
}

/* ******************************************************** */
/* Entrada de datos (right) */
.right{
	display: flex;
	flex-direction: column;
	width: 40%;
	margin: auto;
}

.form {
	border-top: 2px solid black;
	width: 100%;
	max-width: 400px;
	padding: 20px 30px;
	margin: auto;
	margin-top: 10px;
	background: linear-gradient(
		0deg,
		rgba(71, 60, 7, 0.39) 0%,
		rgba(231, 167, 108, 0.80) 70%
		);
	border-radius: 30px;
}
	
.form-titulo {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	-webkit-text-stroke: 1px rgb(65, 23, 119);
	color: rgb(29, 122, 84);
	margin-bottom: 1rem;
 }


 .form-input {
	margin-bottom: 20px;
 }
 
 .form-input label {
	display: block;
	margin-top: 7px;
	font-size: 1rem;
	color: rgb(10, 71, 78);
 }
 
 .form-input input {
	width: 100%;
	border: none;
	outline: none;
	background: none;
	border-bottom: 1px solid rgb(14, 81, 88);
 }
 
 .form-input input:focus + label {
	font-weight: bold;
	color: black;
 }

 .form textarea{
	width: 100%;
	background: rgba(163, 109, 9, 0.5);
	border-radius: 10px;
	border: 2px solid rgb(20, 114, 7);
 }

 .form-boton input {
	background: rgb(4, 78, 87);
	color: rgb(112, 192, 159);
	padding: 8px 25px;
	font-size: 1.2rem;
	display: block;
	margin: auto;
	margin-top: 1rem;
	border: none;
	border-radius: 20px;
 }
 
 .form-boton input:hover {
	background: rgb(1, 35, 39);
	transition: 0.5s;
 }
 
 .mensajeError {
	color: rgb(184, 31, 31);
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
 }
 
 .yaReg {
	display: flex;
	/* display: none; */
	justify-content: center;
	/* align-items: center; */
	/* width: 40vw; */
	/* height: 20vh; */
	margin: 1rem;
	/* font-size: 2rem; */
	text-align: center;
	/* font-weight: bold; */
	/* color: rgb(37, 9, 83); */
	/* -webkit-text-stroke: 1px rgba(134, 212, 118, 0.5); */
	border: none;
	border-radius: 20px;
	background-color: rgba(137, 139, 14, 0.5);
	/* cursor: pointer; */
 }
 .yaReg p {
	font-size: 1rem;
	color: black;
 }
 .registrado {
	/* display: flex; */
	/* display: none; */
	/* justify-content: center; */
	/* align-items: center; */
	/* width: 40vw; */
	/* height: 20vh; */
	/* margin: 1rem; */
	font-size: 2rem;
	/* text-align: center; */
	font-weight: bold;
	color: rgb(37, 9, 83);
	-webkit-text-stroke: 1px rgba(134, 212, 118, 0.5);
	/* border: none; */
	/* border-radius: 20px; */
	/* background-color: rgba(137, 139, 14, 0.5); */
	cursor: pointer;
 }


/* ******************************************************** */
/* Clases comunes */
.linea{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
}
.linea a{
	font-size: 0.8rem;
	color: rgb(167, 177, 31);
}

.regresar{
	justify-content: center;
	padding: 5px 30px;
	background-color: rgba(178, 196, 163, 0.3);
	color: rgb(209, 172, 123);
	border: 2px solid rgb(20, 114, 7);
	border-radius: 10px;
	cursor: pointer;
}

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

	.left {
		visibility: hidden;
	}
	.right {
		width: 90vw;
	}
	.form {
		padding: auto;
	}
}