@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Cooper Hewitt';
    src: url('../fonts/titulos/CooperHewitt-Bold.woff2') format('woff2'),
        url('../fonts/titulos/CooperHewitt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url('../fonts/titulos/CooperHewitt-BoldItalic.woff2') format('woff2'),
        url('../fonts/titulos/CooperHewitt-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url('../fonts/titulos/CooperHewitt-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/titulos/CooperHewitt-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url('../fonts/titulos/CooperHewitt-Semibold.woff2') format('woff2'),
        url('../fonts/titulos/CooperHewitt-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
	color: #2A2F32;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	overflow-x: hidden;
	width: 100vw;
	max-width: 100vw;
	overflow-x: hidden;
	font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}
.overflow-hidden{
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	display: block;
}


h1, h2, h3, h4, h5, h6{

	padding: 0px;
	margin: 0px;
}
ul, li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}



.v47-ts1{
	font-family: 'Cooper Hewitt', sans-serif;
	font-size: 72px;
	line-height: 74px;
	font-weight: 500;
}
.v47-ts2{
	font-family: 'Cooper Hewitt', sans-serif;
	font-size: 58px;
	line-height: 70px;
	font-weight: 500;
}
.v47-t1{
	font-family: 'Cooper Hewitt', sans-serif;
	font-size: 42px;
	line-height: 52px;
	font-weight: 600;
	margin-bottom: 20px;
}
.v47-t2{
	font-family: 'Cooper Hewitt', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;

}
.v47-t3{
	font-family: 'Cooper Hewitt', sans-serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: 600;
}
.v47-caja-titulo{
	font-family: 'Cooper Hewitt', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.v47-caja-txt{
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.v47-testimonio-titulo{
	font-family: 'Cooper Hewitt', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
.v47-testimonio-txt{
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}
.v47-parrafo{
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}
.v47-parrafo-2{
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;

}
.v47-parrafo-3{
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}
.v47-locaciones-titulo{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.v47-txt{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.v47-input{
	font-size: 18px;
	line-height: 50px;
	font-weight: 400;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
	padding: 0px 20px;
}

.v47-input-ch{
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
}
.v47-btn{
	font-size: 18px;
	line-height: 50px;
	font-weight: 500;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	padding: 0px 25px;
	display: block;
	border: 0px;
	cursor: pointer;
	transition: all 0.25s ease;
}
.v47-btn-ch{
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}
.v47-btn-gde{
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
}

.v47-italic{
	font-style: italic;
}

.v47-back-negro{
	background-color: #2A2F32;
}
.v47-back-verde{
	background-color: #547554;
}


.v47-txt-negro{
	color: #2A2F32;
}
.v47-txt-gris{
	color: #C8C9C7;
}
.v47-txt-blanco{
	color: #FFFFFF;
}
.v47-txt-verde{
	color: #547554;
}


.v47-btn-negro,
.v47-btn-negro:focus,
.v47-btn-negro:active {
	background-color: #2A2F32;
	color: #FFFFFF;
	text-decoration: none;
}

.v47-btn-gris,
.v47-btn-gris:focus,
.v47-btn-gris:active {
	background-color: #C8C9C7;
	color: #2A2F32;
	text-decoration: none;
}

.v47-btn-verde,
.v47-btn-verde:hover,
.v47-btn-verde:focus,
.v47-btn-verde:active {
	background-color: #547554;
	color: #FFFFFF;
	text-decoration: none;
}
.v47-btn-verde:hover, .v47-btn-negro:hover, .v47-btn-gris:hover{
	background-color: #FFFFFF;
	color: #2A2F32;
}
.v47-btn-negro:hover{
	background-color: #547554;
	color: #FFFFFF;
}

.v47-center{
	text-align: center;
}
.v47-centrar{
	margin: 0px auto;
}
.v47-block{
	display: inline-block;
}
.v47-w100{
	width: 100%;
}
.v47-relative{
	position: relative;
}
.v47-clear{
	clear: both;
}

/*HEADER*/
#v47-header{
	padding-top: 10px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#v47-header-int{
	background-color: rgba(255, 255, 255, 0.44);
	border-radius: 12px;
	padding: 15px 50px 15px 50px;
	position: relative;
	transition: all 1s ease;



   backdrop-filter: blur(10px); /* Difumina lo que está detrás */
   -webkit-backdrop-filter: blur(10px); /* Compatibilidad con Safari */
 
}
#v47-header-int.oscurece-menu{
    /*background-color: #2A2F32;   
    background-color: rgba(42, 47, 50, 0.8);   
    backdrop-filter: blur(10px); 
   -webkit-backdrop-filter: blur(10px); */
   background-color: rgba(42, 47, 50, 1);
}

#v47-header-logo{
	background: transparent url('/imagenes-vivo47/vivo47.png') scroll no-repeat center center;
	background-size: 122px auto;
	display: block;
	float: left;
	height: 36px;
	font-size: 0px;
	width: 122px;
	margin-right: 40px;
}
.v47-menu-lista {
  list-style: none; 
  padding: 0;
  margin: 0;
  text-align: left;
  margin-top: 5px;
}
.v47-menu-lista li {
  margin-bottom: 0px;
  float: left;
}
.v47-menu-link, 
.v47-menu-link:hover,
.v47-menu-link:focus,
.v47-menu-link:active{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	margin: 0px 20px;
	border: 1px solid transparent;
	font-weight: 500;
}
.v47-menu-link.menu-contacto, 
.v47-menu-link.menu-contacto:hover,
.v47-menu-link.menu-contacto:focus,
.v47-menu-link.menu-contacto:active{
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px;
	transition: all 0.25s ease;
}

.v47-menu-link.menu-contacto:hover{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #2A2F32;
}
#v47-menu-lista-2{
	float: right;
	margin-top: 0px;
}


/*FOOTER*/
#v47-footer{
	padding: 80px 0px 50px 0px;
}
.v47-footer-menu li{
	margin-bottom: 15px;
}
.v47-footer-menu a,
.v47-footer-menu a:hover,
.v47-footer-menu a:focus,
.v47-footer-menu a:active {
	display: block;
	text-decoration: none;
	color: #C8C9C7;
}
.v47-footer-redes-link a,
.v47-footer-redes-link a:hover,
.v47-footer-redes-link a:focus,
.v47-footer-redes-link a:active {
	display: inline-block;
	text-decoration: underline;
	color: #C8C9C7;
	margin-right: 10px;
}
.v47-footer-legales-link a,
.v47-footer-legales-link a:hover,
.v47-footer-legales-link a:focus,
.v47-footer-legales-link a:active {
	display: inline-block;
	text-decoration: none;
	color: #C8C9C7;
	margin: 0px 20px;
}

body::before {
  background: transparent url('/imagenes-vivo47/superficie.jpg') scroll repeat center center;
  background-size: cover;
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.v47-back-superficie{
	/*background: transparent url('/imagenes-vivo47/superficie.jpg') fixed repeat center center;
	background-size: cover;	*/
}
.v47-seccion-padding{
	padding: 50px 0px;
}
.v47-seccion-padding-top{
	padding-top: 50px;
}
.v47-seccion-padding-bottom{
	padding-bottom: 50px;
}
.v47-hacer-llamada-titulo{
	text-transform: uppercase;
}

.v47-contacto-hacer-llamada, 
.v47-contacto-hacer-llamada:hover, 
.v47-contacto-hacer-llamada:focus, 
.v47-contacto-hacer-llamada:active {
	text-decoration: none;
	color: #FFFFFF;
}


.v47-hacer-llamada, 
.v47-hacer-llamada:hover, 
.v47-hacer-llamada:focus, 
.v47-hacer-llamada:active {
	text-decoration: none;
	color: #C8C9C7;
}


/*HOME*********************************************************************************************/
#v47-home-video-back-pad{
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio (9/16 = 0.5625) */
  overflow: hidden;
}

#v47-home-video-back-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* para que no interfiera con clics del usuario */
}
#v47-home-video-back-capa {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgb(0,0,0,0.6);
}
/*
#v47-home-video-contenedor{
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100vh;
		z-index: 100;
		display: none;
	}
	#v47-home-video-base{
		position: relative;
		width: 100%;
		height: 100%;
	}
	#v47-home-video-capa{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8); 
		z-index: 0;
	}
	#v47-home-video-reproductor{
		position: relative;
		  width: 90%;
		  height: 90%; 
		  overflow: hidden;
		  z-index: 1;
		  margin: 0px auto;
		  transform: translateY(-50%);
		  top: 50%;
	}

	#v47-home-video-reproductor iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	#v47-home-btn-video-cerrar{
		background-color: #547554;
		color: #FFFFFF;
		text-align: center;
		z-index: 10;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 40px;
		height: 40px;
		font-size: 25px;
		line-height: 40px;
		cursor: pointer;

	}*/


#v47-home-inicio{
	background: transparent url('/imagenes-vivo47/home/banner.jpg') fixed no-repeat center center;
	background-size: cover;
	/*min-height: 100vh;*/
	position: relative;
	opacity: 1;
	transition: all 0.5s ease;
}
.v47-centrar-hv{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#v47-home-cont-carrusel-inicio{
	padding-top: 100px;
}
#v47-home-btn-video{
	cursor: pointer;
	margin: 0px auto;
	width: 260px;
}
.v47-carrusel-inicio.owl-carousel .owl-nav button.owl-next{
	width: 40px;
    height: 40px;
    position: absolute;
    right: -80px;
    top: 0%;
    font-size: 30px;
}
.v47-carrusel-inicio.owl-carousel .owl-nav button.owl-prev{
	width: 40px;
    height: 40px;
    position: absolute;
    left: -80px;
    top: 0%;
    font-size: 30px;
}
.v47-carrusel-inicio.owl-theme .owl-nav [class*=owl-prev]:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2A2F32 !important;
}
.v47-carrusel-inicio.owl-theme .owl-nav [class*=owl-next]:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2A2F32 !important;
}
.v47-carrusel-inicio .owl-dots{
	padding-top: 20px;
}
.v47-banner{
	
}
.v47-banner img{
	border-radius: 10px;
}
.v47-caja{
	border-radius: 10px;
	border: 1px solid #C8C9C7;
	background-color: #FFFFFF;
}
.v47-caja-img{

}
.v47-caja-info{
	padding: 20px 20px;
}
.v47-caja-img{
  width: 100%;
  /*height: 207px;*/
  height: 300px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.v47-caja-img img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* se adapta al contenedor y recorta el exceso */
  object-position: center; /* centra la imagen */
}
.v47-carrusel-studios.owl-carousel .owl-nav button.owl-next{
	width: 40px;
    height: 40px;
    position: absolute;
    right: -80px;
    top: 50%;
    font-size: 30px;
    margin-top: -20px;
}
.v47-carrusel-studios.owl-carousel .owl-nav button.owl-prev{
	width: 40px;
    height: 40px;
    position: absolute;
    left: -80px;
    top: 50%;
    font-size: 30px;
    margin-top: -20px;
}
.v47-carrusel-studios.owl-theme .owl-nav [class*=owl-prev]:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2A2F32 !important;
}
.v47-carrusel-studios.owl-theme .owl-nav [class*=owl-next]:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2A2F32 !important;
}
.v47-caja-instructor{
   height: 520px;
   width: 100%;
   overflow: hidden;
   border-radius: 10px;
}
.v47-caja-img img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* se adapta al contenedor y recorta el exceso */
  object-position: center; /* centra la imagen */
}



.owl-carousel.v47-carrusel-instructores .item {
  height: 520px;
  overflow: hidden;
  border-radius: 20px;
  width: 100%; /* importante */
  transition: all 0.4s ease;
  background-size: cover;
  background-position: center center;
  width: 100px;
}
.owl-carousel.v47-carrusel-instructores .item::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 50% oscuridad */
  pointer-events: none;
  border-radius: 20px;
}

.owl-carousel.v47-carrusel-instructores .owl-item.active.center .item::after {
      width: 0%;
}
.owl-carousel.v47-carrusel-instructores .owl-item.active.center .item {
      width: 270px;
}
.owl-carousel.v47-carrusel-instructores .owl-stage{
	height: 520px;
	overflow: hidden;
}


/*Agenda*********/
#v27-agenda{	
	/*min-height: 100vh;*/
	position: relative;
	padding-top: 140px;
	padding-bottom: 100px;
}
#v27-agenda-int{
  position: relative;
  z-index: 2;
}
#v27-agenda.agenda-back-home{
	background: transparent url('/imagenes-vivo47/home/b2.webp') fixed no-repeat left top;
	/*background: transparent url('/imagenes-vivo47/home/back-agenda.jpg') fixed no-repeat center top;*/
	background-size: cover;
}
#v27-agenda.agenda-back-home::before {
  display: none;
}
#v27-agenda.agenda-back-studios{
	background: transparent url('/imagenes-vivo47/home/back-agenda-studios.jpg') fixed no-repeat center top;
	background-size: cover;
}
#v27-agenda::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); /* oscurece con opacidad */
  z-index: 1;
}
#v27-agenda.agenda-back-clases{
	background: transparent url('/imagenes-vivo47/home/back-agenda-clases.jpg') fixed no-repeat center top;
	background-size: cover;
}
#v27-agenda.agenda-back-contacto{
	background: transparent url('/imagenes-vivo47/home/back-agenda-contacto.jpg') fixed no-repeat center top;
	background-size: cover;
}

#v47-cont-form{
	background-color: rgba(255, 255, 255, 0.44);
	backdrop-filter: blur(10px); /* Difumina lo que está detrás */
   -webkit-backdrop-filter: blur(10px); /* Compatibilidad con Safari */
	border-radius: 12px;
	border: 1px solid #FFFFFF;
	padding: 50px 50px 40px 50px;
	position: relative;
}
.v47-form-agenda input, .v47-form-agenda select{
	margin-bottom: 20px;
}

.v47-form-agenda input::placeholder {
  color: white;
  opacity: 1; /* opcional: asegura que no se vea transparente */
}
#v47-agenda-inicio-txt{
	padding-top: 100px;
}


/*HOME CLASES***/
.v47-home-row-clases{
	margin-bottom: 15px;
}
.v47-home-clases{
	color: #C8C9C7;
	font-size: 100px;
	line-height: 120px;
	font-style: italic;
	text-align: center;
	font-weight: 100;
}
.v47-home-clases-img{
	height: 120px;
	background-color: #000000;
	border-radius: 60px;
	background-position: center center;
	background-size: cover;
}
.v47-home-clases-img.img-1{
	background-image: url('/imagenes-vivo47/home/clases-1.jpg');
}
.v47-home-clases-img.img-2{
	background-image: url('/imagenes-vivo47/home/clases-2.jpg');
}
.v47-home-clases-img.img-3{
	background-image: url('/imagenes-vivo47/home/clases-3.jpg');
}
.v47-home-clases-img.img-4{
	background-image: url('/imagenes-vivo47/home/clases-4.jpg');
}
.v47-home-clases-img.img-5{
	background-image: url('/imagenes-vivo47/home/clases-5.jpg');
}
.v47-home-clases-img.img-6{
	background-image: url('/imagenes-vivo47/home/clases-6-home.jpg?v=1');
}
.v47-home-clases-img.img-7{
	background-image: url('/imagenes-vivo47/home/clases-7.jpg');
}
.v47-clases-sinpad-right{
	padding-right: 5px !important
}
.v47-clases-sinpad-left{
	padding-left: 5px !important
}
#v47-home-rompiendo{
	padding: 20px 0px;
}
#v47-home-rompiendo-capa{
	position: absolute;
	left: 15%;
	top: 0px;
	width: 85%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 0;
}
#v47-home-rompiedo-txt{
	padding-top: 30px;
}
.v47-progreso{
	position: relative;
}
.v47-progreso-img{
	position: absolute;
	left: 0px;
	top: 10px;
}
.owl-carousel .owl-item .v47-progreso-img img{
	height: 70px;
	width: 70px;
	border-radius: 35px;
	object-fit: cover; /* se adapta al contenedor y recorta el exceso */
  	object-position: center; /* centra la imagen */
}
.v47-progreso-info{
	padding-left: 90px;
}
.v47-carrusel-progreso.owl-carousel .owl-nav button.owl-next{
	width: 40px;
    height: 40px;
    position: absolute;
    right: -80px;
    top: 50%;
    font-size: 30px;
    margin-top: -40px;
}
.v47-carrusel-progreso.owl-carousel .owl-nav button.owl-prev{
	width: 40px;
    height: 40px;
    position: absolute;
    left: -80px;
    top: 50%;
    font-size: 30px;
    margin-top: -40px;
}
.v47-carrusel-progreso.owl-theme .owl-nav [class*=owl-prev]:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2A2F32 !important;
}
.v47-carrusel-progreso.owl-theme .owl-nav [class*=owl-next]:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2A2F32 !important;
}
#v47-home-asesoria{
	padding-top: 15px;
	border-radius: 20px 20px 20px 20px;
}
#v47-home-asesoria-banner{
	padding: 40px 0px;
}
#v47-home-asesoria-banner{
	background: transparent url('/imagenes-vivo47/home/asesoria-banner.jpg') scroll no-repeat center center;
	background-size: cover;
	border-radius: 12px;
}
.v47-btn-al-contenido{
	width: max-content;
}
.v47-locaciones-img{
  width: 100%;
  height: 150px;
  object-fit: cover; /* se adapta al contenedor y recorta el exceso */
  object-position: center; /* centra la imagen */
  border-radius: 15px;
  margin-bottom: 10px;
}
#v47-btn-obtener-info{
	max-width: 390px;
}
.v47-membresia-img{
  width: 100%;
  height: 188px;
  object-fit: cover; /* se adapta al contenedor y recorta el exceso */
  object-position: center; /* centra la imagen */
  border-radius: 15px;
  margin-bottom: 20px;
}
.v47-padre-membresias{
  text-align: center;
}
.v47-membresia-caja{
  width: 350px;
  margin: 0px 10px 40px;
  display: inline-block;
  position: relative;
}
.v47-membresia-open{
	cursor: pointer;
	text-decoration: underline;
	color: #54595D;
}
.v47-membresia-detalle{
	background-color: #2A2F32;
	border-radius: 15px;
	color: #C8C9C7;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	display: none;
}
.v47-membresia-detalle.open{
	display: block;
}
.v47-membresia-detalle-int{
	position: relative;
	padding: 30px 30px 30px 30px;
}
.v47-alineacion-izq{
	text-align: left;
}
.v47-membresia-cerrar{
	background: transparent url('/imagenes-vivo47/cerrar.png') scroll no-repeat center center;
	background-size: auto;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 40px;
	height: 40px;
}


.v47-carrusel-instructores.owl-carousel .owl-nav button.owl-next{
	width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background-color: #2A2F32;
    margin-left: 10px;
}
.v47-carrusel-instructores.owl-carousel .owl-nav button.owl-prev{
	width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background-color: #2A2F32;
    margin-left: -60px;
}
.v47-carrusel-instructores.owl-carousel.owl-theme .owl-nav {
    z-index: 10;
    position: relative;
    margin-top: 0px;
    height: 80px;
}







/*STUDIOS*********************************************************************************************/
#v47-studios-inicio{
	background: transparent url('/imagenes-vivo47/home/banner.jpg') fixed no-repeat center center;
	background-size: cover;
	/*min-height: 100vh;*/
	position: relative;
	opacity: 1;
	transition: all 1s ease;
}
#v47-studios-cont-carrusel-inicio{
	padding-top: 100px;
}
#v47-studios-back-letras{
	background: transparent url('/imagenes-vivo47/studios/back-letras.png') fixed no-repeat 0px 0px;
	background-size: auto 100%;
}
.v47-esq-redonda{
	border-radius: 15px;
}
#v47-studios-bloque-1{
	text-align: center;
	padding: 40px 30px;
	height: 170px;
	margin-bottom: 16px;
}
.v47-studio-portada{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 15px;
	padding: 20px 30px;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
	/*transition: background-size 0.5s ease;*/
}
.v47-studio-portada-back{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}
.v47-studio-portada:hover .v47-studio-portada-back {
  transform: scale(1.2);
}
.v47-studios-bloque-2{
	height: 350px;
}
.v47-studios-bloque-3{
	height: 200px;
}
.v47-studios-bloque-4{
	height: 350px;
}
.v47-studios-bloque-5{
	height: 170px;
}
.v47-studios-bloque-6{
	height: 200px;
}
.v47-portadas-pad{
	padding-left: 8px;
	padding-right: 8px;
}
.v47-studio-pantalla{
	position: relative;
	height: 615px;
	width: 710px;
}
.v47-studio-p-img{
	position: relative;
	height: 350px;
	width: 350px !important;
	float: right;
	border-radius: 15px;
	transition: all 1s ease;
	margin-right: 300px;
}
.v47-studio-p-txt{
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 25px;
	width: 417px;
	min-height: 188px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	transition: all 1s ease;
}


.owl-item.is-current .v47-studio-p-img{
	height: 530px;
	width: 530px !important;
	margin-right: 0px;
}
.owl-item.is-current .v47-studio-p-txt{
	opacity: 1;
}


.v47-studio-p-titulo{
	font-family: 'Cooper Hewitt', sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.v47-studio-p-parrafo{
	font-size: 18px;
	line-height: 20px;
}
#v47-studios-info{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}
#v47-studio-col-1{
	z-index: 1;
}
#v47-studio-col-2{
	z-index: 0;
}

.v47-carrusel-studios-sec.owl-carousel .owl-nav button.owl-next{
	width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    left: 610px;
    bottom: 10px;
    background-color: #2A2F32;
}
.v47-carrusel-studios-sec.owl-carousel .owl-nav button.owl-prev{
	width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    left: 550px;
    bottom: 10px;
    background-color: #2A2F32;
}
.v47-carrusel-studios-sec.owl-carousel .owl-theme .owl-nav {
    z-index: 10;
    position: relative;
    margin-top: 0px;
    position: relative;
}
/*.v47-carrusel-studios-sec.owl-theme .owl-nav [class*=owl-prev]:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2A2F32 !important;
}
.v47-carrusel-studios-sec.owl-theme .owl-nav [class*=owl-next]:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2A2F32 !important;
}*/
.sin-padding-right{
	padding-right: 0px !important;
}






/*CLASES*********************************************************************************************/
#v47-clases-inicio{
	/*min-height: 100vh;*/
	position: relative;
}
#v47-clases-parrafo-inicio{
	border-left: 2px solid #2A2F32;
	padding: 20px 0px 20px 20px;
	margin-left: 80px;
	margin-top: 50px;
	margin-bottom: 100px;
}
#v47-clases-titulo-principal{
	background: transparent url('/imagenes-vivo47/clases/mas-de-30-clases.png') scroll no-repeat center center;
	background-size: contain;
	width: 100%;
	padding: 7.55%;
	margin-top: 50px;
}
#v47-clases-btn-conoce{
	background: transparent url('/imagenes-vivo47/clases/btn-conoce.png') scroll no-repeat center center;
	background-size: contain;
	display: block;
	margin: 0px auto 80px;
	height: 120px;
	width: 120px;
}
.v47-clase-indvidual{
	color: #FFFFFF;
	width: 300px;
}
.v47-clase-ind-img{
	border-radius: 12px;
	height: 330px;
	width: 100%;
	object-fit: cover; /* se adapta al contenedor y recorta el exceso */
    object-position: center; /* centra la imagen */
    margin-bottom: 20px;
}
.v47-clase-ind-titulo{
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.v47-clase-ind-parrafo{
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
#v27-studios-progreso, #v27-clases-progreso{
	background: transparent url('/imagenes-vivo47/superficie.jpg') scroll repeat center center;
	background-size: cover;
}

.v47-titulo-portada{
	max-width: min-content;
    text-align: right;
    float: right;
    position: relative;
    z-index: 1;
}


.v47-carrusel-clases-ind.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 125px;
    background-color: #2A2F32;
}
.v47-carrusel-clases-ind.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 125px;
    background-color: #2A2F32;
}

/*.v47-carrusel-clases-ind .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  color: #333;

 
}
.v47-carrusel-clases-ind .nav.prev { left: 50%; margin-left: -500px;}
.v47-carrusel-clases-ind .nav.next { right: 50%;  margin-right: -500px;}


 @media (max-width: 1000px) {
 	.v47-carrusel-clases-ind .nav{
 		border: 1px solid #C8C9C7;
        background-color: #2A2F32;
        color: #FFFFFF;
         width: 40px;
  		height: 40px;
  		padding-right: 0px;
 	}
 	.v47-carrusel-clases-ind .nav.prev { 
 	 		left: 2px; 
 	 		margin-left: 0px;
 	}
	.v47-carrusel-clases-ind .nav.next { 
			right: 2px;  
			margin-right: 0px;
	}
 }*/


/*CONTACTO*********************************************************************************************/

#v47-contacto-sec{
	padding-top: 100px;
}
.v47-contacto-suc-line{
	background-color: #C8C9C7;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.v47-contacto-suc-caja{
	padding-left: 20px;
}
.v47-contacto-img-suc-cont{
	text-align: right;
}
.v47-contacto-img-suc{
	border-radius: 12px;
	height: 220px;
	width: 380px;
	object-fit: cover; /* se adapta al contenedor y recorta el exceso */
    object-position: center; /* centra la imagen */
}
.v47-contacto-suc-leyenda{
	padding-top: 30px;
}




/*BLOG*****************************/
#v47-blog-sec {
    padding-top: 100px;
}
.v47-blog-item,
.v47-blog-item:hover,
.v47-blog-item:focus,
.v47-blog-item:active {
	color: #2A2F32;
	margin-bottom: 40px;
	text-decoration: none;
	display: block;
}
.v47-blog-item img{
	border-radius: 12px;
	height: 220px;
	width: 100%;
	object-fit: cover; /* se adapta al contenedor y recorta el exceso */
    object-position: center; /* centra la imagen */
    margin-bottom: 20px;
}
.v47-blog-item-titulo{
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.v47-blog-entrada-img{
	border-radius: 12px;
	height: 600px;
	width: 100%;
	object-fit: cover; /* se adapta al contenedor y recorta el exceso */
    object-position: center; /* centra la imagen */
    margin-bottom: 20px;
    margin-bottom: 40px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    cursor: default;
    background-color: #2A2F32;
	border-color: #2A2F32;
}
.pagination>li>a, .pagination>li>span {
    color: #2A2F32;
}




/*PAGO*****************************/
#v47-pago-sec {
    padding-top: 100px;
}
.v47-mayusculas{
	text-transform: uppercase;
}
#v47-pago-proceso-linea{
	background-color: #2A2F32;
	height: 2px;
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 50px;
}
.v47-pago-proceso-item{
	position: absolute;
	text-align: center;
	width: 100px;
	margin-left: -50px;
	margin-top: -17px;
	transition: all 0.5s ease;
}
.v47-pi-0{
	left: 0%;
	top: 0px;
}
.v47-pi-1{
	left: 25%;
	top: 0px;
}
.v47-pi-1.usuario-socio{
	left: 33%;
	top: 0px;
}
.v47-pi-2{
	left: 50%;
	top: 0px;
}

.v47-pi-3{
	left: 75%;
	top: 0px;
}
.v47-pi-3.usuario-socio{
	left: 66%;
	top: 0px;
}
.v47-pi-4{
	left: 100%;
	top: 0px;
}
.v47-pago-proceso-paso{
	background-color: #C8C9C7;
	border-radius: 12px;
	display: block;
	position: relative;
	height: 24px;
	width: 24px;
	margin: 0px auto;
	margin-top: 5px;
}
.v47-pago-proceso-paso.activo{
	background-color: #547554;
	border-radius: 20px;
	height: 34px;
	width: 34px;
	margin-top: 0px;
}
.v47-pago-paso-title{
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
}
.v47-pago-suc-item{
	/*border-bottom: 1px solid #C8C9C7;*/
	margin-bottom: 20px;
}
.v47-pago-titulo-bloque{
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.v47-pago-tipo-titulo, .v47-pago-motivo-titulo{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}
.v47-pago-suc-titulo{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}
.v47-pago-membresia-precio{
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}
.v47-bold{
	font-weight: 700;
}
.v47-der-desk{
	text-align: right;
}
.v47-pago-resumen-titulo{
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}
.v47-pago-suc-item-border{
	border-radius: 20px;
	border: 3px solid #E5E6E4;
	padding: 20px 20px 10px 20px;
	cursor: pointer;
}
.v47-pago-suc-item-border.suc-seleccionada, .v47-pago-suc-item-border:hover{
	border: 3px solid #547554;
}
.v47-pago-membresia-item{
	margin-bottom: 20px;
}
.v47-pago-membresia-item-border{
	border-radius: 20px;
	border: 3px solid #E5E6E4;
	padding: 20px 20px 10px 20px;
	cursor: pointer;
}
.v47-pago-membresia-item-border.membresia-seleccionada, .v47-pago-membresia-item-border:hover{
	border: 3px solid #547554;
}
.v47-pago-tipo-item-border{
	border-radius: 20px;
	border: 3px solid #E5E6E4;
	padding: 20px 20px 10px 20px;
	cursor: pointer;
}
.v47-pago-tipo-item-border.tipo-seleccionada, .v47-pago-tipo-item-border:hover{
	border: 3px solid #547554;
}
.v47-pago-motivo-item-border{
	border-radius: 20px;
	border: 3px solid #E5E6E4;
	padding: 20px 20px 10px 20px;
	cursor: pointer;
}
.v47-pago-motivo-item-border.motivo-seleccionada, .v47-pago-motivo-item-border:hover{
	border: 3px solid #547554;
}
.v47-label-pago{
	padding: 0px 10px 0px 10px;
	margin-bottom: 5px;
}
#v47-form-pago .v47-input{
  color:#2A2F32;
  border: 1px solid #C8C9C7;
  margin-bottom: 15px;
}
#v47-pago-contrato{
	border: 1px solid #C8C9C7;
	border-radius: 20px;
	padding: 40px;
}
#v47-pago-acepto{
	padding: 40px;
}
.v47-legal-item{
	margin-bottom: 20px;
}
.v47-legal-item input{
	margin-right: 10px;
}
.v47-pago-paso{
	display: none;
}
.v47-pago-paso.paso-activo{
	display: block;
}
.ancla{
	position: relative;
}
.ancla div{
	position: absolute;
	top: -100px;
	left: 0px;
}


.grid-s {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
  gap: 20px; /* espacio entre columnas y filas */
  align-items: start; /* alinea cada celda al top */
}

.v47-pago-suc-item, .v47-pago-membresia-item, .v47-pago-tipo-item, .v47-pago-motivo-item {
  box-sizing: border-box;
  height: 100%; /* garantiza que se pueda estirar con grid */
}
.v47-pago-tipo-item {
	margin-bottom: 20px;
}
#v47-pago-barra{
	margin-bottom: 50px;
}
.v47-pago-motivo-item {
	margin-bottom: 20px;
}
.separado-pago{
	height: 2px;
	background-color: #cdcdcd;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.v47-motivos-opc{
	display: none;
}
.v47-motivos-opc.mostrar-motivos{
	display: block;
}
.ocultar-membresia{
	display: none;
}
#v47-membresia-seleccionada.ocultar-membresia-resumen{
	display: none;
}
.oculta-en-socio{
	display: none;
}
.oculta-en-publico{
	display: none;
}

/*.v47-pago-suc-item{
	width: 30%;
	display: inline-block;
}*/





/*ANIMACIONES*******************/
#v47-header{
	transition: all 0.5s ease;
}
#v47-header.wait-animation{
	top: -100px;
}
#v47-home-inicio-animar{
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease;
}
#v47-home-inicio-animar.wait-animation{
	opacity: 0;
	transform: translateY(200%);
}
#v47-home-inicio.wait-animation{
	opacity: 0;
}
#v47-home-banner-animar{
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
#v47-home-banner-animar.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}
#v47-home-studios-animacion-1{
	transition: all 1s ease;
	opacity: 1;
	transform: translateY(0);
}
#v47-home-studios-animacion-1.wait-animation{
	opacity: 0;
	transform: translateY(200%);
}
#v47-home-studios-animacion-2{
	transition: all 1s ease;
	opacity: 1;
	transform: translateY(0);
}
#v47-home-studios-animacion-2.wait-animation{
	opacity: 0;
	transform: translateY(200%);
}

.v47-caja-img.v47-para-animar{
	transition: all 0.5s ease;
	position: absolute;
	left: 0px;
	top: 0px;
}


.v47-caja-info.v47-para-animar{
	padding-top: 320px;
}
.v47-caja-img.v47-para-animar:hover{
  height: 100%;
  border-radius: 10px 10px 10px 10px;
}
.v47-titulo-animar-studio-contenedor{
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	width: 100%;
	font-family: 'Cooper Hewitt', sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #FFFFFF;
	/*color: #C8C9C7;*/
}
.v47-titulo-animar-studio-1{
	position: relative;
	margin-bottom: -60px;
	z-index: 3;
	opacity: 0;
	transition: all 0.2s ease;
}
.v47-titulo-animar-studio-2{
	opacity: 0;
	position: relative;
	margin-bottom: -60px;
	z-index: 2;
	transition: all 0.2s ease;
}
.v47-titulo-animar-studio-3{
	opacity: 0;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease;
}

.v47-caja-img.v47-para-animar:hover .v47-titulo-animar-studio-1{
	margin-bottom: -30px;
	opacity: 1;
}
.v47-caja-img.v47-para-animar:hover .v47-titulo-animar-studio-2{
	margin-bottom: -30px;
	opacity: 0.5;
}
.v47-caja-img.v47-para-animar:hover .v47-titulo-animar-studio-3{
	opacity: 0.2;
}



#v47-home-entrenadores-txt-animar{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-home-entrenadores-txt-animar.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}



#v47-home-entrenadores-fotos-animar{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-home-entrenadores-fotos-animar.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}
#v47-agenda-animar-1{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-agenda-animar-1.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}
#v47-agenda-animar-2{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-agenda-animar-2.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}
#v47-home-clases-animacion-1{
	transition: all 1s ease;
	opacity: 1;
	transform: translateX(0);
}
#v47-home-clases-animacion-1.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}
#v47-home-clases-r1{
	transform: translateX(0%);
	transition: all 0.5s ease;
	opacity: 1;
}
#v47-home-clases-r1.wait-animation{
	transform: translateX(100%);
	opacity: 0;
}
#v47-home-clases-r2{
	transform: translateX(0%);
	transition: all 1s ease;
	opacity: 1;
}
#v47-home-clases-r2.wait-animation{
	transform: translateX(-100%);
	opacity: 0;
}
#v47-home-clases-r3{
	transform: translateX(0%);
	transition: all 1.5s ease;
	opacity: 1;
}
#v47-home-clases-r3.wait-animation{
	transform: translateX(100%);
	opacity: 0;
}
#v47-home-clases-r4{
	transform: translateX(0%);
	transition: all 2s ease;
	opacity: 1;
}
#v47-home-clases-r4.wait-animation{
	transform: translateX(-100%);
	opacity: 0;
}
#v47-home-limmites1-animar{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;

}
#v47-home-limmites1-animar.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}
#v47-home-limmites2-animar, #v47-home-rompiendo-capa{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;

}
#v47-home-limmites2-animar.wait-animation, #v47-home-rompiendo-capa.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}

#v47-progreso-animar{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-progreso-animar.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}
#v47-home-asesoria-banner{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-home-asesoria-banner.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}
#v47-home-asesoria-2{
	opacity: 1;
	transform: translateY(0%);
	transition: all 1s ease;
}
#v47-home-asesoria-2.wait-animation{
	opacity: 0;
	transform: translateY(100%);
}
#v47-home-membresia-animar-1{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-home-membresia-animar-1.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}
#v47-home-membresia-animar-2{
	opacity: 1;
	transform: translateY(0%);
	transition: all 1s ease;
}
#v47-home-membresia-animar-2.wait-animation{
	opacity: 0;
	transform: translateY(200%);
}



/*ANIMACIONES STUDIOS*/
#v47-studios-inicio.wait-animation{
	opacity: 1;
}
#v47-studios-inicio-animar{
	opacity: 1;
	transform: translateY(0%);
	transition: all 1s ease;
}
#v47-studios-inicio-animar.wait-animation{
	opacity: 0;
	transform: translateY(200%);
}
#v47-studios-bloque-1{
	opacity: 1;
	transform: translateX(0%);
	transition: all 0.5s ease;
}
#v47-studios-bloque-1.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}

#v47-studios-cuadro-1{
	opacity: 1;
	transform: translateY(0%);
	transition: all 1s ease;
}
#v47-studios-cuadro-1.wait-animation{
	opacity: 0;
	transform: translateY(100%);
}
#v47-studios-cuadro-2{
	opacity: 1;
	transform: translateY(0%);
	transition: all 1s ease;
}
#v47-studios-cuadro-2.wait-animation{
	opacity: 0;
	transform: translateY(200%);
}
#v47-studios-cuadro-3{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1.5s ease;
}
#v47-studios-cuadro-3.wait-animation{
	opacity: 0;
	transform: translateX(-200%);
}
#v47-studios-cuadro-4{
	opacity: 1;
	transform: translateY(0%);
	transition: all 1s ease;
}
#v47-studios-cuadro-4.wait-animation{
	opacity: 0;
	transform: translateY(-100%);
}
#v47-studios-cuadro-5{
	opacity: 1;
	transform: translateY(0%);
	transition: all 1.5s ease;
}
#v47-studios-cuadro-5.wait-animation{
	opacity: 0;
	transform: translateY(-100%);
}
#v47-studios-cuadro-6{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-studios-cuadro-6.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}
#v47-studios-cuadro-7{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1.5s ease;
}
#v47-studios-cuadro-7.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}
#v47-studios-cuadro-8{
	opacity: 1;
	transform: translateX(0%);
	transition: all 2s ease;
}
#v47-studios-cuadro-8.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}

.v47-studio-portada h3.v47-t2{
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	transition: all 0.5s ease;
}
.v47-studio-portada:hover h3.v47-t2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}
.v47-studio-portada:hover{
	/*background-position: 0px bottom;*/
}
#v47-studios-info{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-studios-info.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}
#v47-studio-col-2{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-studio-col-2.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}



/*ANIMACIONES CLASES*/
#v47-clases-titulo-principal{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1.5s ease;
}
#v47-clases-titulo-principal.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}
#v47-clases-parrafo-inicio{
	opacity: 1;
	transform: translateX(0%);
	transition: all 2s ease;
}
#v47-clases-parrafo-inicio.wait-animation{
	opacity: 0;
	transform: translateX(100%);
}
#v47-clases-btn-conoce{
	opacity: 1;
	transition: all 4s ease;
}
#v47-clases-btn-conoce.wait-animation{
	opacity: 0;
}
.rebotando {
  animation: rebote 1.2s infinite ease-in-out;
  position: relative;
}

@keyframes rebote {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

#v47-clases-animar-titulo{
	opacity: 1;
	transform: translateY(0%);
	transition: all 1s ease;
}
#v47-clases-animar-titulo.wait-animation{
	opacity: 0;
	transform: translateY(100%);
}
#v47-clases-visor{
	opacity: 1;
	transform: translateY(0%);
	transition: all 2s ease;
}
#v47-clases-visor.wait-animation{
	opacity: 0;
	transform: translateY(100%);
}


/*ANIMAR CONTACTO*/
#v47-contacto-titulo-animar{
	opacity: 1;
	transform: translateX(0%);
	transition: all 1s ease;
}
#v47-contacto-titulo-animar.wait-animation{
	opacity: 0;
	transform: translateX(-100%);
}
#v47-contacto-suc-animar{
	opacity: 1;
	transform: translateY(0%);
	transition: all 2s ease;
}
#v47-contacto-suc-animar.wait-animation{
	opacity: 0;
	transform: translateY(100%);
}







