@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@font-face {
	font-family: "Gobold-Bold";
	src: url("/asset/estilos/font/Gobold-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Gobold-Thin";
	src: url("/asset/estilos/font/Gobold-Thin.ttf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "Gobold-Regular";
	src: url("/asset/estilos/font/Gobold-Regular.ttf") format("truetype");
	font-style: normal;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.tradingview-widget-copyright {
	display: none;
}

.tradingview-widget-container {
	height: 55px !important;
}

@font-face {
	font-family: "Gobold-Bold";
	src: url("/asset/estilos/font/Gobold-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Gobold-Thin";
	src: url("/asset/estilos/font/Gobold-Thin.ttf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "Gobold-Regular";
	src: url("/asset/estilos/font/Gobold-Regular.ttf") format("truetype");
	font-style: normal;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.tradingview-widget-copyright {
	display: none;
}

.tradingview-widget-container {
	height: 55px !important;
}

header {
	height: 67px;
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	z-index: 200;
}
header .icono_menu {
	display: none;
}
header .contenedor {
	height: 65px;
}
header nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
}
header nav .logos {
	cursor: pointer;
	height: 70px;
	width: 200px;
}
header nav .logos img {
	height: 100%;
	width: 100%;
}
header nav .enlaces .link {
	text-decoration: none;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin-left: 20px;
	display: inline-block;
	--clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: transform 0.3s;
	font-weight: bold;
}
header nav .enlaces .link:hover {
	--clippy: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: translateY(-5px);
}
header nav .enlaces .link::after {
	content: "";
	display: block;
	background-color: #a59970;
	width: 100%;
	margin-top: 3px;
	height: 3px;
	clip-path: var(--clippy);
	transition: clip-path 0.5s;
}
header nav .enlaces .link::after::after.active {
	display: none;
}
header nav .enlaces .active {
	border-bottom: 3px solid #a59970;
	transform: translateY(-5px);
}
header nav .enlaces .active::after {
	display: none !important;
}
header nav .navBtn {
	display: flex;
	align-items: center;
}
header nav .navBtn .btn_cuenta {
	width: 141px;
	height: 46px;
	background-color: #101e27;
	border-radius: 20px;
	color: #ffffff;
}
header nav .navBtn .btn_cuenta a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: inherit;
	font-family: "Open Sans", sans-serif;
	transition: all 0.3s;
}
header nav .navBtn .btn_cuenta:hover {
	background-color: #ffffff;
	border: solid 1px #101e27;
	color: #101e27;
}

.widget {
	width: 100%;
	height: 48px;
	background-color: #101e27;
	position: fixed;
	z-index: 200;
	margin-top: 67px;
}

.principal {
	height: 884px;
	width: 100%;
	position: relative;
	color: #ffffff;
	padding-top: 113px;
}
.principal .video_config {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.principal .home {
	position: relative;
	height: 100%;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	font-family: "Roboto", "sans-serif";
}
.principal .home .titulo_principal {
	text-align: center;
}
.principal .home .titulo_principal .titulo1 {
	font-size: 100px;
}
.principal .home .titulo_principal .titulo2 {
	font-size: 105px;
	font-weight: bold;
}
.principal .home .home_texto {
	font-size: 28px;
	width: 850px;
	text-align: center;
}
.principal .home .btn_principal {
	width: 196px;
	height: 55px;
	background-color: #c2442f;
	color: #ffffff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s;
	font-size: 16px;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
}
.principal .home .btn_principal .btn {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
}
.principal .home .btn_principal:hover {
	transform: scale(1.2);
	background-color: #a59970;
}

.elegirnos {
	height: 1000px;
	width: 100%;
	position: relative;
	font-family: "Roboto", "sans-serif";
	padding-top: 200px;
}
.elegirnos .icono1 {
	position: absolute;
	top: 200px;
	left: -20px;
}
.elegirnos .elegirnos_contenedor {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 100%;
}
.elegirnos .elegirnos_contenedor .titulo {
	height: 59px;
	width: 260px;
	background-color: #a59970;
}
.elegirnos .elegirnos_contenedor .titulo h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	font-size: 28px;
	font-family: "Gobold-Thin";
}
.elegirnos .elegirnos_contenedor .texto {
	height: 74px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 2;
}
.elegirnos .elegirnos_contenedor .texto p {
	font-size: 28px;
	width: 100%;
	text-align: center;
}
.elegirnos .elegirnos_contenedor .cards {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 538px;
}
.elegirnos .elegirnos_contenedor .cards .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	height: 100%;
	width: 437px;
	border-radius: 20px;
	border: 5px solid #c3a54d;
}
.elegirnos .elegirnos_contenedor .cards .card figure {
	width: 120px;
	height: 20%;
}
.elegirnos .elegirnos_contenedor .cards .card figure img {
	width: 100%;
	height: 100%;
}
.elegirnos .elegirnos_contenedor .cards .card h1 {
	font-family: "Gobold-Bold";
	font-size: 28px;
	height: 5%;
}
.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto {
	text-align: center;
	width: 350px;
	height: 50%;
	display: flex;
	align-items: flex-start;
}
.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto p {
	font-size: 20px;
	font-family: "Roboto", "sans-serif";
}
.elegirnos .elegirnos_contenedor .cards .card:hover {
	transform: scaleY(1.05);
	background-color: #c3a54d;
	color: #ffffff;
}
.elegirnos .elegirnos_contenedor .cards .card2 {
	border: 5px solid #c2442f;
}
.elegirnos .elegirnos_contenedor .cards .card2:hover {
	background-color: #c2442f;
}
.elegirnos .elegirnos_contenedor .cards .card3 {
	border: 5px solid #88a2a9;
}
.elegirnos .elegirnos_contenedor .cards .card3:hover {
	background-color: #88a2a9;
}

.cifras {
	height: 400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	position: relative;
	z-index: 100;
}
.cifras .cifra_forma {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.cifras .cifras_contenedor {
	height: 192px;
	background-color: #101e27;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 10px;
	position: relative;
}
.cifras .cifras_contenedor .card_cifras {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}
.cifras .cifras_contenedor .card_cifras .cont {
	display: flex;
}
.cifras .cifras_contenedor .card_cifras h1 {
	font-family: "Gobold-Regular";
	font-size: 59px;
}
.cifras .cifras_contenedor .card_cifras p {
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	margin-top: 10px;
}
.cifras .btn_cifras {
	width: 196px;
	height: 55px;
	background-color: #c2442f;
	color: #ffffff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s;
}
.cifras .btn_cifras .btn {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
}
.cifras .btn_cifras:hover {
	transform: scale(1.2);
	background-color: #a59970;
}

.nuestro_alumnos {
	height: 815px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 100;
}
.nuestro_alumnos .rombos_up {
	position: relative;
}
.nuestro_alumnos .rombos_up:before {
	content: "";
	position: absolute;
	background-image: url(../../img/home/rombos-up.png);
	top: -10px;
	left: 10px;
	width: 150px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
}
.nuestro_alumnos .alumnos_contenedor {
	width: 1189px;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 100;
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos {
	width: 1000px;
	height: 668px;
	box-shadow: 0px 10px 30px #00000029;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	z-index: 100;
	position: relative;
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos .quotes {
	width: 241px;
	height: 115px;
	display: flex;
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos .quotes img {
	width: 100%;
	height: 100%;
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos h1 {
	font-size: 52px;
	font-family: "Gobold-Regular";
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos .alumnos_texto {
	text-align: center;
	font-family: "Roboto", "sans-serif";
	width: 900px;
	font-size: 24px;
	font-weight: 400;
	height: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nuestro_alumnos
	.alumnos_contenedor
	.card_alumnos
	.alumnos_texto
	.alumno_descripcion {
	line-height: 1.5;
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos .date {
	font-size: 16px;
	text-align: center;
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos .date h2 {
	font-weight: bold;
	font-family: "Gobold-Regular";
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos .foto_alumno {
	height: 80px;
	width: 80px;
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos .foto_alumno img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.nuestro_alumnos .alumnos_contenedor .card_alumnos .btn_alumnos {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 15%;
}
.nuestro_alumnos
	.alumnos_contenedor
	.card_alumnos
	.btn_alumnos
	.contenedor_circulo {
	width: 20%;
	height: 20%;
	cursor: pointer;
}
.nuestro_alumnos
	.alumnos_contenedor
	.card_alumnos
	.btn_alumnos
	.contenedor_circulo
	img {
	height: 100%;
	width: 100%;
}
.nuestro_alumnos .alumnos_contenedor .cuadro {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -10;
}
.nuestro_alumnos .trazado {
	position: absolute;
	right: 0;
	top: -200px;
}

.sobre_mi {
	height: 936px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.sobre_mi .sobre_mi_linea {
	position: absolute;
	top: 200px;
	left: 0;
}
.sobre_mi .contenedor_sobre_mi {
	display: flex;
	justify-content: space-between;
	height: 71%;
	flex-direction: column;
	position: relative;
	z-index: 100;
}
.sobre_mi .contenedor_sobre_mi .sobre_mi_forma {
	position: absolute;
	top: -10px;
	left: 45%;
	z-index: -100;
}
.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi {
	height: 59px;
	width: 240px;
	background-color: #a59970;
}
.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #ffffff;
	font-size: 28px;
	font-family: "Gobold-Thin";
}
.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	height: 576px;
}
.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi .foto_sobre_mi {
	width: 48%;
	height: 100%;
}
.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi .foto_sobre_mi img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi .sobre_mi_info {
	width: 48%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.sobre_mi
	.contenedor_sobre_mi
	.cuerpo_sobre_mi
	.sobre_mi_info
	.contenedor_nombre {
	width: 100%;
	height: 60px;
	background: #88a2a9;
	color: #ffffff;
}
.sobre_mi
	.contenedor_sobre_mi
	.cuerpo_sobre_mi
	.sobre_mi_info
	.contenedor_nombre
	h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-family: "Gobold-Regular";
	font-size: 38px;
}
.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi .sobre_mi_info .sobre_mi_texto {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	font-family: "Roboto", "sans-serif";
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
}
.sobre_mi
	.contenedor_sobre_mi
	.cuerpo_sobre_mi
	.sobre_mi_info
	.sobre_mi_contacto {
	display: flex;
	transition: all 0.5s;
}
.sobre_mi
	.contenedor_sobre_mi
	.cuerpo_sobre_mi
	.sobre_mi_info
	.sobre_mi_contacto
	a {
	text-decoration: none;
	display: inline-block;
	color: #101e27;
	border-bottom: 2px solid #101e27;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
	cursor: pointer;
	transition: transform 0.3s;
}
.sobre_mi
	.contenedor_sobre_mi
	.cuerpo_sobre_mi
	.sobre_mi_info
	.sobre_mi_contacto
	a:hover {
	transform: translateX(10px);
}
.sobre_mi
	.contenedor_sobre_mi
	.cuerpo_sobre_mi
	.sobre_mi_info
	.sobre_mi_contacto
	p {
	margin-left: -30px;
	opacity: 0;
	color: #c2442f;
	transition: all 0.3s;
	font-weight: bold;
	letter-spacing: 2px;
}
.sobre_mi
	.contenedor_sobre_mi
	.cuerpo_sobre_mi
	.sobre_mi_info
	.sobre_mi_contacto:hover
	p {
	opacity: 1;
	transform: translateX(50px);
}

.ver_cursos {
	height: 640px;
	width: 100%;
	background: url(../../img/home/fondo-cursos.webp);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.ver_cursos .ver_cursos_contenedor {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	height: 100%;
	gap: 2rem;
}
.ver_cursos .ver_cursos_contenedor .ver_cursos_titulo {
	font-family: "Roboto", "sans-serif";
	text-align: center;
}
.ver_cursos .ver_cursos_contenedor .ver_cursos_titulo h2 {
	font-size: 100px;
	font-weight: 400;
	margin-bottom: -20px;
}
.ver_cursos .ver_cursos_contenedor .ver_cursos_titulo h1 {
	font-size: 110px;
	font-weight: bold;
}
.ver_cursos .ver_cursos_contenedor .titulo_secundario {
	font-family: "Roboto", "sans-serif";
	font-size: 24px;
	font-weight: 400;
}
.ver_cursos .btn_ver_cursos {
	width: 196px;
	height: 55px;
	background-color: #c2442f;
	color: #ffffff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s;
}
.ver_cursos .btn_ver_cursos .btn {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
}
.ver_cursos .btn_ver_cursos:hover {
	transform: scale(1.2);
	background-color: #a59970;
}

.operamos {
	height: 1000px;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	font-family: "Roboto", "sans-serif";
	position: relative;
}
.operamos .operamos_titulo {
	height: 59px;
	width: 259px;
	background-color: #a59970;
}
.operamos .operamos_titulo h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	font-size: 28px;
	font-family: "Gobold-Thin";
}
.operamos .operamos_texto_titulo {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 30px;
}
.operamos .operamos_span {
	font-weight: 300;
	font-size: 20px;
}
.operamos .operamos_recommended {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
}
.operamos .operamos_texto {
	font-size: 16px;
	line-height: 1.2;
}
.operamos .operamos_informado {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.operamos .contenedor_btn {
	width: 100%;
	display: flex;
	justify-content: center;
}
.operamos .contenedor_btn .btn_operamos {
	width: 366px;
	height: 55px;
	background-color: #c2442f;
	color: #ffffff;
	border-radius: 20px;
	transition: transform 0.3s;
	cursor: pointer;
}
.operamos .contenedor_btn .btn_operamos .btn {
	color: inherit;
	height: 100%;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
}
.operamos .contenedor_btn .btn_operamos:hover {
	transform: scale(1.2);
	background-color: #a59970;
}

.modal_sub button {
	background-color: #47a386;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 10px 25px;
}
.modal_sub .modal-container {
	display: flex;
	background-color: rgba(0, 0, 0, 0.3);
	align-items: center;
	justify-content: center;
	position: fixed;
	pointer-events: none;
	opacity: 0;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	transition: opacity 0.3s ease;
	z-index: 200;
}
.modal_sub .show {
	pointer-events: auto;
	opacity: 1;
}
.modal_sub .modal {
	background-color: #ffffff;
	width: 550px;
	height: 80%;
	max-width: 100%;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	position: relative;
}
@media screen and (max-width: 768px) {
	.modal_sub .modal {
		width: 320px;
	}
}
.modal_sub .modal .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
.modal_sub .modal .close img {
	height: 100%;
	width: 100%;
}
.modal_sub .modal .cuerpo_modal {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.modal_sub .modal .cuerpo_modal .modal_titulo {
	font-family: "Gobold-Bold";
	font-size: 25px;
}
.modal_sub .modal .cuerpo_modal .modal_titulo h2 {
	background-color: #c3a54d;
	width: 58%;
	margin-top: 10px;
	text-align: center;
}
.modal_sub .modal .cuerpo_modal .modal_span {
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	text-align: start;
	color: #a1a1a1;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.modal_sub .modal .cuerpo_modal .modal_input {
	width: 100%;
}
.modal_sub .modal .cuerpo_modal .modal_input input {
	height: 30px;
	min-width: 250px;
	margin-bottom: 10px;
	border: none;
	outline: none;
	border: 1px solid #88a2a9;
	border-radius: 5px;
	padding: 0px 5px;
	color: #a1a1a1;
}
.modal_sub .modal .cuerpo_modal .modal_submit {
	background-color: #c3a54d;
	margin-top: 10px;
	transition: background-color 0.3s;
	margin-left: -10px;
	font-family: "Roboto", "sans-serif";
	cursor: pointer;
}
.modal_sub .modal .cuerpo_modal .modal_submit:hover {
	background-color: #d6c286;
}
.modal_sub .modal .cuerpo_modal #mc-embedded-subscribe {
	margin: 1em 0 1em 0%;
}
.modal_sub .modal .cuerpo_modal #mce-success-response {
	height: 40px;
}
.modal_sub .modal .cuerpo_modal .modal_logo {
	width: 25%;
	height: 20%;
}
.modal_sub .modal .cuerpo_modal .modal_logo img {
	height: 100%;
	width: 100%;
}

footer {
	background-color: #101e27;
	width: 100%;
	height: 400px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
}
footer .footer_contenedor {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 100%;
	width: 90%;
	flex-direction: column;
}
footer .footer_contenedor .logo {
	cursor: pointer;
	width: 200px;
	height: 70px;
}
footer .footer_contenedor .logo img {
	height: 100%;
	width: 100%;
}
footer .footer_contenedor .enlaces_redes {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
footer .footer_contenedor .enlaces_redes .footer_enlaces {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
}
footer .footer_contenedor .enlaces_redes .footer_enlaces nav {
	height: 100%;
	width: 450px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .footer_contenedor .enlaces_redes .footer_enlaces nav a {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	--clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
footer .footer_contenedor .enlaces_redes .footer_enlaces nav a:hover {
	--clippy: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
footer .footer_contenedor .enlaces_redes .footer_enlaces nav a::after {
	content: "";
	display: block;
	background-color: #a59970;
	width: 100%;
	margin-top: 3px;
	height: 3px;
	clip-path: var(--clippy);
	transition: clip-path 0.5s;
}
footer .footer_contenedor .enlaces_redes .footer_enlaces nav .act {
	border-bottom: 3px solid #a59970;
	transform: translateY(-5px);
}
footer .footer_contenedor .enlaces_redes .footer_enlaces nav .act::after {
	display: none !important;
}
footer .footer_contenedor .enlaces_redes .footer_redes {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 300px;
}
footer .footer_contenedor .enlaces_redes .footer_redes .footer_icono {
	height: 40px;
	width: 40px;
	background-color: #c3a54d;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1px;
	transition: transform 0.3s;
}
footer .footer_contenedor .enlaces_redes .footer_redes .footer_icono a {
	width: 20px;
	height: 20px;
}
footer .footer_contenedor .enlaces_redes .footer_redes .footer_icono a img {
	height: 100%;
	width: 100%;
}
footer .footer_contenedor .enlaces_redes .footer_redes .footer_icono:hover {
	transform: scale(1.1);
}
footer .footer_contenedor .footer_separador {
	border-top: 2px solid #88a2a9;
	width: 90%;
	margin: 0 auto;
}
footer .footer_contenedor .copy p {
	font-family: "Roboto", "sans-serif";
	font-size: 12px;
	color: #c3a54d;
	text-align: center;
}

@media screen and (max-width: 1440px) {
	.principal {
		height: 700px;
	}
	.principal .home .titulo_principal .titulo1 {
		font-size: 80px;
	}
	.principal .home .titulo_principal .titulo2 {
		font-size: 90px;
	}
	.principal .home .home_texto {
		font-size: 25px;
		width: 675px;
	}
	.principal .home .btn_principal {
		width: 176px;
		height: 49px;
	}
	.principal .home .btn_principal .btn {
		font-size: 18px;
	}

	.elegirnos {
		height: 900px;
		padding-top: 200px;
	}
	.elegirnos .icono1 {
		top: 200px;
		left: -20px;
	}
	.elegirnos .icono1 img {
		width: 80%;
		height: 80%;
	}
	.elegirnos .elegirnos_contenedor .titulo {
		height: 47px;
		width: 208px;
	}
	.elegirnos .elegirnos_contenedor .titulo h1 {
		font-size: 22px;
	}
	.elegirnos .elegirnos_contenedor .texto {
		height: 60px;
	}
	.elegirnos .elegirnos_contenedor .texto p {
		font-size: 22px;
	}
	.elegirnos .elegirnos_contenedor .cards {
		height: 460px;
	}
	.elegirnos .elegirnos_contenedor .cards .card {
		width: 350px;
	}
	.elegirnos .elegirnos_contenedor .cards .card figure {
		width: 80px;
	}
	.elegirnos .elegirnos_contenedor .cards .card figure img {
		width: 100%;
		height: 100%;
	}
	.elegirnos .elegirnos_contenedor .cards .card h1 {
		font-size: 28px;
	}
	.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto {
		width: 300px;
	}
	.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto p {
		font-size: 18px;
	}

	.cifras .cifra_forma img {
		width: 80%;
		height: 80%;
	}
	.cifras .cifras_contenedor .card_cifras h1 {
		font-size: 47px;
	}
	.cifras .cifras_contenedor .card_cifras p {
		font-size: 14px;
		margin-top: 10px;
	}
	.cifras .btn_cifras {
		width: 176px;
		height: 49px;
	}
	.cifras .btn_cifras .btn {
		font-size: 18px;
	}

	.nuestro_alumnos {
		height: 700px;
	}
	.nuestro_alumnos .rombos_up:before {
		top: 10px;
		left: 10px;
		width: 120px;
		height: 120px;
	}
	.nuestro_alumnos .alumnos_contenedor {
		width: 951px;
		height: 90%;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos {
		width: 84%;
		height: 85%;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .quotes {
		width: 193px;
		height: 92px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos h1 {
		font-size: 42px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .alumnos_texto {
		width: 90%;
		font-size: 19px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .date {
		font-size: 16px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .foto_alumno {
		height: 70px;
		width: 70px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .foto_alumno img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.nuestro_alumnos .alumnos_contenedor .cuadro {
		width: 120px;
		height: 120px;
		bottom: 15px;
		right: 0;
	}
	.nuestro_alumnos .alumnos_contenedor .cuadro img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.nuestro_alumnos .trazado {
		top: -200px;
	}

	.sobre_mi {
		height: 748px;
	}
	.sobre_mi .sobre_mi_linea {
		top: 200px;
	}
	.sobre_mi .contenedor_sobre_mi {
		height: 80%;
	}
	.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi {
		height: 47px;
		width: 240px;
		margin-bottom: 20px;
	}
	.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi h1 {
		font-size: 22px;
		width: 100%;
	}
	.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi {
		height: 650px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.contenedor_nombre {
		height: 60px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.contenedor_nombre
		h1 {
		font-size: 38px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.sobre_mi_texto {
		width: 100%;
		height: 400px;
		font-size: 18px;
	}

	.ver_cursos {
		height: 512px;
	}
	.ver_cursos .ver_cursos_contenedor {
		gap: 1.8rem;
	}
	.ver_cursos .ver_cursos_contenedor .ver_cursos_titulo h2 {
		font-size: 80px;
		margin-bottom: -16px;
	}
	.ver_cursos .ver_cursos_contenedor .ver_cursos_titulo h1 {
		font-size: 88px;
	}
	.ver_cursos .ver_cursos_contenedor .titulo_secundario {
		font-size: 19px;
	}
	.ver_cursos .btn_ver_cursos {
		width: 156px;
		height: 44px;
	}
	.ver_cursos .btn_ver_cursos .btn {
		font-size: 16px;
	}

	.operamos {
		height: 800px;
	}
	.operamos .operamos_titulo {
		height: 47px;
		width: 207px;
	}
	.operamos .operamos_titulo h1 {
		font-size: 22px;
	}
	.operamos .operamos_texto_titulo {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.operamos .operamos_span {
		font-size: 19px;
	}
	.operamos .operamos_informado {
		font-size: 32px;
	}
	.operamos .contenedor_btn .btn_operamos {
		width: 292px;
		height: 44px;
	}
	.operamos .contenedor_btn .btn_operamos .btn {
		font-size: 16px;
	}
}
@media screen and (max-width: 1224px) {
	.principal .home {
		height: 100%;
	}
	.principal .home .titulo_principal .titulo1 {
		font-size: 68px;
	}
	.principal .home .titulo_principal .titulo2 {
		font-size: 80px;
	}
	.principal .home .home_texto {
		font-size: 20px;
		width: 540px;
	}
	.principal .home .btn_principal {
		width: 140px;
		height: 40px;
	}
	.principal .home .btn_principal .btn {
		font-size: 15px;
	}

	.elegirnos {
		height: 900px;
	}
	.elegirnos .icono1 {
		top: 200px;
		left: -20px;
	}
	.elegirnos .icono1 img {
		width: 60%;
		height: 60%;
	}
	.elegirnos .elegirnos_contenedor .titulo {
		height: 37px;
		width: 166px;
	}
	.elegirnos .elegirnos_contenedor .titulo h1 {
		font-size: 18px;
	}
	.elegirnos .elegirnos_contenedor .texto {
		height: 48px;
	}
	.elegirnos .elegirnos_contenedor .texto p {
		font-size: 18px;
	}
	.elegirnos .elegirnos_contenedor .cards {
		height: 390px;
	}
	.elegirnos .elegirnos_contenedor .cards .card {
		width: 280px;
	}
	.elegirnos .elegirnos_contenedor .cards .card figure {
		width: 60px;
	}
	.elegirnos .elegirnos_contenedor .cards .card figure img {
		width: 100%;
		height: 100%;
	}
	.elegirnos .elegirnos_contenedor .cards .card h1 {
		font-size: 23px;
	}
	.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto {
		width: 250px;
		margin-top: 10px;
	}
	.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto p {
		font-size: 15px;
	}

	.cifras .btn_cifras {
		width: 140px;
		height: 40px;
	}
	.cifras .btn_cifras .btn {
		font-size: 15px;
	}

	.sobre_mi {
		height: 700px;
	}
	.sobre_mi .sobre_mi_linea {
		top: 180px;
	}
	.sobre_mi .contenedor_sobre_mi {
		height: 80%;
	}
	.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi {
		height: 37px;
		width: 180px;
	}
	.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi h1 {
		font-size: 18px;
	}
	.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi {
		height: 600px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.contenedor_nombre {
		height: 40px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.contenedor_nombre
		h1 {
		font-size: 30px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.sobre_mi_texto {
		width: 100%;
		height: 80%;
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	header .contenedor {
		height: 65px;
	}
	header nav .logos {
		cursor: pointer;
	}
	header nav .enlaces .link {
		font-size: 13px;
		margin-left: 10px;
	}
	header nav .navBtn {
		display: flex;
		align-items: center;
	}
	header nav .navBtn .btn_cuenta {
		width: 110px;
		height: 35px;
	}
	header nav .navBtn .btn_cuenta a {
		font-size: 14px;
	}

	.principal {
		height: 600px;
	}
	.principal .home {
		height: 100%;
	}
	.principal .home .titulo_principal .titulo1 {
		font-size: 55px;
	}
	.principal .home .titulo_principal .titulo2 {
		font-size: 65px;
	}
	.principal .home .home_texto {
		font-size: 20px;
		width: 540px;
	}
	.principal .home .btn_principal {
		width: 140px;
		height: 40px;
	}
	.principal .home .btn_principal .btn {
		font-size: 15px;
	}

	.elegirnos {
		height: 800px;
	}
	.elegirnos .icono1 {
		top: 200px;
		left: -20px;
	}
	.elegirnos .icono1 img {
		width: 40%;
		height: 40%;
	}
	.elegirnos .elegirnos_contenedor .titulo {
		height: 37px;
		width: 166px;
	}
	.elegirnos .elegirnos_contenedor .titulo h1 {
		font-size: 18px;
	}
	.elegirnos .elegirnos_contenedor .texto {
		height: 48px;
	}
	.elegirnos .elegirnos_contenedor .texto p {
		font-size: 18px;
	}
	.elegirnos .elegirnos_contenedor .cards {
		height: 350px;
	}
	.elegirnos .elegirnos_contenedor .cards .card {
		width: 224px;
		height: 100%;
	}
	.elegirnos .elegirnos_contenedor .cards .card figure {
		width: 60px;
	}
	.elegirnos .elegirnos_contenedor .cards .card figure img {
		height: 100%;
		width: 100%;
	}
	.elegirnos .elegirnos_contenedor .cards .card h1 {
		font-size: 18px;
	}
	.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto {
		width: 200px;
		height: 60%;
		margin-top: 10px;
	}
	.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto p {
		font-size: 14px;
	}

	.cifras {
		height: 350px;
	}
	.cifras .cifras_contenedor {
		height: 160px;
	}
	.cifras .cifras_contenedor .card_cifras h1 {
		font-size: 40px;
	}
	.cifras .cifras_contenedor .card_cifras p {
		font-size: 13px;
	}
	.cifras .btn_cifras {
		width: 140px;
		height: 40px;
	}
	.cifras .btn_cifras .btn {
		font-size: 15px;
	}

	.nuestro_alumnos {
		height: 560px;
	}
	.nuestro_alumnos .rombos_up:before {
		top: 10px;
		left: 10px;
		width: 120px;
		height: 120px;
	}
	.nuestro_alumnos .alumnos_contenedor {
		width: 90%;
		height: 100%;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos {
		width: 84%;
		height: 80%;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .quotes {
		width: 130px;
		height: 60px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos h1 {
		font-size: 26px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .alumnos_texto {
		width: 90%;
		font-size: 14px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .foto_alumno {
		height: 70px;
		width: 70px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .foto_alumno img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .date {
		font-size: 14px;
	}
	.nuestro_alumnos .alumnos_contenedor .cuadro {
		width: 120px;
		height: 120px;
		bottom: 15px;
		right: 0;
	}
	.nuestro_alumnos .alumnos_contenedor .cuadro img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.nuestro_alumnos .trazado {
		display: none;
	}

	.sobre_mi {
		height: 600px;
	}
	.sobre_mi .sobre_mi_linea {
		top: 100px;
	}
	.sobre_mi .contenedor_sobre_mi {
		height: 80%;
	}
	.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi {
		height: 37px;
		width: 190px;
	}
	.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi h1 {
		font-size: 18px;
	}
	.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi {
		height: 468px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.contenedor_nombre {
		height: 40px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.contenedor_nombre
		h1 {
		font-size: 30px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.sobre_mi_texto {
		width: 100%;
		height: 80%;
		font-size: 13px;
	}

	.ver_cursos {
		height: 350px;
	}
	.ver_cursos .ver_cursos_contenedor {
		gap: 1.3rem;
	}
	.ver_cursos .ver_cursos_contenedor .ver_cursos_titulo h2 {
		font-size: 56px;
		margin-bottom: -16px;
	}
	.ver_cursos .ver_cursos_contenedor .ver_cursos_titulo h1 {
		font-size: 56px;
	}
	.ver_cursos .ver_cursos_contenedor .titulo_secundario {
		font-size: 14px;
	}
	.ver_cursos .btn_ver_cursos {
		width: 156px;
		height: 44px;
	}
	.ver_cursos .btn_ver_cursos .btn {
		font-size: 16px;
	}

	.operamos {
		height: 900px;
		padding: 20px 0;
	}
	.operamos .operamos_titulo {
		height: 47px;
		width: 207px;
	}
	.operamos .operamos_titulo h1 {
		font-size: 22px;
	}
	.operamos .operamos_texto_titulo {
		font-size: 20px;
	}
	.operamos .operamos_informado {
		font-size: 32px;
	}
	.operamos .contenedor_btn .btn_operamos {
		width: 292px;
		height: 44px;
	}
	.operamos .contenedor_btn .btn_operamos .btn {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	header {
		height: 87px;
		background-color: #ffffff;
		width: 100%;
		position: fixed;
		z-index: 200;
	}
	header .icono_menu {
		display: block;
		cursor: pointer;
	}
	header .icono_menu .menu {
		color: #000000;
		font-size: 40px;
	}
	header nav {
		justify-content: space-between;
	}
	header nav .logos {
		cursor: pointer;
		height: 35px;
		width: 150px;
	}
	header nav .logos img {
		height: 100%;
		width: 100%;
	}
	header nav .enlaces {
		background-color: #ffffff;
		height: 0px;
		width: 100%;
		position: absolute;
		right: 0;
		top: 75px;
		overflow: hidden;
		z-index: 1000;
		box-shadow: 0px 0px 30px -20px rgba(0, 0, 0, 0.5);
		transition: all 300ms;
		display: flex;
		flex-direction: column;
		padding-top: 40px;
	}
	header nav .enlaces .active {
		border-bottom: 0px solid;
		transform: translateY(0px);
	}
	header nav .enlaces .active::after {
		display: block !important;
	}
	header nav .enlaces .link {
		text-align: start;
		margin-left: -5px;
		padding-top: 10px;
		cursor: pointer;
		font-size: 16px;
		transition: background-color 0.3s;
	}
	header nav .enlaces .link:hover {
		transform: translateY(0px);
		background-color: #56595c;
		color: #ffffff;
	}
	header nav .enlaces .link::after {
		width: 0%;
	}
	header nav .navBtn {
		display: flex;
		align-items: center;
		/* ANIMATION */
	}
	header nav .navBtn .btn_cuenta {
		width: 90px;
		height: 30px;
		margin-right: 15px;
	}
	header nav .navBtn .btn_cuenta a {
		font-size: 12px;
	}
	header nav .navBtn .menu-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: all 0.5s ease-in-out;
		/* border: 3px solid black; */
	}
	header nav .navBtn .menu-btn__burger {
		width: 30px;
		height: 3px;
		background: black;
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
		transition: all 0.5s ease-in-out;
	}
	header nav .navBtn .menu-btn__burger::before,
	header nav .navBtn .menu-btn__burger::after {
		content: "";
		position: absolute;
		width: 30px;
		height: 3px;
		background: black;
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
		transition: all 0.5s ease-in-out;
	}
	header nav .navBtn .menu-btn__burger::before {
		transform: translateY(-8px);
	}
	header nav .navBtn .menu-btn__burger::after {
		transform: translateY(8px);
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger {
		transform: translateX(-50px);
		background: transparent;
		box-shadow: none;
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger::before {
		transform: rotate(45deg) translate(35px, -35px);
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger::after {
		transform: rotate(-45deg) translate(35px, 35px);
	}
	header nav .mostrar_menu {
		/*CLASE MANIPULADA POR JS*/
		height: 250px;
		width: 100%;
	}

	.principal {
		height: 480px;
	}
	.principal .video_config {
		position: absolute;
		width: 100%;
		height: 75%;
		object-fit: cover;
	}
	.principal .home {
		position: relative;
		height: 100%;
		color: #ffffff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 1rem;
		font-family: "Roboto", "sans-serif";
	}
	.principal .home .titulo_principal {
		text-align: center;
	}
	.principal .home .titulo_principal .titulo1 {
		font-size: 34px;
	}
	.principal .home .titulo_principal .titulo2 {
		font-size: 36px;
		font-weight: bold;
	}
	.principal .home .home_texto {
		font-size: 16px;
		width: 80%;
		text-align: center;
	}
	.principal .home .btn_principal {
		width: 105px;
		height: 30px;
	}
	.principal .home .btn_principal .btn {
		font-size: 12px;
	}

	.elegirnos {
		height: 1800px;
		padding-top: 10px !important;
	}
	.elegirnos .icono1 {
		top: 200px;
		left: -20px;
	}
	.elegirnos .icono1 img {
		width: 40%;
		height: 40%;
	}
	.elegirnos .elegirnos_contenedor .titulo {
		height: 37px;
		width: 166px;
	}
	.elegirnos .elegirnos_contenedor .titulo h1 {
		font-size: 18px;
	}
	.elegirnos .elegirnos_contenedor .texto {
		height: 2%;
		line-height: 1.2;
		z-index: 100;
	}
	.elegirnos .elegirnos_contenedor .texto p {
		font-size: 15px;
	}
	.elegirnos .elegirnos_contenedor .cards {
		height: 80%;
		flex-direction: column;
		gap: 1rem;
	}
	.elegirnos .elegirnos_contenedor .cards .card {
		min-width: 280px;
		margin: 0 auto;
	}
	.elegirnos .elegirnos_contenedor .cards .card figure {
		width: 100px;
		margin-bottom: 3%;
	}
	.elegirnos .elegirnos_contenedor .cards .card figure img {
		height: 100%;
		width: 100%;
	}
	.elegirnos .elegirnos_contenedor .cards .card h1 {
		font-size: 22px;
	}
	.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto {
		width: 200px;
		margin-top: 10px;
	}
	.elegirnos .elegirnos_contenedor .cards .card .contenedor_texto p {
		font-size: 15px;
		line-height: 1.4;
	}

	.cifras {
		height: 690px;
		width: 320px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.cifras .cifra_forma {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}
	.cifras .cifras_contenedor {
		height: 560px;
		width: 200px;
		flex-direction: column;
	}
	.cifras .cifras_contenedor .card_cifras h1 {
		font-size: 40px;
	}
	.cifras .cifras_contenedor .card_cifras p {
		font-size: 13px;
	}
	.cifras .btn_cifras {
		width: 140px;
		height: 30px;
	}
	.cifras .btn_cifras .btn {
		font-size: 12px;
	}

	.nuestro_alumnos {
		height: 640px;
	}
	.nuestro_alumnos .rombos_up:before {
		top: 40px;
		left: 15px;
		width: 60px;
		height: 60px;
	}
	.nuestro_alumnos .alumnos_contenedor {
		width: 90%;
		height: 100%;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos {
		width: 84%;
		height: 80%;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .quotes {
		width: 130px;
		height: 40px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos h1 {
		font-size: 26px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .alumnos_texto {
		width: 90%;
		font-size: 14px;
		line-height: 1;
		height: 40%;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .foto_alumno {
		height: 60px;
		width: 60px;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .foto_alumno img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .date {
		font-size: 14px;
		height: 5%;
	}
	.nuestro_alumnos .alumnos_contenedor .card_alumnos .btn_alumnos {
		width: 30%;
		height: 15%;
		gap: 1em;
	}
	.nuestro_alumnos .alumnos_contenedor .cuadro {
		width: 60px;
		height: 60px;
		bottom: 40px;
		right: 15px;
	}
	.nuestro_alumnos .alumnos_contenedor .cuadro img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.nuestro_alumnos .trazado {
		display: none;
	}

	.sobre_mi {
		height: 900px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.sobre_mi .sobre_mi_linea {
		top: 200px;
		display: none;
	}
	.sobre_mi .contenedor_sobre_mi {
		height: 100%;
	}
	.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi {
		height: 37px;
		width: 160px;
		margin-bottom: 10px;
	}
	.sobre_mi .contenedor_sobre_mi .titulo_sobre_mi h1 {
		font-size: 18px;
	}
	.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi {
		flex-direction: column;
		justify-content: space-evenly;
		gap: 1rem;
		height: 95%;
		width: 100%;
	}
	.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi .foto_sobre_mi {
		width: 100%;
		height: 50%;
		max-height: 40%;
	}
	.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi .foto_sobre_mi img {
		object-fit: contain;
		height: 100%;
		width: 100%;
	}
	.sobre_mi .contenedor_sobre_mi .cuerpo_sobre_mi .sobre_mi_info {
		width: 100%;
		height: 100%;
		justify-content: space-evenly;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.contenedor_nombre {
		height: 40px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.contenedor_nombre
		h1 {
		font-size: 24px;
	}
	.sobre_mi
		.contenedor_sobre_mi
		.cuerpo_sobre_mi
		.sobre_mi_info
		.sobre_mi_texto {
		width: 100%;
		height: 100%;
		font-size: 14px;
		justify-content: space-evenly;
	}
	.sobre_mi .contenedor_sobre_mi .sobre_mi_contacto a {
		font-size: 12px;
	}
	.sobre_mi .contenedor_sobre_mi .sobre_mi_contacto p {
		font-size: 12px;
	}

	.ver_cursos {
		height: 300px;
	}
	.ver_cursos .ver_cursos_contenedor {
		gap: 1.3rem;
	}
	.ver_cursos .ver_cursos_contenedor .ver_cursos_titulo h2 {
		font-size: 35px;
		margin-bottom: -16px;
	}
	.ver_cursos .ver_cursos_contenedor .ver_cursos_titulo h1 {
		font-size: 35px;
		margin-top: 10px;
	}
	.ver_cursos .ver_cursos_contenedor .titulo_secundario {
		font-size: 12px;
	}
	.ver_cursos .btn_ver_cursos {
		width: 156px;
		height: 30px;
	}
	.ver_cursos .btn_ver_cursos .btn {
		font-size: 12px;
	}

	.operamos {
		height: 1100px;
	}
	.operamos .operamos_informado {
		font-size: 32px;
	}
	.operamos .operamos_texto_titulo {
		font-size: 13px;
	}
	.operamos .operamos_span {
		font-size: 12px;
	}
	.operamos .operamos_recommended {
		flex-direction: column;
		justify-content: space-around;
		gap: 3rem;
	}
	.operamos .operamos_recommended .operamos_img {
		width: 200px;
		height: 40px;
	}
	.operamos .operamos_recommended .operamos_img a {
		width: 100%;
		height: 100%;
	}
	.operamos .operamos_recommended .operamos_img a img {
		width: 100%;
		height: 100%;
	}
	.operamos .operamos_texto p {
		font-size: 11px;
	}
	.operamos .operamos_informado {
		font-size: 20px;
	}
	.operamos .contenedor_btn .btn_operamos {
		width: 292px;
		height: 30px;
	}
	.operamos .contenedor_btn .btn_operamos .btn {
		font-size: 12px;
	}

	.modal_sub .modal {
		width: 320px;
		height: 80%;
	}
	.modal_sub .modal .cuerpo_modal {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
	}
	.modal_sub .modal .cuerpo_modal .modal_titulo {
		font-family: "Gobold-Bold";
		font-size: 14px;
	}
	.modal_sub .modal .cuerpo_modal .modal_span {
		font-family: "Roboto", "sans-serif";
		font-size: 14px;
		text-align: center;
	}
	.modal_sub .modal .cuerpo_modal .modal_input input {
		font-size: 12px;
	}
	.modal_sub .modal .cuerpo_modal .modal_submit {
		background-color: #c3a54d;
		margin-top: 10px;
		transition: background-color 0.3s;
		font-size: 12px;
	}
	.modal_sub .modal .cuerpo_modal .modal_submit:hover {
		background-color: #d6c286;
	}
	.modal_sub .modal .cuerpo_modal .mensaje_modal {
		height: 30px;
	}

	footer {
		height: 400px;
	}
	footer .footer_contenedor .logo {
		cursor: pointer;
		width: 150px;
		height: 40px;
	}
	footer .footer_contenedor .logo img {
		height: 100%;
		width: 100%;
	}
	footer .footer_contenedor .enlaces_redes .footer_enlaces {
		width: 100%;
		height: 70px;
	}
	footer .footer_contenedor .enlaces_redes .footer_enlaces nav {
		height: 100%;
		width: 300px;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	footer .footer_contenedor .enlaces_redes .footer_enlaces nav a {
		text-align: center;
		text-decoration: none;
		width: 80px;
		font-size: 14px;
	}
}
@font-face {
	font-family: "Gobold-Bold";
	src: url("/asset/estilos/font/Gobold-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Gobold-Thin";
	src: url("/asset/estilos/font/Gobold-Thin.ttf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "Gobold-Regular";
	src: url("/asset/estilos/font/Gobold-Regular.ttf") format("truetype");
	font-style: normal;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.tradingview-widget-copyright {
	display: none;
}

.tradingview-widget-container {
	height: 55px !important;
}

header {
	height: 67px;
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	z-index: 200;
}
header .icono_menu {
	display: none;
}
header .contenedor {
	height: 65px;
}
header nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
}
header nav .logos {
	cursor: pointer;
}
header nav .enlaces .link {
	text-decoration: none;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin-left: 20px;
	display: inline-block;
	--clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: transform 0.3s;
	font-weight: bold;
}
header nav .enlaces .link:hover {
	--clippy: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: translateY(-5px);
}
header nav .enlaces .link::after {
	content: "";
	display: block;
	background-color: #a59970;
	width: 100%;
	margin-top: 3px;
	height: 3px;
	clip-path: var(--clippy);
	transition: clip-path 0.5s;
}
header nav .enlaces .link::after::after.active {
	display: none;
}
header nav .enlaces .active {
	border-bottom: 3px solid #a59970;
	transform: translateY(-5px);
}
header nav .enlaces .active::after {
	display: none !important;
}
header nav .navBtn {
	display: flex;
	align-items: center;
}
header nav .navBtn .btn_cuenta {
	width: 141px;
	height: 46px;
	background-color: #101e27;
	border-radius: 20px;
	color: #ffffff;
}
header nav .navBtn .btn_cuenta a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: inherit;
	font-family: "Open Sans", sans-serif;
	transition: all 0.3s;
}
header nav .navBtn .btn_cuenta:hover {
	background-color: #ffffff;
	border: solid 1px #101e27;
	color: #101e27;
}

.separador {
	height: 100px;
}

.recursos {
	height: 190px;
	width: 100%;
	background-image: url(../../img/recursos/photo_header.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.recursos::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #153346;
	position: absolute;
	opacity: 0.8;
}
.recursos .recursos_titulo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
	color: #ffffff;
}
.recursos .recursos_titulo h1 {
	font-family: "Gobold-Regular";
	font-size: 56px;
	z-index: 100;
}
.recursos .recursos_titulo p {
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
	z-index: 100;
	margin-top: 20px;
}

.cards {
	height: 892px;
}
.cards .contenedor_cards {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}
.cards .contenedor_cards .card {
	height: 35%;
	width: 45%;
	padding: 50px;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	box-shadow: 0px 10px 30px #00000029;
	transition: transform 0.3s;
}
.cards .contenedor_cards .card .icono {
	width: 20%;
}
.cards .contenedor_cards .card .contenido_card {
	width: 80%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
}
.cards .contenedor_cards .card .contenido_card .texto h1 {
	font-family: "Gobold-Regular";
	font-size: 34px;
}
.cards .contenedor_cards .card .contenido_card .texto p {
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
	margin-top: 5px;
}
.cards .contenedor_cards .card .contenido_card .btn {
	text-decoration: none;
	color: #000000;
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
	border-bottom: 1px solid #000000;
}
.cards .contenedor_cards .card:hover {
	transform: scale(1.05);
}

@media screen and (max-width: 1440px) {
	.recursos {
		height: 250px;
	}
	.recursos .recursos_titulo h1 {
		font-size: 40px;
	}
	.recursos .recursos_titulo p {
		font-size: 16px;
	}

	.cards .contenedor_cards .card {
		padding: 35px;
		height: 30%;
	}
	.cards .contenedor_cards .card .contenido_card .texto h1 {
		font-family: "Gobold-Regular";
		font-size: 26px;
	}
	.cards .contenedor_cards .card .contenido_card .texto p {
		font-size: 16px;
		margin-top: 15px;
	}
	.cards .contenedor_cards .card .contenido_card .btn {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	header .contenedor {
		height: 65px;
	}
	header nav .logos {
		cursor: pointer;
	}
	header nav .enlaces .link {
		font-size: 13px;
		margin-left: 10px;
	}
	header nav .navBtn {
		display: flex;
		align-items: center;
	}
	header nav .navBtn .btn_cuenta {
		width: 110px;
		height: 35px;
	}
	header nav .navBtn .btn_cuenta a {
		font-size: 14px;
	}

	.cards .contenedor_cards .card {
		padding: 40px 20px;
		height: 30%;
	}
	.cards .contenedor_cards .card .icono {
		width: 30%;
	}
	.cards .contenedor_cards .card .contenido_card .texto h1 {
		font-size: 24px;
	}
	.cards .contenedor_cards .card .contenido_card .texto p {
		font-size: 14px;
	}
	.cards .contenedor_cards .card .contenido_card .btn {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	header {
		height: 87px;
		background-color: #ffffff;
		width: 100%;
		position: fixed;
		z-index: 200;
	}
	header .icono_menu {
		display: block;
		cursor: pointer;
	}
	header .icono_menu .menu {
		color: #000000;
		font-size: 40px;
	}
	header nav {
		justify-content: space-between;
	}
	header nav .logos {
		cursor: pointer;
		height: 35px;
		width: 150px;
	}
	header nav .logos img {
		height: 100%;
		width: 100%;
	}
	header nav .enlaces {
		background-color: #ffffff;
		height: 0px;
		width: 100%;
		position: absolute;
		right: 0;
		top: 75px;
		overflow: hidden;
		z-index: 1000;
		box-shadow: 0px 0px 30px -20px rgba(0, 0, 0, 0.5);
		transition: all 300ms;
		display: flex;
		flex-direction: column;
		padding-top: 40px;
	}
	header nav .enlaces .active {
		border-bottom: 0px solid;
		transform: translateY(0px);
	}
	header nav .enlaces .active::after {
		display: block !important;
	}
	header nav .enlaces .link {
		text-align: start;
		margin-left: -5px;
		padding-top: 10px;
		cursor: pointer;
		font-size: 16px;
		transition: background-color 0.3s;
	}
	header nav .enlaces .link:hover {
		transform: translateY(0px);
		background-color: #56595c;
		color: #ffffff;
	}
	header nav .enlaces .link::after {
		width: 0%;
	}
	header nav .navBtn {
		display: flex;
		align-items: center;
		/* ANIMATION */
	}
	header nav .navBtn .btn_cuenta {
		width: 90px;
		height: 30px;
		margin-right: 15px;
	}
	header nav .navBtn .btn_cuenta a {
		font-size: 12px;
	}
	header nav .navBtn .menu-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: all 0.5s ease-in-out;
		/* border: 3px solid black; */
	}
	header nav .navBtn .menu-btn__burger {
		width: 30px;
		height: 3px;
		background: black;
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
		transition: all 0.5s ease-in-out;
	}
	header nav .navBtn .menu-btn__burger::before,
	header nav .navBtn .menu-btn__burger::after {
		content: "";
		position: absolute;
		width: 30px;
		height: 3px;
		background: black;
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
		transition: all 0.5s ease-in-out;
	}
	header nav .navBtn .menu-btn__burger::before {
		transform: translateY(-8px);
	}
	header nav .navBtn .menu-btn__burger::after {
		transform: translateY(8px);
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger {
		transform: translateX(-50px);
		background: transparent;
		box-shadow: none;
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger::before {
		transform: rotate(45deg) translate(35px, -35px);
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger::after {
		transform: rotate(-45deg) translate(35px, 35px);
	}
	header nav .mostrar_menu {
		/*CLASE MANIPULADA POR JS*/
		height: 250px;
		width: 100%;
	}

	.recursos {
		height: 150px;
	}
	.recursos .recursos_titulo h1 {
		font-size: 25px;
	}
	.recursos .recursos_titulo p {
		font-size: 14px;
	}

	.cards .contenedor_cards {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 40px 0;
		gap: 1.5em;
	}
	.cards .contenedor_cards .card {
		padding: 25px;
		width: 85%;
	}
	.cards .contenedor_cards .card .icono {
		width: 22% !important;
	}
	.cards .contenedor_cards .card .icono figure {
		height: 38px;
		width: 38px;
	}
	.cards .contenedor_cards .card .icono figure img {
		width: 100%;
		height: 100%;
	}
	.cards .contenedor_cards .card .contenido_card .texto h1 {
		font-family: "Gobold-Regular";
		font-size: 20px;
	}
	.cards .contenedor_cards .card .contenido_card .texto p {
		font-size: 13px;
		margin-top: 10px;
	}
	.cards .contenedor_cards .card .contenido_card .btn {
		font-size: 12px;
		margin-top: 10px;
	}
}
@font-face {
	font-family: "Gobold-Bold";
	src: url("/asset/estilos/font/Gobold-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Gobold-Thin";
	src: url("/asset/estilos/font/Gobold-Thin.ttf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "Gobold-Regular";
	src: url("/asset/estilos/font/Gobold-Regular.ttf") format("truetype");
	font-style: normal;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.tradingview-widget-copyright {
	display: none;
}

.tradingview-widget-container {
	height: 55px !important;
}

header {
	height: 67px;
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	z-index: 200;
}
header .icono_menu {
	display: none;
}
header .contenedor {
	height: 65px;
}
header nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
}
header nav .logos {
	cursor: pointer;
}
header nav .enlaces .link {
	text-decoration: none;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin-left: 20px;
	display: inline-block;
	--clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: transform 0.3s;
	font-weight: bold;
}
header nav .enlaces .link:hover {
	--clippy: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: translateY(-5px);
}
header nav .enlaces .link::after {
	content: "";
	display: block;
	background-color: #a59970;
	width: 100%;
	margin-top: 3px;
	height: 3px;
	clip-path: var(--clippy);
	transition: clip-path 0.5s;
}
header nav .enlaces .link::after::after.active {
	display: none;
}
header nav .enlaces .active {
	border-bottom: 3px solid #a59970;
	transform: translateY(-5px);
}
header nav .enlaces .active::after {
	display: none !important;
}
header nav .navBtn {
	display: flex;
	align-items: center;
}
header nav .navBtn .btn_cuenta {
	width: 141px;
	height: 46px;
	background-color: #101e27;
	border-radius: 20px;
	color: #ffffff;
}
header nav .navBtn .btn_cuenta a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: inherit;
	font-family: "Open Sans", sans-serif;
	transition: all 0.3s;
}
header nav .navBtn .btn_cuenta:hover {
	background-color: #ffffff;
	border: solid 1px #101e27;
	color: #101e27;
}

.separador_cursos {
	height: 114px;
}

.cursos_slider {
	height: 400px;
	background-image: url(../../img/home/fondo-transparente.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	position: relative;
}
.cursos_slider::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #101e27;
	opacity: 0.8;
}
.cursos_slider .rombos {
	position: absolute;
	top: 10%;
	left: 2%;
	height: 60px;
	width: 90px;
}
.cursos_slider .rombos img {
	height: 100%;
	width: 100%;
}
.cursos_slider .cursos_titulo {
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	height: 350px;
	flex-direction: column;
	margin-left: 30px;
}
.cursos_slider .cursos_titulo h1 {
	font-family: "Gobold-Regular";
	font-size: 56px;
	z-index: 100;
}
.cursos_slider .cursos_titulo h2 {
	font-family: "Gobold-Regular";
	font-size: 30px;
	z-index: 100;
}
.cursos_slider .cursos_titulo p {
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
	z-index: 100;
}

.seccion_pasos {
	height: 350px;
	margin-top: -25px;
}
.seccion_pasos .pasos {
	display: flex;
	height: 280px;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}
.seccion_pasos .pasos .titulo {
	height: 59px;
	width: 213px;
	background-color: #a59970;
}
.seccion_pasos .pasos .titulo h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	font-size: 28px;
	font-family: "Gobold-Thin";
}
.seccion_pasos .pasos .siguientes_pasos {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.seccion_pasos .pasos .siguientes_pasos .paso {
	width: 20%;
	font-family: "Roboto", "sans-serif";
}
.seccion_pasos .pasos .siguientes_pasos .paso .rombo {
	position: relative;
	z-index: 100;
}
.seccion_pasos .pasos .siguientes_pasos .paso h3 {
	font-size: 20px;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 10px;
}
.seccion_pasos .pasos .siguientes_pasos .paso p {
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.5;
	margin-left: 8px;
}
.seccion_pasos .pasos .siguientes_pasos::before {
	position: absolute;
	content: "";
	margin-left: 3px;
	width: 81%;
	height: 2px;
	background-color: #101e27;
	top: 12px;
	opacity: 0.5;
}

.membresias {
	height: 1200px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	margin-top: 20px;
}
.membresias .forma {
	position: absolute;
	top: -30px;
	left: -50px;
	z-index: 0;
}
.membresias .membresias_contenedor {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	justify-content: space-evenly;
}
.membresias .membresias_contenedor .card_membresia {
	height: 1100px;
	width: 544px;
	border: 2px solid #1c5250;
	border-radius: 20px;
}
.membresias .membresias_contenedor .card_membresia .header {
	height: 23%;
	background-color: #1c5250;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.membresias .membresias_contenedor .card_membresia .header .sub-contenedor {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	color: #ffffff;
	height: 96%;
	width: 99%;
	border-top-right-radius: 100px;
	border-top-left-radius: 10px;
	background-color: #1f5a57;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.header
	.sub-contenedor
	.img_futuros {
	height: 110px;
	width: 110px;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.header
	.sub-contenedor
	.img_futuros
	img {
	height: 100%;
	width: 100%;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.header
	.sub-contenedor
	.img_crypto {
	height: 110px;
	width: 90px;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.header
	.sub-contenedor
	.img_crypto
	img {
	height: 100%;
	width: 100%;
}
.membresias .membresias_contenedor .card_membresia .header .sub-contenedor h1 {
	font-size: 40px;
	font-family: "Gobold-Regular";
	text-align: center;
}
.membresias .membresias_contenedor .card_membresia .sub_0 {
	background-color: #c2442f;
}
.membresias .membresias_contenedor .card_membresia .sub_0 .sub_1 {
	background-color: #ca4731;
}
.membresias .membresias_contenedor .card_membresia .contenido {
	height: 73%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;
	margin-top: 20px;
}
.membresias .membresias_contenedor .card_membresia .contenido .items {
	border-bottom: 1px solid #88a2a9;
	width: 100%;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.items
	.contenedor_items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	position: relative;
	padding: 0 40px;
	margin-bottom: 2%;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.items
	.contenedor_items
	img {
	height: 20px;
	width: 20px;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.items
	.contenedor_items
	p {
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
}
.membresias .membresias_contenedor .card_membresia .contenido .precio {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-direction: column;
}
.membresias .membresias_contenedor .card_membresia .contenido .precio h1 {
	font-family: "Gobold-Regular";
	font-size: 70px;
}
.membresias .membresias_contenedor .card_membresia .contenido .precio p {
	font-size: 25px;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
}
.membresias .membresias_contenedor .card_membresia .contenido .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	gap: 1rem;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_contenedor {
	width: 80%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	cursor: pointer;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_contenedor
	a {
	text-decoration: none;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
	font-size: 16px;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_contenedor
	.contacto_membresia {
	color: #ffffff;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_contenedor
	.precio_moneda {
	color: #1c5250;
	transition: color 0.3s;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_contenedor
	.precio_moneda:hover {
	color: #000000;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_contenedor
	.precio_moneda1 {
	color: #c2442f;
	transition: color 0.3s;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_contenedor
	.precio_moneda1:hover {
	color: #000000;
}
.membresias .membresias_contenedor .card_membresia .contenido .btn .btn_1 {
	background-color: #1c5250;
	transition: background-color 0.3s;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_1:hover {
	background-color: #297875;
}
.membresias .membresias_contenedor .card_membresia .contenido .btn .btn_2 {
	border: 1px solid #1c5250;
}
.membresias .membresias_contenedor .card_membresia .contenido .btn .btn_3 {
	background-color: #c2442f;
	transition: background-color 0.3s;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_3:hover {
	background-color: #d46350;
}
.membresias .membresias_contenedor .card_membresia .contenido .btn .btn_4 {
	border: 1px solid #c2442f;
}
.membresias
	.membresias_contenedor
	.card_membresia
	.contenido
	.btn
	.btn_4:hover {
	color: #000000;
}
.membresias .membresias_contenedor .card_0 {
	border: 2px solid #c2442f;
}

.newsletter {
	height: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 2rem;
	font-family: "Roboto", "sans-serif";
	position: relative;
	overflow: hidden;
}
.newsletter .forma {
	position: absolute;
	top: 0;
	right: -60px;
}
.newsletter .newsletter_contenedor {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1.2em;
	height: 100%;
}
.newsletter .newsletter_contenedor h1 {
	font-size: 40px;
	text-align: center;
}
.newsletter .newsletter_contenedor .btn_newsletter {
	height: 55px;
	width: 366px;
	background-color: #1c5250;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s;
	cursor: pointer;
}
.newsletter .newsletter_contenedor .btn_newsletter a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
}
.newsletter .newsletter_contenedor .btn_newsletter:hover {
	transform: scale(1.2);
}

@media screen and (max-width: 1650px) {
	.cursos_slider .rombos {
		top: 8%;
		left: 2%;
		height: 70px;
		width: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.cursos_slider .rombos {
		position: absolute;
		top: 8%;
		left: 2%;
		height: 50px;
		width: 50px;
	}
	.cursos_slider .cursos_titulo {
		height: 350px;
	}
	.cursos_slider .cursos_titulo h1 {
		font-family: "Gobold-Regular";
		font-size: 40px;
		z-index: 100;
	}
	.cursos_slider .cursos_titulo h2 {
		font-size: 28px;
	}
	.cursos_slider .cursos_titulo p {
		font-family: "Roboto", "sans-serif";
		font-size: 18px;
		z-index: 100;
	}

	.seccion_pasos {
		height: 350px;
		margin-top: -25px;
	}
	.seccion_pasos .pasos {
		height: 93%;
	}
	.seccion_pasos .pasos .titulo {
		height: 59px;
		width: 213px;
		background-color: #a59970;
		margin-bottom: 15px;
	}
	.seccion_pasos .pasos .titulo h1 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color: #ffffff;
		font-size: 28px;
		font-family: "Gobold-Thin";
	}
	.seccion_pasos .pasos .siguientes_pasos .paso h3 {
		font-size: 16px;
	}
	.seccion_pasos .pasos .siguientes_pasos .paso p {
		font-size: 14px;
	}

	.membresias .membresias_contenedor .card_membresia {
		height: 1100px;
		width: 40%;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.header
		.sub-contenedor
		h1 {
		font-size: 33px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.contenido
		.items
		.contenedor_items
		p {
		font-family: "Roboto", "sans-serif";
		font-size: 18px;
	}
	.membresias .membresias_contenedor .card_membresia .contenido .precio h1 {
		font-family: "Gobold-Regular";
		font-size: 60px;
	}
	.membresias .membresias_contenedor .card_membresia .contenido .precio p {
		font-size: 23px;
		font-family: "Roboto", "sans-serif";
		font-weight: bold;
	}
}
@media screen and (max-width: 1024px) {
	header .contenedor {
		height: 65px;
	}
	header nav .logos {
		cursor: pointer;
	}
	header nav .enlaces .link {
		font-size: 13px;
		margin-left: 10px;
	}
	header nav .navBtn {
		display: flex;
		align-items: center;
	}
	header nav .navBtn .btn_cuenta {
		width: 110px;
		height: 35px;
	}
	header nav .navBtn .btn_cuenta a {
		font-size: 14px;
	}

	.cursos_slider {
		height: 380px;
	}
	.cursos_slider .rombos {
		position: absolute;
		top: 8%;
		left: 2%;
		height: 40px;
		width: 40px;
	}
	.cursos_slider .cursos_titulo {
		height: 350px;
		width: 85%;
	}
	.cursos_slider .cursos_titulo h1 {
		font-family: "Gobold-Regular";
		font-size: 40px;
		z-index: 100;
	}
	.cursos_slider .cursos_titulo h2 {
		font-size: 30px;
	}
	.cursos_slider .cursos_titulo p {
		font-family: "Roboto", "sans-serif";
		font-size: 20px;
		z-index: 100;
	}

	.seccion_pasos .pasos .titulo {
		height: 59px;
		width: 190px;
	}
	.seccion_pasos .pasos .titulo h1 {
		font-size: 24px;
	}
	.seccion_pasos .pasos .siguientes_pasos .paso h3 {
		font-size: 16px;
	}
	.seccion_pasos .pasos .siguientes_pasos .paso p {
		font-size: 14px;
		line-height: 1.2;
	}

	.membresias .membresias_contenedor .card_membresia {
		height: 1100px;
		width: 45%;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.header
		.sub-contenedor
		h1 {
		font-size: 26px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.header
		.sub-contenedor
		p {
		font-size: 14px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.contenido
		.items
		.contenedor_items
		p {
		font-family: "Roboto", "sans-serif";
		font-size: 16px;
	}
	.membresias .membresias_contenedor .card_membresia .contenido .precio h1 {
		font-family: "Gobold-Regular";
		font-size: 40px;
	}
	.membresias .membresias_contenedor .card_membresia .contenido .precio p {
		font-size: 16px;
		font-family: "Roboto", "sans-serif";
		font-weight: bold;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.contenido
		.btn
		.btn_contenedor {
		height: 35px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.contenido
		.btn
		.btn_contenedor
		a {
		font-size: 13px;
	}

	.newsletter {
		height: 200px;
	}
	.newsletter .forma {
		position: absolute;
		top: 0;
	}
	.newsletter .newsletter_contenedor h1 {
		font-size: 30px;
	}
	.newsletter .newsletter_contenedor .btn_newsletter {
		height: 35px;
		width: 300px;
	}
	.newsletter .newsletter_contenedor .btn_newsletter a {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	header {
		height: 87px;
		background-color: #ffffff;
		width: 100%;
		position: fixed;
		z-index: 200;
	}
	header .icono_menu {
		display: block;
		cursor: pointer;
	}
	header .icono_menu .menu {
		color: #000000;
		font-size: 40px;
	}
	header nav {
		justify-content: space-between;
	}
	header nav .logos {
		cursor: pointer;
		height: 30px;
		width: 120px;
	}
	header nav .logos img {
		height: 100%;
		width: 100%;
	}
	header nav .enlaces {
		background-color: #ffffff;
		height: 0px;
		width: 100%;
		position: absolute;
		right: 20px;
		top: 75px;
		overflow: hidden;
		z-index: 10;
		box-shadow: 0px 0px 30px -20px rgba(0, 0, 0, 0.5);
		transition: all 300ms;
		display: flex;
		flex-direction: column;
		padding-top: 40px;
	}
	header nav .enlaces .active {
		border-bottom: 0px solid;
		transform: translateY(0px);
	}
	header nav .enlaces .active::after {
		display: block !important;
	}
	header nav .enlaces .link {
		text-align: start;
		padding-left: 20px;
		padding-top: 10px;
		cursor: pointer;
		font-size: 16px;
		transition: background-color 0.3s;
	}
	header nav .enlaces .link:hover {
		transform: translateY(0px);
		background-color: #56595c;
	}
	header nav .enlaces .link::after {
		width: 0%;
	}
	header nav .navBtn {
		display: flex;
		align-items: center;
	}
	header nav .navBtn .btn_cuenta {
		width: 90px;
		height: 30px;
		margin-right: 15px;
	}
	header nav .navBtn .btn_cuenta a {
		font-size: 12px;
	}
	header nav .mostrar_menu {
		/*CLASE MANIPULADA POR JS*/
		height: 250px;
		width: 100%;
	}

	.cursos_slider {
		height: 380px;
	}
	.cursos_slider .rombos {
		position: absolute;
		top: 7%;
		left: 0%;
		height: 40px;
		width: 40px;
	}
	.cursos_slider .cursos_titulo {
		height: 350px;
		width: 90%;
	}
	.cursos_slider .cursos_titulo h1 {
		font-size: 28px;
	}
	.cursos_slider .cursos_titulo h2 {
		font-size: 20px;
	}
	.cursos_slider .cursos_titulo p {
		font-size: 16px;
	}

	.seccion_pasos {
		height: 450px;
	}
	.seccion_pasos .pasos {
		height: 100%;
	}
	.seccion_pasos .pasos .titulo {
		height: 59px;
		width: 190px;
		background-color: #a59970;
		margin-bottom: 15px;
	}
	.seccion_pasos .pasos .titulo h1 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color: #ffffff;
		font-size: 24px;
		font-family: "Gobold-Thin";
	}
	.seccion_pasos .pasos .siguientes_pasos {
		flex-direction: column;
		justify-content: center;
		margin-top: 0px;
	}
	.seccion_pasos .pasos .siguientes_pasos .paso {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.seccion_pasos .pasos .siguientes_pasos .paso .rombo {
		position: relative;
		z-index: 100;
		margin-top: 10px;
	}
	.seccion_pasos .pasos .siguientes_pasos .paso h3 {
		font-size: 14px;
	}
	.seccion_pasos .pasos .siguientes_pasos .paso p {
		font-size: 14px;
	}
	.seccion_pasos .pasos .siguientes_pasos::before {
		position: absolute;
		content: "";
		margin-left: 11px;
		width: 3px;
		height: 75%;
		background-color: #101e27;
		top: 12px;
		opacity: 0.5;
	}

	.membresias {
		height: 1800px;
	}
	.membresias .membresias_contenedor {
		flex-direction: column;
	}
	.membresias .membresias_contenedor .card_membresia {
		height: 850px;
		width: 320px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.header
		.sub-contenedor
		.img_futuros {
		height: 80px;
		width: 80px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.header
		.sub-contenedor
		.img_futuros
		img {
		height: 100%;
		width: 100%;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.header
		.sub-contenedor
		.img_crypto {
		height: 80px;
		width: 60px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.header
		.sub-contenedor
		.img_crypto
		img {
		height: 100%;
		width: 100%;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.header
		.sub-contenedor
		h1 {
		font-size: 24px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.header
		.sub-contenedor
		p {
		font-size: 14px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.contenido
		.items
		.contenedor_items
		p {
		font-family: "Roboto", "sans-serif";
		font-size: 12px;
	}
	.membresias .membresias_contenedor .card_membresia .contenido .precio h1 {
		font-family: "Gobold-Regular";
		font-size: 38px;
	}
	.membresias .membresias_contenedor .card_membresia .contenido .precio p {
		font-size: 23px;
		font-family: "Roboto", "sans-serif";
		font-weight: bold;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.contenido
		.btn
		.btn_contenedor {
		height: 30px;
	}
	.membresias
		.membresias_contenedor
		.card_membresia
		.contenido
		.btn
		.btn_contenedor
		a {
		font-size: 12px;
	}

	.newsletter {
		height: 200px;
	}
	.newsletter .forma {
		position: absolute;
		top: 0;
		z-index: 0;
	}
	.newsletter .newsletter_contenedor {
		z-index: 100;
	}
	.newsletter .newsletter_contenedor h1 {
		font-size: 26px;
	}
	.newsletter .newsletter_contenedor .btn_newsletter {
		height: 30px;
		width: 250px;
	}
	.newsletter .newsletter_contenedor .btn_newsletter a {
		font-size: 12px;
	}
}
@font-face {
	font-family: "Gobold-Bold";
	src: url("/asset/estilos/font/Gobold-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Gobold-Thin";
	src: url("/asset/estilos/font/Gobold-Thin.ttf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "Gobold-Regular";
	src: url("/asset/estilos/font/Gobold-Regular.ttf") format("truetype");
	font-style: normal;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.tradingview-widget-copyright {
	display: none;
}

.tradingview-widget-container {
	height: 55px !important;
}

header {
	height: 67px;
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	z-index: 200;
}
header .icono_menu {
	display: none;
}
header .contenedor {
	height: 65px;
}
header nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
}
header nav .logos {
	cursor: pointer;
}
header nav .enlaces .link {
	text-decoration: none;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin-left: 20px;
	display: inline-block;
	--clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: transform 0.3s;
	font-weight: bold;
}
header nav .enlaces .link:hover {
	--clippy: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: translateY(-5px);
}
header nav .enlaces .link::after {
	content: "";
	display: block;
	background-color: #a59970;
	width: 100%;
	margin-top: 3px;
	height: 3px;
	clip-path: var(--clippy);
	transition: clip-path 0.5s;
}
header nav .enlaces .link::after::after.active {
	display: none;
}
header nav .enlaces .active {
	border-bottom: 3px solid #a59970;
	transform: translateY(-5px);
}
header nav .enlaces .active::after {
	display: none !important;
}
header nav .navBtn {
	display: flex;
	align-items: center;
}
header nav .navBtn .btn_cuenta {
	width: 141px;
	height: 46px;
	background-color: #101e27;
	border-radius: 20px;
	color: #ffffff;
}
header nav .navBtn .btn_cuenta a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: inherit;
	font-family: "Open Sans", sans-serif;
	transition: all 0.3s;
}
header nav .navBtn .btn_cuenta:hover {
	background-color: #ffffff;
	border: solid 1px #101e27;
	color: #101e27;
}

.contacto {
	height: 510px;
	background: transparent linear-gradient(180deg, #101e27 0%, #1f3e51 100%) 0%
		0% no-repeat padding-box;
	position: relative;
	z-index: 0;
	margin-top: -20px;
}
.contacto .contenedor_info {
	height: 100%;
	position: relative;
}
.contacto .contenedor_info .contacto_info {
	height: 100%;
	width: 35%;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	flex-direction: column;
	color: #ffffff;
}
.contacto .contenedor_info .contacto_info .titulo {
	font-family: "Gobold-Regular";
	font-size: 50px;
}
.contacto .contenedor_info .contacto_info .titulo .contenedor_titulo {
	background-color: #c3a54d;
	width: 84%;
	padding: 5px;
	margin-top: 10px;
}
.contacto .contenedor_info .contacto_info .contacto_phone {
	font-size: 17px;
	font-family: "Roboto", "sans-serif";
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	height: 20%;
	z-index: 0;
}
.contacto .contenedor_info .contacto_info .icono_redes {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 0;
}

.separador_contacto {
	height: 120px;
}

.pasos_formulario {
	height: 1100px;
	z-index: 100;
}
.pasos_formulario .pasos_siguientes {
	height: 70%;
	width: 25%;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	flex-direction: column;
	color: #101e27;
	font-family: "Roboto", "sans-serif";
}
.pasos_formulario .pasos_siguientes h1 {
	font-size: 44px;
	font-weight: bold;
}
.pasos_formulario .pasos_siguientes .contenedor_items {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: flex-start;
	height: 70%;
	position: relative;
}
.pasos_formulario .pasos_siguientes .contenedor_items .pasos_detalle {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1em;
	min-width: 350px;
}
.pasos_formulario .pasos_siguientes .contenedor_items .pasos_detalle figure {
	position: relative;
	z-index: 100;
}
.pasos_formulario
	.pasos_siguientes
	.contenedor_items
	.pasos_detalle
	.pasos_items
	.paso_titulo {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pasos_formulario
	.pasos_siguientes
	.contenedor_items
	.pasos_detalle
	.pasos_items
	.paso_text {
	font-size: 16px;
}
.pasos_formulario .pasos_siguientes .contenedor_items::after {
	content: "";
	position: absolute;
	height: 57%;
	width: 2px;
	background-color: #101e27;
	opacity: 0.5;
	left: 3.5%;
	top: 13%;
}

.formulario {
	height: 1361px;
	width: 686px;
	position: absolute;
	top: 30%;
	right: 10%;
	z-index: 100;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-direction: column;
}
.formulario .form_contacto_1 {
	width: 100%;
	height: 56%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	box-shadow: 0px 10px 30px #00000033;
	border-radius: 30px;
	background-color: #ffffff;
}
.formulario .form_contacto_1 .contenedor_form {
	width: 80%;
	margin: 0 auto;
	height: 80%;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	flex-direction: column;
	font-family: "Roboto", "sans-serif";
}
.formulario .form_contacto_1 .contenedor_form .contenedor_input {
	width: 100%;
}
.formulario .form_contacto_1 .contenedor_form .contenedor_input .input_titulo {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
.formulario .form_contacto_1 .contenedor_form .contenedor_input input {
	height: 48px;
	width: 100%;
	border: 1px solid #101e27;
	border-radius: 5px;
	outline: none;
	padding: 0 20px;
	font-size: 16px;
	color: #101e27;
	opacity: 0.4;
}
.formulario .form_contacto_1 .contenedor_form .contenedor_input textarea {
	width: 100%;
	height: 95%;
	border: 1px solid #101e27;
	border-radius: 5px;
	resize: none;
	outline: none;
	padding: 20px 20px;
	font-size: 16px;
	color: #101e27;
	font-family: "Roboto", "sans-serif";
	opacity: 0.4;
}
.formulario .form_contacto_1 .btn_enviar {
	height: 10%;
	background-color: #c3a54d;
	margin-top: 15px;
}
.formulario .form_contacto_1 .btn_enviar .btn_form {
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
	font-size: 24px;
}
.formulario .form_contacto_1 .contacto_pie {
	height: 10%;
	font-family: "Roboto", "sans-serif";
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.formulario .form_contacto_2 {
	width: 100%;
	height: 38%;
	box-shadow: 0px 10px 30px #00000033;
	border-radius: 30px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-bottom: 50px;
	font-family: "Roboto", "sans-serif";
	position: relative;
}
.formulario .form_contacto_2 .contenedor_form_wp {
	width: 80%;
	margin: 0 auto;
	height: 40%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	font-family: "Roboto", "sans-serif";
}
.formulario .form_contacto_2 .contenedor_form_wp .contacto_wp {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	background: transparent linear-gradient(148deg, #30f168 0%, #02d447 100%) 0%
		0% no-repeat padding-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.formulario .form_contacto_2 .contenedor_form_wp .contacto_wp .img_wp {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
	height: 60%;
}
.formulario .form_contacto_2 .contenedor_form_wp .titulo_wp {
	font-weight: bold;
}
.formulario .form_contacto_2 .contenedor_form_wp .phone_wp {
	color: #878787;
}
.formulario .form_contacto_2 .contenedor_input_wp {
	width: 80%;
	height: 30%;
	margin: 0 auto;
}
.formulario .form_contacto_2 .contenedor_input_wp .input_titulo_wp {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
.formulario .form_contacto_2 .contenedor_input_wp .mensaje_wp {
	width: 100%;
	height: 60%;
	border: 1px solid #101e27;
	border-radius: 5px;
	resize: none;
	outline: none;
	padding: 20px 20px;
	font-size: 18px;
	color: #101e27;
	font-family: "Roboto", "sans-serif";
	opacity: 0.4;
}
.formulario .form_contacto_2 .btn_enviar {
	height: 16%;
	background-color: #4dc369;
	margin-top: 15px;
}
.formulario .form_contacto_2 .btn_enviar .btn_form {
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
	font-size: 24px;
}
.formulario .form_contacto_2 .respuesta_wp {
	position: absolute;
	bottom: 20px;
	left: 10%;
	font-size: 14px;
}
.formulario .form_contacto_2 .error {
	color: #df0000;
}
.formulario .form_contacto_2 .enviado {
	color: #1c5250;
}

.contacto_newsletter {
	height: 346px;
	background-color: #101e27;
}
.contacto_newsletter .contenedor_newsletter {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	gap: 2.5rem;
	font-family: "Roboto", "sans-serif";
}
.contacto_newsletter .contenedor_newsletter h1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
}
.contacto_newsletter .contenedor_newsletter .contacto_suscribirme {
	width: 366px;
	height: 55px;
	background-color: #c2442f;
	border-radius: 20px;
	transition: all 0.3s;
}
.contacto_newsletter
	.contenedor_newsletter
	.contacto_suscribirme
	.btn_suscribirme {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
	cursor: pointer;
}
.contacto_newsletter .contenedor_newsletter .contacto_suscribirme:hover {
	transform: scale(1.2);
	background-color: #c3a54d;
}

.fifth {
	border-color: #d2ae45;
	border-radius: 0;
	color: #d2ae45;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #d2ae45;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth:hover {
	color: #ffffff;
}
.fifth:hover::after {
	width: 110%;
}

.fifth_wp::after {
	background-color: #60c979;
}

.exito {
	height: 100vh;
}
.exito .confeti {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.exito .formleft {
	position: absolute;
	bottom: 0;
	left: -70px;
	height: 150px;
	width: 150px;
}
.exito .formright {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 90px;
	width: 90px;
}
.exito .contenedor_exito {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 2rem;
	position: relative;
	height: 100%;
}
.exito .contenedor_exito figure {
	height: 130px;
	width: 130px;
}
.exito .contenedor_exito figure img {
	height: 100%;
	width: 100%;
}
.exito .contenedor_exito .exito_texto {
	text-align: center;
	font-family: "Roboto", "sans-serif";
}
.exito .contenedor_exito .exito_texto h1 {
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 15px;
}
.exito .contenedor_exito .exito_texto p {
	width: 60%;
	margin: 0 auto;
}
.exito .contenedor_exito .btn_exito {
	width: 120px;
	height: 40px;
	background-color: #c2442f;
	border-radius: 20px;
	transition: background-color 0.3s;
}
.exito .contenedor_exito .btn_exito a {
	text-decoration: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	font-weight: bold;
}
.exito .contenedor_exito .btn_exito:hover {
	background-color: #d97564;
}

@media screen and (max-width: 1440px) {
	.contacto {
		height: 450px;
	}
	.contacto .contenedor_info .contacto_info .titulo {
		font-size: 40px;
	}
	.contacto .contenedor_info .contacto_info .contacto_phone {
		font-size: 16px;
	}

	.pasos_formulario {
		height: 900px;
	}
	.pasos_formulario .pasos_siguientes h1 {
		font-size: 38px;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		.pasos_items
		.paso_titulo {
		font-size: 20px;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		.pasos_items
		.paso_text {
		font-size: 16px;
	}

	.formulario {
		height: 1100px;
		width: 550px;
		right: 5%;
	}
	.formulario .form_contacto_1 {
		height: 58%;
	}
	.formulario .form_contacto_1 .contenedor_form {
		width: 80%;
		height: 80%;
	}
	.formulario
		.form_contacto_1
		.contenedor_form
		.contenedor_input
		.input_titulo {
		font-size: 15px;
		margin-bottom: 13px;
	}
	.formulario .form_contacto_1 .contenedor_form .contenedor_input input {
		height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}
	.formulario .form_contacto_1 .contenedor_form .contenedor_input textarea {
		width: 100%;
		height: 80%;
	}
	.formulario .form_contacto_1 .btn_enviar {
		height: 8%;
		margin-top: 10px;
	}
	.formulario .form_contacto_1 .btn_enviar .btn_form {
		font-size: 18px;
	}
	.formulario .form_contacto_1 .contacto_pie {
		margin: 0 auto;
		text-align: center;
		line-height: 1.5;
	}
	.formulario .form_contacto_2 .contenedor_form_wp .contacto_wp {
		height: 70px;
		width: 70px;
	}
	.formulario .form_contacto_2 .contenedor_form_wp .contacto_wp .img_wp {
		width: 50%;
		height: 50%;
	}
	.formulario .form_contacto_2 .contenedor_input_wp .input_titulo_wp {
		font-size: 15px;
		margin-bottom: 13px;
	}
	.formulario .form_contacto_2 .contenedor_input_wp .mensaje_wp {
		font-size: 16px;
	}
	.formulario .form_contacto_2 .btn_enviar {
		height: 14%;
	}
	.formulario .form_contacto_2 .btn_enviar .btn_form {
		font-size: 18px;
	}

	.contacto_newsletter {
		height: 346px;
	}
	.contacto_newsletter .contenedor_newsletter {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		flex-direction: column;
		gap: 2.5rem;
		font-family: "Roboto", "sans-serif";
	}
	.contacto_newsletter .contenedor_newsletter h1 {
		color: #ffffff;
		font-size: 40px;
		font-weight: bold;
	}
	.contacto_newsletter .contenedor_newsletter .contacto_suscribirme {
		width: 366px;
		height: 55px;
		background-color: #c2442f;
		border-radius: 20px;
		transition: all 0.3s;
	}
	.contacto_newsletter
		.contenedor_newsletter
		.contacto_suscribirme
		.btn_suscribirme {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color: #ffffff;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
	}
	.contacto_newsletter .contenedor_newsletter .contacto_suscribirme:hover {
		transform: scale(1.2);
		background-color: #c3a54d;
	}
}
@media screen and (max-width: 1024px) {
	header .contenedor {
		height: 65px;
	}
	header nav .logos {
		cursor: pointer;
	}
	header nav .enlaces .link {
		font-size: 13px;
		margin-left: 10px;
	}
	header nav .navBtn {
		display: flex;
		align-items: center;
	}
	header nav .navBtn .btn_cuenta {
		width: 110px;
		height: 35px;
	}
	header nav .navBtn .btn_cuenta a {
		font-size: 14px;
	}

	.contacto {
		height: 400px;
	}
	.contacto .contenedor_info .contacto_info {
		width: 100%;
		align-items: center;
		justify-content: space-evenly;
	}
	.contacto .contenedor_info .contacto_info .titulo {
		font-size: 36px;
	}
	.contacto .contenedor_info .contacto_info .contacto_phone {
		font-size: 16px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contacto .contenedor_info .contacto_info .icono_redes {
		width: 200px;
	}

	.pasos_formulario {
		height: 100%;
		z-index: 100;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.pasos_formulario .pasos_siguientes {
		height: 70%;
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-evenly;
		flex-direction: column;
		color: #101e27;
		font-family: "Roboto", "sans-serif";
	}
	.pasos_formulario .pasos_siguientes h1 {
		font-size: 30px;
		font-weight: bold;
		margin: 5% 0;
	}
	.pasos_formulario .pasos_siguientes .contenedor_items {
		display: flex;
		justify-content: space-evenly;
		flex-direction: column;
		align-items: flex-start;
		height: 70%;
		position: relative;
	}
	.pasos_formulario .pasos_siguientes .contenedor_items .pasos_detalle {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 1em;
		min-width: 350px;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		figure {
		position: relative;
		z-index: 100;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		.pasos_items {
		height: 100px;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		.pasos_items
		.paso_titulo {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		.pasos_items
		.paso_text {
		font-size: 16px;
		width: 85%;
	}
	.pasos_formulario .pasos_siguientes .contenedor_items::after {
		content: "";
		position: absolute;
		height: 65%;
		width: 2px;
		background-color: #101e27;
		opacity: 0.5;
		left: 12px;
		top: 7%;
	}

	.formulario {
		height: 1100px;
		width: 100%;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		margin-bottom: 20px;
	}
	.formulario .form_contacto_1 {
		height: 58%;
		width: 100%;
		margin-bottom: 20px;
	}
	.formulario .form_contacto_1 .contenedor_form {
		width: 80%;
		height: 80%;
	}
	.formulario
		.form_contacto_1
		.contenedor_form
		.contenedor_input
		.input_titulo {
		font-size: 15px;
		margin-bottom: 13px;
	}
	.formulario .form_contacto_1 .contenedor_form .contenedor_input input {
		height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}
	.formulario .form_contacto_1 .contenedor_form .contenedor_input textarea {
		width: 100%;
		height: 80%;
	}
	.formulario .form_contacto_1 .btn_enviar {
		height: 8%;
		margin-top: 10px;
	}
	.formulario .form_contacto_1 .btn_enviar .btn_form {
		font-size: 18px;
	}
	.formulario .form_contacto_1 .contacto_pie {
		margin: 0 auto;
		text-align: center;
		line-height: 1.5;
	}
	.formulario .form_contacto_2 .contenedor_form_wp .contacto_wp {
		height: 70px;
		width: 70px;
	}
	.formulario .form_contacto_2 .contenedor_form_wp .contacto_wp .img_wp {
		width: 50%;
		height: 50%;
	}
	.formulario .form_contacto_2 .contenedor_form_wp .titulo_wp {
		text-align: center;
	}
	.formulario .form_contacto_2 .contenedor_input_wp .input_titulo_wp {
		font-size: 15px;
		margin-bottom: 13px;
	}
	.formulario .form_contacto_2 .contenedor_input_wp .mensaje_wp {
		font-size: 16px;
	}
	.formulario .form_contacto_2 .btn_enviar {
		height: 14%;
	}
	.formulario .form_contacto_2 .btn_enviar .btn_form {
		font-size: 18px;
	}

	.contacto_newsletter {
		height: 280px;
	}
	.contacto_newsletter .contenedor_newsletter h1 {
		text-align: center;
		font-size: 30px;
	}
	.contacto_newsletter .contenedor_newsletter .contacto_suscribirme {
		width: 292px;
		height: 44px;
	}
	.contacto_newsletter
		.contenedor_newsletter
		.contacto_suscribirme
		.btn_suscribirme {
		font-size: 16px;
	}
	.contacto_newsletter .contenedor_newsletter .contacto_suscribirme:hover {
		transform: scale(1.2);
		background-color: #c3a54d;
	}
}
@media screen and (max-width: 768px) {
	header {
		height: 87px;
		background-color: #ffffff;
		width: 100%;
		position: fixed;
		z-index: 200;
	}
	header .icono_menu {
		display: block;
		cursor: pointer;
	}
	header .icono_menu .menu {
		color: #000000;
		font-size: 40px;
	}
	header nav {
		justify-content: space-between;
	}
	header nav .logos {
		cursor: pointer;
		height: 35px;
		width: 150px;
	}
	header nav .logos img {
		height: 100%;
		width: 100%;
	}
	header nav .enlaces {
		background-color: #ffffff;
		height: 0px;
		width: 100%;
		position: absolute;
		right: 0;
		top: 75px;
		overflow: hidden;
		z-index: 1000;
		box-shadow: 0px 0px 30px -20px rgba(0, 0, 0, 0.5);
		transition: all 300ms;
		display: flex;
		flex-direction: column;
		padding-top: 40px;
	}
	header nav .enlaces .active {
		border-bottom: 0px solid;
		transform: translateY(0px);
	}
	header nav .enlaces .active::after {
		display: block !important;
	}
	header nav .enlaces .link {
		text-align: start;
		margin-left: -5px;
		padding-top: 10px;
		cursor: pointer;
		font-size: 16px;
		transition: background-color 0.3s;
	}
	header nav .enlaces .link:hover {
		transform: translateY(0px);
		background-color: #56595c;
		color: #ffffff;
	}
	header nav .enlaces .link::after {
		width: 0%;
	}
	header nav .navBtn {
		display: flex;
		align-items: center;
		/* ANIMATION */
	}
	header nav .navBtn .btn_cuenta {
		width: 90px;
		height: 30px;
		margin-right: 15px;
	}
	header nav .navBtn .btn_cuenta a {
		font-size: 12px;
	}
	header nav .navBtn .menu-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: all 0.5s ease-in-out;
		/* border: 3px solid black; */
	}
	header nav .navBtn .menu-btn__burger {
		width: 30px;
		height: 3px;
		background: black;
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
		transition: all 0.5s ease-in-out;
	}
	header nav .navBtn .menu-btn__burger::before,
	header nav .navBtn .menu-btn__burger::after {
		content: "";
		position: absolute;
		width: 30px;
		height: 3px;
		background: black;
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
		transition: all 0.5s ease-in-out;
	}
	header nav .navBtn .menu-btn__burger::before {
		transform: translateY(-8px);
	}
	header nav .navBtn .menu-btn__burger::after {
		transform: translateY(8px);
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger {
		transform: translateX(-50px);
		background: transparent;
		box-shadow: none;
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger::before {
		transform: rotate(45deg) translate(35px, -35px);
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger::after {
		transform: rotate(-45deg) translate(35px, 35px);
	}
	header nav .mostrar_menu {
		/*CLASE MANIPULADA POR JS*/
		height: 250px;
		width: 100%;
	}

	.contacto {
		height: 400px;
	}
	.contacto .contenedor_info .contacto_info {
		width: 100%;
		align-items: center;
		justify-content: space-evenly;
	}
	.contacto .contenedor_info .contacto_info .titulo {
		font-size: 28px;
	}
	.contacto .contenedor_info .contacto_info .contacto_phone {
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contacto .contenedor_info .contacto_info .icono_redes {
		width: 150px;
	}
	.contacto .contenedor_info .contacto_info .icono_redes a {
		height: 20px;
		width: 20px;
	}
	.contacto .contenedor_info .contacto_info .icono_redes a img {
		height: 100%;
		width: 100%;
	}

	.pasos_formulario {
		height: 100%;
		z-index: 100;
	}
	.pasos_formulario .pasos_siguientes {
		height: 70%;
		width: 100%;
	}
	.pasos_formulario .pasos_siguientes h1 {
		font-size: 26px;
		font-weight: bold;
		margin: 5% 0;
	}
	.pasos_formulario .pasos_siguientes .contenedor_items {
		display: flex;
		justify-content: space-evenly;
		flex-direction: column;
		align-items: flex-start;
		height: 70%;
		position: relative;
	}
	.pasos_formulario .pasos_siguientes .contenedor_items .pasos_detalle {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 1em;
		min-width: 350px;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		figure {
		position: relative;
		z-index: 100;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		.pasos_items {
		height: 100px;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		.pasos_items
		.paso_titulo {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.pasos_formulario
		.pasos_siguientes
		.contenedor_items
		.pasos_detalle
		.pasos_items
		.paso_text {
		font-size: 14px;
		width: 80%;
	}

	.formulario {
		height: 1100px;
		width: 90%;
		margin: 0 auto;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.formulario .form_contacto_1 {
		height: 58%;
		width: 100%;
		margin-bottom: 20px;
	}
	.formulario .form_contacto_1 .contenedor_form {
		width: 80%;
		height: 80%;
	}
	.formulario
		.form_contacto_1
		.contenedor_form
		.contenedor_input
		.input_titulo {
		font-size: 12px;
		margin-bottom: 13px;
	}
	.formulario .form_contacto_1 .contenedor_form .contenedor_input input {
		height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}
	.formulario .form_contacto_1 .contenedor_form .contenedor_input textarea {
		width: 100%;
		height: 80%;
	}
	.formulario .form_contacto_1 .btn_enviar {
		height: 8%;
		margin-top: 10px;
	}
	.formulario .form_contacto_1 .btn_enviar .btn_form {
		font-size: 14px;
	}
	.formulario .form_contacto_1 .contacto_pie {
		height: 15%;
		margin: 0 auto;
		text-align: center;
		line-height: 1.5;
	}
	.formulario .form_contacto_2 .contenedor_form_wp .contacto_wp {
		height: 50px;
		width: 50px;
	}
	.formulario .form_contacto_2 .contenedor_form_wp .contacto_wp .img_wp {
		width: 50%;
		height: 50%;
	}
	.formulario .form_contacto_2 .contenedor_form_wp .titulo_wp {
		font-size: 17px;
	}
	.formulario .form_contacto_2 .contenedor_input_wp .input_titulo_wp {
		font-size: 12px;
		margin-bottom: 13px;
	}
	.formulario .form_contacto_2 .contenedor_input_wp .mensaje_wp {
		font-size: 16px;
	}
	.formulario .form_contacto_2 .btn_enviar {
		height: 14%;
	}
	.formulario .form_contacto_2 .btn_enviar .btn_form {
		font-size: 14px;
	}

	.contacto_newsletter {
		height: 240px;
	}
	.contacto_newsletter .contenedor_newsletter h1 {
		text-align: center;
		font-size: 24px;
	}
	.contacto_newsletter .contenedor_newsletter .contacto_suscribirme {
		width: 250px;
		height: 35px;
	}
	.contacto_newsletter
		.contenedor_newsletter
		.contacto_suscribirme
		.btn_suscribirme {
		font-size: 14px;
	}

	.exito .contenedor_exito figure {
		height: 100px;
		width: 100px;
	}
	.exito .contenedor_exito figure img {
		height: 100%;
		width: 100%;
	}
	.exito .contenedor_exito .exito_texto h1 {
		font-size: 25px;
	}
	.exito .contenedor_exito .exito_texto p {
		font-size: 14px;
	}
}
