@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

* {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #2e2e2e;
	box-sizing: border-box !important;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html{
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}

@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}

html::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #2e2e2e;
}

:root {
	--primaryColor: #FEA442;
}

header {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: -1px;
	left: -1px;
	width: calc(100% + 5px);
	height: 80px;
	z-index: 1;
	background: transparent;
	transition: all .3s;
}

header .containerLogo {
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 50px;
	margin-bottom: 10px;
}

header .containerLogo .logo {
	width: 100%;
	max-width: 170px;
	transition: all .3s;
}

.headerActiveOnScroll {
	height: 56px;
	background-color: transparent;
	transition: background-color 1s ease-in;
}

.headerActiveOnScroll.scrolled {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(55, 79, 140, 1) 0%, rgba(0, 185, 182, 1) 100%) !important;
}

.headerActiveOnScroll .containerLogo a {
	height: 22px;
}

.headerActiveOnScroll .burger,
.headerActiveOnScroll .burger:after,
.headerActiveOnScroll .burger:before {
	background-color: #fff;
}

.headerActiveOnScroll a {
	color: #fff
}

.headerActiveOnScroll .containerLogo .logo {
	width: 135px;
	transition: all .3s;
}

header nav {
	/* width: 70%; */
	background: transparent !important;
	box-shadow: none;
	margin-right: 50px;
	height: 64px;
	line-height: 64px;
}

header nav ul {
	display: flex;
	/* justify-content: space-evenly; */
	justify-content: flex-end;
	height: 100%;
}

header nav ul li {
	list-style: none;
	display: flex;
	align-items: center;
}

header nav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	height: 65px;
	padding: 0 15px;
	font-size: 12px;
	white-space: nowrap;
}

header nav li a i {
	color: #fff;
	font-size: 12px;
}

header nav ul li a:hover {
	background: transparent;
}

header nav li ul {
	display: none;
	position: absolute;
	min-width: 110px;
}

header nav li:hover>ul {
	/* display:block; */
	display: flex;
	flex-direction: column;
	margin-top: 240px;
	/* background-color: #209CAA; */
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(30, 154, 170, 1) 0%, rgba(38, 165, 174, 1) 100%);
	height: auto;
	padding-top: 10px;
}

header nav li ul li {
	/* position:relative; */
	height: 30px;
}

header nav li ul li:hover {
	background-color: #26a5ae;
	/* filter: brightness(50%); */
	z-index: 10;
}

header nav li ul li a {
	width: 100%;
}

.link_turnos,
.link_bot,
.link_centric,
.link_tienda {
	text-transform: capitalize !important;
}

header nav ul li .changeLang {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 25px;
	background: #808080;
	padding: 0;
	margin: 0;
}

header nav ul li .changeLang:hover {
	background: #A1A1A1;
}

.cambiar-idioma-li {
	width: 100%;
	max-width: 60px;
	align-items: center;
	justify-content: center;
	height: 43px;
}

.cambiar-idioma-li .cambiar-idioma-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	padding: 0 15px;
}

.bandera-container {
	overflow: hidden;
	height: 28px;
	width: 28px !important;
	border-radius: 12rem;
	border: 3px solid white;
}

header nav ul li:last-child a div {
	width: 100%;
}

header nav ul li:last-child a div img {
	width: 106%;
	margin-bottom: 20px;
	padding-bottom: 2px;
	margin-left: -1px;
	object-fit: cover;
	height: 24px;
}

.menuMobile .cambiar-idioma-li .cambiar-idioma-link {
	padding: 0;
}

.menuMobile .cambiar-idioma-li {
	margin-left: 0;
}

.bandera-container-mob {
	border: 3px solid white;
	border-radius: 10rem;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.bandera-container-mob img {
	width: 100%;
	height: 34px;
	object-fit: cover;
}

.containerHero {
	overflow-x: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.containerHero section {
	/* width: 100%; */
	width: calc(100% + 2px);
	height: auto;
	perspective: 2px;
}

.modalVideo {
	display: none;
	flex-direction: column;
	min-height: 750px;
	width: 1200px;
	background-color: transparent;
}

.modalVideo .modal-content {
	padding: 0;
	height: 750px;
	overflow: hidden;
}

.modalNewsletter {
	display: none;
	flex-direction: column;
	background-image: url("../img/banners/barra_colores.png");
	background-size: 20px 100%;
	background-repeat: no-repeat;
	background-position-x: left;
	border-radius: 10px;
	padding-left: 20px;
	min-height: 350px;
}

.modalNewsletter .modal-header-newsletter {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.modalNewsletter .modal-header-newsletter .containerCerrarNewsletter {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.modalNewsletter .modal-header-newsletter img {
	width: 90px;
	margin: -20px 0 20px 0;
}

.modalNewsletter .modal-header-newsletter h4 {
	margin: 0;
	width: 100%;
	text-align: center;
}

.modalNewsletter .modal-header-newsletter button {
	background-color: transparent;
	border: none;
	padding: 10px;
	cursor: pointer;
}

.modalNewsletter .modal-header-newsletter button i {
	font-size: 24px;
	color: #2e2e2e;
}

.modalNewsletter .modal-footer {
	background-color: transparent;
	text-align: center;
}

.modalNewsletter .modal-footer .containerInputNewsletter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	padding: 0;
	height: 40px;
	margin: 5px auto;
	border: solid 1px #CACACA;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.modalNewsletter .modal-footer .containerInputNewsletter input {
	padding: 10px 15px;
	border: none;
}

.modalNewsletter .modal-footer .containerInputNewsletter input:focus,
.newsletter-footer .containerInputNewsletter input:focus {
	outline: none;
}

.modalNewsletter .modal-footer .containerInputNewsletter button,
.newsletter-footer .containerInputNewsletter button {
	border-left: solid 1px #cacaca;
	background-color: var(--primaryColor);
	height: 100%;
	margin: 0;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}

@media screen and (max-height: 850px) and (min-width: 1000px) {
    .modalVideo {
        height: 300px;
        width: 90% !important;
        max-width: 1050px;
        min-height: 500px;
        margin-top: 140px;
    }

	.modalVideo .modal-content {
        height: 500px;
    }
}

#result {
	text-align: center;
	width: 70%;
	margin: 10px auto 20px auto;
	padding-top: 20px;
}

.suscripcionExitosa {
	text-align: center;
	font-weight: 500;
	color: var(--primaryColor);
	font-size: 20px;
}

.newsletter-footer {
	/* background-color: red; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	max-width: 300px;
}

.newsletter-footer p {
	color: #fff;
	text-align: center;
}

.newsletter-footer .containerInputNewsletter {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	border: solid 1px var(--primaryColor);
	border-radius: 10px;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
	margin: 10px 0;
}

.newsletter-footer .containerInputNewsletter input {
	background-color: transparent;
	height: 3rem;
	font-size: 16px;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0 10px;
	box-sizing: content-box;
	width: 100%;
	color: #fff;
	transition: all .2s;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.newsletter-footer .containerInputNewsletter input:focus {
	background-color: #fff;
	transition: all .2s;
	color: #2e2e2e;
}

.newsletter-footer .containerInputNewsletter input:placeholder {
	color: #f1f2f3;
}


@media screen and (max-width: 768px) {
	.modalNewsletter {
		height: 400px;
	}

	.modalNewsletter .modal-header-newsletter h4 {
		font-size: 25px;
	}

	.modalNewsletter .modal-footer .containerInputNewsletter {
		width: 90%;
	}

	.modalNewsletter .modal-footer .containerInputNewsletter input {
		width: 80%;
	}

	#result {
		width: 90%;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 856px) {
	header nav {
		display: none;
	}

	header .containerLogo {
		margin-left: 22px;
	}

	.boton-menu-mobile {
		display: flex;
	}

	.menuMobile {
		display: flex;
	}

	.main-nav {
		display: inline-block;
	}

	header .logo {
		width: 120px !important;
	}

}

@media screen and (min-width: 856px) {
	.boton-menu-mobile {
		display: none !important;
	}

	.menuMobile {
		display: none !important;
	}

	 /* header nav {
		width: 750px !important;
	}  */
}

/* Wsp Button */
.wsp-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 30px;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
	z-index: 1231231;
}


.wsp-icon a .logoWsp {
	display: block;
	width: 60px;
	height: 60px;
	z-index: 1231231;
}

/* ondas al icono wsp */
.wsp-icon span {
	position: relative;
	font-size: 72px;
	border: none;
	top: 40px;
	left: -5px;
	color: transparent;
}

.wsp-icon::after {
	opacity: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -8px;
	left: -8px;
	right: 0;
	bottom: 0;
	content: '';
	height: 100%;
	width: 100%;
	border: 8px solid rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	animation-name: ripple;
	animation-duration: 3s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	z-index: -1;
}

.wsp-icon::before {
	opacity: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -8px;
	left: -8px;
	right: 0;
	bottom: 0;
	content: '';
	height: 100%;
	width: 100%;
	border: 8px solid rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	animation-name: ripple;
	animation-duration: 3s;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	z-index: -1;
}

/* @keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
   }
    to {
        opacity: 0;
        transform: scale3d(2, 2, 1);
   }
} */


/*texto*/

.text-anterior {
	padding-top: 1rem;
	padding-bottom: 1rem;
	color:#F7A343;
}

#planes {
	padding-top: 70px;
	margin: 0;
	color: #FEA442;
}

#tabla {
	display: none;
	flex-direction: column;
	padding-top: 20px;
}

.containerTabla {
	justify-content: center;
	display: flex;
	justify-content: left;
	align-items: center;
}

.tablePrecios {
	text-align: left;
	position: relative;
	border-collapse: collapse;
	width: 90%;
	max-width: 1000px;
	margin: 50px auto;
}



tr {
	border: none;
}

th,
td {
	padding: 0.2rem 1.5rem 0.2rem 1rem;
	border-bottom: none;
	border-left: solid 1px #cecece;
	text-align: center;
	
	color: #525252;
}

.row{
    text-align: left;
    vertical-align: middle;
	font-weight: 600;
	font-size: 14px;
}

tbody tr td i {
	color: #767676;
}

tr th,
tr td {
	font-weight: inherit;
	font-size: 14px;
	height: 40px;
}

tr td .fa-check-circle {
	color: #3163AC;
}

tr td .fa-minus {
	color: #8a8a8a;
}

tr:nth-of-type(2n) {
	background-color: #ffffff;
}

tr:nth-of-type(2n+1) {
	background-color: #ffffff;
}

tr:first-child th {
	background-color: rgb(255, 255, 255);
	color: #FEA442;
	font-weight: 800;
	font-size: 22px;
	border: 1px solid #FEA442;
}

.text-caract {
	background-color: rgb(255, 255, 255);
	color: #3163AC !important;
	font-weight: 800;
	font-size: 22px;
	border: 1px solid #FEA442;
}

.text-titulo2 {
	background-color: rgb(255, 255, 255);
	color: #000000 !important;
	font-weight: 800;
	font-size: 22px;
	border: 1px solid #000000!important;
	border-left: 10px solid transparent;
}

.titulo-caract-mob1 {
	color: #FEA442;
	font-weight: 800;
	font-size: 22px;
}

.titulo-caract-mob2 {
	color: #000000;
	font-weight: 800;
	font-size: 22px;
}

tr th:first-child {
	background-color: #fff;
}

tr:first-child th:first-child {
	border: none !important;
}

tr td {
	border: solid 1px #cecece;
	border-top: none;
	border-bottom: none;
}

tr .verMas1 a {
	background-color: #FEA442;
	padding: 5px 15px;
	color: #fff;
	font-weight: 600;
	border-radius: 15px;
	transition: all .2s;
	
}

.no-border {
	border: none;
}

tr .verMas1 a:hover {
	opacity: .9;
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .2));
	transition: all .2s;
}

tr .verMas2 a {
	background-color: #000000;
	padding: 5px 15px;
	color: #fff;
	font-weight: 600;
	border-radius: 15px;
	transition: all .2s;
}

tr .verMas2 a:hover {
	opacity: .9;
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .2));
	transition: all .2s;
}

.button-mob1 {
	border: none;
	background-color: #FEA442;
	padding: 5px 15px;
	color: #fff;
	border-radius: 15px;
	margin-top: 10px;
}

.button-mob2 {
	border: none;
	background-color: #000000;
	padding: 5px 15px;
	color: #fff;
	border-radius: 15px;
	margin-top: 10px;
}

.link-button {
	color: #fff;
}

.thHidden {
	/* display: hidden; */
	border: none;
	border-right: 1px !important;
	background: #fff;
	height: 100%;
}

tr .modDisponibles {
	height: 50px !important;
}

tr .bgPremiun {
	/* background-color: #f1f2f3; */
}

.red {
	background: #fff !important;
}

.red th {
	height: 50px;
}

tr .green th {
	background: green;
	color: white;
}

tr.purple th {
	background: purple;
	color: white;
}


.red th {
	background: white;
	position: sticky !important;
	border-right: solid 1px #FEA442;
	top: 80px;
	/* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	width: 25%;
}


th[scope=row] {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}

/* MEDIAQUERIES PreciosMobile */
@media screen and (min-width: 1024px) {
	#tabla {
		display: flex;
	}
}

/* FINISH MEDIAQUERIES PreciosMobile */


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

/* Article PreciosMobile */


.preciosMobile {
	display: none;
	background: #f1f2f3;
	padding: 40px 0;
}

.precioMobile {
	background-color: #ffff;
}

.precioMobile h3 {
	font-size: 18px;
	padding: 20px 0 0 20px;
	font-weight: 600;
}

.precioMobile p {
	display: none;
	padding-top: 0;
	padding-left: 20px;
	font-size: 14px;
}

.precioMobile .collapsible li .fa-check-circle {
	color: #3263AC;
}

/* MEDIAQUERIES PreciosMobile */
@media screen and (max-width: 1024px) {
	.preciosMobile {
		display: block;
	}
}

/* FINISH MEDIAQUERIES PreciosMobile */
/* FINISH Article PreciosMobile */

footer {
	width: 100%;
	min-height: 120px;
	background: #2e2e2e;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding: 30px 0;
}

footer a {
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
}

footer hr {
	display: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .logo img {
	width: 120px;
}

footer .logo p {
	color: #ffffff;
	font-weight: 600;
}

footer .serviciosFooter {
	color: #fff;
}

footer .serviciosFooter p {
	color: #fff;
	font-size: 16px;
}

footer .serviciosFooter ul li a {
	font-size: 14px;
	text-transform: capitalize;
}

footer .serviciosFooter ul li a:hover {
	text-decoration: underline;
}

footer .redes {
	display: flex;
	justify-content: space-evenly;
	width: 120px;
}

footer .redes a i {
	color: #ffffff;
	font-size: 15px;
}

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

	footer {
		flex-direction: column;
		align-items: center;
	}

	footer hr {
		display: block;
		width: 50px;
		margin-top: 10px;
	}

	footer .logo {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	footer .logo img {
		width: 120px;
		margin: 10px auto;
	}

	footer .logo p {
		font-size: 12px;
	}

	footer .serviciosFooter {
		margin: 12px 0;
	}

	footer .serviciosFooter p {
		text-align: center;
	}
	footer .logo h2, footer .serviciosFooter h2{
		font-size: 17px;
		width: 260px;
		font-weight: 600;
		color: #ffffff;
		margin: 0;
	}
	footer .logo h2 a{
		font-weight: 600;
		font-size: 17px;
		color: #ffffff;
		margin: 2px;
	}
	footer .logo p a {
		color: #ffffff;
		font-weight: 300;
		font-size: 13px;
	}
}

@media screen and (min-width: 768px) {
	footer .serviciosFooter a {
		text-align: center; 
	}
	footer .logo h2, footer .serviciosFooter h2{
		font-size: 17px;
		font-weight: 600;
		color: #ffffff;
		margin: 0;
	}
	footer .logo h2 a{
		font-weight: 600;
		font-size: 17px;
		color: #ffffff;
		margin: 2px;
	}
	footer .logo p a {
		color: #ffffff;
		font-weight: 300;
		font-size: 13px;
	}

}

@media screen and (max-width: 769px) {
	.serviciosFooter{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.serviciosFooter h2{
		text-align: center;
	}

	footer .logo p{
		display: flex;
		padding-left: 20%;
	}
}

/* ESTILOS GENERALES  */

.containerButtonsBienvenida {
	display: flex;
	z-index: 1000;
	align-items: center;
	margin: 15px 0;
	padding-left: 50px;
}

.containerButtonsBienvenida a {
	margin: 0;
}

.buttonVerMas {
	text-align: center;
	border-radius: 18px;
	border: solid 2px var(--primaryColor);
	background-color: var(--primaryColor);
	color: white;
	padding: 4px 24px !important;
	font-weight: 600;
	margin-top: 20px;
	text-decoration: none;
	transition: all .2s;
}

.buttonVerMas:hover {
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	transition: all .2s;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.noselect {
	width: 150px;
	padding: 4px 0 !important;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 16px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	border: solid 2px var(--primaryColor);
	background-color: var(--primaryColor);
	z-index: 1000;
	/* position: absolute;
	left: 45%;
	top: 80%; */
}

.noselect,
.noselect span {
	transition: 200ms;
}

.noselect .text {
	transform: translateX(10px);
	color: white;
	font-weight: bold;
}

.noselectContactanosGold .button_prueba_ahora {
	transform: translateX(0) !important;
}

.noselect .icon {
	position: absolute;
	border-left: 1px solid #f1f2f3;
	transform: translateX(110px);
	height: 25px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.noselect i {
	font-size: 15px;
	color: #eee;
}

.noselect:hover {
	border: solid 2px var(--primaryColor);
	background-color: var(--primaryColor);
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	transition: all .2s;
}

.noselectContactanosGold {
	padding: 0 !important;
}

.noselectContactanosGold .text {
	text-transform: capitalize !important;
}

.noselectContactanosGold .text,
.buttonVerMasGold .text {
	font-size: 17px;
}

.noselectContactanosGold:hover {
	transition: none !important;
}

.button_prueba_ahora {
	text-transform: uppercase;
}

.noselect:hover .text {
	color: transparent;
}

.noselectContactanosGold:hover .text {
	color: white;
}

.buttonVerMasGold:hover {
	transition: none !important;
}

.buttonVerMasGold:hover .text {
	color: white !important;
}


.noselect:hover .icon {
	width: 170px;
	border-left: none;
	transform: translateX(0);
}

.noselect:focus {
	outline: none;
}

.noselectDemo {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.noselectDemo {
	width: 175px;
	padding: 4px 0 !important;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 16px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	border: solid 2px var(--primaryColor);
	background-color: var(--primaryColor);
	z-index: 1000;
	margin-top: 20px !important;
	margin-left: 10px !important;
	/* position: absolute;
	left: 45%;
	top: 80%; */
}

.noselectDemo,
.noselectDemo span {
	transition: 200ms;
	margin: 0;
}

.containerBotonDemo {
	margin-top: 0px;
	max-height: 33px;
	z-index: 999;
}

.noselectDemo .text {
	transform: translateX(10px);
	color: white;
	font-weight: bold;
}

.noselectDemo .icon {
	position: absolute;
	border-left: 1px solid #f1f2f3;
	transform: translateX(126px);
	height: 25px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.noselectDemo i {
	font-size: 15px;
	color: #eee;
}

.noselectDemo:hover {
	border: solid 2px var(--primaryColor);
	background-color: var(--primaryColor);
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	transition: all .2s;
}

.noselectDemo:hover .text {
	color: transparent;
}

.noselectDemo:hover .icon {
	width: 170px;
	border-left: none;
	transform: translateX(1px);
}

.noselectDemo:focus {
	outline: none;
}

.noselectVideo {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.noselectVideo {
	width: 135px;
	padding: 4px 0 !important;
	height: 33px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 16px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	border: solid 2px var(--primaryColor);
	background-color: var(--primaryColor);
	z-index: 1000;
	margin-left: 10px !important;
	/* margin-top: -60px!important; */
	/* margin-bottom: 30px!important; */
	/* position: absolute;
	left: 45%;
	top: 80%; */
}

.noselectVideo,
.noselectVideo span {
	transition: 200ms;
	margin: 0;
}

.noselectVideo .text {
	transform: translateX(10px);
	color: white;
	font-weight: bold;
}

.buttonVerMasGold {
	justify-content: center !important;
	height: 35px !important;
}

.buttonVerMasGold .button_ver-video {
	transform: translateX(0) !important;
}

.noselectVideo .icon {
	position: absolute;
	border-left: 1px solid #f1f2f3;
	transform: translateX(95px) !important;
	height: 25px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.noselectVideo i {
	font-size: 15px;
	color: #eee;
}

.noselectVideo:hover {
	border: solid 2px var(--primaryColor);
	background-color: var(--primaryColor);
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	transition: all .2s;
}

.noselectVideo:hover .text {
	color: transparent;
}

.noselectVideo:hover .icon {
	width: 170px;
	border-left: none;
	transform: translateX(-15px) !important;
}

.noselectVideo:focus {
	outline: none;
}

@media screen and (min-width: 991px) {
	.containerButtonsBienvenida {
		margin-top: 20px;
	}

	.containerButtonsBienvenida a {
		margin-right: 20px;
	}

	.containerButtonsBienvenida a .text {
		transform: translateX(15px);
	}

	.button_prueba_ahora {
		transform: translateX(0) !important;
	}

	.containerButtonsBienvenida a .icon {
		transform: translateX(130px);
	}

	.containerButtonsBienvenida .noselect {
		width: 180px;
	}

	.containerButtonsBienvenida .noselectDemo {
		width: 200px;
	}

	.containerButtonsBienvenida .noselectDemo .icon {
		transform: translateX(150px);
	}

	.containerButtonsBienvenida .noselectDemo:hover .icon {
		transform: translateX(12px);
	}
}


/* FINISH ESTILOS GENERALES */

/* Article Bienvenida */

.containerHero section .bienvenida {
	width: 100%;
	height: 90vh;
	min-height: 725px;
	max-height: 920px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* background-image: url("../img/banners/geco_surf_final.png");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; */
}

.bgParallaxSurf {
	/* position: absolute;
	width: 100%;
	height: 100vh; */
	/* background: #FC540410; */
	/* background-color: #FA643F30; */
	/* filter: brightness(100%); */
	/* top: 0;
	left: 0; */
	/* z-index: 1; */
}

.containerHero section .bienvenida b {
	z-index: 10;
}

.containerHero section .bienvenida b h1 {
	font-size: 40px;
	padding-top: 100px;
	font-weight: 700;
	padding-left: 50px;
	color: white;
	margin-bottom: 15px !important;
}

.containerHero section .bienvenida p {
	width: 90%;
	max-width: 700px;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 1.7;
	padding-left: 50px;
	color: white;
	z-index: 5;
}

.containerHero section .bienvenida p b {
	font-weight: 800 !important;
	color: white;
	z-index: 5;
}

.containerHero section .bienvenida .buttonVerMas {
	/* margin-left: 10px; */
	z-index: 2;
}

.containerHero .svg-wave-absolute-bottom {
	width: 100%;
	/* background: red;	 */
	position: absolute;
	bottom: -30px;
	padding: 0;
}

.containerHero section .bienvenida .gotaBienvenida {
	position: absolute;
	right: 0;
	top: 50%;
	width: 35%;
	max-width: 139px;
	z-index: 2;
}

.containerLogoTurnosDesktop {
	padding-left: 50px;
}

.containerLogoTurnosDesktop img {
	width: 100%;
	max-width: 280px;
}

.dispositivos-img {
	width: 62%;
	position: absolute;
	max-width: 308px;
	z-index: 10;
	right: 0;
	bottom: -2px;
	margin-right: 20px;
}

/* PARALLAX  */
.block {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	color: white;
}

.parallax-container .parallax .img-parallax {
	object-fit: cover;
}


@media screen and (min-width: 280px) {
	.parallax-container .parallax .img-parallax {
		width: 110%;
		right: -55%;
		left: initial;
	}

	.bienvenida-parallax {
		height: 100% !important;
	}
}

@media only screen and (min-width: 412px) and (min-height: 844px) {
	.dispositivos-img {
		width: 72%;
	}
}

@media screen and (min-height: 520px) and (max-height: 820px) and (min-width: 769px) {
	.dispositivos-img {
		width: 30% !important;
	}

	.dispositivosContainerGold .dispositivos-img {
		max-width: 500px !important;
		width: 39% !important;
	}

	.containerHero section .bienvenida .gotaBienvenida {
		max-width: 155px;
		width: 12%;
		top: 7% !important;
	}
}

@media screen and (max-width: 430px) {
	.dispositivos-img {
		width: 65% !important;
		max-width: 579px;
	}

	.dispositivosContainerGold .dispositivos-img {
		width: 63% !important;
		max-width: 579px;
	}
}

@media screen and (min-width: 400px) and (max-width: 520px) and (min-height: 850px) and (max-height: 920px) {
	.dispositivos-img {
		width: 85% !important;
		max-width: 350px;
	}

	.dispositivosContainerGold .dispositivos-img {
		width: 75% !important;
		max-width: 320px;
	}
}

@media screen and (min-height: 220px) and (max-height: 806px) {
	.queEsCentric .globoLeft {
		top: 725px !important;
	}
}

@media screen and (min-height: 1021px) and (min-width: 520px) {
	.queEsCentric .globoLeft {
		top: 918px !important;
	}
}

@media screen and (max-width: 430px) {
	.containerHero section .bienvenida {
		max-height: 840px !important;
	}
}

.parallax-container {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	top: 0;
	width: 100vw;
	height: 100vh;
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	z-index: 0;
}

@media screen and (max-width: 1000px) {
	.containerLogoTurnosDesktop {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	.containerHero section .bienvenida .gotaBienvenida {
		position: absolute;
		top: 6%;
		max-width: 185px;
	}

	.dispositivos-img {
		width: 40%;
		max-width: 339px;
	}

	.dispositivosContainerGold .dispositivos-img {
		width: 40%;
		max-width: 490px;
	}

	.dispositivosContainerGold {
		bottom: -70px !important;
	}
}

@media screen and (min-width: 867px) {
	.dispositivos-img {
		margin-right: 60px;
	}
}

@media screen and (min-width: 1267px) {
	.dispositivos-img {
		max-width: 350px;
		margin-right: 90px;
	}

	.dispositivosContainerGold .dispositivos-img {
		max-width: 560px;
		margin-right: 90px;
	}
}

@media screen and (max-width:375px) and (max-height: 667px) {
	.dispositivos-img {
		max-width: 240px;
	}
}

@media screen and (max-height: 900px) {
	.dispositivos-img {
		max-width: 310px;
	}

	.dispositivosContainerGold .dispositivos-img {
		max-width: 490px;
		bottom: 10px;
	}
}

@media screen and (max-height: 800px) and (max-width: 1540px) {

	.dispositivosContainerGold .dispositivos-img {
		bottom: 20px !important;
	}
}

@media screen and (max-width: 540px) {
	.bienvenidaGold .principal_text_gold {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 1050px) and (min-width: 900px) {
	.dispositivosContainerGold .dispositivos-img {
		bottom: 30px !important;
	}
}

@media screen and (max-height: 800px) and (max-width: 1400px) {

	.dispositivosContainerGold .dispositivos-img {
		bottom: 25px !important;
	}
}

@media screen and (max-height: 800px) and (max-width: 1300px) {

	.dispositivosContainerGold .dispositivos-img {
		bottom: 30px !important;
	}
}

@media screen and (max-height: 800px) and (max-width: 1200px) {

	.dispositivosContainerGold .dispositivos-img {
		bottom: 35px !important;
	}

	.dispositivosContainerGold .dispositivos-img {
		bottom: -26px !important;
	}
}

@media screen and (max-height: 800px) and (max-width: 1366px) {

	.dispositivosContainerGold .dispositivos-img {
		bottom: -26px !important;
	}
}


.dispositivosContainerGold {
	bottom: -100px !important;
}

.background-parallax {
	width: 100%;
	height: 100%;
	/*background-color: #00000030;*/
	background: linear-gradient(180deg, #00000080, transparent);
	position: absolute;

}

/* FINISH PARALLAX */

/* MEDIAQUERIES Bienvenida */

@media screen and (max-width: 360px) {
	.containerButtonsBienvenida {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-left: 13px !important;
	}

	.containerButtonsBienvenida .buttonVerMas {
		font-size: 12px;
		padding: 0 !important;
	}

	.containerButtonsBienvenida .noselect {
		font-size: 12px;
		padding: 10px 0;
		height: 35px;
		margin-left: 4px;
	}
}

.title-desktop {
	display: flex;
}

.title-mobile {
	display: none;
}

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

	.title-desktop {
		display: none;
	}

	.title-mobile {
		display: flex;
	}

	.containerHero section .bienvenida b h1 {
		font-size: 22px;
		padding-top: 70px;
		font-weight: 700;
		padding-left: 30px;
		color: white;
		margin-bottom: 15px !important;
	}

	.containerHero section .bienvenida p {
		width: 90%;
		max-width: 700px;
		font-weight: 400 !important;
		font-size: 1.1rem;
		line-height: 1.3;
		padding-left: 30px;
		color: white;
	}

	.containerHero section .bienvenida p b {
		font-weight: 600 !important;

	}

	.containerHero section .bienvenida .buttonVerMas {
		margin-left: 10px;
	}

	.containerHero section .bienvenida .img-parallax {
		height: auto;
		width: 110%;

	}

	/* .containerHero section .bienvenida .surf-desktop {
			display: none;
		} */

	.containerBotonDemo {
		/*margin-top: -35px;
			margin-left: -12px;*/
	}

	.containerButtonsBienvenida {
		padding-left: 30px;
		flex-wrap: nowrap;
	}

	.containerButtonsBienvenida a {
		height: 33px;
	}

}


@media screen and (max-width: 360px) {
	.containerBotonDemo {
		margin-top: -30px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 900px) {
	.dispositivosContainerGold {
		bottom: -50px !important;
	}
}


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

	.containerHero section .bienvenida b h1 {
		font-size: 25px;
	}

	.containerBotonDemo {
		margin-top: -35px;
		margin-left: -12px;
	}
}

@media screen and (min-width: 768px) {
	/* .containerHero section .bienvenida .surf-mobile {
			display: none;
		} */
	footer a {
		text-align: center;
	}
	footer p a {
		color: #ffffff;
		font-weight: 300;
		font-size: 13px;
	}
	footer a p {
		font-weight: 600;
    	font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.dispositivos-img {
		max-width: 220px;
	}

	.dispositivosContainerGold .dispositivos-img {
		max-width: 410px;
	}
}

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

	.dispositivosContainerGold .dispositivos-img {
		max-width: 210px;
	}

	.noselectContactanosGold .text,
	.buttonVerMasGold .text {
		font-size: 15px;
	}
}

@media screen and (max-width:430px) {
	.dispositivos-img {
		max-width: 200px;
	}
}

@media screen and (max-width:430px) and (max-height: 851px) {
	.dispositivos-img {
		max-width: 150px;
	}

	.dispositivosContainerGold .dispositivos-img {
		max-width: 185px;
	}
}

@media screen and (max-width:430px) and (max-height: 667px) {
	.dispositivos-img {
		max-width: 160px;
	}
}

@media screen and (max-width:280px) and (max-height: 653px) {
	.dispositivos-img {
		max-width: 130px;
	}
}

/*MEDIA QUERIES MIN HEIGHT 750*/

@media screen and (max-height: 840px) and (max-width: 390px) {
	.containerHero section .bienvenida b h1 {
		font-size: 1.7rem;
	}

	.containerHero section .bienvenida p {
		font-size: 1.1rem;
	}

	.containerHero section .bienvenida .gotaBienvenida {
		top: 60%;
		max-width: 100px;
	}
}


/*MEDIA QUERIES MIN 320PX*/

@media screen and (max-width: 320px) {
	.containerHero section .bienvenida b h1 {
		font-size: 1.7rem;
	}

	.containerHero section .bienvenida p {
		font-size: 1.1rem;
	}

	.containerHero section .bienvenida .gotaBienvenida {
		max-width: 80px;
		top: 67%;
	}

}

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

	.containerButtonsBienvenida {
		width: 83% !important;
	}

	.noselect {
		width: 120px;
		margin-left: 0 !important;
		margin-right: 0 !important;
		justify-content: space-between;
	}

	.noselect .icon {
		display: none;
	}

	.containerHero section .bienvenida .buttonVerMas {
		height: 20px;
		padding: .7rem .1rem !important;
		width: 100px;
	}

	.noselectDemo {
		justify-content: center;
		padding: .7rem .1rem !important;
		width: 120px;
		height: 33px;
	}

	.noselectDemo .text {
		transform: translateX(0px);
	}

	.noselectDemo .icon {
		display: none;
	}

	.containerButtonsBienvenida {
		margin: 30px auto;
		width: 85%;
	}

	.noselectContactanos {
		margin: 0 !important;
		width: 100%;
		justify-content: space-between;
		height: 20px !important;
		padding: 0.7rem 0.1rem !important
	}

	.noselectContactanos,
	.noselectVideo {
		position: relative;
		justify-content: space-between;
	}

	.noselectContactanos .icon,
	.noselectVideo .icon {
		position: relative;
		transform: translateX(0);
	}

	.noselectVideo {
		width: 100%;
		justify-content: space-between;
	}

	.noselectVideo .icon {
		display: none;
	}

	.noselect .text {
		font-size: .8rem;
		transform: translateX(0);
	}

	.noselectContactanos:hover .text,
	.noselectVideo:hover .text {
		display: block !important;
		color: white;
	}

	.noselectVideo:hover,
	.noselectContactanos:hover {
		height: 20px !important;
	}

	.noselectVideo {
		height: 20px !important;
		padding: .7rem .1rem !important;
		width: 100% !important;
		justify-content: center !important;
	}

	.noselectContactanos {
		width: 100% !important;
		margin: 0 !important;
		justify-content: center !important;
	}

	.noselectVideo .icon {
		display: none;
	}

	.noselectVideo .text {
		font-size: .8rem;
		transform: translateX(0);
	}
}

@media screen and (min-width: 992px) {
	.noselectDemo .text {
		font-size: 14px;
	}
}

/* FINISH MEDIAQUERIES Bienvenida */

/* FINISH Article Bienvenida */



.containerHero section .filosofia {
	width: 100%;
	min-height: 10vh;
	padding-top: 20px;
}

.containerHero section .filosofia .containerPlanes {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 300px;
	margin-bottom: 70px;
	margin-top: 60px;
}

.containerHero section .filosofia .containerPlanes h3 {
	font-size: 14px;
	font-weight: 500;
	width: 90%;
	text-align: center;
	font-size: 18px !important;
	color: var(--primaryColor);
}

.containerHero section .filosofia .containerPlanes .plan {
	width: 300px;
	margin: 15px;
	text-align: center;
}

.containerHero section .filosofia .containerPlanes .plan .descripcion {
	border: solid 1px var(--primaryColor);
	border-radius: 5px;
	padding: 30px 10px;
	min-height: 180px;
	margin-bottom: 15px;
	/* background-color: #FEA44240; */
	background-color: #fff;
}

.containerHero section .filosofia .containerPlanes .plan .descripcion .tituloPlan {
	font-weight: 600 !important;
	font-size: 18px;
	/* color: var(--primaryColor); */
}

.containerHero section .filosofia .containerPlanes .plan .descripcion .tituloPlanGold {
	font-weight: 600 !important;
	font-size: 25px !important;
	/* color: var(--primaryColor); */
}

.plans-basic ul li b{
	color: #FEA442;
}

.plans-no-basic ul li b {
	color : #00bfbe;
}

.containerHero section .filosofia .containerPlanes .plan .descripcion .texto {
	font-weight: 500;
	margin-top: 10px;
	font-size: 15px;
}

.containerHero section .filosofia .containerPlanes .plan .linkPlan {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #FEA442;
	color: #fff;
	border: none;
	padding: 10px 0;
	border-radius: 16px;
	font-weight: 600;
	cursor: pointer;
}

.containerHero section .filosofia .planesNewLandings h3 {
	font-weight: 600;
	font-size: 25px !important;
	color: var(--primaryColor);
}

.containerHero section .filosofia .containerFilosofia {
	display: flex;
	width: 100%;
	/* justify-content: flex-end!important; */
	align-items: center;
	text-align: center;
	height: 450px;
}

.containerHero section .filosofia .containerFilosofia .tituloPlan {
	font-weight: 700 !important;
}


.containerHero section .filosofia .queEsCentric {
	justify-content: center !important;
	/* height: 300px!important; */
}

.containerHero section .filosofia .queEsCentric .containerTextoFilosofia p {
	color: #2e2e2e !important;
}

.containerHero section .filosofia .containerFilosofia img {
	width: 250px;
	height: auto;
	z-index: 3;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia {
	width: 50%;
	font-size: 17px;
	height: auto;
	text-align: start;
	line-height: 2;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia ul {
	padding-left: 20px;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia ul li {
	font-size: 17px;
	font-weight: 500;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia p,
.withoutGray ul li:last-child {
	color: var(--primaryColor);
	font-weight: 700;
}



.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia .remate {
	font-weight: 700;
	color: var(--primaryColor);
	margin: 30px 0;
}

.containerHero section .filosofia .containerFilosofiaSlide .containerTextoFilosofia p {
	text-align: left;
}


.queEsCentric {
	padding-bottom: 180px !Important;
}

.queEsCentric .globoLeft {
	position: absolute;
	top: 89.9vh;
	left: 0;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia .actualizacionesQueEs {
	width: 100%;
	color: #616161 !important;
	text-align: center;
	padding: 0 !important;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia h2 {
	color: var(--primaryColor);
	font-weight: 700;
	font-size: 36px;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia p {
	font-weight: 500;
}

.containerHero section .filosofia .queEsCentric .containerTextoFilosofia {
	text-align: center;
	/* margin-right: 0; */
	margin: 10px 0 0 0;
	width: 60%;
}

.flex-start {
	justify-content: flex-start !important;
}

.flex-start .containerTextoFilosofia {
	text-align: start !important;
}

.containerHero section .filosofia .containerFilosofia {
	padding-right: 60px;
}

.containerHero section .filosofia .containerFilosofiaSlide {
	background: #f1f2f3;
	justify-content: flex-start !important;
	padding-left: 60px;
}

.containerHero section .filosofia .containerFilosofia .right {
	text-align: right;
	margin: 0 100px 0 0 !important;
}

.versions {
	font-size: 23px;
    margin-top: 38px;
}

.paragraph-card-gold > strong,
.paragraph-card-black > strong{
	font-weight: 600 !important;
}

/* .gotaBienvenida {
	position: absolute;
	left: 0;
	top: -100vh;
} */

/* MEDIAQUERIES Filosofia */

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

	.containerHero section .filosofia .containerFilosofia {
		min-height: 300px !important;
		height: auto !important;
		/* max-height: 650px!important;			 */
		padding: 10px 10px 0px 10px !important;
	}

	.containerHero section .filosofia .containerFilosofiaSlide {
		min-height: 300px !important;
		height: auto !important;
		max-height: 650px !important;
		padding: 0px 10px !important;
	}

	/* .containerHero section .filosofia .queEsCentric {
			padding-top: 90px!important;
		} */

	/* container gris con boton solicitar DEMO */
	.containerHero section .filosofia .filosofiaHeightMobile {
		min-height: 300px !important;
		height: auto !important;
		max-height: 1100px !important;
		padding-bottom: 60px !important;
	}

	.containerHero section .filosofia .containerGota {
		margin-top: -20px !important;
	}

	/* gota derecha */
	.containerHero section .filosofia .containerGota .globoRightSecundario {
		width: 100% !important;
		margin-top: 60px;
	}

	/* gota izquierda */
	.containerHero section .filosofia .containerGota .globoLeftSecundario {
		width: 100% !important;
		/* max-width: 1000px; */
	}

	.containerHero section .filosofia .containerGota .globoLeftSecundarioGold {
		width: 100% !important;
		/* max-width: 1000px; */
	}

}


@media screen and (min-width: 460px) and (max-width: 767px) {

	.containerFilosofia {
		padding-bottom: 0 !important;
	}

	.containerTextoFilosofia {
		width: 90% !important;
		height: auto !important;
		margin: 0 !important;
		text-align: center;
	}

	.containerHero section .filosofia .containerPlanes h3 {
		width: 80%;
		text-align: center;
	}

	.flex-start {
		justify-content: center !important;
	}

	.flex-start .containerTextoFilosofia {
		margin: 0 !important;
		text-align: center !important;
		display: flex;
		flex-direction: column;
		align-items: center !important;
	}

	.containerHero section .filosofia {
		padding-top: 200px;
	}


	.containerHero section .filosofia .containerFilosofia {
		min-height: 300px !important;
		height: auto !important;
		/* max-height: 550px!important;			 */
		padding: 0 0 40px 0 !important;
	}


	.containerHero section .filosofia .containerFilosofia .containerGota {
		width: 100%;
	}

	.containerGota .globoLeft {
		width: 60% !important;
		max-width: 250px;
	}

	.containerHero section .filosofia .queEsCentric {
		flex-direction: column;
		justify-content: flex-start !important;
		align-items: center !important;
		height: auto !important;
		padding-bottom: 40px !important;
	}


	/* texto con bg gris */

	.containerHero section .filosofia .containerFilosofiaSlide {
		/* padding-top: 30px; */
		justify-content: center !important;
		align-items: center !important;

	}

	.containerHero section .filosofia .containerFilosofiaSlide .containerTextoFilosofia {
		margin: 0 !important;
		width: 85%;
		text-align: center;
		height: auto !important;
	}

	/* container gris con boton solicitar DEMO */
	.containerHero section .filosofia .filosofiaHeightMobile {
		padding-bottom: 80px !important;
	}

	/* gotas generales */
	.containerHero section .filosofia .containerGota {
		width: 100% !important;
		height: auto;
		margin: 0 !important;
	}


	/* gota derecha */
	.containerHero section .filosofia .gotaRight {}

	.containerHero section .filosofia .containerGota .globoRightSecundario {
		width: 100% !important;
		margin-top: 150px;
		/* max-width: 1000px; */
	}

	/* gota izquierda */

	.containerHero section .filosofia .containerGota {}

	.containerHero section .filosofia .containerGota .globoLeftSecundario {
		width: 100% !important;
		/* max-width: 1000px; */
	}

	.containerHero section .filosofia .containerGota .globoLeftSecundarioGold {
		width: 100% !important;
		/* max-width: 1000px; */
	}

}


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



@media screen and (min-width: 768px) {}

@media screen and (min-width: 1280px) {
	.containerHero section .filosofia .containerFilosofiaSlide .tituloPlan {
		text-align: right;
	}


	.containerHero section .filosofia .containerFilosofiaSlide ul {
		list-style: none;
	}

	.containerHero section .filosofia .containerFilosofiaSlide ul li {
		text-align: right;
	}

	.containerHero section .filosofia .withoutGray ul li,
	.containerHero section .filosofia .withoutGray .tituloPlan {
		text-align: left !important;
	}

	.containerHero section .filosofia .withoutGray .tituloPlan {
		margin-left: 20px !important;
	}
}


@media screen and (min-width: 768px) and (max-width: 1279px) {

	.containerHero section .filosofia .containerFilosofia {
		min-height: 300px !important;
		height: auto !important;
		max-height: 600px !important;
		padding: 30px 0 !important;
	}

	.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia {
		margin: 0 !important;
		width: 90%;
		text-align: center;
	}

	.containerHero section .filosofia .flex-start {
		justify-content: center !important;
	}

	.containerHero section .filosofia .flex-start .containerTextoFilosofia {
		margin: 0 !important;
		width: 90%;
		text-align: center !important;
	}

	.containerHero section .filosofia .queEsCentric {
		flex-direction: column;
		align-items: center !important;
		justify-content: flex-start !important;
		padding-bottom: 40px !important;
		min-height: 350px !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;

	}

	.containerHero section .filosofia .containerFilosofiaSlide {
		justify-content: center !important;
	}

	/* gotas generales */
	.containerHero section .filosofia .containerGota img {
		width: 80% !important;
		height: auto;
		margin: 0 !important;
	}

	.containerHero section .filosofia .containerGota .globoLeft {
		width: 250px !important;
		height: auto;
		margin: 0 !important;
	}

	.containerHero section .filosofia .filosofiaHeightMobile {
		min-height: 700px !important;
		height: auto !important;
		padding-top: 0 !important;
	}


	/* gota derecha */
	.containerHero section .filosofia .gotaRight {
		width: 100% !important;
		display: flex;
		justify-content: flex-end !important;

	}

	.containerHero section .filosofia .containerGota .globoRightSecundario {
		/* width: 100%!important; */
		/* max-width: 1000px; */
	}

	/* gota izquierda */

	.containerHero section .filosofia .containerGota {}

	.containerHero section .filosofia .containerGota .globoLeftSecundario {
		/* width: 100%!important; */
		/* max-width: 1000px; */
	}
}

@media screen and (min-width: 1280px) {

	.containerHero section .filosofia .queEsCentric {
		flex-direction: column;
		align-items: center !important;
		justify-content: flex-start !important;
		padding-bottom: 40px !important;
		min-height: 350px !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.containerHero section .filosofia .containerFilosofia {
		min-height: 640px;
	}

	.containerHero section .filosofia .flex-start {
		justify-content: flex-end !important;
	}

	.containerHero section .filosofia .containerFilosofiaSlide {
		min-height: 480px;
	}

	.containerHero section .filosofia .containerFilosofiaSlide .containerTextoFilosofia {
		width: 50% !important;
		margin-top: 0 !important;
	}

	.containerHero section .filosofia .flex-start .containerTextoFilosofia {
		width: 55% !important;
		margin-top: 0 !important;
	}

	.containerHero section .filosofia .filosofiaHeightMobile {
		height: 100px !important;
		min-height: 780px;
		padding-bottom: 120px;
	}

	.containerHero section .filosofia .containerGota {}

	.containerHero section .filosofia .containerGotaGold {
		position: relative;
	}

	.asset-bg {
		z-index: -2 !important;
	}

	.containerHero section .filosofia .containerGota .globoRightSecundario {
		position: absolute;
		right: 0;
		width: 60% !important;
		max-width: 500px;
		margin-top: -30px;
	}

	/* gota izquierda */


	.containerHero section .filosofia .containerGota .globoLeftSecundario {
		position: absolute;
		left: 0;
		width: 60% !important;
		max-width: 500px;
		margin-top: 30px;
	}

	.containerHero section .filosofia .containerGota .globoLeftSecundarioGold {
		position: absolute;
		left: 210px;
		z-index: 2;
		width: 60% !important;
		max-width: 372px;
		margin-top: 30px;
	}

	.containerHero section .experiencia {
		margin-top: 30px;
	}
}

@media screen and (min-width: 1440px) {

	.containerHero section .filosofia .containerFilosofia {
		min-height: 700px;
		padding-bottom: 0 !important;
	}

	.containerHero section .filosofia .containerFilosofiaSlide {
		min-height: 550px;
		padding-bottom: 0 !important;
	}

	.containerHero section .filosofia .filosofiaHeightMobile {
		height: 100px !important;
		min-height: 680px;
		padding-bottom: 100px !important;
	}

	.containerHero section .filosofia .queEsCentric {
		min-height: 350px !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
		align-items: center !important;
	}

	.containerHero section .filosofia .containerGota .globoRightSecundario {
		position: absolute;
		right: 0;
		width: 60% !important;
		max-width: 650px;
	}

	/* gota izquierda */


	.containerHero section .filosofia .containerGota .globoLeftSecundario {
		position: absolute;
		left: 0;
		width: 60% !important;
		max-width: 600px;
		margin-top: 50px;
	}

	.containerHero section .filosofia .containerGota .globoLeftSecundarioGold {
		position: absolute;
		left: 240px;
		width: 60% !important;
		max-width: 372px;
		margin-top: 50px;
	}

	.dispositivosContainer2 .dispositivos-img2 {
		left: 240px;
		left: 240px;
		max-width: 372px;
	}
}

/* FINISH MEDIAQUERIES Filosofia */

/* Video */
video {
	position: relative;
	z-index: 1 !important;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	transition: 1s opacity;
	opacity: 1;
}

.containerCaracteristicas {
	width: 100%;
	background-color: #f1f2f3;
	padding-bottom: 20px;
}

.containerCaracteristicas h2 {
	font-size: 24px;
	font-weight: 600;
	color: var(--primaryColor);
	text-align: center;
}

.containerCaracteristicas .principalesCaracteristicas {
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.containerCaracteristicas .gold {
	max-width: 1200px;
}

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

	.containerCaracteristicas .gold {
		max-width: 800px;
	}
}

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

.containerCaracteristicas .gold {
	   max-width: 500px;
}

}


.containerCaracteristicas .principalesCaracteristicas .caracteristica-card {
	max-width: 250px;
	margin: 10px;
	background-color: #fff;
	padding: 33px;
	min-height: 180px;
}

.containerCaracteristicas .principalesCaracteristicas .caracteristica-card .container-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.containerCaracteristicas .principalesCaracteristicas .caracteristica-card .container-img img {
	max-width: 100px;
	align-self: center;
}

.containerCaracteristicas .principalesCaracteristicas .caracteristica-card:nth-child(2) .container-img img,
.containerCaracteristicas .principalesCaracteristicas .caracteristica-card:last-child .container-img img {
	max-width: 80px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.containerCaracteristicas .principalesCaracteristicas .caracteristica-card .caracteristica-titulo,
.principalesCaracteristicas .caracteristica-card .caracteristica-descripcion {
	text-align: center;
}

.principalesCaracteristicas .caracteristica-card .caracteristica-descripcion {
	color: #666666;
	font-weight: 500;
}

.principalesCaracteristicas .caracteristica-card .caracteristica-descripcion b {
	color: #666666;
}

.containerCaracteristicas .principalesCaracteristicas .caracteristica-card .caracteristica-titulo {
	font-weight: 700;
	color: #7f7f7f;
	height: 50px;
}

/* FINISH Article Filosofia */



/* section versiones */

.queEs {
	margin-top: -90px;
	padding-top: 40px;
	margin-bottom: 50px;
}

.queEs .actualizacionesQueEs {
	width: 100%;
	color: #616161;
	text-align: center;
}

.articleVersiones {
	width: 100%;
	display: none;
	/* background-color: #2e2e2e; */
}

.articleVersiones .containerGota {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: -150px;
	align-items: flex-start;
}

.articleVersiones .containerGota img {
	width: 250px;
}

.versiones {
	/* background: whitesmoke; */
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	padding: 20px 0 0 0;

	/* filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.4)); */
}

.tituloVersiones {
	color: #3263AC;
	font-size: 26px;
	font-weight: 700;
	/* position: absolute; */
	/* mix-blend-mode:difference; */
	text-align: center;
	width: 100%;
	/* margin-top: -50px; */
	z-index: 3;
	padding-top: 60px;
	padding-bottom: 20px;
}

.subtituloVersiones {
	/* mix-blend-mode:difference; */
	text-align: center;
	width: 70%;
	font-size: 16px;
	text-align: center;
	/* margin-top: -20px; */
	z-index: 3;
	margin: 10px auto;
}

.bgGray {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f1f2f3;
	padding: 20px 0 70px 0;
	margin: 40px 0 0 0;
}

.containerVersiones {
	width: 90%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	/* margin: 0 auto; */
}

.containerVersiones .version {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 250px;
	min-height: 290px;
	background-color: white;
	margin: 20px 5px;
	border-radius: 4px;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4))
}

.containerVersiones .version .containerLogo {
	/* background: red; */
	width: 100%;
	height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 22px;
	/* padding-top: 15px; */
	/* border-radius: 50%; */
	/* margin: 10px auto; */
	color: white;
	/* background-image: url("assets/backgroundCard.png"); */
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	/* background: red; */
}

.containerVersiones .version .containerLogo a {
	height: 22px;
}

.containerVersiones .version .containerTitulo {
	width: 90%;
	height: 50px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: flex-start;
	/* background-color: red; */
	/* margin-top: 20px; */
}

.containerVersiones .version .containerTitulo h3 {
	font-family: inherit;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
}

.containerVersiones .version .containerDescripcion {
	text-align: center;
	padding: 0 15px;
	font-weight: 300;
	font-size: 12px;
	color: #6E6E6E;
}

.fade-in-bottom0 {
	animation: fade-in-bottom .5s ease-in-out both;
}

.fade-in-bottom1 {
	animation: fade-in-bottom .7s ease-in-out both;
}

.fade-in-bottom2 {
	animation: fade-in-bottom 1s ease-in-out both;
}

.fade-in-bottom3 {
	animation: fade-in-bottom 1.3s ease-in-out both;
}

.fade-in-bottom4 {
	animation: fade-in-bottom 1.7s ease-in-out both;
}

.fade-in-bottom5 {
	animation: fade-in-bottom 2s ease-in-out both;
}

.fade-in-bottom6 {
	animation: fade-in-bottom 2.3s ease-in-out both;
}

.fade-in-bottom7 {
	animation: fade-in-bottom 2.7s ease-in-out both;
}

.fade-in-bottom8 {
	animation: fade-in-bottom 4.5s ease-in-out both;
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* finish section versiones */



/* Article Filosofia */

.containerHero section .filosofia {
	width: 100%;
	min-height: 10vh;
	padding-top: 0px;
	display: flex;
	flex-direction: column;
}

.containerHero section .filosofia .containerFilosofia {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
	align-items: center;
}

.containerHero section .filosofia .containerFilosofia img {
	width: 250px;
	height: auto;
	margin-top: 0px !important;
	z-index: 3;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia {
	width: 60%;
	line-height: 2;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia h2 {
	color: var(--primaryColor);
	font-weight: 700;
	font-size: 30px;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia p {
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	line-height: 1.5;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia .tituloPlanGold {
	font-size: 32px;
	line-height: 40px;
}

.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia .parrafoPlan{
	color: #2e2e2e;
	margin: 0 0 10px 20px;
}


.containerHero section .filosofia .containerFilosofiaSlide {
	background: #f1f2f3;
}

.containerHero section .filosofia .withoutGray {
	background-color: #fff;
	height: auto;
}

.containerHero section .filosofia .containerFilosofia .right {
	text-align: right;
	margin: 0 100px 0 0 !important;
}

/* MEDIAQUERIES Filosofia */
@media screen and (max-width: 767px) {
	.queEs {
		margin: -50px auto 0 auto;
	}

	.versiones {
		margin: -20px auto 0 auto;
	}

	/* .preciosMobile {
		margin: -70px auto 0 auto;
	} */

	.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia,
	.containerHero section .filosofia .containerFilosofia .right {
		/* margin: 0 0 25px 0!important; */
		width: 95%;
		font-size: 16px;
	}

	.containerHero section .filosofia {
		min-height: 60vh;
		/* padding-bottom: 40px; */
	}

	.containerHero section .filosofia .containerFilosofia {

		justify-content: center;
		flex-direction: column;
	}

	.containerHero section .filosofia .containerGota {
		width: 100%;
		/* background: red; */
		display: flex;
		justify-content: flex-start;
		margin-top: -150px;
		align-items: flex-start;
	}

	.containerHero section .filosofia .gotaRight {
		/* margin-top: 0!important; */
		justify-content: flex-end !important;
		/* position: absolute; */
		z-index: 4;
		margin-top: -120px !important;
	}

	.containerHero section .filosofia .globoLeft {
		/* position: absolute; */
		left: 0;
		/* opacity: .3;
			filter: brightness(40%); */
		margin-top: 40px;
		width: 60% !important;
		max-width: 250px;
		/* display: none; */
	}

	.containerHero section .filosofia .globoRight {
		/* position: absolute; */
		right: 0;
		/* opacity: .3;
			filter: brightness(40%); */
		margin-top: 30px;
		width: 60% !important;
		max-width: 250px;
	}

	.containerFilosofiaSlide {
		padding-top: 120px
	}

	.containerHero section .filosofia .queEsCentric .containerTextoFilosofia {
		width: 90%;
		text-align: center;
		margin: 0px auto 0 auto;
	}

	.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia h2 {
		font-size: 26px;
		text-align: center;

	}

	.containerHero section .filosofia .containerFilosofiaSlide .containerTextoFilosofia p {
		margin-bottom: 10px;
	}

}


@media screen and (min-width: 768px) {
	/* .globoLeft {
			position: absolute;
			left: 0;
			margin-top: -200px;
			z-index: 10;
		}

		.globoRight {
			position: absolute;
			right: 0;
			margin-top: -40px;
			z-index: 10;
		}	 */
}

/* FINISH MEDIAQUERIES Filosofia */

/* FINISH Article Filosofia */


/* Article Darwin */
.containerHero section .darwin {
	width: 100%;
	padding: 40px 0 0 80px;
	display: none;
	/* background-image: url("../img/banners/geco.png");
	background-attachment: fixed;
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat; */
	height: 300px;
}

.containerHero section .darwin img {
	/* width: 100%; */
}

.containerHero section .darwin p {
	font-size: 28px;
	color: white;
	font-weight: 500;
	z-index: 5;
}

.containerHero section .darwin p b {
	color: white;
}

.containerHero section .darwin .author {
	font-size: 18px;
	margin-top: 40px;
	font-weight: 500;
}


/* MEDIAQUERIES Darwin */

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

	.containerHero section .darwin {
		height: 400px;
		padding-left: 30px;
	}

	.containerHero section .darwin p {
		font-size: 24px;
	}
}

/* FINISH MEDIAQUERIES Darwin */

/* FINISH Article Darwin */


/* Article Servicios */
.containerHero section .servicios {
	width: 100%;
	display: none;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 20px;
}

.containerHero section .servicios h2 {
	text-align: center;
	font-size: 36px;
	color: var(--primaryColor);
	font-weight: 700;
	margin-top: 40px;
}

.containerHero section .servicios h3 {
	width: 70%;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 50px 0;
	line-height: 1.8;
}

.containerHero section .servicios .containerBackgroundServicios {
	width: 100%;
	background: #f1f2f3;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios {
	display: flex;
	width: 100%;
	min-height: 60vh;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio {
	width: 250px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	background: #ffffff;
	border-radius: 6px;
	padding: 20px;
	margin: 30px 0;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio h3 {
	margin: 10px auto !important;
	font-size: 24px;
	font-weight: 600;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio p {
	margin: 0px 0;
	/* width: 250px; */
	height: 120px;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio .buttonVerMas {
	margin-top: 40px;
	border: none;
	color: white;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio .button1 {
	/* background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(247,201,58,1) 0%, rgba(235,98,59,1) 100%); */
	/* background: rgba(235,98,59,1); */
	background-color: #F6A13C;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio .button2 {
	/* background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(214,83,139,1) 0%, rgba(81,75,152,1) 100%); */
	/* background: rgba(81,75,152,1); */
	background-color: #524C95;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio .button3 {
	/* background: #86BC24; */
	background-color: #5DB627;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio .button4 {
	/* background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(53,179,231,1) 0%, rgba(75,87,162,1) 100%); */
	/* background: rgba(75,87,162,1); */
	background-color: #3493EA;
}

.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio img {
	width: 35%;
	margin-bottom: 10px;
}

/* MEDIAQUERIES Servicios */

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

	.containerHero section .servicios h2 {
		font-size: 26px;
	}

	.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio {
		margin: 30px auto;
	}

	.containerHero section .servicios .containerBackgroundServicios .containerServicios .servicio img {
		width: 25%;
	}
}

/* FINISH MEDIAQUERIES Servicios */

/* FINISH Article Servicios */


/* Article Experiencias */
.containerHero section .experiencia {
	width: 100%;
	padding: 40px 0 0 80px;
	height: 225px;
}

.containerHero section .experiencia img {
	width: 100%;
}

.containerHero section .experiencia p {
	font-size: 28px;
	color: white;
}

.containerHero section .experiencia p b {
	color: white;
	font-weight: 800;
}

/* MEDIAQUERIES Experiencia */

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

	.containerHero section .experiencia {
		max-height: 250px;
		padding: 0px 40px 0px 40px;
		display: flex;
		align-items: center;
	}

	.containerHero section .experiencia p {
		font-size: 22px;
	}
}

@media screen and (max-width: 311px) {
	.containerHero section .experiencia {
		margin-top: 30px;
	}

	.containerHero section .experiencia p {
		font-size: 20px;
	}
}

/* FINISH MEDIAQUERIES Experiencia */

/*=======================
		Nav Border Animate
	=========================*/

.project-nav .nav-link {
	margin: 0 15px;
	padding: 5px 0;
	cursor: pointer;
	color: #333;
	font-weight: 300;
	text-transform: capitalize;
}

.navAnimateBorder .nav-link {
	position: relative;
}

.navAnimateBorder .nav-link::before {
	content: "";
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #29b6f6;
	opacity: 0;
}

.navAnimateBorder .nav-link:hover::before,
.navAnimateBorder .active .nav-link::before {
	width: 100%;
	opacity: 1;
}

/*=======================
		End Nav Border Animate
	=========================*/

/* FINISH Article Servicios */

/* ARTICLE Clientes */

.containerHero section .clientes {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	min-height: 50vh;
	padding: 20px 0;
}

.containerHero section .clientes h2 {
	text-align: center;
	font-size: 36px;
	color: var(--primaryColor);
	font-weight: 700;
	margin-top: 40px;
}

.containerHero section .clientes h3 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0;
}

.containerHero section .clientes .project-nav .navAnimateBorder {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 40px;
	margin-bottom: 30px;
}

.clientes-destacados {
	display: none;
}

ul:not(.browser-default)>li {
	margin: 10px;
}

.containerTextoFilosofia ul li {
	margin: 0 !important;
}

.containerHero section .clientes .masonry {
	display: flex;
	width: 100%;
}

.containerHero section .clientes .masonry .isotop-active {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 15px;
}

.containerHero section .clientes .masonry .isotop-active .masonry-item {
	margin: 10px;
}

.containerHero section .clientes .masonry .isotop-active .masonry-item img {
	max-width: 200px;
}

/* MEDIAQUERIES Servicios */

@media screen and (max-width: 768px) {
	.containerHero section .clientes h2 {
		font-size: 26px;
	}
}

/* FINISH MEDIAQUERIES Servicios */

/* FINISH ARTICLE Clientes */



/*=======================
    Testimonial
=========================*/

.testimonial {
	width: 100% !important;
	min-height: 45vh !important;
}

.testimonial.section-image {
	background-image: url("../img/bg-testimonial.webp");
	background-repeat: repeat-x;
	/* background-attachment: fixed; */
	background-position: center;
	background-size: cover;
	/* background-size: contain; */
}

.single-testimonial {
	font-size: 1.125rem;
	z-index: 1000;
}

.testimonial-name {
	font-weight: 700;
	text-align: center;
	font-size: 21px;
}

.single-testimonial__site a {
	font-size: 1rem;
}

.testimonial-comment,
.testimonial-person {
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.testimonial-person small {
	font-weight: 400;
	color: #ffffff;
}

.testimonial-comment {
	margin: 0 20px;
}

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

	.testimonial-comment,
	.testimonial-person {
		font-size: 14px;
	}

	.testimonial-comment {
		margin: 0 10px;
	}
}

/*----- Slider -----*/

#testimonial .owl-dot span {
	border: 1px solid #444444;
	/* background: rgba(41, 182, 246, 0.85); */
}

#testimonial .owl-dot.active span {
	background: transparent;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

@media screen and (min-width: 768px) {
	.testimonial.section-image {
		background-attachment: fixed;
	}
}

.footer-btn-container {
	display: flex;
	align-items: center;
}


/*----- End Slider -----*/


/*=======================
    End Testimonial
=========================*/


/*=======================
    Overlay & Overlay Animate
=========================*/

.overlay,
.overlayAnimate {
	position: relative;
	overflow: hidden;
}

.overlay::before,
.overlayAnimate::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, rgba(254, 164, 66, .6) 0%, rgba(255, 225, 23, .5) 100%);
	/* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(254,164,66,1) 0%, rgba(255,225,23,1) 100%); */
	/* background: rgba(41, 182, 246, 0.5); */
}

.overlay h1,
.overlay h2,
.overlay .section-title,
.section.overlay p,
.overlay i,
.overlay .header-logo a,
.overlay .nav .nav-link {
	color: #ffffff;
}

.overlay .section-title h2::before,
.overlay .section-title h2::after {
	display: none;
}


/*----- Overlay Animate -----*/

.overlayAnimate::before {
	background: rgba(41, 182, 246, 0.8);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	z-index: 91;
}

.overlayAnimate:hover::before {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	visibility: visible;
}

.overlayAnimate__img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.overlayAnimate:hover .overlayAnimate__img {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.overlayAnimate__text {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	visibility: hidden;
	z-index: 92;
}

.overlayAnimate:hover .overlayAnimate__text {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	visibility: visible;
}


/*=======================
    End Overlay
=========================*/


/*=======================
    Extra and Gradient
=========================*/

.mfp-bg {
	background: rgba(0, 0, 0, 0.8);
	z-index: 9992;
}

.mfp-wrap {
	z-index: 9993;
}

.equal-height>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-play {
	position: relative;
}

.btn-play__pulse {
	-webkit-animation: pulse 1.5s cubic-bezier(0.8, 0, 0, 1) infinite;
	animation: pulse 1.5s cubic-bezier(0.8, 0, 0, 1) infinite;
}

.btn__wobble:hover {
	-webkit-animation: wobble-vertical 0.6s ease-in-out 1;
	animation: wobble-vertical 0.6s ease-in-out 1;
}

.overlay::before {
	/* background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 139, 230, 0.6)), to(rgba(66, 190, 247, 0.6)));
    background-image: -webkit-linear-gradient(bottom, rgba(34, 139, 230, 0.6) 0%, rgba(66, 190, 247, 0.6) 100%);
    background-image: -o-linear-gradient(bottom, rgba(34, 139, 230, 0.6) 0%, rgba(66, 190, 247, 0.6) 100%);
    background-image: linear-gradient(to top, rgba(34, 139, 230, 0.6) 0%, rgba(66, 190, 247, 0.6) 100%); */
}

.hero.overlay::before,
.page-overlay::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 139, 230, 0.6)), to(rgba(66, 190, 247, 0.6)));
	background-image: -webkit-linear-gradient(bottom, rgba(34, 139, 230, 0.6) 0%, rgba(66, 190, 247, 0.6) 100%);
	background-image: -o-linear-gradient(bottom, rgba(34, 139, 230, 0.6) 0%, rgba(66, 190, 247, 0.6) 100%);
	background-image: linear-gradient(to top, rgba(34, 139, 230, 0.6) 0%, rgba(66, 190, 247, 0.6) 100%);
}

.overlay .btn-simple {
	color: #ffffff;
}

/* linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(55,79,140,1) 0%, rgba(0,185,182,1) 100%); */

.about .btn-play,
.video-intro .btn-play i {
	/* background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 139, 230, 0.6)), to(rgba(66, 190, 247, 0.6)));
    background-image: -webkit-linear-gradient(bottom, rgba(34, 139, 230, 0.6) 0%, rgba(66, 190, 247, 0.6) 100%);
    background-image: -o-linear-gradient(bottom, rgba(34, 139, 230, 0.6) 0%, rgba(66, 190, 247, 0.6) 100%);
    background-image: linear-gradient(to top, rgba(34, 139, 230, 0.6) 0%, rgba(66, 190, 247, 0.6) 100%); */
	color: #ffffff;
}

.overlay .btn-play,
.overlay#testimonial .owl-dot span {
	border-color: #ffffff;
}

.single-testimonial__rating span i {
	/* background-image: -webkit-linear-gradient(330deg, #FFEB3B 0%, #FFC107 100%);
    background-image: -o-linear-gradient(330deg, #FFEB3B 0%, #FFC107 100%);
    background-image: linear-gradient(120deg, #FFEB3B 0%, #FFC107 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.overlay .btn-play,
.overlay .single-testimonial__site a {
	color: #ffffff;
}

/* ARTICLE Stats */

.stats {
	display: none;
	justify-content: space-evenly;
	align-items: center;
	min-height: 60vh !important;
	flex-wrap: wrap;
}

.stats .containerStat {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	color: #2e2e2e;
}

.stats .containerStat p {
	height: 50px;
}

.stats .containerStat .stat-icon {
	display: flex;
	justify-content: center;
}

.stats .containerStat .stat-icon img {
	height: 30px;
}

.stats .containerStat .stat-name {
	font-weight: 200;
	font-size: 34px;
}


/* MEDIAQUERIES Stats */
@media screen and (max-width: 768px) {
	.stats {
		margin: 50px auto;
		/* background: red; */
	}

	.stats .containerStat {
		margin: 30px auto;
	}

	.stats .containerStat .stat-icon img {
		height: 40px;
	}
}

/* FINISH MEDIAQUERIES Stats */

/* FINISH ARTICLE STATS */

/* SECTION FORM */

.containerHero .sectionForm {
	display: flex;
	align-items: center;
	width: 100% !important;
	min-height: 80vh;
	max-height: 1100px;
	padding-top: 30px;
	padding-bottom: 60px;
	/* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(55,79,140,1) 0%, rgba(0,185,182,1) 100%); */
	background-image: url("../img/logos/barra_colores.png");
	background-size: 20px 100%;
	background-repeat: no-repeat;
	background-position-x: left;
}

.containerHero .sectionForm .sectionForm-ubication {
	width: 100%;
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.containerHero .sectionForm .sectionForm-ubication h2 {
	font-weight: 700;
	font-size: 36px;
	width: 100%;
	text-align: center;
	color: var(--primaryColor);
}

.containerHero .sectionForm .sectionForm-ubication form {
	width: 40%;
}

.containerHero .sectionForm .sectionForm-ubication form h3 {
	color: #2e2e2e;
	font-weight: 500;
	font-size: 18px;
	margin: 1.9466666667rem 0 1.168rem 0;
}

.containerHero .sectionForm .sectionForm-ubication form .inputForm {
	border: none;
	background: #ffffff;
	border: solid 1px #C1C1C1;
	border-radius: 6px;
	padding-left: 10px;
	width: calc(90% - 10px);
	height: 3rem;
	outline: none;
	font-size: 16px;
	margin: 0 0 8px 0;
	box-shadow: none;
	box-sizing: content-box;
}

.containerHero .sectionForm .sectionForm-ubication form .inputForm::placeholder {
	color: #C1C1C1;
	content: "dsadsadas";
}

.containerHero .sectionForm .sectionForm-ubication form .inputForm:focus {
	/* border: none;	 */
	box-shadow: none;
}

.containerHero .sectionForm .sectionForm-ubication form .buttonForm {
	text-align: center;
	border-radius: 18px;
	border: solid 2px var(--primaryColor);
	padding: 6px 33px !important;
	color: #fff;
	background: var(--primaryColor);
	font-weight: 600;
	margin-top: 20px;
	text-decoration: none;
	transition: all .2s;
	cursor: pointer;
	width: 115px;
	height: 33px;
}

.containerHero .sectionForm .sectionForm-ubication form .buttonForm:hover {
	border: solid 2px var(--primaryColor);
	background: var(--primaryColor);
	color: #ffffff;
}

.containerHero .sectionForm .sectionForm-ubication .ubication {
	width: 30%;

}

.containerHero .sectionForm .sectionForm-ubication .ubication label {
	font-weight: 600;
	color: #2e2e2e;
}

.containerHero .sectionForm .sectionForm-ubication .ubication p {
	color: #2e2e2e;
	font-weight: 400;
}

/* MEDIAQUERIES FORM */
@media screen and (max-width: 768px) {

	.containerHero .sectionForm {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.containerHero .sectionForm .sectionForm-ubication {
		flex-direction: column;
		align-items: center;
	}

	.containerHero .sectionForm .sectionForm-ubication h2 {
		font-size: 23px;
	}

	.containerHero .sectionForm .sectionForm-ubication form h3 {
		font-size: 16px;
		color: #ffffff;
		text-align: center;
	}

	.containerHero .sectionForm .sectionForm-ubication .ubication {
		width: 90%;
		margin: 40px 0;
		text-align: center;
	}

	.containerHero .sectionForm .sectionForm-ubication .ubication label {
		font-weight: 700;
		font-size: 16px;
		color: #2e2e2e;
	}

	.containerHero .sectionForm .sectionForm-ubication .ubication p {
		font-size: 14px;
	}

	.containerHero .sectionForm .sectionForm-ubication form {
		width: 78%;
	}

	.containerHero .sectionForm .sectionForm-ubication form .inputForm {
		width: calc(100% - 10px);
	}
}

/* FINISH MEDIAQUIERIES FORM */

/* loading form button */
.lds-ring {
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	margin-top: -2px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	position: absolute;
	width: 22px;
	height: 22px;
	border: 4px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* finish loading form button */

/* FINISH SECTION FORM */


.owl-carousel .owl-item img {
	width: 150px;
	object-fit: contain;
}

.third_client-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}


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

	.containerButtonsBienvenida {
		margin: 30px auto;
		width: 85%;
		padding: 0 !important;
	}

	.noselect {
		width: 150px;
		margin-right: 0 !important;
		justify-content: space-between;
	}

	.noselectContactanos {
		margin: 0 !important;
		width: 100%;
		justify-content: space-between;
	}

	.noselectContactanos,
	.noselectVideo {
		position: relative;
		justify-content: space-between;
	}

	.noselectContactanos .icon,
	.noselectVideo .icon {
		position: relative;
		transform: translateX(0) !important;
	}

	.noselectVideo {
		width: 100%;
		justify-content: space-between;
	}

	.noselectContactanos:hover .text,
	.noselectVideo:hover .text {
		display: none;
	}

	.noselectContactanosGold:hover .text,
	.buttonVerMasGold:hover .text {
		display: block !important;
	}

	.noselectContactanos:hover .icon,
	.noselectVideo:hover .icon {
		width: 100%;
		transform: translateX(0) !important;
	}
}

.modalVideo .modal-content iframe {
	width: 101%;
	height: 100%;
}

@media screen and (max-height: 850px) and (min-width: 1000px) {

	.modalVideo .modal-content {
		height: 500px;
	}
}

@media screen and (max-height: 723px) and (min-width: 1000px) {
	.modalVideo .modal-content {
		height: 450px;
	}
}

.carousel-group-mob .owl-carousel .owl-item img {
	width: 100px !important;
}

.containerTextoFilosofiaGold ul {
	margin-top: 20px;
}

.containerTextoFilosofiaGold ul li:first-child {
	margin-top: 0px !important;
}

.containerTextoFilosofiaGold ul li {
	font-weight: 400 !important;
	line-height: 25px;
	margin-top: 10px !important;
	color: rgb(83, 83, 83);
}

.containerTextoFilosofia ul li:last-child {
	color: rgb(83, 83, 83);
}

.button-prueba {
	display: inline-block;
	background-color: var(--primaryColor);
	color: white;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 20px;
	margin-top: 40px;
	font-size: 15px;
}

.container-items {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-left: 20px;
	margin-top: 40px;
}

.container-items .item {
	display: flex;
	align-items: center;
	height: 40px;
}

.container-items .item img {
	width: 100%;
	max-width: 35px;
}

.container-items .item span {
	margin-left: 5px;
}

.container-items .item:first-child span {
	color: #25D366;
	font-weight: 500;
}

.container-items .item:first-child i {
	color: #25D366;
	font-size: 35px;
}

.container-items .item:last-child span {
	color: #127CD6;
	font-weight: 500;
}

.containerHero section .filosofia .containerPlanesGold h3 {
	font-size: 2rem !important;
	font-weight: bold;
	margin-bottom: 40px;
}

.containerCaracteristicasGold {
	padding: 0 !important;
}

.containerCaracteristicas .linkPlan {
	display: flex;
	justify-content: center;
	background-color: #FEA442;
	color: #fff;
	border: none;
	padding: 10px 0;
	border-radius: 16px;
	max-width: 280px;
	font-weight: 600;
	cursor: pointer;
	margin: 40px auto;
}

.containerCaracteristicas .black-botton {
	background-color: #000000 !important;
}

.plan header {
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 55px;
}

.containerPlanes .planGold header {
	background-color: #00bfbe;
	margin-bottom: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.containerPlanes .planGold:nth-child(2) header {
	background-color: var(--primaryColor);
}

.containerPlanes .planGold .descripcion {
	border: 1px solid #00bfbe !important;
	padding: 15px 30px !important;
	padding-bottom: 0px !important;
}

.containerPlanes .planGold:nth-child(2) .descripcion {
	border: 1px solid var(--primaryColor) !important;
}

.plan header h1 {
	font-size: 20px;
	margin: 0;
	color: white;
	font-weight: bold;
}

.planGold {
	margin: 3px !important;
}

.planGold .descripcion ul li {
	border-bottom: 1px solid gray;
	margin: 0;
	height: 70px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.planGold .descripcion ul li:last-child {
	border-bottom: none;
}

.primary-orange {
	color: var(--primaryColor);
	font-weight: bold;
}

.primary-cyan {
	color: #00bfbe;
	font-weight: bold;
}

.primary-cyan-bg {
	background-color: #00bfbe !important;
}

.planGold .linkPlan {
	border-radius: 10px !important;
	font-size: 1.3rem;
}

.containerCaracteristicasGold-bl {
	padding: 50px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.containerCaracteristicasGold-bl h1 {
	font-size: 2.2rem;
	margin: 1rem 4rem;
	text-align: center;
}

.containerCaracteristicasGold-bl .linkPlan {
	width: 100%;
	max-width: 350px;
	margin: 10px auto !important;
	border-radius: 50px !important;
	padding: 5px 0px;
	font-weight: bold;
	margin-bottom: 0px !important;
}

.containerBlack {
	background-color: #F2F2F2 !important;
}

.containerPlanesBlack {
	display: none !important;
}

.mobile-ṕlan {
	display: none;
}

.asset-bg {
	position: absolute;
	z-index: -2;
	width: 540px;
	top: 80px;
}

.principal_title_gold {
	font-size: 3.8rem !important;
}

.bienvenidaGold .principal_title_gold {
	padding-left: 170px !important;
}

.bienvenidaGold .principal_text_gold {
	max-width: 780px !important;
	font-size: 22px !important;
	padding-left: 170px !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bienvenidaGold .containerButtonsBienvenida {
	padding-left: 170px !important;
	height: 37px;
}

.noselectContactanosGold {
	justify-content: center !important;
}

@media screen and (max-width: 1366px) {
	.bienvenidaGold .principal_title_gold {
		padding-left: 50px !important;
	}

	.bienvenidaGold .principal_text_gold {
		padding-left: 50px !important;
	}

	.bienvenidaGold .containerButtonsBienvenida {
		padding-left: 50px !important;
	}
}

@media screen and (max-width: 1279px) {
	
.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia p {
	text-align: center;
	padding-top: 10px;
}
	
}

@media screen and (max-width: 1000px) {
	.bienvenidaGold .principal_title_gold {
		font-size: 2rem;
	}
}

@media screen and (max-width: 856px) {
	.bienvenidaGold .principal_title_gold {
		padding-left: 30px !important;
	}

	.bienvenidaGold .principal_text_gold {
		padding-left: 30px !important;
	}

	.bienvenidaGold .containerButtonsBienvenida {
		padding-left: 30px !important;
	}
}

@media screen and (max-width: 768px) {
	.bienvenidaGold .principal_title_gold {
		font-size: 2.1rem !important;
	}

	.bienvenidaGold .principal_text_gold {
		font-size: 18px !important;
	}
}

@media screen and (max-width: 480px) {
	.bienvenidaGold .containerButtonsBienvenida {
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 490px) {
	.containerHero section .filosofia .containerGota .globoLeftSecundarioGold {
		max-width: 130px;
		margin-top: 40px;
	}

	.containerHero section .filosofia .containerGotaGold {
		justify-content: center;
	}

	.containerHero section .filosofia .containerFilosofiaGold {
		margin-top: 0 !important;
		padding-top: 5px !important;
	}

	.containerHero section .filosofia .containerFilosofiaGold .containerFilosofia {
		margin-top: 10px !important;
	}

	.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia .tituloPlanGold {
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.8rem;
	}

	.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia ul li {
		text-align: center;
		font-size: .8rem;
		line-height: 1.3rem;
	}

	.desktop-plan {
		display: none;
	}

	.mobile-plan {
		display: block;
	}

	.button-prueba {
		display: block;
		margin: 20px auto !important;
		text-align: center;
		max-width: 280px;
		padding: 1px 30px;
	}

	.container-items .item:first-child i {
		font-size: 20px;
	}

	.containerHero section .filosofia .containerFilosofia img {
		width: 20px;
	}

	.container-items .item span {
		font-size: 1rem;
		white-space: nowrap;
	}

	.container-items {
		gap: 20px;
		margin-left: 0;
	}
}

@media screen and (max-width: 400px) {
	.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia ul li {
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
		padding-right: 1.5rem;
	}
}

@media screen and (max-width: 430px) {
	.container-items {
		flex-direction: column;
	}
}

@media screen and (max-width: 580px) {
	.principalesCaracteristicasGold {
		/* display: grid !important; */
		grid-template-columns: 1fr 1fr;
	}

	.containerCaracteristicas .principalesCaracteristicas .caracteristica-card .caracteristica-titulo {
		font-size: 1rem;
	}

	.containerCaracteristicas .principalesCaracteristicas .caracteristica-card .container-img img {
		max-width: 80px;
	}

	.containerCaracteristicas .principalesCaracteristicas .caracteristica-card:nth-child(2) .container-img img,
	.containerCaracteristicas .principalesCaracteristicas .caracteristica-card:last-child .container-img img {
		max-width: 65px;
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.desktop-plan {
		display: block;
	}

	.mobile-plan {
		display: none;
	}

	.containerCaracteristicasGold-bl h1 {
		font-size: 1.3rem;
		margin: 1rem 1.2rem;
		text-align: center;
		
	}

	.linkPlan {
		max-width: 100%;
	}

	.containerCaracteristicas h2 {
		margin: 1rem 1.2rem;
	}

	.containerHero section .filosofia .containerFilosofia .containerTextoFilosofia ul li {
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
		padding-right: 1.5rem;
	}
}

@media screen and (min-width: 491px) and (max-width: 767px) {
	.containerHero section .filosofia .containerGota .globoLeftSecundarioGold {
		width: 50% !important;
	}

	.containerHero section .filosofia .containerGotaGold {
		justify-content: center;
	}

	.desktop-plan {
		display: block;
	}

	.mobile-plan {
		display: none;
	}
}



.containerHero section .filosofia .containerGota .globoLeftSecundarioGold {
	position: absolute;
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
}

/*DIAPOSITIVAS DE DISPOSITVOS MOVILES*/

.dispositivosContainer {
	position: absolute;
	height: 1500px;
	width: 100%;
	bottom: 0px;
}

.dispositivosContainer img {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 100% !important;
	max-width: 290px;
	height: auto;
	object-fit: cover;
	opacity: 0;
	margin-right: 90px;
	transition: opacity 0.5s ease-in-out;
}

.dispositivosContainer img.active {
	opacity: 1;
}

.containerHero section .filosofia .containerGota .globoLeftSecundarioGold.active {
	opacity: 1 !important;
}


/* Planes Turnos */
.planes-turnos {
	display: flex;
	justify-content: center;
	margin: 20px auto;
	width: 90%;
	max-width: 1000px;
	gap: 20px;
}

.planes-turnos .plan {
	flex: 1 1 50%;
	box-sizing: border-box;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 11px 12px rgba(29, 29, 27, 0.3);
	position: relative;
}

.titulo-turnos {
	text-align: center;
	background-color: #F7A343;
	padding: 5px 10px;
	border-radius: 10px 10px 0px 0px;
}

.planes-turnos .plan:nth-of-type(2) .titulo-turnos {
	background-color: black;
	/* Otros estilos */
}

.titulo-turnos h3 {
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
}

.planes-turnos img {
	max-height: 400px;
	width: auto;
}

.imagen-turnos {
	display: flex;
	justify-content: center;
	margin: 50px 0 20px 0;
}

.parrafo-turnos {
	padding: 30px;
	height: 85px;
	text-align: center;
	
}



.enlaces-turnos {
	margin-top: 20px;
	margin-bottom:40px;
	gap: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.enlaces-turnos a,.turnos-btn {

	color:white;
	background-color: #F7A343;
	padding:5px 10px;
	
	border-radius:15px;
	font-weight:bold;
	text-transform: uppercase;
	font-size:1rem;
	border:none;
	width: 150px; /* Ancho fijo */
    height: 30px; /* Altura fija */
	text-align: center;

	cursor: pointer;
}

.turnos-btn:hover {
	opacity: .9;
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .2));
	transition: all .2s;
}

.planes-turnos .plan:nth-of-type(2) .enlaces-turnos a,
.planes-turnos .plan:nth-of-type(2) .enlaces-turnos button  {
	background-color: black;
}


/* Carousel */
.slider-container {
    display: flex;
    width: auto; /* Cambiado de 300px a auto */
    overflow: hidden;
    margin: 0 auto;
    align-items: center;
}

.slider {
    display: flex;
	gap: 30px;
    transition: transform 0.5s ease;
    justify-content: center;
    align-items: center;
    height: auto;
    flex: 1;
}

.slide {
    /* flex: 0 0 calc(100% / 3); */
	display:flex;
	justify-content: center;
	align-items: center;
    text-align: center;
    font-size: 3em;
}

.controls {
    display: flex;
    justify-content: space-between;
    width: 80px; /* Ancho fijo para los controles */
    transform: translateY(-50%);
    z-index: 1;
}

.prev-btn, .next-btn {
    color: black;
    border: none;
    margin: 0 5px;
    cursor: pointer;
    width: auto;
    background-color: transparent;
}

a{
	text-decoration: none;
}


@media(max-width:1000px){
	.planes-turnos {
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 80%;
	}

}

@media(max-width:484px){
	.parrafo-turnos {
		height: auto;
		padding: 30px 30px 0 30px;
	}
	.titulo-turnos{
		padding: 5px 10px;
	}

	.enlaces-turnos{
		flex-direction: column;
	}

	.imagen-turnos{
		margin: 0;
	}
	.planes-turnos img {
		margin-top:40px;
	}
}


.owl-dots {
	display: none !important;
}

/* Contenedor principal del efecto parallax */
.vanilla-parallax-container {
    position: relative;
    overflow: hidden;
}

/* Capa parallax */
.vanilla-parallax-container .vanilla-parallax {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    z-index: -1;
}

/* Imagen parallax */
.img-parallax{
	filter: brightness(90%);
}
.img-parallax.cielo-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateZ(0);
    will-change: transform;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 70%;
    }
}

@media only screen and (min-width: 601px) {
    .container {
        width: 85%;
    }
}

@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}

/* Collapsible Styles */
.collapsible {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
}

.collapsible-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.collapsible-header:hover {
    background-color: rgba(0,0,0,0.03);
}

.collapsible-header i {
    transition: transform 0.3s ease;
}

.collapsible-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #fff;
}

.collapsible-header.active + .collapsible-body {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.testimonial .swiper-slide{
	height: 40vh !important;
}

.client-list .client-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: flex-start;
	justify-content: center;
}

@media only screen and (min-width: 1200px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}

@media only screen and (min-width: 0px) {
    html {
        font-size: 14px;
    }
}

.swiper-pagination-bullet-active{
	background-color: white !important;
}

#carouselWrapperDesk, #carouselWrapperDeskGold, #carouselWrapperDeskBlack{
	display: none;
}

@media screen and (min-width: 1000px){
	#carouselWrapperDesk, #carouselWrapperDeskGold, #carouselWrapperDeskBlack{
		display: flex;
	}

	#carouselWrapperMob, #carouselWrapperMobGold, #carouselWrapperMobBlack{
		display: none;
	}
}

/* soloturnos empresas titular */

.text-content-titular > h2 {
    color: #323232;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.text-content-titular > h3 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 800;
}

.container-titular {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 50px 166px;
	background-color: #F3F3F3;
	box-sizing: border-box;
}

.content-wrapper {
	max-width: 1100px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.text-content-titular {
	flex: 1;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
}

.text-content-titular p {
	font-size: 16px;
	color: #555;
	line-height: 1.5;
	margin-bottom: 10px;
}

.text-content-titular strong {
	color: #000;
}

.image-content-titular {
    flex: 1;
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto; 
    padding-left: 0px; 
}

.image-content-titular img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.container-titular {
		flex-direction: column-reverse !important;
		padding: 50px;
	}

	.content-wrapper {
		flex-direction: column; /* Asegura que la imagen quede arriba del texto */
		align-items: center;
		text-align: center;
	}

	.image-content-titular {
		width: 100%;
		max-width: 200px;
		margin-bottom: 20px;
	}
}

/* soloturnos profesionales titular */

.text-content-titular-g > h2 {
    color: #FCAC41;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.text-content-titular-g > h3 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 800;
	color: #FCAC41;
}

.container-titular-g {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 50px 166px;
	background-color: #FFEDE1;
	box-sizing: border-box;
}

.content-wrapper-g {
	max-width: 1100px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.text-content-titular-g {
	flex: 1;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
}

.text-content-titular-g p {
	font-size: 16px;
	color: #555;
	line-height: 1.5;
	margin-bottom: 10px;
}

.text-content-titular-g strong {
	color: #000;
}

.image-content-titular-g {
    flex: 1;
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto; 
    padding-left: 0px; 
}

.image-content-titular-g img {
	width: 80%;
	height: auto;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.container-titular-g {
		flex-direction: column-reverse !important;
		padding: 50px;
	}

	.content-wrapper-g {
		flex-direction: column; /* Asegura que la imagen quede arriba del texto */
		align-items: center;
		text-align: center;
	}

	.image-content-titular-g {
		width: 100%;
		max-width: 200px;
		margin-bottom: 20px;
	}
}

@media (max-width:430px) {
	.planes-turnos .plan {
	margin-bottom: 20px;
	}	
	.text-content-titular > h2 {
		font-size: 24px;
		margin-bottom: 1rem;
	}
	.text-content-titular p {
		font-size: 14px;
	}
	.text-content-titular h3 {
		font-size: 16px;
	}

	.text-content-titular-g > h2 {
		font-size: 24px;
		margin-bottom: 1rem;
	}
	.text-content-titular-g p {
		font-size: 14px;
	}
	.text-content-titular-g h3 {
		font-size: 16px;
	}
}


/* Modal con clase distintiva */
.modal-gold-index {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	padding: 1rem;
	box-sizing: border-box;
	overflow: hidden;
	touch-action: none;
	-ms-touch-action: none;
}

.modal-gold-index.open {
	display: flex;
}

.modal-gold-index .modal-content-index {
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 760px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	border: 15px solid white;
}

.modal-gold-index .modal-content-index iframe {
	width: 100%;
	height: 400px;
	display: block;
	border: none;
}

.modal-gold-index .close-index {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 30px;
	cursor: pointer;
	color: black;
	z-index: 2;
}

body.no-scroll,
html.no-scroll {
	overflow: hidden;
}

  /* RESPONSIVE */
@media (max-width: 962px) {
	.modal-gold-index .modal-content-index iframe {
	height: 350px;
	}
}

@media (max-width: 768px) {
	.modal-gold-index .modal-content-index iframe {
	height: auto;
	aspect-ratio: 16 / 9;
	}

	.modal-gold-index .close-index {
	font-size: 24px;
	top: 5px;
	right: 10px;
	}
}

@media (max-width: 480px) {
	.modal-gold-index .modal-content-index iframe {
	height: 200px;
	}
}

.title-black-banner > b {
	color: #ffffff;
}

.title-gold-banner > b {
	color: #ffffff;
}