@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;600;800&display=swap');
body, * {
	font-family: 'Montserrat', sans-serif;
}
.blackText {
	color: #242424 !important;
}
.img-menu {
	max-width: 90px;
	height: auto;
}
#logo-vivo {
	max-width: 40%;
    height: auto;
}
#menu-principal {
	z-index: 9999;
}
#menu-principal a {
	text-transform: uppercase;
	text-align: center;
}
#menu-principal a:hover{
	color: #6CB443 !important;
}
#menu-principal .activo {
	border-bottom: thin solid #6db43e;
    color: #6db43e !important;
    font-weight: bold;
}
.slider-home {
	
}
.slider-home img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	width: 42px !important;
	height: 42px !important;
	background-color: #000 !important;
}
.slick-next {
	right: 25px !important;
}
.slick-prev {
	left: 25px !important;
	z-index: 9;
}
.slick-prev:before {
	content: "<" !important;
}
.slick-next:before {
	content: ">" !important;
}
.slick-dots li button:before {
	font-size: 20px !important;
}
.slick-dots li.slick-active button:before {
	color: #b0d697 !important;
}
.text-verde {
	color: #85b34a !important;
}
.justifica {
	text-align: justify;
}
#sucursales img {
	width: 100%;
	height: auto;
}
#sucursales .col-md-4 {
	overflow: hidden;
	-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
#sucursales .col-md-4:hover .tituloSucursal{
	height: 100%;
	-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.tituloSucursal {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.75);
	width: 93.5%;
	padding: 17px;
    font-weight: bolder;
	text-align: center;
	font-size: 24px;
	-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.tituloSucursal span {
	display: block;
	font-size: 16px;
	margin-bottom: -10px;
}
.tituloSucursal a{
	display: block;
}
#cortesia .container-fluid {
	background-image: url("../images/pase-de-cortesia-vivo47.jpg");
	background-size: cover;
	background-position: bottom right;
}
#contacto .container-fluid {
	background-image: url("../images/fondo-contacto.jpg");
	background-size: cover;
	background-position: bottom right;
}
.text-big {
	font-size: 3em;
	color: #FFF !important;
	text-align: center;
	font-weight: 600;
	line-height: 1.1em;
}
.text-bolder {
	font-weight: bolder;
	font-size: 1.2em;
}
#pase input, #pase select, #contactoF input, #contactoF select {
	background-color: transparent;
	color: #FFF;
}
#enviar {
	background-image: url(../images/boton-envia-pase-cortesia.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    border: none;
    width: 45%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}
#footer {
	background-image: url("../images/fondo-footer-vivo47.jpg");
	background-size: cover;
	background-position: bottom left;
}
.iconos img {
	max-width: 42px;
	height: auto;
}
#footer img {
	height: auto;
}
#menu-footer a {
	color: #FFF !important;
	border-right: thin solid #85b34a;
}
#menu-footer a::after {
	
}
#menu-footer a:last-child {
	/*border-right: none;*/
}
#menu-footer .nav-link {
	padding: 2px 17px;
}
#whats {
	color: #FFF;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    background-color: #6cb43e;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
#whats a, #whats i {
	    color: #FFF;
    font-size: 24px;
}
#whats a:hover, #whats a:active, #whats a:focus{
	border: none;
}
.error {
	color: red;
	top: -39px !important;
}
#menu-movil {
	display: none;
	z-index: 9;
}
#menu-movil img {
	max-width: 65%;
	height: auto;
}
#boton-movil {
	cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
}
#boton-movil i{
	color: #FFF;
	font-size: 24px;
}
.img-titulo {
	width: 100%;
	height: auto;
}
.tituloMembresia {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding: 10px 0;
	background-color: #989898;
	font-weight: bold;
	font-size: 1.4em;
}
.membresia {
	background-color: #e1e1e1;
}
.cuerpo-membresia {
	background-color: #e1e1e1;
    padding: 20px 10px;
    height: 35vh;
}
.membresias .btn {
	position: absolute;
    bottom: 15px;
    left: 23%;
}
.membresiaActiva {
	background-color: #5e5e5e;
}
.mnaranja {
	background-color: #d17b32;
}
.mazul {
	background-color: #3c9fcd;
}
.mnegro {
	background-color: #323232;
}
.btn-verde {
	color: #FFF;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background-image: url(../images/fondo-boton-verde.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 5px 17px;
}
.btn-naranja {
	color: #FFF;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background-image: url("../images/fondo-boton-naranja.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 5px 17px;
}
.btn-azul {
	color: #FFF;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background-image: url("../images/fondo-boton-azul.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 5px 17px;
}
.btn-negro {
	color: #FFF;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background-image: url("../images/fondo-boton-negro.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 5px 17px;
}
.btn-morado {
	color: #FFF;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background-image: url("../images/fondo-boton-morado.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 5px 17px;
}
.tituloSP {
	background-color: #7f7f7f;
	padding: 7px 0px;
	font-size: 1.4em;
}
.tituloSI {
	color: #555554;
    letter-spacing: 4px;
}
.info-sucursal {
	color: #555554;
}
.info-sucursal img {
	display: block;
    float: left;
    margin-right: 17px;
    margin-bottom: 47px;
}
.info-sucursal hr {
	width: 85px;
    border-top: 2px solid #85b34a;
    margin-left: 70px;
    opacity: 1;
}
.sub-contacto{
	    color: #FFF;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    margin-top: -15px;
}
.iconows {
	width: 20px;
    height: auto;
    margin-right: 2px;
}
#pago {
	background-image: url("../images/fondo-pago-en-linea-formulario.jpg");
	background-size: cover;
	background-position: bottom right;
}
.btn-pago {
	width: 85%;
	font-weight: bold;
	letter-spacing: 3px;
	    height: 55px;
}
.btn-general {
	line-height: 1.1em;
}
.btn-morado img {
	    max-height: 45px;
    width: auto;
}
.form-pagos input, .form-pagos select {
	background-color: transparent;
	border: 2px solid #919191;
	
}
.btn-gris {
	color: #FFF;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background-image: url("../images/fondo-boton-gris.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 5px 17px;
}
.form-pagos .btn-submit {
	padding: 5px 60px;
}
.triangulo {
	position: absolute;
	width: 40px; 
  height: 40px;
	background-image: url("../images/triangulo-pagos.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	top: 90px;
    left: 15%;
	-webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
-ms-transition: all .7s ease;
-o-transition: all .7s ease;
transition: all .7s ease;
}
#fgeneral, #fchallenge {
	display: none;
}
#fgeneral input, #fgeneral select {
	border: 2px solid #85b34a;	
}
#fgeneral .btn-submit {
	background-image: url("../images/fondo-boton-verde.jpg");
}
#fchallenge input, #fchallenge select {
	border: 2px solid #613e91;	
}
#fchallenge .btn-submit {
	background-image: url("../images/fondo-boton-morado.jpg");
}
.fondo-azul {
	background-color: #eff2f8;
}
h2.acuatica {
	color: #6799d1;
	text-transform: uppercase;
	font-weight: lighter;
}
.bullet-acuatica {
	color: #6799d1;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 7px;
}
.text-azul {
	color: #6799d1;
}
.hr-azul {
	border: 0;
	border-bottom: 2px solid #0981c4;
	width: 75px;
	opacity: 1;
}
.hr-gris {
	border: 0;
	border-bottom: 2px solid #868686;
	width: 75px;
	opacity: 1;
}
#aqua {
	background-image: url("../images/fondo-beneficios.jpg");
	background-size: cover;
	background-position: top center;
}
ul.verde {
	list-style: none;
}
ul.verde li::before {
	content: "\2022";
	font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
	color: #85b34a;
}
.iconoB {
	float: right;
    width: 70px;
    height: auto;
    margin-top: -17px;
}
.mt-5n {
	    margin-top: -180px;
}
.bg-light {
	background-color: #e2e2e2 !important;
}
#ubicacion {
}
#mapa {
	
}
#videoAcuatica {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 999999;
	display: none;
}
#videoAcuatica .modal-dialog {
	    margin-top: 5vh;
}
#closeVideo {
	    position: absolute;
    top: 2%;
    right: 2%;
}
#formulario-superior {
	position: absolute;
	right: 5%;
    top: 18%;
    width: 45%;
}
#crmWebToEntityForm {
	width: 100%;
}
.zcwf_title {
	font-size: 2em;
    color: #FFF !important;
    text-align: center;
    font-weight: 600;
    line-height: 1.1em;
}
#crmWebToEntityForm form {
	width: 100%;
}
#crmWebToEntityForm label {
	color: #FFF !important;
}
#crmWebToEntityForm input, #crmWebToEntityForm select {
	background-color: transparent;
	color: #FFF;
	border: thin solid #FFF;
	outline: none !important;
	width: 100%;
	border-radius: 5px;
    padding: 5px;
}
#formsubmit,  #crmWebToEntityForm input[type="reset"]{
	background-image: url(../images/boton-envia-pase-cortesia.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    width: 45% !important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
	border: none !important;
	margin-left: 3%;
}
.zcwf_row {
	margin-bottom: 1em;
}
.dIB {
	float: left;
    margin-right: 1em;
}
@media screen and (max-height: 700px) {
	.cuerpo-membresia {
		    height: 50vh;
	}
}
@media screen and (max-width: 844px){
	#menu-principal {
		display: none;
	}
	#enviar {
		width: 100%;
	}
	.text-big {
		font-size: 2em;
	}
	#pase, .ps-5 {
		padding-left: 0px !important;
	}
	.iconos img {
    max-width: 36px;
    height: auto;
}
	.p-5 {
		    padding: 2.5rem!important;
	}
	#menu-movil {
		display: block;
	}
	.slick-dots li button:before {
    font-size: 20px !important;
	}
	.iconoB {
		width: 45px;
    	margin-top: -10px;
	}
	#formulario-superior {
    position: relative;
    right: 0;
    left: 0%;
    width: 100%;
    padding: 10%;
		background-image: url("../codigodeinvitados/images/mamas-influencer-2-fondo.jpg");
		background-size: cover;
		background-position: left bottom;
		padding-top: 15vh;
	}
	#imagen-codigo {
		display: none;
	}
}