* {
	padding: 0px;
	margin: 0px;
}

/*
body{
    
*/
body {
	background-image: url('https://www.ecestaticos.com/image/clipping/799dc7f83b5720ab71349b9a9fe8e9dc/si-quieres-llegar-a-viejo-sano-este-es-el-ejercicio-fisico-que-debes-hacer.jpg');
	margin: 0;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: 'Roboto';
}

a {
	text-decoration: none;
}

button:disabled,
button[disabled] {
	background-color: rgb(114 134 247);
	color: #e8e8e8;
	cursor: not-allowed;
}

footer a {
	color: #d4d4d4;
}
.logo {
	width: 30%;
}

.iti__flag {
	background-image: url('./inttelinput/img/flags.png');
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-image: url('./inttelinput/img/flags@2x.png');
	}
}
.intl-tel-input {
	width: 100%;
}

.iti {
	width: 100%;
}
.iti.iti--allow-dropdown {
	width: 94%;
}

.inp-pais {
	width: 94%;
	color: #757575;
	background: #ededed;
	border: solid 2px #cbc9c9;
	padding-left: 3%;
	border-radius: 3%;
	padding-top: 4%;
	padding-bottom: 4%;
	outline: none;
	font-size: 20px;
	margin-bottom: 2%;
	cursor: pointer;
}

.contenedor {
	max-width: 100%;
	background: #fff;
	text-align: center;

	padding-top: 10%;
	padding-bottom: 10%;

	padding-left: 3%;
	padding-right: 3%;

	margin-top: 15%;
}

.titulo-uno {
	font-family: 'Poppins', sans-serif;
	font-size: 160%;
	line-height: 120%;
	margin-top: 10px;
}

.titulo-dos {
	font-family: 'Roboto', sans-serif;
	font-size: 130%;
	line-height: 120%;
	margin-top: 5%;
}

.titulo-tres {
	font-family: 'Roboto', sans-serif;
	font-size: 130%;
	line-height: 120%;
	margin-top: 5%;
	margin-bottom: 2%;
}

.btn {
	background: #fd441b;
	border-style: none;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 130%;
	padding: 5%;
	color: #fff;
	border-bottom: solid 6px #e33009;
	cursor: pointer;
	outline: none;
	text-shadow: -3px 0px 1px rgba(182, 182, 182, 0.1);
	margin-bottom: 4%;
}

.secu {
	color: #9c9c9c;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

footer {
	background: #1a1a1a;
	width: 100%;
	margin-top: 30%;
}

.footer-text {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #676767;
	line-height: 180%;
}

.contenedor-footer {
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}

.tre {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 180%;
	margin-top: 60px;
	margin-bottom: 60px;
}

.flechas {
	width: 70%;
	margin-bottom: 3%;
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: #f8f8f8;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	text-align: center;
	width: 100%;
	padding-top: 7%;
	padding-bottom: 5%;
	padding-left: 1%;
	padding-right: 1%;
	border: solid 4px #000;

	transition: 0.3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.secupop {
	font-family: 'Arial', sans-serif;
	font-size: 90%;
	color: #9c9c9c;
	text-decoration: none;
	margin-bottom: 2%;
}

.titulo-tres2 {
	font-family: 'Roboto', sans-serif;
	font-size: 150%;
	margin-top: 30px;
	margin-bottom: 5px;
	line-height: 40px;
}

.inp {
	width: 90%;
	color: #757575;
	background: #ededed;
	border: solid 2px #cbc9c9;
	padding-left: 3%;
	border-radius: 3%;
	padding-top: 4%;
	padding-bottom: 4%;
	outline: none;
	font-size: 20px;
	margin-bottom: 2%;
}

::placeholder {
	color: #bfbdbd;
}

.titulo-uno-pop {
	font-family: 'Oswald', sans-serif;
	font-size: 170%;
	line-height: 120%;
}

.for {
	margin-top: 10%;
}

.text-green {
	color: #4aea21;
}

.error {
	border: 1px solid red !important;
}

.hide {
	display: none !important;
}

#error-msg {
	display: inline-block;
	color: #fff;
	margin: 1rem 0 0 0;
	background: #ce3e3e;
	border-radius: 3px;
	padding: 5px 10px;
}
/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {
	transform: scale(1);
	opacity: 1;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 1920px) {
	.what img {
		width: 50%;
		justify-content: center;
		margin-top: 10%;
		margin-bottom: 10%;
	}

	.contenedor {
		max-width: 40%;
		margin-right: auto;
		margin-left: auto;
		background: #fff;
		text-align: center;
		padding: 6rem 4rem;
		margin-top: 5rem;
		margin-bottom: 6rem;
		border-radius: 0.2rem;
		box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%),
			0 4px 6px -2px rgba(0, 0, 0, 0.05);
	}

	.titulo-uno {
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 120%;
		margin-top: 2rem;
	}

	.titulo-dos {
		font-size: 150%;
		line-height: 120%;
		margin-top: 5%;
	}

	.titulo-tres {
		font-size: 150%;
		line-height: 120%;
		margin-top: 2rem;
		margin-bottom: 2rem;
		font-weight: bold;
	}

	.flechas {
		width: 40%;
		margin-bottom: 3%;
	}

	.btn {
		background: rgb(58 85 245);
		border: none;
		border-radius: 10px;
		font-family: 'Oswald', sans-serif;
		font-size: 170%;
		padding-left: 20%;
		padding-right: 20%;
		color: #fff;
		cursor: pointer;
		outline: none;
		text-shadow: -3px 0px 1px rgba(182, 182, 182, 0.1);
		margin: 1rem 0;
		width: 94%;
	}

	footer {
		margin-top: 5%;
		padding-bottom: 5%;
	}

	/* ------------------------- */
	/* POPUP */
	/* ------------------------- */

	.overlay {
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		align-items: center;
		justify-content: center;
		display: flex;
		visibility: hidden;
	}

	.overlay.active {
		visibility: visible;
	}

	.popup {
		background: #f8f8f8;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		text-align: center;
		width: 40%;
		padding-top: 3%;
		padding-bottom: 2%;
		padding-left: 1%;
		padding-right: 1%;
		border: solid 4px #000;

		transition: 0.3s ease all;
		transform: scale(0.7);
		opacity: 0;
	}

	.secupop {
		font-family: 'Arial', sans-serif;
		font-size: 90%;
		color: #9c9c9c;
		text-decoration: none;
		margin-bottom: 2%;
	}

	.titulo-tres2 {
		font-family: 'Roboto', sans-serif;
		font-size: 150%;
		margin-top: 30px;
		margin-bottom: 5px;
		line-height: 40px;
	}

	.inp {
		width: 90%;
		background: #ededed;
		border: solid 2px #cbc9c9;
		padding-left: 3%;
		border-radius: 3%;
		padding-top: 3%;
		padding-bottom: 3%;
		outline: none;
		font-size: 20px;
		margin-bottom: 2%;
	}

	.titulo-uno-pop {
		font-family: 'Poppins', sans-serif;
		font-size: 2.7rem;
		line-height: 120%;
		text-align: center;
	}

	.for {
		margin-top: 5%;
	}
	/* ------------------------- */
	/* ANIMACIONES */
	/* ------------------------- */
	.popup.active {
		transform: scale(1);
		opacity: 1;
	}
}

@media screen and (max-width: 1024px) {
	.what img {
		width: 50%;
		justify-content: center;
		margin-top: 10%;
		margin-bottom: 10%;
	}

	.contenedor {
		max-width: 70%;
		margin-right: auto;
		margin-left: auto;
		background: #fff;
		text-align: center;

		padding: 6rem 4rem;

		margin-top: 10%;
		margin-bottom: 10%;
	}

	.titulo-uno {
		font-family: 'Poppins', sans-serif;
		font-size: 3rem;
		line-height: 120%;
		margin-top: 3rem;
	}

	.titulo-dos {
		font-family: 'Roboto', sans-serif;
		font-size: 150%;
		line-height: 120%;
		margin-top: 5%;
	}

	.titulo-tres {
		font-family: 'Roboto', sans-serif;
		font-size: 150%;
		line-height: 120%;
		margin-bottom: 1%;
		font-weight: bold;
	}

	.flechas {
		width: 40%;
		margin-bottom: 3%;
	}

	.btn {
		background: rgb(58 85 245);
		border: none;
		border-radius: 10px;
		font-family: 'Oswald', sans-serif;
		font-size: 150%;
		padding-left: 20%;
		padding-right: 20%;
		color: #fff;
		cursor: pointer;
		outline: none;
		text-shadow: -3px 0px 1px rgba(182, 182, 182, 0.1);
		margin: 1rem 0;
		width: 94%;
	}

	footer {
		margin-top: 5%;
		padding-bottom: 5%;
	}

	/* ------------------------- */
	/* POPUP */
	/* ------------------------- */

	.overlay {
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		align-items: center;
		justify-content: center;
		display: flex;
		visibility: hidden;
	}

	.overlay.active {
		visibility: visible;
	}

	.popup {
		background: #f8f8f8;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		text-align: center;
		width: 70%;
		padding-top: 3%;
		padding-bottom: 2%;
		padding-left: 1%;
		padding-right: 1%;
		border: solid 4px #000;

		transition: 0.3s ease all;
		transform: scale(0.7);
		opacity: 0;
	}

	.secupop {
		font-family: 'Arial', sans-serif;
		font-size: 90%;
		color: #9c9c9c;
		text-decoration: none;
		margin-bottom: 2%;
	}

	.titulo-tres2 {
		font-family: 'Roboto', sans-serif;
		font-size: 150%;
		margin-top: 30px;
		margin-bottom: 5px;
		line-height: 40px;
	}

	.inp {
		width: 90%;
		background: #ededed;
		border: solid 2px #cbc9c9;
		padding-left: 3%;
		border-radius: 3%;
		padding-top: 3%;
		padding-bottom: 3%;
		outline: none;
		font-size: 20px;
		margin-bottom: 2%;
	}

	.titulo-uno-pop {
		font-family: 'Oswald', sans-serif;
		font-size: 330%;
		line-height: 120%;
		text-align: center;
	}

	.for {
		margin-top: 5%;
	}
	/* ------------------------- */
	/* ANIMACIONES */
	/* ------------------------- */
	.popup.active {
		transform: scale(1);
		opacity: 1;
	}
}

/*Sea aplicado cuando la pantalla llegue a un minimo de 800*/
@media screen and (max-width: 800px) {
	.seguro {
		width: 50%;
	}

	.contenedor {
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
		background: #fff;
		text-align: center;
		padding: 6rem 4rem;
		margin-top: 10%;
		margin-bottom: 10%;
	}

	.titulo-uno {
		font-family: 'Poppins', sans-serif;
		font-size: 2.1rem;
		line-height: 120%;
		margin-top: 30px;
	}

	.titulo-dos {
		font-family: 'Roboto', sans-serif;
		font-size: 130%;
		line-height: 120%;
		margin-top: 5%;
	}

	.titulo-tres {
		font-family: 'Roboto', sans-serif;
		font-size: 130%;
		line-height: 120%;
		margin-bottom: 1%;
		font-weight: bold;
	}

	.flechas {
		width: 90%;
		margin-bottom: 3%;
	}

	.btn {
		background: rgb(58 85 245);
		border: none;
		border-radius: 10px;
		font-family: 'Oswald', sans-serif;
		font-size: 130%;
		padding-left: 20%;
		padding-right: 20%;
		color: #fff;
		cursor: pointer;
		outline: none;
		text-shadow: -3px 0px 1px rgba(182, 182, 182, 0.1);
		margin: 1rem 0;
		width: 94%;
	}

	footer {
		margin-top: 5%;
		padding-bottom: 15%;
	}

	.what img {
		width: 80%;
		justify-content: center;
		margin-top: 10%;
	}

	/* ------------------------- */
	/* POPUP */
	/* ------------------------- */

	.overlay {
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		align-items: center;
		justify-content: center;
		display: flex;
		visibility: hidden;
	}

	.overlay.active {
		visibility: visible;
	}

	.popup {
		background: #f8f8f8;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		text-align: center;
		width: 90%;
		padding-top: 10%;
		padding-bottom: 5%;
		padding-left: 1%;
		padding-right: 1%;
		border: solid 4px #000;

		transition: 0.3s ease all;
		transform: scale(0.7);
		opacity: 0;
	}

	.secupop {
		font-family: 'Arial', sans-serif;
		font-size: 90%;
		color: #9c9c9c;
		text-decoration: none;
		margin-bottom: 2%;
	}

	.titulo-tres2 {
		font-family: 'Roboto', sans-serif;
		font-size: 150%;
		margin-top: 30px;
		margin-bottom: 5px;
		line-height: 40px;
	}

	.inp {
		width: 90%;
		background: #ededed;
		border: solid 2px #cbc9c9;
		padding-left: 3%;
		border-radius: 3%;
		padding-top: 3%;
		padding-bottom: 3%;
		outline: none;
		font-size: 20px;
		margin-bottom: 2%;
	}

	.titulo-uno-pop {
		font-family: 'Oswald', sans-serif;
		font-size: 170%;
		line-height: 120%;
		text-align: center;
	}

	.for {
		margin-top: 5%;
	}

	/* ------------------------- */
	/* ANIMACIONES */
	/* ------------------------- */
	.popup.active {
		transform: scale(1);
		opacity: 1;
	}
}
