@font-face {
	font-family: Barcelony;
	font-style: Bold;
	font-weight: 900;
	src: local("Barcelony"), local("Barcelony"),
		url(/src/fonts/muller/BarcelonyRegular.woff2) format("woff2"),
		url(/src/fonts/muller/BarcelonyRegular.woff) format("woff");
}
@font-face {
	font-family: "Muller bold";
	font-style: normal;
	font-weight: 600;
	src: local("Muller bold"), local("Muller bold"),
		url(/src/fonts/muller/MullerBold.woff2) format("woff2"),
		url(/src/fonts/muller/MullerBold.woff) format("woff");
}
@font-face {
	font-family: "Muller light";
	font-style: normal;
	font-weight: 500;
	src: local("Muller light"), local("Muller light"),
		url(/src/fonts/muller/MullerLight.woff2) format("woff2"),
		url(/src/fonts/muller/MullerLight.woff) format("woff");
}
@font-face {
	font-family: "Muller medium";
	font-style: normal;
	font-weight: 300;
	src: local("Muller medium"), local("Muller medium"),
		url(/src/fonts/muller/MullerMedium.woff2) format("woff2"),
		url(/src/fonts/muller/MullerMedium.woff) format("woff");
}
@font-face {
	font-family: "myriadpro regular";
	font-style: normal;
	font-weight: 300;
	src: local("myriadpro regular"), local("myriadpro regular"),
		url(/src/fonts/muller/MyriadPro-Regular.woff2) format("woff2"),
		url(/src/fonts/muller/MyriadPro-Regular.woff) format("woff");
}
@font-face {
	font-family: "Roboto Medium";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Medium"), local("Roboto Medium"),
		url(/src/fonts/Roboto/Roboto-Medium.woff2) format("woff2"),
		url(/src/fonts/Roboto/Roboto-Medium.woff) format("woff");
}
@font-face {
	font-family: "Roboto Regular";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Regular"), local("Roboto Regular"),
		url(/src/fonts/Roboto/Roboto-Regular.woff2) format("woff2"),
		url(/src/fonts/Roboto/Roboto-Regular.woff) format("woff");
}
@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: local("Material Icons"),
		url(/src/fonts/MaterialIcons/Material-Icons.woff2) format("woff2");
}
.material-icons {
	font-family: "Material Icons";
	color: #ff8b00;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga";
	font-feature-settings: "liga";
}
#goog-gt-tt {
	display: none !important;
}
.goog-te-banner-frame {
	display: none !important;
}
.goog-te-menu-value:hover {
	text-decoration: none !important;
}
.goog-te-gadget-icon {
	background-image: url(//gtranslate.net/flags/gt_logo_19x19.gif) !important;
	background-position: 0 0 !important;
}
body {
	top: 0 !important;
}
header {
	width: 100%;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header #google_translate_element2 {
	display: none !important;
}
@media screen and (min-width: 992px) {
	header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
header.extended {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header.extended .nav-container {
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin-right: unset;
	background-color: #292929;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	position: absolute;
	top: 70px;
	left: 0;
}
header.extended .nav-container nav {
	width: 100%;
	background-color: unset !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
header.extended .nav-container nav ul {
	width: 100%;
	height: 100%;
	padding: 10px 15px 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
header.extended .nav-container nav ul > li {
	width: 100%;
}
header.extended .nav-container nav ul > li:not(:last-child) {
	margin-right: unset;
	margin-bottom: 10px;
}
header.extended .nav-container nav ul > li > a {
	padding: 5px !important;
	color: #fff !important;
	border-radius: 4px;
	text-align: center;
	display: block;
	font-family: "Muller Bold";
}
header .menu-btn-container {
	width: 15%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	header .menu-btn-container {
		display: none;
	}
}
header .menu-btn-container #menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .brand-container {
	height: 100%;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	header .brand-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header .brand-container img {
	width: 60%;
}
header .nav-container {
	width: 100%;
	height: 100%;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
@media screen and (min-width: 992px) {
	header .nav-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header .nav-container nav {
	width: 100%;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .nav-container nav ul {
	width: 100%;
	height: 100%;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .nav-container nav ul > li {
	width: calc(100% / 5);
	height: 100%;
}
header .nav-container nav ul > li:not(:last-child) {
	margin-right: 10px;
}
header .nav-container nav ul > li > a {
	height: 100%;
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
	font-size: 13px;
	font-family: "Muller Bold";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .nav-container nav ul > li > a span {
	color: #fff;
	font-size: 13px;
	font-family: "Muller Bold";
	-webkit-box-direction: normal;
}
header .nav-container nav ul > li > a:hover {
	color: #7ed1f5;
}

header .nav-container nav ul > li > a:hover span {
	color: #7ed1f5;
}
header #botones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	header #botones {
		margin-right: 10px;
	}
}
header #botones > select {
	width: 120px;
	padding: 4px 20px;
	margin-right: 20px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
header #botones > select > option {
	color: #000;
}
header #botones > a {
	width: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	padding: 4px 20px;
	color: #fff;
	border: 1px solid #fff;
}
header .content-social-red {
	width: 12%;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
}
@media screen and (min-width: 992px) {
	header .content-social-red {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header .content-social-red #social-red {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}
header .content-social-red #social-red > a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
header .content-social-red #social-red > a:hover {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
header .content-social-red #social-red > a > img {
	height: 20px;
}
footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #3d3d3d;
	color: #fff;
}
footer .margin-b {
	margin-bottom: 30px !important;
}
footer > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px;
}
@media screen and (min-width: 992px) {
	footer > div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 50px 100px;
	}
}
footer > div:nth-child(1) {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(1) {
		padding: 40px 100px 10px;
	}
}
footer > div:nth-child(1) > img {
	width: 60%;
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(1) > img {
		width: 18%;
		margin-bottom: 0;
	}
}
footer > div:nth-child(1) > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div:nth-child(1) > div > span {
	color: #fff;
	font-size: 15px;
	margin-right: 40px;
}
footer > div:nth-child(1) > div > a:not(:last-child) {
	margin-right: 30px;
}
footer > div:nth-child(1) > div > a > img {
	height: 20px;
}
footer > div:nth-child(1) #content-newsletter {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
footer > div:nth-child(1) #content-newsletter > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(1) #content-newsletter > div {
		width: 50%;
	}
}
footer > div:nth-child(1) #content-newsletter > div > h5 {
	width: 100%;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	text-align: start;
}
footer > div:nth-child(1) #content-newsletter > div > p {
	color: #fff;
	font-size: 13px;
	text-align: start;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(1) #content-newsletter > div > p {
		margin-bottom: 50px;
	}
}
footer > div:nth-child(1) #content-newsletter > div > form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 1px;
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(1) #content-newsletter > div > form {
		margin-bottom: 0;
	}
}
footer > div:nth-child(1) #content-newsletter > div > form > input {
	width: 70%;
	height: 40px;
	padding: 20px;
	border: none;
	font-size: 15px;
}
footer > div:nth-child(1) #content-newsletter > div > form > a {
	width: 30%;
	height: 40px;
	background-color: #3c3c3b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 3px;
	color: #fff;
	font-size: 8px;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(1) #content-newsletter > div > form > a {
		font-size: 10px;
	}
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) {
		padding: 40px 100px 10px;
	}
}
footer > div:nth-child(5) > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(1) {
		width: 22%;
	}
}
footer > div:nth-child(5) > div:nth-child(1) > a {
	width: 100%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5px;
}
footer > div:nth-child(5) > div:nth-child(1) > a:hover {
	color: #bd2c2f;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(1) > a {
		width: 80%;
		text-align: start;
	}
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(2) {
		width: 22%;
	}
}
footer > div:nth-child(5) > div:nth-child(2) > a {
	width: 100%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5px;
}
footer > div:nth-child(5) > div:nth-child(2) > a:hover {
	color: #bd2c2f;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(2) > a {
		width: 80%;
		text-align: start;
	}
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(3) {
		width: 22%;
	}
}
footer > div:nth-child(5) > div:nth-child(3) > a {
	width: 100%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5px;
}
footer > div:nth-child(5) > div:nth-child(3) > a:hover {
	color: #bd2c2f;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(3) > a {
		width: 80%;
		text-align: start;
	}
}
footer > div:nth-child(5) > div:nth-child(4) {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(4) {
		width: 34%;
	}
}
footer > div:nth-child(5) > div:nth-child(4) > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div:nth-child(5) > div:nth-child(4) > div:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
footer > div:nth-child(5) > div:nth-child(4) > div:first-child > h5 {
	width: 100%;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	text-align: start;
}
footer > div:nth-child(5) > div:nth-child(4) > div:first-child > p {
	color: #fff;
	font-size: 13px;
	text-align: start;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(4) > div:first-child > p {
		margin-bottom: 50px;
	}
}
footer > div:nth-child(5) > div:nth-child(4) > div:first-child > form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 1px;
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(4) > div:first-child > form {
		margin-bottom: 70px;
	}
}
footer > div:nth-child(5) > div:nth-child(4) > div:first-child > form > input {
	width: 70%;
	height: 40px;
	padding: 20px;
	border: none;
	font-size: 15px;
}
footer > div:nth-child(5) > div:nth-child(4) > div:first-child > form > a {
	width: 30%;
	height: 40px;
	background-color: #3c3c3b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 3px;
	color: #fff;
	font-size: 8px;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(5) > div:nth-child(4) > div:first-child > form > a {
		font-size: 10px;
	}
}
footer > div:nth-child(2) {
	background-color: #fff !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div:nth-child(2) .copyrigth-container {
	width: 90%;
	border-top: 1px solid #fff;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div:nth-child(2) .copyrigth-container > p {
	width: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #c1c4c4;
	font-size: 15px;
}
footer > div:nth-child(2) .copyrigth-container > p > svg {
	margin-right: 6px;
}
footer > div:nth-child(2) .copyrigth-container > a {
	width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(2) .copyrigth-container > a {
		width: 300px;
	}
}
footer > div:nth-child(2) .copyrigth-container > a > img {
	width: 100px;
}
@media screen and (min-width: 992px) {
	footer > div:nth-child(2) .copyrigth-container > a > img {
		width: 50%;
	}
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: #bd2c2f;
}
.svg-18px {
	width: 18px;
	height: 18px;
}
.svg-24px {
	width: 24px;
	height: 24px;
}
.svg-30px {
	width: 30px;
	height: 30px;
}
.svg-35px {
	width: 35px;
	height: 35px;
}
.svg-40px {
	width: 40px;
	height: 40px;
}
body {
	width: 100%;
	background-color: #fefefe;
	font-family: "Muller light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
section {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
input,
textarea {
	font-family: "Muller light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
input:focus,
textarea:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
.popup {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
}
.popup {
	display: none;
}
.popup.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup .cortina-popup {
	display: none;
}
.popup .cortina-popup.active {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}
.popup .popup-content-sem-san {
	width: 96% !important;
	background-color: transparent !important;
	color: #fff !important;
}
@media screen and (min-width: 992px) {
	.popup .popup-content-sem-san {
		width: 730px !important;
	}
}
.popup .popup-content-sem-san .btn-cerrar-popup {
	color: #fff !important;
}
.popup .popup-content-sem-san .btn-cerrar-popup > svg path {
	fill: #fff !important;
}
.popup .popup-content-sem-san .btn-cerrar-popup:hover svg path {
	fill: #fff !important;
}
.popup .popup-content {
	background-color: #ffff;
	color: #4d4d4d;
	width: 96%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	position: absolute;
}
@media screen and (min-width: 992px) {
	.popup .popup-content {
		width: 1000px;
	}
}
.popup .popup-content .btn-cerrar-popup-container {
	width: 100%;
	text-align: end;
	font-size: 30px;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup .popup-content .btn-cerrar-popup {
	width: 38px;
	height: 38px;
	color: #767676;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.popup .popup-content .btn-cerrar-popup:hover {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.popup .popup-content .btn-cerrar-popup:hover svg path {
	fill: #000;
}
.popup .popup-content .content-sem-san {
	height: 80vh !important;
}
.popup .popup-content .form-contactenos {
	width: 100%;
	height: 400px;
	padding: 0 40px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4e4e4e;
	position: relative;
	overflow: auto;
	margin-bottom: 30px;
}
.popup .popup-content .form-contactenos .container-popup {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
}
.popup .popup-content .form-contactenos .container-popup > div {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup .popup-content .form-contactenos .container-popup > div h3 {
	color: #ff5a5e;
	font-size: 30px;
	padding: 10px 0;
	font-family: "Muller Bold";
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}
@media screen and (min-width: 992px) {
	.popup .popup-content .form-contactenos .container-popup > div h3 {
		font-size: 28px;
	}
}
.popup .popup-content .form-contactenos .container-popup > div img {
	width: 100%;
	border-radius: 8px;
	-webkit-box-shadow: 0 12px 10px 0 #f5f5f5, 1px 4px 10px 0 #b5b5b5,
		0 4px 10px -3px #000;
	box-shadow: 0 12px 10px 0 #f5f5f5, 1px 4px 10px 0 #b5b5b5,
		0 4px 10px -3px #000;
	margin-bottom: 20px;
}
.popup
	.popup-content
	.form-contactenos
	.container-popup
	> div
	#btn-go-to-compra {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	.popup
		.popup-content
		.form-contactenos
		.container-popup
		> div
		#btn-go-to-compra {
		width: 85%;
	}
}
@media screen and (min-width: 900px) {
	.popup
		.popup-content
		.form-contactenos
		.container-popup
		> div
		#btn-go-to-compra {
		width: 42%;
	}
}
@media screen and (min-width: 1000px) {
	.popup
		.popup-content
		.form-contactenos
		.container-popup
		> div
		#btn-go-to-compra {
		width: 55%;
	}
}
.popup
	.popup-content
	.form-contactenos
	.container-popup
	> div
	#btn-go-to-compra
	.image-sem-san {
	width: 100%;
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.popup .popup-content .form-contactenos .container-popup > div > ul {
	width: 95%;
}
.popup .popup-content .form-contactenos .container-popup > div > ul > li {
	margin-bottom: 10px;
	font-family: "Muller light";
}
.popup .popup-content .form-contactenos .container-popup > div > p {
	font-size: 15px;
	color: #000;
	letter-spacing: 2px;
	font-family: "Muller light";
	margin-bottom: 20px;
	text-align: justify;
}
@media screen and (min-width: 992px) {
	.popup .popup-content .form-contactenos .container-popup > div > p {
		font-size: 20px;
	}
}
.menu-left {
	width: 100%;
	max-height: 95vh;
	margin: 0 0 15px 0;
	padding: 20px;
	overflow: auto;
	background-color: #eee;
	border-radius: 4px;
}
.menu-left::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.menu-left::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
@media screen and (min-width: 992px) {
	.menu-left {
		width: 20%;
		margin: 0;
		display: block;
	}
}
.menu-left ul {
	list-style-type: none;
}
.menu-left ul li {
	width: 100%;
}
.menu-left ul li:not(.w-sublist) a {
	padding-left: 31px;
}
.menu-left ul li a {
	color: #202124;
	padding: 7px;
	cursor: pointer;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	font-family: "Roboto Medium", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
	font-size: 14px;
}
.menu-left ul li a:hover {
	background-color: #dedede;
}
.menu-left ul li a.selected {
	color: #85cef2;
}
.menu-left ul li a span:first-child {
	margin-right: 5px;
}
.menu-left ul li a + ul {
	margin-left: 15px;
	margin-bottom: 7px;
	display: none;
	opacity: 0;
	border-left: 3px solid #85cef2;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.menu-left ul li a + ul li {
	margin-bottom: 0;
}
.menu-left ul li a + ul li a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	font-family: "Roboto Regular", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
.menu-left ul li a + ul li a.selected {
	color: #85cef2;
}
.menu-left ul li a + ul li a + ul.four-sub-list,
.menu-left ul li a + ul li a + ul.second-sub-list,
.menu-left ul li a + ul li a + ul.third-sub-list {
	margin-left: 22px;
}
.menu-left ul li a.selected + ul {
	display: block;
	opacity: 1;
}
.dolar-colombia-widget {
	margin-right: 20px;
}
.dolar-colombia-widget > a {
	font-weight: 700;
	color: #08e17f;
	font-size: 20px;
	margin-bottom: 20px;
}
#c-btn-s {
	background-color: #00ab4c;
	padding: 10px;
	border-radius: 10px 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: 20px;
	right: 0;
}
#c-btn-s > img {
	width: 40px;
	margin-right: 10px;
}
#c-btn-s > a {
	color: #fff;
}
#c-i-s {
	width: 100%;
}
#c-i-s > iframe {
	width: 100%;
	height: 659px;
	margin-top: 20px;
	border: none;
}
.overlay {
	position: fixed;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.overlay .popup {
	width: 100%;
	height: 450px;
	padding: 50px;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 175px);
	left: 0;
}
@media screen and (min-width: 992px) {
	.overlay .popup {
		width: 800px;
		left: calc(50% - 400px);
	}
}
.overlay .popup h2 {
	margin: 20px 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.overlay .popup .close {
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition: all 2s;
	transition: all 2s;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	color: #333 !important;
}
.overlay .popup .close:hover {
	color: #06d85f;
}
.overlay .popup .content {
	width: 100%;
	overflow: auto;
	text-align: center;
}
.overlay .popup #btn-enviar-hv {
	padding: 5px 20px;
	border-radius: 20px;
	color: #230059;
	font-weight: 700;
	background: #34ffd3;
	background: linear-gradient(80deg, #34ffd3 0, #b3ff4f 100%);
}
.overlay .popup .p-n-c > p {
	width: 98%;
	text-align: justify;
	margin-bottom: 5px;
}
.overlay .popup .p-n-c > h3 {
	margin-bottom: 10px;
}
.title-principal {
	width: 100%;
	background-color: #112542;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.title-principal > div {
	width: 70%;
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.title-principal > div > h5 {
	font-size: 16px;
	color: #85cef2;
}
.content-breadcrumbs {
	width: 100%;
	background-color: #fff;
	border-bottom: 2px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content-breadcrumbs > div {
	width: 70%;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content-breadcrumbs > div > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
}
.content-breadcrumbs > div > span {
	margin: 0 5px;
	font-size: 12px;
}
.form-inputs-box {
	width: 100%;
	padding: 20px 15px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-input-container {
	width: 100%;
	position: relative;
}
.form-input-container:not(:last-child) {
	margin-bottom: 15px;
}
.form-input-container input,
select,
textarea {
	width: 100%;
	margin-bottom: 3px;
	padding: 15px 0 3px 14px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c;
	border-radius: 2px;
	font-size: 1em;
	-webkit-transition: border-color ease 0.2s;
	transition: border-color ease 0.2s;
	font-family: "sfui Light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
.form-input-container input:focus,
select:focus {
	outline: 0;
}
.form-input-container label {
	width: auto;
	color: #000;
	pointer-events: none;
	font-size: 0.9em;
	position: absolute;
	top: 9px;
	left: 15px;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	font-family: "sfui Light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
.form-input-container label.on-focus {
	font-size: 0.55em;
	top: 3px;
}
.plan-card {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
	.plan-card {
		margin-bottom: 0;
	}
}
.plan-card:hover > div:first-child {
	left: -100%;
}
.plan-card:hover > div:last-child {
	right: 100%;
}
.plan-card > div {
	min-width: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
	position: relative;
	top: 0;
}
.plan-card > div:first-child {
	left: 0;
}
.plan-card > div:first-child img {
	width: 100%;
}
.plan-card > div:first-child h4 {
	width: 100%;
	padding: 25px 15px;
	text-align: center;
}
.plan-card > div:last-child {
	padding: 15px 10px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	right: 0;
}
.plan-card > div:last-child h4 {
	width: 100%;
	text-align: center;
	letter-spacing: 0.5px;
}
.plan-card > div:last-child p {
	width: 100%;
	text-align: center;
}
.plan-card > div:last-child a {
	padding: 7px 20px;
	color: inherit;
	border: 1px solid #fff;
	border-radius: 4px;
	font-family: "Muller Bold", Arial, Helvetica, sans-serif;
}
.plan-card > div:last-child a:hover {
	color: rgba(0, 0, 0, 0.5);
	background-color: #fff;
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
section .st-container {
	width: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Verdana Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
section .st-container h2 {
	color: #00e5e5;
	text-align: center;
}
section .sc-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
section#s-banner {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
section#s-banner #image-f {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}
section#s-banner #image-f > img {
	width: 100%;
	height: 100vh;
}
section#s-banner #banner {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: 150px;
}
section#s-banner #banner > img {
	width: 100%;
}
section#s-banner #banner > h3 {
	color: #fff;
	letter-spacing: 3px;
	font-size: 25px;
}
@media screen and (min-width: 992px) {
	section#s-banner #banner {
		width: 40%;
	}
}
section#s-banner #content-btn-banner {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	bottom: 30px;
}
section#s-banner #content-btn-banner > a {
	padding: 5px 10px;
	margin: 20px 0;
	font-size: 20px;
	color: #fff;
	border-radius: 6px;
	font-family: "Muller bold";
	background-color: #bd2c2f;
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
section#s-banner #content-btn-banner > a:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
section#s-compre {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 10px;
	background-color: #bd2c2f;
}
@media screen and (min-width: 992px) {
	section#s-compre {
		padding: 60px;
	}
}
section#s-compre > div {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre > div > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
section#s-compre > div > div:nth-child(1) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 40px;
	line-height: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre > div > div:nth-child(1) > h3 {
	font-size: 30px;
	font-family: Barcelony;
	color: #fff;
	letter-spacing: 4px;
}
section#s-compre > div > div:nth-child(1) > h3 > span {
	margin-left: 10px;
	letter-spacing: 14px;
	font-size: 15px;
	font-family: "Muller medium";
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(1) > h3 {
		font-size: 55px;
	}
	section#s-compre > div > div:nth-child(1) > h3 > span {
		font-size: 35px;
	}
}
section#s-compre > div > div:nth-child(1) > h2 {
	width: 100%;
	font-size: 20px;
	font-family: "Muller light";
	color: #fff;
	letter-spacing: 6px;
	text-align: center;
	margin-right: 50px;
}
section#s-compre > div > div:nth-child(2) {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre > div > div:nth-child(2) > img {
	width: calc(100% / 3);
	height: 35px;
	object-fit: contain;
}
section#s-compre > div > div:nth-child(2) > img:not(:last-child) {
	border-right: 1px solid #fff;
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(2) {
		width: 70%;
	}
	section#s-compre > div > div:nth-child(2) > img {
		height: 60px;
	}
}
section#s-compre > div > div:nth-child(3) {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
section#s-compre > div > div:nth-child(3).active > div:first-child {
	left: -100%;
}
section#s-compre > div > div:nth-child(3).active > div:last-child {
	right: 100%;
}
section#s-compre > div > div:nth-child(3) > div {
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
	position: relative;
	top: 0;
	padding: 10px;
}
section#s-compre > div > div:nth-child(3) > div:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(3) > div:first-child {
		padding: 40px 30px;
	}
}
section#s-compre > div > div:nth-child(3) > div:first-child > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(3) > div:first-child > div {
		padding: 40px 60px;
	}
}
section#s-compre > div > div:nth-child(3) > div:first-child > div > h2 {
	width: 100%;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(3) > div:first-child > div > h2 {
		width: 70%;
		font-size: 22px;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-fecha-visita {
	border: 1px solid #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-fecha-visita
	> label {
	color: #fff;
	font-family: "Muller bold";
	padding: 10px;
	font-size: 10px;
}
@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:first-child
		> div
		#content-fecha-visita
		> label {
		font-size: 18px;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-fecha-visita
	> input {
	height: 100%;
	text-decoration: none;
	border: none;
	background-color: #fff;
	padding: 10px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:first-child
		> div
		#content-form-select {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 30px;
}
@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:first-child
		> div
		#content-form-select
		> div {
		width: 50%;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div:first-child {
	background-color: #78201f;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div:last-child {
	background-color: #9f1f1e;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div
	> h3 {
	font-family: "Muller bold";
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 20px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div
	> div {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 10px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div
	.rojo {
	background-color: #ff5d5d;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div
	.naranja {
	background-color: #f97837;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div
	.verde {
	background-color: #619d3b;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div
	.azul {
	background-color: #0367c2;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div
	> label {
	width: 100%;
	height: 40px;
	color: #fff;
	font-family: Muller;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	text-align: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div
	> select {
	width: 100%;
	height: 40px;
	padding: 10px 15px;
	cursor: pointer;
	border: none;
	border-radius: 0;
}
section#s-compre > div > div:nth-child(3) > div:last-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(3) > div:last-child {
		padding: 40px 60px;
	}
}
section#s-compre > div > div:nth-child(3) > div:last-child > h4 {
	font-family: "Muller light";
	color: #fff;
	letter-spacing: 4px;
	font-size: 28px;
}
section#s-compre > div > div:nth-child(3) > div:last-child #fecha-de-visita-u {
	padding: 10px 30px;
	border: none !important;
	border-radius: 4px;
}
section#s-compre > div > div:nth-child(3) > div:last-child > a {
	padding: 5px 10px;
	margin: 20px 0;
	font-size: 13px;
	background-color: #fff;
	border-radius: 6px;
	font-family: "Muller bold";
	color: #bd2c2f;
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
section#s-compre > div > div:nth-child(3) > div:last-child > a:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
section#s-compre > div > div:nth-child(3) > div:last-child #content-form-2 {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(3) > div:last-child #content-form-2 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		padding: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	> div:first-child {
	margin-bottom: 30px;
	background-color: #77211e;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	> div:first-child
	> table
	th {
	border-bottom: 2px solid #972c2e;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	> div:first-child
	> table
	td {
	border-bottom: 2px solid #972c2e;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	> div:last-child {
	background-color: #9e1f1f;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	> div:last-child
	> table
	th {
	border-bottom: 2px solid #a2201a;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	> div:last-child
	> table
	td {
	border-bottom: 2px solid #a2201a;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container {
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container#national-num-personas {
	background-color: #77211e;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container#national-num-personas
	.num-personas-row:not(:last-child) {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e1f1f;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container#extranjero-num-personas {
	background-color: #9e1f1f;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container#extranjero-num-personas
	.num-personas-row:not(:last-child) {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77211e;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.headers-container {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.headers-container
	h4 {
	width: 100%;
	text-align: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row:not(:last-child) {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e1f1f;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div
	p {
	width: 100%;
	text-align: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div.num-input-container {
	width: 100%;
	padding: 10px 0;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div.num-input-container
	button {
	width: 25px;
	height: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div.num-input-container
	input {
	width: 35px;
	height: 30px;
	text-align: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas {
	width: 100%;
	background-color: #fff;
	padding: 10px 20px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table {
	width: 100%;
	text-align: left;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	th {
	color: #fff;
	letter-spacing: 5px;
	font-size: 15px;
	font-family: "Muller light";
	padding: 2px 10px;
	border-bottom: 1px solid #fff;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	th:nth-child(1) {
	width: 50%;
	text-align: left;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	th:nth-child(2) {
	width: 20%;
	text-align: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	th:nth-child(3) {
	width: 30%;
	text-align: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	td {
	color: #fff;
	letter-spacing: 5px;
	font-size: 15px;
	font-family: "Muller light";
	padding: 2px 10px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	> thead
	th {
	border: none;
	color: #fff;
	letter-spacing: 5px;
	font-size: 16px;
	font-family: "Muller light";
	padding: 0 10px 15px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad
	> span {
	width: 80%;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad
	> span
	> a {
	background-color: #dadada;
	width: 30%;
	height: 24px;
	margin: 0;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad
	> span
	> a
	> svg {
	background-color: #dadada;
	width: 30%;
	height: 24px;
	margin: 0;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad
	> span
	> input {
	width: 20%;
	height: 24px;
	margin: 0;
	border: none;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	#btn-volver {
	margin-top: 30px;
	padding: 5px 20px;
	color: #bd2c2f;
	background-color: #fff;
	border-radius: 6px;
	font-family: "Muller bold";
	font-size: 18px;
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	#btn-volver:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ff5a5e;
	padding: 20px 30px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> h4 {
	font-size: 22px;
	font-family: "Muller bold";
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 20px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form
	> div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		> form
		> div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form
	> div
	> label {
	width: 100%;
	height: 30px;
	background-color: #ff5a5e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: "Muller bold";
	font-size: 12px;
	letter-spacing: 3px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		> form
		> div
		> label {
		width: 45%;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form
	> div
	input {
	width: 100%;
	height: 30px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Muller light";
	padding: 0 10px;
}
@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		> form
		> div
		input {
		width: 55%;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form
	#inp-total-f {
	width: 50%;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(1) {
	width: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
}
@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		.precio-total-content
		> div:nth-child(1) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(1)
	> label {
	width: 100%;
	height: 30px;
	background-color: #ff5a5e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: "Muller bold";
	font-size: 15px;
	letter-spacing: 3px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		.precio-total-content
		> div:nth-child(1) {
		width: 45%;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(1)
	input {
	width: 100%;
	height: 30px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Muller light";
	padding: 0 10px;
	color: #000;
	background-color: #fff;
	padding: 7px 7px 7px 10px;
	font-weight: bolder;
	font-size: 18px;
}
@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		.precio-total-content
		> div:nth-child(1) {
		width: 100%;
	}
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(2) {
	right: 0;
}
section#s-compre
	> div
	> div:nth-child(3)
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(2)
	#btn-pagar-boletos {
	padding: 7px 20px;
	font-size: 15px;
	background-color: #02515a;
	border-radius: 8px;
	font-family: "Muller bold";
	color: #fff;
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
section#s-compre > div > div:nth-child(3) .content-total {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    padding: 7px 2px 0;
    text-align: center;
}

.informacion-pasarela {
    text-align: center;
}
section#s-compre > div > div:nth-child(3) .content-total > span {
	font-family: "Muller bold";
	color: #bd2c2f;
	letter-spacing: 0.4px;
	font-size: 20px;
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(3) .content-total > span {
		font-size: 24px;
	}
}
section#s-compre > div > div:nth-child(3) .content-total > input {
	font-size: 15px;
	padding: 10px;
	margin-right: 30px;
	border-radius: 6px;
	border: none;
	text-align: center;
	margin: auto;
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(3) .content-total > input {
		padding: 10px 30px;
		font-size: 18px;
	}
}
section#s-compre > div > div:nth-child(3) .content-btn-comprar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
}
section#s-compre > div > div:nth-child(3) .content-btn-comprar > input {
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 6px;
	border: none;
}
section#s-compre > div > div:nth-child(3) .content-btn-comprar > a {
	padding: 10px 30px;
	font-size: 18px;
	background-color: #fff;
	border-radius: 6px;
	font-family: "Muller bold";
	color: #bd2c2f;
	letter-spacing: 0.4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
section#s-compre > div > div:nth-child(3) .content-btn-comprar > a:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
section#s-compre > div > div:nth-child(4) {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-compre > div > div:nth-child(4) {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
section#s-compre > div > div:nth-child(4) p {
	margin: 40px 0 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
section#s-compre > div > div:nth-child(4) #btn-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 20px;
	font-size: 15px;
	color: #fff;
	font-family: "Muller bold";
	background-color: #f28706;
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	margin-right: 20px;
	border-radius: 8px;
}
section#s-cards {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background-color: #fff;
}
section#s-cards > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-cards > div .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
section#s-cards > div .card:hover > img {
	-webkit-filter: saturate(180%);
	filter: saturate(180%);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
section#s-cards > div .card > img {
	width: 100%;
}
section#s-cards > div .card > h2 {
	width: 200px;
	text-align: center;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	font-size: 20px;
	color: #7e7c7c;
}
@media screen and (min-width: 992px) {
	section#s-cards > div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	section#s-cards > div .card:not(:last-child) {
		margin-right: 20px;
	}
}
section#s-planes {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}
section#s-planes > div {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-planes > div > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-planes > div > div:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
section#s-planes > div > div:first-child > h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 55px;
	font-family: Barcelony;
	color: #fff;
	letter-spacing: 4px;
}
section#s-planes > div > div:first-child > h3 > span {
	font-size: 45px;
	color: #829b29;
	margin-bottom: 10px;
	font-size: 55px;
	font-family: Barcelony;
	letter-spacing: 4px;
}
section#s-planes > div > div:first-child > h1 {
	font-size: 15px;
	letter-spacing: 6px;
	color: #706f6f;
	font-family: "Muller light";
	text-align: center;
	margin-bottom: 10px;
}
section#s-planes > div > div:first-child > h1 > div {
	margin: 10px 0 30px;
	width: 60%;
	border-bottom: 2px solid #d3d3d3;
}
@media screen and (min-width: 992px) {
	section#s-planes > div > div:first-child > h1 > span:nth-child(1) {
		font-size: 50px;
	}
	section#s-planes > div > div:first-child > h1 > span:nth-child(2) {
		font-size: 20px;
	}
}
section#s-planes > div > div:first-child > p {
	width: 90%;
	text-align: center;
	margin-bottom: 60px;
	font-family: "Muller medium";
	color: #706f6f;
}
@media screen and (min-width: 992px) {
	section#s-planes > div > div:first-child > p {
		width: 50%;
	}
}
section#s-planes > div > div:last-child {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-webkit-column-gap: 15px;
	column-gap: 15px;
}
section#s-planes > div > div:last-child .plan-card:first-child {
	background-color: #829b29;
}
section#s-planes > div > div:last-child .plan-card:last-child {
	background-color: #fd5f61;
}
@media screen and (min-width: 992px) {
	section#s-planes > div > div:last-child {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	section#s-planes > div > div:last-child .plan-card:first-child {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	section#s-planes > div > div:last-child .plan-card:last-child {
		-ms-grid-column: 3;
		grid-column: 3;
	}
}
section#s-galeria {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #dadada;
}
section#s-galeria > h3 {
	width: 100%;
	text-align: center;
	font-size: 55px;
	font-family: -webkit-pictograph;
	color: #fff;
	letter-spacing: 4px;
	margin: 40px 0;
}
section#s-galeria #content-galery {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
section#s-galeria #content-galery > a {
	width: 100%;
}
section#s-galeria #content-galery > a > img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 992px) {
	section#s-galeria #content-galery {
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}
section#s-como-llegar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #5e6c21;
}
section#s-como-llegar > h3 {
	font-size: 35px;
	color: #fff;
	letter-spacing: 1px;
	padding: 40px 0;
	font-family: "Barcelony";
	font-size: 70px;
}
section#s-como-llegar > div {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-como-llegar > div {
		width: 80%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
section#s-como-llegar > div > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}
section#s-como-llegar > div > div iframe {
	border: 0;
	width: 90%;
	height: 300px;
}
@media screen and (min-width: 992px) {
	section#s-como-llegar > div > div {
		width: 50%;
		padding: 50px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
section#s-como-llegar > div > div:first-child > div {
	width: 90%;
}
@media screen and (min-width: 992px) {
	section#s-como-llegar > div > div:first-child > div {
		width: 50%;
	}
}
section#s-como-llegar > div > div:first-child > div:first-child > p {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
	section#s-como-llegar > div > div:first-child > div:first-child > p {
		width: 70%;
		text-align: end;
	}
}
section#s-como-llegar > div > div:first-child > div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-como-llegar > div > div:first-child > div:last-child > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-como-llegar > div > div:first-child > div:last-child > div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 30px;
	}
}
section#s-como-llegar > div > div:first-child > div:last-child > div > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
	padding: 20px 0;
}
@media screen and (min-width: 992px) {
	section#s-como-llegar > div > div:first-child > div:last-child > div > a {
		padding: 0;
	}
}
section#s-como-llegar > div > div:first-child > div:last-child > div > a:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
section#s-como-llegar
	> div
	> div:first-child
	> div:last-child
	> div
	> a:first-child {
	width: 200px;
	border: 1px solid #fff;
	padding: 8px 30px;
	letter-spacing: 3px;
	margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
	section#s-como-llegar
		> div
		> div:first-child
		> div:last-child
		> div
		> a:first-child {
		margin: 0;
		margin-right: 30px;
	}
}
a.btn-preguntas {
	display: flex;
	margin: 10px auto 20px;
	background: #829b29;
	padding: 10px;
	color: #fff;
	border-radius: 8px;
}
.banner_mb {
	display: none;
}
@media (max-width: 767px) {
	.banner_es {
		display: none;
	}
	.banner_mb {
		display: block;
	}
}
section.section-ext {
	max-width: 450px;
	margin: auto;
	display: block;
}


a.btn-preguntas {
	margin-bottom: 0 10px !important;
	background-color: #5e6c21;
}
a.btn-sabias-que {
	margin: 10px 0 30px 1px !important;
	background: #f28706;
}
a.btn-preguntas {
	margin: 0;
}
.message {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
}
.center {
	text-align: center;
	width: 100%;
}
.center:first-child {
	margin: auto;
	text-align: left;
}
.content-btn-comprar {
	margin: 0 0 21px 0;
}
.informacion {
	display: flex;
}
a#btn-beneficios {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 20px;
	font-size: 15px;
	color: #bd2c2f;
	font-family: "Muller bold";
	background-color: #fafafa;
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
		0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
		0 1px 3px 0 rgb(0 0 0 / 12%);
	margin-right: 20px;
	border-radius: 8px;
}
img.img_mensaje {
	max-width: 100%;
	width: 100%;
	margin: 32px auto 0;
}
@media (max-width: 600px) {
	.informacion {
		display: block;
	}
	.informacion a {
		margin: 10px auto;
	}
}
.content-total.descuento-aplicado {
	background: none !important;
	border: 1px #fff solid;
	border-radius: none !important;
	border-radius: 0 !important;
	padding: 1px 8px !important;
	max-width: 350px;
}
.descuento-aplicado span {
	font-size: 17px !important;
	color: #fff !important;
}
.content-total.descuento-aplicado input {
	max-width: 140px !important;
	padding: 3px 6px !important;
	font-weight: bold;
	font-size: 18px;
	border-radius: 0 !important;
	background: #fff;
	margin: 0 !important;
}
.content-total.descuento-aplicado {
	padding: 0 0 0 7px !important;
}
.content-total.descuento-aplicado {
	margin: 0 !important;
	min-width: 80%;
}
.precio-total-content.descuento-aplicado div {
	padding: 0 !important;
	margin: 0 !important;
}

#s-sonoro > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* gap: 30px; */
}

.s-banner-n a,
.s-banner-n {
	display: flex;
}

#s-sonoro img {
	width: 100%;
}

a.btn-preguntas.btn-sabias-que.btn-sonoro {
	background: #093c44;
	max-width: 380px;
	display: block;
	margin: 20px auto 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#s-compre {
	padding-top: 150px !important;
}

.section-solo-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-solo-img a,
.section-solo-img a img {
	width: 100%;
}

.titulo-zipa{
    color:#FFF;
    
}


/* ================================================================COMPRA TU PLAN=============================================================================== */
  .buttons-container {
    display: flex !important;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row !important; /* Forzamos horizontal en desktop */
}

    .plan-button {
        /* Diseño de tarjeta moderna con glassmorphism */
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        padding: 3rem 2.5rem;
        font-family: 'Space Grotesk', sans-serif;
        font-size: 1.3rem;
        font-weight: 600;
        text-decoration: none;
        border-radius: 24px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
        border: none;
        min-width: 280px;
        min-height: 250px;
        backdrop-filter: blur(10px);
        box-shadow: 
            0 20px 40px rgba(0, 0, 0, 0.1),
            0 1px 3px rgba(0, 0, 0, 0.05),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
        overflow: hidden;
    }

    /* Efecto de brillo moderno */
    .plan-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s ease;
    }

    .plan-button:hover::before {
        left: 100%;
    }

    .plan-especial {
        /* Gradiente coral moderno con mejor contraste */
        background: linear-gradient(135deg, #ff5d5d 0%, #ff4757 100%);
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .plan-especial:hover {
        transform: translateY(-12px) scale(1.05);
        box-shadow: 
            0 32px 64px rgba(255, 93, 93, 0.25),
            0 0 40px rgba(255, 93, 93, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    .plan-esencial {
        /* Gradiente verde moderno con mejor contraste */
        background: linear-gradient(135deg, #619d3b 0%, #4a7c59 100%);
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .plan-esencial:hover {
        transform: translateY(-12px) scale(1.05);
        box-shadow: 
            0 32px 64px rgba(97, 157, 59, 0.25),
            0 0 40px rgba(97, 157, 59, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    /* Iconos modernos con mejor diseño */
    .icon {
        font-size: 3.5rem;
        margin-bottom: 0.5rem;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
        transition: transform 0.3s ease;
    }

    .plan-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .plan-title {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        letter-spacing: -0.01em;
    }

    .plan-subtitle {
        font-size: 1rem;
        opacity: 0.9;
        font-weight: 400;
        font-family: 'DM Sans', sans-serif;
    }

    /* Precio agregado para mayor realismo */
    .plan-price {
        font-size: 2rem;
        font-weight: 700;
        margin-top: 1rem;
        opacity: 0.95;
    }

    /* Características del plan */
    .plan-features {
        list-style: none;
        margin-top: 1rem;
        font-size: 0.9rem;
        opacity: 0.9;
        padding: 0;
    }

    .plan-features li {
        margin: 0.3rem 0;
    }

    .plan-features li::before {
        content: '✓ ';
        margin-right: 0.5rem;
    }

    /* Desktop: 2 columnas lado a lado */
    @media (min-width: 769px) {
        .plan-button {
            flex: 1 1 45%;
            max-width: 400px;
        }
    }

    /* Móvil: botones uno debajo del otro */
    @media (max-width: 768px) {
         .buttons-container {
        flex-direction: column !important; /* En móvil sí en columna */
        align-items: center;
    }

        .plan-button {
            width: 100%;
            max-width: 320px;
        }

        .title {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .subtitle {
            font-size: 1rem;
            margin-bottom: 3rem;
        }
    }

    /* Animaciones más suaves y modernas */
    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-8px); }
    }

    .plan-button:hover .icon {
        animation: float 2s ease-in-out infinite;
    }

    /* Efecto de resplandor sutil */
    .plan-button::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.4s ease;
        border-radius: 24px;
    }

    .plan-button:hover::after {
        opacity: 1;
    }

	#s-botonera {
		max-width: 100%;
		margin: 0px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px 0px;
	}

	#s-botonera div{
		width: 80%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		justify-content: center;
		align-items: center;
	}
	
	#s-botonera div a svg{
		width: 30px;
		height: 30px;
	}

	#s-botonera div a{
		width: 100%;
		margin: 0px !important;
		animation: 2s ease 0s infinite normal none running pulse2;
	}

	#s-botonera div a span{
		width: calc(100% - 30px);
	}

	
	/* Animación */
	@keyframes pulse2 {
	0% {
		transform: scale(1);
			box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	}
	50% {
		transform: scale(1.02);
			box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	}
	100% {
		transform: scale(1);
			box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	}
	}
	
	#s-botonera div a:nth-child(1){
		background-color: #eb8006;
	}
	
	#s-botonera div a:nth-child(2){
		background-color: #8100ff;
	}
	
	#s-botonera div a:nth-child(3){
		background-color: #b36c34;
	}
	
	#s-botonera div a:nth-child(4){
		background-color: #8fb989;
	}

	
@media screen and (max-width: 1024px) {
	section#s-compre {
		padding-top: 25px !important;
	}

	#s-botonera div{
		width: 90%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		justify-content: center;
		align-items: center;
	}

	#s-botonera div a span {
		width: calc(100% - 30px);
		font-size: 15px;
		letter-spacing: 2px;
	}

	#s-botonera div a  {
		padding: 6px 15px !important;
	}

	section#s-como-llegar > h3 {
		font-size: 45px;
	}
}