@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap');

/* font-family: 'Philosopher', sans-serif; */

@font-face{
	font-family: "AzoSans-Medium";
	src: url(../webfonts/AzoSans-Medium.ttf);
}

@font-face{
	font-family: "AzoSans-Regular";
	src: url(../webfonts/AzoSans-Regular.ttf);
}

html {
	margin-top: 0px !important;
}

* {
	font-family: "AzoSans-Regular";
}

a:hover{
	text-decoration: none !important;
}

.app {
	display: none !important;
}

.web {
	display: block !important;
}

::placeholder {
	color: #000000;
}

strong {
	font-weight: 700 !important;
}

p strong {
	font-family: "AzoSans-Medium";
}

@media(max-width: 769px) {
	.app {
		display: block !important;
	}

	.web {
		display: none !important;
	}
}

/* BOTON WHATSAPP */

.btn-ws {
	background-color: #4FCE5D;
	z-index: 9999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 12px 15px;
	border-radius: 100px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}

.btn-ws i {
	font-size: 40px !important;
	color: #FFFFFF !important;
}

.btn-ws ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* /.BOTON WHATSAPP */

/* HEADER */

header {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	z-index: 9
}

header .header {
	width: 95%;
	max-width: 1280px;
	padding: 5px 5px;
	margin: auto !important;
	box-sizing: border-box;
}

/* /.HEADER */

/* LOGO */

.logo {
	width: 100%;
	min-width: 300px;
	max-width: 300px;
	height: auto;
	display: inline-block;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.logo a {
	width: 100%;
	display: inline-block;
}

.logo img {
	width: 100%;
	height: 100%;
	max-width: 230px;
	padding: 10px 5px;
}

@media (max-width: 700px) {
	.logo {
		text-align: center;
		min-width: 100%
	}

}

/* /. LOGO */

/* MENU SECUNDARIO */

.menu-secundario {
	display: inline-block;
	width: calc(100% - 305px);
	text-align: right;
	vertical-align: middle;
	background-image: url(../images/fondo-menu-secundario.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0px;
	padding-top: 50px;
}

.menu-secundario .menu a {
	color: #6B6B6B;
}

@media (max-width: 950px) {
	.menu-secundario {
		display: none;
	}

}

/* /.MENU SECUNDARIO */

/* MENU PRINCIPAL */

.menu-principal-completo {
	background-color: rgba(133, 39, 116, 0.05);
	text-align: right;
}

.menu-principal-completo .menu-principal {
	width: 95%;
	max-width: 1280px;
	margin: auto;
	padding: 5px;
}

.menu-principal-completo .menu a {
	color: #852774;
}

/* /.MENU PRINCIPAL */

/* MENU */

.menu-superior .menu {
	text-align: center;
	display: inline-block;
	padding: 0px 20px;
	margin: 5px 0px;
}

.menu-superior .menu {
	margin: 0px;
	padding: 0px;
}

.menu-superior .menu li {
	display: inline-block;
	vertical-align: middle;
	position: relative !important;
	padding: 0px 0px;
}

.menu-superior .menu li a {
	text-align: center;
	display: inline-block !important;
	padding: 20px 10px;
	transition: ease-in-out 300ms;
}

.menu-superior .menu a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.menu-superior .menu li:hover>ul {
	display: block;
}

.menu-superior .menu li ul {
	width: 250px;
	padding: 0px;
	display: none;
	background: #852774;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 2;
	border-radius: 5px;
}

.menu-superior .menu li ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.menu-superior .menu li ul li a {
	width: 100%;
	display: block !important;
	padding: 20px 10px;
	color: #FFFFFF;
}

.menu-superior .menu li ul li a:hover {
	background: rgba(0, 0, 0, 0.05);
}

.menu-superior .menu li ul li ul{
	width: 220px;
	padding: 0px;
	display: none;
	background: #DBD1AE;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0px;
	left: -200px;
}

@media (max-width: 950px) {
	.menu-superior {
		display: none;
	}
}

/* /.MENU */

/* MENU MOVIL */

header .header .btn-menu-movil {
	display: none;
}

#menu-movil-mostrar {
	display: none;
}

#menu-movil-mostrar .menu-movil {
	background: rgba(97, 13, 63, 0.98);
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 80px 0px;
	text-align: center;
}

#menu-movil-mostrar .menu-movil .btn-menu-movil-cerrar {
	position: absolute;
	right: 20px;
	top: 20px;
}

#menu-movil-mostrar .menu-movil .btn-menu-movil-cerrar i {
	color: #FFFFFF;
	font-size: 30px !important;
}

#menu-movil-mostrar .menu-movil ul.menu {
	width: 80%;
	max-width: 300px;
	margin: auto;
	list-style: none;
	padding: 0px;
}

#menu-movil-mostrar .menu-movil ul.menu li {
	background-color: rgba(0, 0, 0, 0.1);
	margin: 5px 0px;
}

#menu-movil-mostrar .menu-movil ul.menu li a {
	padding: 10px 25px 10px 25px;
	color: #FFFFFF;
	display: block !important;
}

#menu-movil-mostrar .menu-movil ul.menu li a i {
	color: #FFFFFF;
}

#menu-movil-mostrar .menu-movil ul.menu li ul {
	background-color: rgba(255, 255, 255, 0.15);
	padding: 0px;
	list-style: none;
}

#menu-movil-mostrar .menu-movil ul.menu li ul li a {
	padding-left: 35px;
}

#menu-movil-mostrar .menu-movil ul.menu li ul li ul li a {
	padding-left: 70px;
}
@media(max-width: 950px) {
	header .header .btn-menu-movil {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px 0px 0px 0px;
		width: 35px;
		height: 35px;
		text-align: center;
		top: 10px;
		right: 10px;
		z-index: 99;
		position: fixed;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
		border-radius: 100%;
	}

	header .header .btn-menu-movil a {
		font-size: 26px;
	}

	header .header .btn-menu-movil i {
		color: #852774;
		font-size: 22px;
	}
}

/* /.MENU MOVIL */

/* SUB-HEADER */

.sub-header {
	padding: 50px 50px 50px 50px;
	text-align: center;
	box-sizing: border-box;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: rgba(97, 13, 63, 0.5);
}

.titulo-producto {
	text-align: center;
	padding-bottom: 50px;
}

.titulosub-header {
	color: #610D3F;
	font-size: 60px !important;
	position: relative;
	line-height: 60px;
	font-weight: 700;
	font-family: 'Philosopher', sans-serif;
}

@media (max-width: 769px) {
	.sub-header {
		padding: 40px 30px 40px 30px;
		height: 150px;
	}

	.titulosub-header {
		font-size: 35px!important;
		line-height: 35px!important;
	}
}

/* /.SUB-HEADER */

/* CON-CONTENIDO */

.cont-contenido {
	width: 100%;
}

.cont-contenido .contenido {
	width: 95%;
	max-width: 1280px;
	margin: auto !important;
}

.panel-padding {
	padding: 60px 0px 50px 0px;
}

/* /.CON-CONTENIDO */

/* FOOTER */

footer::before {
	content: " ";
	background-image: url(../images/before-footer.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	display: block;
	width: 100%;
	height: 7px;
}

footer {
	box-sizing: border-box;
	z-index: 1;
	position: relative;
	background-color: #E5DADF;
}

footer .footer {
	padding: 80px 0px 40px 0px;
	width: 95%;
	max-width: 1280px;
	margin: auto;
} 

footer .footer .panelfooter {
	width: calc(25% - 5px);
	padding: 10px 10px 10px 0px;
	display: inline-block !important;
	vertical-align: top;
	box-sizing: border-box;
}

footer .footer .panelfooter h5 {
	font-size: 28px!important;
	line-height: 30px;
	font-weight: 700;
	color: rgba(97, 13, 63, 0.5);
	padding-bottom: 10px;
}

footer .footer ul.menu {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

footer .footer ul.menu li {
	list-style: none;
	display: block;
	padding: 5px;
}

footer .footer ul.menu li a {
	color: #610D3F;
	font-size: 16px;
	text-align: left;
}

footer .footer ul.menu li i {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #610D3F;
	border-radius: 100px;
	padding: 6px 6px;
}

footer .footer ul.menu li i.fa-whatsapp {
	padding: 6px 7px;
}

footer .footer ul.menu li i.fa-map-marker-alt {
	padding: 6px 8px;
}

footer .footer ul.sub-menu {
	display: none;
}

footer .menu-menu-siguenos-container ul li {
	display: inline-block !important;
}

footer .menu-menu-siguenos-container ul li i {
	color: #610D3F !important;
	font-size: 35px !important;
	background-color: transparent !important;
	padding: 0px !important;

}

@media(max-width: 1218px) {
	footer .footer .panelfooter {
		width: calc(50% - 5px);
		padding: 10px;
		display: inline-block !important;
		vertical-align: top;
		box-sizing: border-box;
	}
}

@media(max-width: 615px) {
	footer .footer {
		padding: 30px 10px 20px 10px;
	}

	footer .footer .panelfooter {
		width: 100% !important;
		text-align: center !important;
		padding: 20px 0px !important;
	}

	footer .footer .panelfooter ul {
		margin: 0px;
	}

	footer .footer ul.menu {
		text-align: center;
	}
}

/* /.FOOTER */

/* CREDITOS */

.creditos {
	background: #610D3F;
	text-align: center !important;
	padding: 10px 5px 10px 5px;
	position: relative;
}

.creditos .textos {
	width: 95%;
	max-width: 1280px;
	margin: 0px auto;
	padding: 5px 60px 5px 60px;
}

.creditos p {
	text-align: center;
	color: #FFFFFF !important;
	display: inline-block;
	margin: 0px;
}

.creditos p a {
	color: #FFFFFF;
	text-decoration: underline;
}

.creditos p a:hover {
	text-decoration: underline !important;
}

/* /.CREDITOS */


/* TITULOS H */

h1 {
	font-size: 50px!important;
	line-height: 50px!important;
	font-weight: 700!important;
	font-family: 'Philosopher', sans-serif;
}

h2 {
	font-size: 45px!important;
	line-height: 45px!important;
	font-weight: 700!important;
	color: #92245D;
	font-family: 'Philosopher', sans-serif;

}

h3 {
	font-size: 37px!important;
	line-height: 37px!important;
	font-weight: 700!important;
	color: #92245D;
	font-family: 'Philosopher', sans-serif;
}

h4 {
	font-size: 30px!important;
	line-height: 30px!important;
	color: #92245D;
	font-family: 'Philosopher', sans-serif;
}

h4::after {
	content: "";
	background-image: url(../images/after-titulos.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px auto 20px auto;
	display: block;
	width: 487px;
	height: 5px;
}

.contenido-blanco h4::after {
	content: "";
	background-image: url(../images/after-titulos-blanco.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px auto 20px auto;
	display: block;
	width: 487px;
	height: 5px;
}

.titulos-sin-after h4::after {
	display: none;
}

h5 {
	font-size: 25px!important;
	line-height: 25px!important;
	font-family: "AzoSans-Medium";
	font-family: 'Philosopher', sans-serif;
	color: #610D3F;
}

h6 {
	font-size: 20px!important;
	line-height: 20px!important;
	color: #610D3F;
}

.texto-negro h6, .texto-negro-pregunta h5 {
	color: #000000;
}

@media(max-width:769px) {
	h1{
		font-size: 46px!important;
		line-height: 46px!important;
	}

	h2 {
		font-size: 38px!important;
		line-height: 38px!important;
	}

	h3 {
		font-size: 32px!important;
		line-height: 32px!important;
	}

	h4 {
		font-size: 28px !important;
		line-height: 28px !important;
	}

	h4::after {
		background-image: url(../images/after-titulos-movil.png);
		width: 253px;
		height: 5px;
	}

	.contenido-blanco h4::after {
		background-image: url(../images/after-titulos-blanco-movil.png);
		width: 253px;
		height: 5px;
	}

}

/* /.TITULOS H */

/* CONTENIDO BLOG */

.entrada-home {
	vertical-align: top;
	margin-bottom: 30px;
}

.entrada-home img, .publicacion-home img {
	padding: 0px 0px 10px 0px;
	width: 100%;
	height: 100%;
}

.entrada-home ul.datos-post, .publicacion-home ul.datos-post{
	padding: 0px;
	margin: 0px;
}

.entrada-home ul.datos-post li, .publicacion-home ul.datos-post li {
	padding: 10px 10px 10px 0px;
	list-style: none;
	display: inline-block;
}

.entrada-home ul.datos-post li a, .publicacion-home ul.datos-post li a {
	color: #000000;
}

.publicacion-home {
	padding-bottom: 50px;
}

.titulo-publicacion-home {
	display: block;
	margin-bottom: 15px;
}

.titulo-publicacion-home h1.titulo-publicacion {
	font-size: 45px !important;
	line-height: 45px !important;
}

.resultados-busqueda {
	padding: 20px 0px;
}

.entrada-home h3.titulo {
	font-size: 25px !important;
	line-height: 25px !important;
	color: #610D3F !important;
	font-weight: 700 !important;
}

.entrada-home h3.titulo::after {
	display: none;
}

.pagination {
	justify-content: right;
}

.page-item.active .page-link {
	background-color: #610D3F !important;
	border-color: #610D3F !important;
	color: #FFFFFF !important;
	font-weight: 700;
	font-size: 20px !important;
	line-height: 30px !important;
}

.page-link {
	color: #610D3F !important;
	font-weight: 700;
	font-size: 20px !important;
	line-height: 30px !important;
}

.publicacion-home h6 {
	font-weight: 300 !important;
	font-size: 20px !important;
	line-height: 20px !important;
	color: #5B4818 !important;
	margin-bottom: 16px !important;
}

.sidebar ul {
	list-style: none;
	padding: 0px;
}

.sidebar ul li a {
	color: #000000;
}

@media(max-width:769px) {
	.entrada-home {
		width: 100%;
	}

	.paginacion {
		padding: 0px 0px 50px 0px;
	}
}

/* /.CONTENIDO BLOG */

/* FORMULARIOS */

.wpcf7 {
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	background-color: #F6F6F6;
	padding: 20px;
	border-radius: 5px;
}

.wpcf7 p {
	margin: 0px!important;
}

.wpcf7 span{
	display: block;
	padding: 0px 0px 15px 0px;
}

.wpcf7 input {
	width: 100%;
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.wpcf7 textarea {
	width: 100%;
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 150px;
}

.wpcf7-spinner {
	display: none!important;
}

.wpcf7 .politicas {
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
}

.wpcf7 a {
	text-decoration: underline;
	color: #000000;
	font-size: 16px;
}

.wpcf7 input[type="submit"] {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4) !important;
	font-size: 18px !important;
	line-height: 20px !important;
	background-image: none !important;
	display: inline-block !important;
	background-color: #610D3F;
	color: #FFFFFF;
	padding: 14px 20px;
	border-radius: 5px;
}

.wpcf7 .texto-formulario, .wpcf7 .texto-formulario a {
	text-align: center;
	font-size: 14px!important;
	padding: 0px 0px 20px 0px;
}

@media(max-width:769px) {
	.wpcf7 {
		padding: 40px 20px;
	}
}

/* /.FORMULARIOS */



/* CONTENIDO */

.padding-contenido-interno {
	padding-top: 30px;
	padding-bottom: 50px;
}

.boton, .boton-go a {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4) !important;
	font-size: 18px !important;
	line-height: 20px !important;
	background-image: none !important;
	display: inline-block !important;
	background-color: #610D3F;
	color: #FFFFFF;
	padding: 14px 20px;
	border-radius: 5px;
}

.boton-go-blanco a {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4) !important;
	font-size: 18px !important;
	line-height: 20px !important;
	background-image: none !important;
	display: inline-block !important;
	background-color: #FFFFFF;
	color: #610D3F;
	padding: 14px 20px;
	border-radius: 5px;
}

.boton:hover {
	color: #FFFFFF;
}

.banner-secciones-inicio {
	min-height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -60px;
}

.banner-secciones-inicio h2 {
	font-size: 30px!important;
	line-height: 30px!important;
	color: #FFFFFF;
	font-family: 'Philosopher', sans-serif;
}

.linea-lado-curuba::before {
	content: "";
	background-image: url(../images/linea-lado-curuba-texto-blanco.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 10px;
	height: 130px;
}

.menu-contacto ul, .menu-contacto-cita ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu-contacto ul li, .menu-contacto-cita ul li {
	padding-top: 10px;
}

.menu-contacto ul li a {
	color: #610D3F;
	font-size: 20px !important;
}

.menu-contacto ul li a i {
	color: #610D3F;
	font-size: 22px !important;
	padding-right: 0px;
}

.menu-contacto-cita h2 {
	font-size: 22px !important;
	color: #610D3F;
	display: inline-block;
	font-weight: 100 !important;
}

.menu-contacto-cita .menu-contacto-cita-container {
	display: inline-block;
	padding-left: 10px;
}

.menu-contacto-cita ul li a {
	color: #610D3F;
	font-size: 20px !important;
}

.menu-contacto-cita ul li a i {
	color: #610D3F;
	font-size: 22px !important;
	padding-right: 0px;
}

.menu-contacto-cita .widget_nav_menu {
	padding: 0px;
} 

.espacio-contenido-interno-contacto {
	padding: 50px 30px 50px 80px !important;
}

.espacio-contenido-interno-contacto .vc_column-inner {
	padding-top: 0px !important;
}

.banner-secciones-internas-formacion {
	min-height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-secciones-internas-formacion h1, .banner-secciones-internas-formacion h5, .banner-secciones-internas-formacion h6 {
	color: #FFFFFF;
}

.banner-secciones-internas-formacion strong {
	color: #DC8780;
	font-family: 'Philosopher', sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.linea-lado-blanco::before {
	content: "";
	background-image: url(../images/linea-lado-texto-blanco.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 11px;
	height: 220px;
}

.quitar-espacios-calendario-taller .vc_column-inner {
	padding: 0px !important;
}

.texto-promesas {
	font-family: "AzoSans-Regular" !important;
}

.blanco h3 {
	color: #FFFFFF;
}

.blanco p, .blanco h6 {
	color: #FFFFFF;
	margin: 0px !important;
}

.sombra-contenido {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
	margin: 10px 0px 70px 0px;
}

.sombra-contenido .wpb_content_element {
	margin: 0px !important;
}

.espacio-contenido-interno {
	padding: 50px !important;
}

.espacio-contenido-interno-imagen {
	padding: 50px 30px 50px 50px !important;
}

.bg-contenido {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.video .wpb_wrapper {
	border: 11px solid #610D3F;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
}

.linea-antes-contenido::before {
	content: "";
	background-image: url(../images/before-contenido.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 10px;
	height: 240px;
}

.uno {
	padding-bottom: 50px;
}

.uno h5::before {
	content: "1";
	background-color: #6D3C55;
	border-radius: 200px;
	color: #FFFFFF;
	padding: 1px 11px;
	margin-right: 5px;
}

.dos h5::before {
	content: "2";
	background-color: #6D3C55;
	border-radius: 200px;
	color: #FFFFFF;
	padding: 1px 8px;
	margin-right: 5px;
}

.tres {
	padding-bottom: 50px;
}

.tres h5::before {
	content: "3";
	background-color: #6D3C55;
	border-radius: 200px;
	color: #FFFFFF;
	padding: 1px 8px;
	margin-right: 5px;
}

.cuatro h5::before {
	content: "4";
	background-color: #6D3C55;
	border-radius: 200px;
	color: #FFFFFF;
	padding: 1px 8px;
	margin-right: 5px;
}

.cinco h5::before {
	content: "5";
	background-color: #6D3C55;
	border-radius: 200px;
	color: #FFFFFF;
	padding: 1px 8px;
	margin-right: 5px;
}

.imagen-pilares {
	margin-bottom: 15px !important;
}

.modulos .vc_tta-panels-container .vc_tta-panel-body {
	background-color: #610D3F !important;
	border-radius: 0px 10px 0px 0px !important;
}

.modulos .vc_tta-panel-heading {
	background-color: transparent !important;
}

.texto-blanco-modulo h6, .texto-blanco-modulo p, .texto-blanco-modulo li, .texto-blanco-modulo h3, .texto-blanco-modulo li.vc_tta-tab a span, .texto-blanco-modulo span.vc_tta-title-text {
	color: #FFFFFF !important;
}

.modulos .vc_tta-panel-body {
	padding: 50px !important;
}

.modulos .vc_active a {
	background-color: #610D3F !important;
	text-align: center;
}

.modulos a {
	background-color: #380B28 !important;
	text-align: center;
	border-radius: 5px;
}

.modulos .vc_tta-container {
	margin-bottom: 0px !important;
}

.bg-oscuro-contenido-modulo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px !important;
	padding: 50px;
}

.texto-blanco-registrame h2, .texto-blanco-registrame p, .texto-blanco-registrame h6 {
	color: #FFFFFF;
}

.hablemos h3 {
	margin-bottom: 0px;
}

.texto-negro-pregunta strong {
	font-family: 'Philosopher', sans-serif;
	font-size: 50px !important;
	line-height: 50px;
	font-weight: 400 !important;
	color: #610D3F;
}

.quitar-espacios-descubre {
	border: 5px solid #9E245D;
	padding: 20px 20px;
	border-radius: 10px;
}

.quitar-espacios-descubre .vc_column-inner {
	padding: 0px !important;
}

.quitar-espacios-descubre .wpb_content_element {
	margin: 0px !important;
}

.quitar-espacios-descubre-texto .wpb_content_element {
	margin: 0px;
}

.boton-sigue-leyendo-largo a, .boton-sigue-leyendo-largo button {
	font-size: 22px !important;
	padding-right: 100px !important;
	font-family: 'Philosopher', sans-serif !important;
	font-weight: 400;
}

.boton-sigue-leyendo-largo i {
	width: 80px !important;
	height: 80px !important;
	border-radius: 300px;
	background-color: #FF8067;
	justify-content: center;
	display: flex !important;
	font-size: 45px !important;
	line-height: 45px !important;
	color: #FFFFFF;
	align-items: center;
}

.imagen-clases .vc_column-inner {
	padding: 0px !important;
}

.imagen-clases .wpb_content_element {
	margin: 0px !important;
}

.contenido-clases {
	background-color: #E4E3D9;
	border: 1px solid #FFFFFF;
	margin: -50px 35px 35px 35px;
	padding: 50px 40px !important;
}

.linea-calendario-clases {
	border: 5px solid #9E245D;
	border-top: 0px;
	border-radius: 0px 0px 10px 10px;
	padding: 0px 20px 20px 20px;
}

.linea-calendario-clases h6 {
	margin: 0px;
}

.espacio-contenido-clase {
	padding-bottom: 30px;
}

.espacio-contenido-clase p {
	text-align: justify;
}

.contenido-blanco p, .contenido-blanco h3, .contenido-blanco h4, .contenido-blanco h5 {
	color: #FFFFFF;
}

.espacio-contenido-interno-blanco {
	padding: 40px 30px 40px 40px !important;
}



@media(max-width:769px) {
	.espacio-contenido-interno-contacto {
		padding: 50px 40px 50px 40px !important;
	}

	.banner-secciones-inicio {
		padding: 40px 20px !important;
	}

	.banner-secciones-internas-formacion {
		padding: 20px !important;
	}

	.espacio-contenido-interno-imagen {
		padding: 40px 20px !important;
	}

	.linea-antes-contenido {
		padding: auto 10px auto 20px !important;
	}

	.espacio-contenido-interno {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.bg-oscuro-contenido-modulo {
		margin-top: 30px !important;
	}
}

.texto-quieres-aprender-meditar h5 {
	text-align: center !important;
}

.texto-quieres-aprender-meditar  br {
	display: none;
}

.contenido li{
	margin:10px 0px;
}

.fondo-violeta h5{
	color:#dccff7 !important;
}

.taller-reevu h3{
	color:rgba(255,255,255,0.6) !important;
}

.boton-registrate a {
	background-image: none !important;
	font-size: 25px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	font-family: 'Philosopher', sans-serif !important;
	color: #c2312a;
}

.boton-registrate a i {
	font-size: 25px !important;
	line-height: 25px !important
	margin-right: 0px !important;
	transform: none !important;
	color: #c2312a;
}

.boton-registrate h2 {
	font-size: 25px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	font-family: 'Philosopher', sans-serif !important;
	color: #c2312a;
	display: inline-block;
	margin: 0px;
}

.boton-registrate-wa, .boton-registrate-wam {
	background-color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	padding: 18px 25px;
}

.boton-registrate-wa a {
	background-image: none !important;
	font-size: 25px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	font-family: 'Philosopher', sans-serif !important;
	color: #c2312a;
}

.boton-registrate-wam a {
	background-image: none !important;
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: 700 !important;
	font-family: 'Philosopher', sans-serif !important;
	color: #610d3f;
}

.boton-registrate-wa a i {
	font-size: 25px !important;
	line-height: 25px !important
	margin-right: 0px !important;
	transform: none !important;
	color: #c2312a;
}

.boton-registrate-wam a i {
	font-size: 18px !important;
	line-height: 18px !important
	margin-right: 0px !important;
	transform: none !important;
	color: #610d3f;
}

.boton-registrate-wa h2 {
	font-size: 25px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	font-family: 'Philosopher', sans-serif !important;
	color: #c2312a;
	display: inline-block;
	margin: 0px;
}

.boton-registrate-wam h2 {
    font-size: 18px !important;
	line-height: 18px !important;
	font-weight: 700 !important;
	font-family: 'Philosopher', sans-serif !important;
	color: #610d3f;
	display: inline-block;
	margin: 0px;
}

.boton-registrate-wa .menu-contacto-profesores-container, .boton-registrate-wam .menu-contacto-profesores-container, .boton-registrate-wa .menu-contacto-cita-container, .boton-registrate-wam .menu-contacto-cita-container {
	display: inline-block;
}

.boton-registrate-wa  ul, .boton-registrate-wam ul {
	list-style: none;
	padding-left: 10px;
	margin: 0px;
}

.boton-registrate-wa  ul li, .boton-registrate-wam ul li {
	margin: 0px;
}

.lista-reproductores{
	display: inline-block !important;
	width: calc(33.33333333%);
}

#nav_menu-6 {
	padding: 40px 0px;
}

.padding-hover .vc-hoverbox-block-inner {
    padding: 50px;
}

.grecaptcha-badge {
	z-index: 1;
}

@media(max-width:769px) {
    .padding-hover .vc-hoverbox-block-inner {
        padding: 50px 35px;
    }
    
    .espacio-entre-hover .wpb_column {
        padding-top: 30px;
    }
}

/* /.CONTENIDO */


/* REEVU */

.boton-registrate-reevu a {
    background-image: none !important;
	font-size: 25px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	font-family: 'Philosopher', sans-serif !important;
}

.boton-registrate-reevu a i{
	font-size: 25px !important;
	color: #573f93;
}

/* /.REEVU */