@charset "UTF-8";
h1, h2, h3, h4, h5, h6, input, ul, li, .select{
	font-family:"Open Sans";
	color:#59595B;
}
p, ul, p span, input, .titulo3, button{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}
p{
	font-family:"Open Sans";
	color:#898989;
}
input, .select{
	border:1px solid #D7D7D7;
	border-radius: 15px;
	padding:5px;
	/*width: 100%;*/
	font-size:14px;
}
.select{
	font-size: 16px;
	color:#757575;
	padding:10px;
	margin-bottom: 10px;
}
input:focus{
	outline: none !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
input[type=submit]{
	font-size:18px !important;
	background:#7677F4;
	border:none;
	cursor: pointer;
	-webkit-transition: background-color .1s ease-out;
  -moz-transition: background-color .1s ease-out;
  -o-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;
}
input[type=submit]:hover{
	background: #8d8eff;
}
.main-cont-left{
	padding-left:140px !important;
	padding-right:30px !important;
}
.main-cont-right{
	padding-left:30px !important;
	padding-right:140px !important;
}
.main-cont-center{
	text-align: center;
}
.row-gap{
	margin-top:100px;
}
.item{
	cursor: pointer;
	border: 1px solid #777BF1;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 10px;
}
.item p{
	display:inline;
}
.item h5{
	width:90%;
}
.item .fas{
	float:right;
	color:#59595B;
	opacity: 0.25;
}
.accocont{
	display: none;
	padding:0px 25px 25px 25px;
}
.tituloacco{
	font-weight:500;
	color:#59595B;
	padding-right:10px;
}
.circulo-check {
	display: inline-flex;
}
.mark-check {
	display:inline-flex;
	margin-left:-61px;
}
.plan-actual, .formatoactual{
	background: #7677F4 !important;
	color:#fff;
}
.plan-actual p,.plan-actual h5,.plan-actual h1,.plan-actual h4,.formatoactual p,.formatoactual h5,.formatoactual h4{
	color:#fff !important;
}
.selecplan{
	padding-top: 30px;
}
.titulo1, .titulo2{
	font-family: 'Merriweather', serif;
}
.titulo1 {
	font-size:52px;
}
.titulo1a{
	font-size:32px;
}
.titulo2 {
	color:#59595B;
	font-size: 28px;
}
.titulo3 {
	color: #7677F4;
	font-weight: 600;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing: 3px;
}
.titulo3a{
	font-size:26px;
}
.titulo3-margin{
	margin-top:40px;
}
.titulo4{
	line-height:140%;
}
.whitefont{
	color:#ffffff;
}
.homebanner{
  border-radius: 20px;
  background: url("../images/Flor_Smile.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
  margin:30px 0px;
	text-align: center;
}
.logincontainer{
  border-radius: 20px;
  background: white;
  padding: 40px;
	width:27%;
	margin:50px auto 0px auto;
  height: auto;
	text-align: center;
}
.formatocontainer{
  border-radius: 20px;
  background: white;
  padding: 40px;
	width:60%;
	margin:50px auto 0px auto;
  height: auto;
	text-align: center;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}
.formatocontainer .pricing-single{
	width: 100% !important;
	padding: 25px;
    margin: 25px 0px;
		background: #f8f8f8;
}
.formatocontainer .pricing-single h4, .formatocontainer .pricing-single h5{
	text-align:left;
}
.formatocontainer .pricing-single h5{
	margin-bottom: 0px;
}
.formatocontainer .disclaimer-debito{
	margin-bottom: 0px;
	margin-top: 10px;
}
.alert{
	margin-top:15px;
	margin-bottom: 0px !important;
}
.caminos-banners-overlay{
	background-color: #000000;
	border-radius: 20px;
}
.cont-caminos-banner{
	margin-bottom:40px;
}
.caminos-banners{
	border-radius: 20px;
  background-position: center center;
  background-repeat: no-repat;
  padding: 40px;
  margin:30px 0px;
  width: 100%;
	text-align: left;
	height:100%;
}
.caminos-banners p{
	width: 75%;
	opacity:.65;
}
.caminos-banners-1{
	background-image: url("../images/RespiracionBlack.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.caminos-banners-2{
	background-image: url("../images/MeditarBlack.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.caminos-banners-3{
	background-image: url("../images/YogaBlack.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.caminos-banners-4{
	background-image: url("../images/GurudevBlack.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.login-btn:hover{
	background: rgba(255, 255, 255, 0.25) !important;
}
.login-btn{
	position: absolute;
    right: 0;
		color:#ffffff !important;
		background: none !important;
}
.navbar-brand{
	margin-left: auto;
	margin-right: auto;
}
.navbar-brand img{
	width: 130px;
}
.btn-base{
	border-radius: 15px;
	padding:15px 30px;
	margin-top:25px;
	margin-bottom:5px;
	font-size:16px;
}
.btn{
	border-color: #ffffff;
}
/*
.btn:hover{
	background:rgba(255, 255, 255, 0.25);
	border-color:#ffffff;
}
*/
.btn1{
	background: #7677F4;
	border:none;
	color:#fff;
	-webkit-transition: background-color .1s ease-out;
  -moz-transition: background-color .1s ease-out;
  -o-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;
	cursor: pointer;
}
.btn1:hover{
	background:#8d8eff;
}

.btn1_solo_borde{
	background: #ffffff;
	border:#7677F4 2px solid;
	-webkit-transition: background-color .1s ease-out;
  -moz-transition: background-color .1s ease-out;
  -o-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;
	cursor: pointer;
}
.btn1_solo_borde:hover{
	background:#8d8eff;
}

.lady-img{
	background-image:url("../images/lady-phone.jpg");
	height:95%;
	border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
	background-size: cover;
  margin-top:50px;
}
.beneficios-container{
	border-radius: 20px;
  padding: 75px;
  margin:0px 0px;
	border:1px solid #7677F4;
}
.beneficios-svg-cont svg{
	width:55px;
	vertical-align: top;
}
.beneficios-individual{
	margin-bottom: 20px
}
.no-bottom-gap{
	margin-bottom: 0px;
}
.beneficios-svg-cont{
	display: inline;
    height: 100%;
		width:30%;
}
.beneficios-txt-cont{
	display: inline-block;
	margin-left: 10px;
	width: 80%
}
.beneficios-txt-cont h5{
	margin-bottom:5px;
}
.flor2-img{
	background-image:url("../images/A002_10120038_S029.png");
	width:300px;
	height:300px;
	border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
	background-size: cover;
  margin-top:0px;
	float:right;
}
.titulo3-gap{
	margin-top:30px;
}
.pricing-container{
	border-radius: 20px;
	background-color: #FFC658;
  padding: 0px 0px 5px 0px;
  margin:30px 0px;
  width: 100%;
  height: auto;
}
.pricing-container .titulo3{
	text-align:center;
	margin-top:75px;
}
.pricing-container .titulo-planes{
	text-align:center;
	margin-bottom: -10px;
}
.pricing-single{
	border-radius: 20px;
	background-color: #ffffff;
	padding: 40px;
	height: auto;
}
.pricing-single button{
	width: 100%;
}

.coleccion-container{
	border-radius: 20px;
	background-color: #F7F7F7;
  padding: 0px 0px 5px 0px;
  margin:30px 0px;
  width: 100%;
  height: auto;
}

.coleccion-single{
	border-radius: 20px;
	background-color: #ffffff;
	padding: 20px;
	height: auto;
}

.coleccion-single img{
	border-radius: 20px;	
}

.check-text{
	margin-bottom: 0px;
}
.check-text .fa-times{
	color:#FC5A5C;
	font-size: 16px;
	margin-right:8px;
}
.check-text .fa-check{
	color:#49B548;
	font-size: 14px;
	margin-right:5px;
}
.price-txt{
	font-size:46px;
	font-weight: 400;
	margin-top:35px;
	margin-bottom:0px;
}
.currency-txt{
	font-size:1.25rem;
	font-weight: 400;
	color:#898989;
	margin-bottom:0px;
}
.btn-pricing{
	font-size:18px;
	margin-top:10px;
}
.btn-price-cont{
	text-align: center;
}
.btn-price-cont p{
	color:#898989;
	margin-bottom:0px;
}

.container-expe h2, .container-expe h1{
	text-align:center;
}
.testi-cont-single{
	border-radius: 20px;
	background-color: #F7F7F7;
	margin:0px auto;
	height: 520px;
	text-align: center;
}
.testi-cont-single img{
	margin:0px auto 0px auto;
	width:37%;
	margin-bottom:30px;
}
.testi-cont-single i{
	display: block;
	margin-bottom:15px;
	color:#7677F4;
	font-size:20px;
}
.testi-cont-single p{
	color:#59595B;
}
.testi-cont-single .titulo4{
	margin-bottom:0px;
	color:#898989;
}
p.ocupacion{
	color:#898989;
}
.cont-testis{
	margin-top:85px;
}
.cont-preg-titulo{
	margin-top:40px;
	text-align: center;
}
.acc-container {
  width:100%;
  margin:0px auto 0px auto;
  overflow:hidden;
}
.acc-btn {
  width: 100%;
    margin: 0px auto 0px auto;
    padding: 20px 25px;
    cursor: pointer;
    border-radius: 20px 20px 0px 0px;
		border-top: 1px solid #D7D7D7;
		border-right: 1px solid #D7D7D7;
		border-bottom: none;
		border-left: 1px solid #D7D7D7;
}
.acc-btn h5{
display:inline;
}
.acc-content {
    width: 100%;
    margin: 0 auto 10px auto;
    overflow: hidden;
    background: #ffffff;
    line-height: 1.5em;
    font-weight: 400;
    color: #929292;
    border-radius: 0px 0px 20px 20px;
		border-top: none;
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
}
.selected{
color:#7677F4;
}
.acc-content-inner {
  padding:0px 25px 25px;
}
.acc-content-inner p{
		margin-bottom: 0px;
}
.acc-btn p{
		float: right;
	  padding: 0px;
	  font-size: 30px;
	  top: 0px;
	  margin-top: -24px;
	  font-weight: 100;
	  color: #ababab;
}
.open .acc-content-inner{
	padding-bottom:0px !important;
}
.footer{
	text-align:center;
}
.footer img{
	width:125px;
	margin:20px auto 15px auto;
	display:block;
}
.footer a{
	color:#59595B;
}

.footer_title {
    line-height: 10px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.footer_content {
    line-height: 20px;
}

.footer_links {
    font-size: 12px;
    color: #777;
}

.footer_btn {
    font-size: 16px;
    color: #999;
}
.logincontainer input{
	font-size:16px;
	padding:10px;
	margin-bottom:10px;
}
.login-titulo{
	font-size:28px;
	margin-bottom:0px;
}
.login-subtitulo{
	color: #898989;
	font-weight: 400;
	font-size:16px;
	margin-bottom:20px;
}
.pass-link{
	color:#898989;
	text-decoration: underline;
}
.pass-link:hover{
	color:#7677F4;
}
.cross-boton{
	color:#D7D7D7;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	font-weight: 100;
	font-size:21px;
}
.cross-boton:hover{
	color:#9d9d9d;
}
.login-body{
	background-color: rgba(0,0,0,0.25);
}
.aviso-subtitulo{
	color: #898989;
	font-weight: 400;
	font-size:16px;
	margin-bottom:20px;
	margin-top:5px;
}
.st0{
	fill:#7677F4;
}
.loginbtn1{
	background: none !important;
	color:#7677F4 !important;
	border:1px solid #7677F4 !important;
}
.bullets-yoga li{
	color:#898989;
	margin-bottom: 0px;
}
.bullets-yoga{
	list-style: none;
}
.bullets-yoga li::before{
	content: "\2022";
  color: #7677F4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
	margin-bottom: 0px;
	font-size:21px;
	line-height:100%;
}
.body-aviso{
	background-image: url(../images/young-yogi.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}
.cancela-titulo{
	color:#D7D7D7;
	margin-bottom: 0px;
}
.cta-container .btn-pricing{
	margin-bottom:75px;
	text-align: center;
}
.cta-container{
	text-align: center;
}
.btn-cupon {
	width:auto;
}

.main_footer_data {
    padding-top: 15px !important;
    padding-bottom: 20px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.social_links {
    margin-bottom: 20px;
    margin-top: 15px;
}

.social_links ul {
    overflow: auto;
    -webkit-padding-start: 0px !important;
}
.social_links ul li {
    list-style-type: none;
    float: left;
}

.social_links ul li a i {
    width: 35px;
    height: 35px;
    border-radius: 60px;
    border-color: #cccccc;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    padding: 0.45em 0.2em;
    border: solid 2px;
}

@media (max-width: 576px) {
	.pri-cont{
	padding:0px 10px !important;
	}
	.homebanner{
		margin:15px 0px 30px 0px;
	}
	.navbar-brand{
		margin-left: -25px !important;
		margin-right:none !important;
	}
	.main-cont-left{
	padding-left:30px !important;
	padding-right:30px !important;
	}
	.main-cont-right{
	padding-left:30px !important;
	padding-right:30px !important;
	}
	.fa-user-circle{
		display:none !important;
	}
	.btn-base{
		padding:13px 20px !important;
		font-size: 14px;
	}
	.titulo1 {
		font-size:38px !important;
	}
	.titulo2 {
		font-size: 18px !important;
	}
	.titulo1a{
		font-size:30px !important;
	}
	.titulo3a{
		font-size: 24px !important;
	}
	.homebanner{
		background-position: 65% 50% !important;
	}
	.caminos-banners{
		height:85% !important;
		background-position: top center !important;
		margin-bottom: 0px !important;
	}
	.cont-caminos-banner{
		margin-bottom:0px !important;
	}
	.lady-img{
		/*width: 275px !important;*/
		height: 400px !important;
		margin-top:50px !important;
	}
	.beneficios-svg-cont svg{
		width:45px !important;
	}
	.beneficios-container{
		margin-top:25px !important;
		padding:50px 30px 35px 30px !important;
	}
	.beneficios-txt-cont{
		width:73% !important;
	}
	.flor2-img{
		width:100% !important;
	}
	.pricing-container{
		height:95% !important;
	}
	.pricing-container .titulo3{
		margin-top:50px !important;
	}
	.pricing-single{
		margin-bottom:0px !important;
	}
	.pricing-container{
		padding-bottom: 1px !important
	}
	.logincontainer, .formatocontainer{
		width:90% !important;
	}
	.cta-container .btn-pricing{
		margin-bottom:10px !important;
		margin-top:30px !important;
	}
	body{
		background-size: auto !important;
		background-position: 70% 10%;
	}
}

@media (min-width: 1024px) {
	.btn-cupon {
		width:110px;
	}	
	.acco{
		width:1024px;
		margin:0 auto;
	}
}

@media (min-width: 577px) and (max-width: 1023px) {

	.lady-img{
		
		height: 400px !important;
		margin-top:50px !important;
	}
	.flor2-img {
		float: left;
	}
	.main-cont-left {
		padding-left: 50px !important;
	}
}