:root{
	--naranja:#DB483A;
	--gris-medio:#707070;
	--gris-oscuro:#4D4D4D;
	--negro: #232B26;
}
	.infoColab .vc_single_image-wrapper,
	.infoColab figure,
	.infoColab img{
		width:100% !important;
		height:250px;
		object-fit:cover;
	}
li.wc_payment_method.payment_method_bacs {
    display: none;
}
html[lang="fr-FR"] .abre-price,
html[lang="fr-FR"] .spaTrad,
html[lang="es-ES"] .engTrad{
		display:none;
	}
html[lang="es-ES"] .spaTrad,
html[lang="fr-FR"] .engTrad{
		display:block;
	}


 html[lang="fr-FR"] .prod-asesoria .add_to_cart_button::after {
    content: "Choisir cette formule" !important;
    color: rgb(255, 255, 255);
    display: block;
}
 .single-post .entry-content iframe {
	margin:auto;
	 display: block;
	 }
.tienda-row .products .product p,
.productos-shop{
	display: none;
}
.videogrid iframe {
	width: 100% !important;
	height: 185px !important;
}
.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
	max-height: 600px;
	object-fit: contain;
}
li.product.type-product.post-15670.status-publish.first.instock.product_cat-asesoria.has-post-thumbnail.virtual.purchasable.product-type-simple {
	order: 2;
	margin-left: 20px;
}
h1{
	font-family: 'Bebas Neue', cursive ;
	font-size: 50px;
	font-weight: 500;

}

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

body p {
	color: #3C3C3C;
	font-family: 'Montserrat', sans-serif;
} 

.entry-content {
	margin: 0 auto !important;
	max-width: 100%;
	width: 1170px;
}

.page {
	margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Bebas Neue', cursive;
	color: var(--negro);
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
strong{
	font-weight: 800;
}

a{text-decoration: none;}
a:link {  text-decoration: none !important}
a:hover {  text-decoration: none !important }
a:visited {  text-decoration: none !important}
*{outline:none !important;}*:focus {outline: none !important;}textarea:focus, input:focus{outline: none !important;}    

.banner-home img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	width: 100%;
}
.entry-footer{
	display: none;
}
/*************************************************************/
/*               N          HEADER                           */
/*************************************************************/
div#page {
	position: sticky;
	top: 0;
	z-index: 99999999;
	background-color: #fff;
} 
header#masthead {
	height: 70px;
	align-items: center;
	box-shadow: 0 0 10px #c1c1c1;
	position: sticky;
	top: 0;
}
.top-menu {
	display: flex;
	max-width: 1440px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	align-items: center;
	height: 70px;
	
}
button#toggle {
	display: none;
}
ul#primary-menu {
	justify-content: flex-end;
	align-items: center;
}
ul#primary-menu li a {
	color: var(--negro);

}
ul#primary-menu li {
	position: relative;
	margin-left: 15px

}
ul#primary-menu li:hover a {
	color: var(--naranja)
}
.red-shop a{
	border-radius: 5px;
	background-color: var(--naranja);
	border:2px solid var(--naranja);
	padding:10px;
	transition: .4s all ease;
	color: #fff !important;
	font-weight: 600;
}
.red-shop a:hover{
	background-color: var(--negro);
	border:2px solid var(--negro);
}

.red-btn a{
	border-radius: 5px;
	border:2px solid var(--negro);
	padding:10px;
	transition: .4s all ease;
	font-weight: 600;
}
.red-btn a:hover{
	color: #fff !important;
	background-color: var(--negro);
}
ul#primary-menu li.current-menu-item a{
	color: var(--naranja);
	position: relative;

}
ul#primary-menu li.current-menu-item a::after{
	background-color: var(--naranja);
	position: absolute;
	height:3px;
	width:20px;
	bottom:0;
	left:0;


}
/*************************************************************/
/*                          Footer                           */
/*************************************************************/
footer#colophon {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 100%);
}
.footer-content {
	width: 80%;
	margin: 0 auto;
}
.copy1,
.foot-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-cols{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 3em;
}
.foot-1 {
	padding: 30px 0 20px;
}
.foot-1 img{
	width: 100%;
}
.foot-1 > section:nth-child(1){
	width: 20%;
}
.foot-1 > section:nth-child(2){
	width: 60%;
}

.foot-1 ul.menu {
	display: flex;
	justify-content: flex-end;
}
.foot-1 ul.menu li {
	padding: 10px;
	margin: 0 5px;

}
.foot-1 ul.menu li a,
.foot-2 ul.menu li a {
	color: #fff;
}
.foot-1 ul.menu li a:hover,
.foot-2 ul.menu li a:hover {
	font-weight: 600;
}
.redes-footer ul {
	display: flex;  
	justify-content: space-around;  
}
.redes-footer ul li {
	margin-right: 20px;
	height: 25px;
	width: 25px;
}
.redes-footer ul li img {
    width: 100%;   
    height: 100%;  
	
}
	/* Versión móvil */
@media (max-width: 768px) {
    .redes-footer ul li {
        height: 30px;
        width: 30px;
    }
}  
}
.foot-2  {
	width: 30%;
}
.foot-3 {
	width: 50%;
}
.foot-3 ul {
	display: flex;
	justify-content: space-around;
}
.foot-3 ul li a{
	display: flex;
	width: 100%;
	align-items:baseline;
}
.foot-3 ul li a img{
	margin-right: 20px;
}
.foot-3 ul li a p{
	color: #fff;
	margin: 5px 0;
}
.foot-4 {
	width: 10%;
	border-left: 1px solid;
	padding: 0 2em;
}
.foot-4 .footer-area-cuatro .textwidget{
	display: flex; 
	justify-content: space-between;
}
.foot-4 .footer-area-cuatro .textwidget p{
	color: #fff;
	width: 40%; 
}

.foot-4 #wpcf7-f13931-o1{
	width: 60%;
}
.copy1{
	padding: 20px 0;
	align-items: center;
}
.copy1 a,
.copy1 p{
	color:#fff;
}

.slideMedios .box-home-pasos:hover,
.sec-ayuda{
	background-color: var(--naranja);
}
.ayuda-bottom {
	padding: 2em 0;
	display: flex;
	width: 1170px;
	margin: 0 auto;
	justify-content: space-between;
}
li.space {
	width: 60%;
}

.slideMedios img,
.mediosec img{
	height: 90px;

}
.slideMedios a,
.mediosec a{
	color:#000 !important;
	font-weight:bold;
}
.slideMedios .box-home-pasos,
.mediosec .box-home-pasos > .wpb_column > .vc_column-inner {
	background-color: rgb(35 43 38 / 2%);
    border-bottom: 5px solid;
	padding:1rem 5rem !important;
	transition:.4s all ease,
}
.slideMedios .box-home-pasos .wpb_content_element,
.mediosec .box-home-pasos  .wpb_content_element{
    margin-bottom: 0;
}
.slideMedios .box-home-pasos img,
.mediosec .box-home-pasos > .wpb_column > .vc_column-inner img {
	filter:invert(1);
}
.sec-pasos.mediosec {
    margin: 20px 0 50px;
}
.slideMedios .box-home-pasos:hover img,
.mediosec .box-home-pasos > .wpb_column > .vc_column-inner:hover img{
	filter:invert(0);

}
.slideMedios .box-home-pasos:hover,
.mediosec .box-home-pasos > .wpb_column > .vc_column-inner:hover {
    border-bottom: 5px solid #fff;
}
.slideMedios .box-home-pasos:hover a,
.mediosec .box-home-pasos > .wpb_column > .vc_column-inner:hover a{
    color: #fff !important;
}
.blogMedios .vc_col-sm-3 {
    width: 100%;
}
.slideMedios .box-home-pasos,
.mediosec .box-home-pasos > .wpb_column > .vc_column-inner {
    padding: 1rem 3rem !important;
    max-width: 220px;
    margin: auto;
}
/*************************************************************/
/*                          Home                         */
/*************************************************************/
video {
	max-width: 100%;
}
.sec-pasos{
	margin: 80px 0;
}


.Text-home h2{
	font-size: 55px;
	font-weight: 500;
	color: var(--negro);
	line-height: 60px;

}
.Text-home p{
	font-size: 20px;
	font-weight: bold;
}
.btn-rojo-line{
	font-size: 18px;
	font-weight: normal;
	color: var(--naranja) !important;
	border: 1px solid var(--naranja);
	padding: 10px 30px;
	transition: .4s all ease;

}
.btn-rojo-line:hover{
	font-weight: 800;
	background-color: var(--naranja);
	color: #fff !important;
	box-shadow: 0 0 10px #00000082;

}
.btn-rojo{
	font-size: 18px;
	background-color: var(--naranja);
	color: #fff !important;
	font-weight: normal;
	padding: 10px 30px;
	transition: .4s all ease;

}
.btn-rojo:hover{
	font-weight: 800;
	color: var(--naranja) !important;
	box-shadow: 0 10px 20px #00000082;
	background-color: #fff;

}
.box-home-pasos > .wpb_column > .vc_column-inner{
	background-color: var(--negro);
	border-radius: 5px;
	padding: 3em 3em 1em;
	transition: .4s all ease;
}
.box-home-pasos > .wpb_column > .vc_column-inner:hover{
	background-color: var(--naranja);
	box-shadow: 0 0 20px #636262e3;

}
.box-home-pasos p{
	color:#fff;
}
.numero-home{
	font-size: 30px;
	font-weight: bold;
}
.sec-ayuda-home{
	height: 650px;
}
.col-ayuda{
	background-color: #fff;
	box-shadow: 0 5px 30px #bebebe ;
	padding: 4em 3em;
}
.col-ayuda h2{
	font-size: 55px;
	line-height: initial;
	color: var(--negro);
	font-weight: 500;
}

.col-ayuda-j{
	background-color: #fff;
	box-shadow: 0 5px 30px #bebebe ;
	padding: 4em 3em;
}
.col-ayuda-j h2{
	line-height: initial;
	color: var(--negro);
}
.row-testimonios-pag .vc_grid .vc_grid-item .vc_grid-item-mini{
	background-color:var(--negro);
	min-height: 500px;
	border-radius: 5px;
	box-shadow: 0 0 10px;
}
.row-testimonios-pag h3,.row-testimonios-pag p,.row-testimonios-pag .camp-pers{
	color: #fff;
}
.row-testimonios-pag h3{
	font-size: 30px;
	font-weight: 400;
}
.row-testimonios-pag .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1 {
	height: 250px;
}
.row-videos{
	height: 400px;
}
.texto-videos h2{
	color: var(--negro);
	font-size: 55px;
}
.texto-videos p{
	font-weight: bold;
	font-size: 20px;
	margin: 0 !important;
	color: #000;
	text-transform: uppercase;
}
.grid-videos{
	margin-top: -200px;
	background-color: #fff;
	box-shadow: 0 10px 40px #4c4c4c6a;
	padding: 2em;
	border-radius: 5px;
	margin-bottom: 50px;
}
.pag-videos{
	margin-top:100px;
}
.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
	padding: 0;
}
.vc_gitem-post-data {
	margin-bottom: 0;
}
.titulo-home h2{
	font-size: 55px;
	color:#000;
	border-bottom: 1px solid var(--gris-medio);
}
.slide-testimonios{
	padding: 2em;
}
.row-testimonios{
	background-color: var(--negro);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.row-testimonios .slide-testimonios .slick-slide {
	margin: 0 15px;
	border-left: 1px solid ;
	padding: 0 2em;
}
.info-testimonios {
	padding: 2em;
}
.camp-pers {
	font-size: 18px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.camp-pers::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background-color: var(--naranja);
	bottom:0;
	left: 0;

}
.info-testimonios .camp-pers{
	color: #fff;
}
.info-testimonios h3 {
	color:#fff;
	font-size: 35px;
}.info-testimonios h3 a{
	color:#fff;
	font-size: 35px;
}
.info-testimonios p{
	color:#fff;

}
/*.info-testimonios a{
color:#fff;
padding: 10px;
font-size: 18px;
padding-left: 50px;
position: relative;
font-family: 'Bebas Neue', cursive;
}
.info-testimonios a::before{
content: "";
width: 40px;
height: 40px;
background-image: url(http://patricelafforgue.com/wp-content/uploads/2021/08/Grupo-464.svg);
position: absolute;
left: 0;
top: 0;
background-size: 80%;
background-repeat: no-repeat;
background-position: center top;

}*/
.info-testimonios hr{
	height: 1px;
	background-color: var(--naranja);
	width: 10%;
	margin-left: 0;
	margin-bottom: 0px;

}
.slide-testimonios .slick-prev {
	left: initial;
	top: -150px;
	right: 50px;
	font-size: 30px !important;
	color: var(--naranja) !important;
	box-shadow: 0 0 30px #00000082;
	border-radius: 100%;
}
.slide-testimonios .slick-next {
	top: -150px;
	right: 0px;
	font-size: 30px !important;
	color: var(--naranja) !important;
	box-shadow: 0 0 30px #00000082;
	border-radius: 100%;
}
.slide-testimonios .slick-prev:hover,
.slide-testimonios .slick-next:hover {
	background-color: var(--naranja) !important;
	color: #fff !important;
	box-shadow: 0 0 10px #00000082;
}

.sec-blog{
	margin-top: 100px;
}
.sec-blog .vc_grid-item{
	position: relative;
}
.sec-blog .wpb_text_column{
	margin-bottom: 20px;
}
.category-blog{
	position: absolute;
	top: -10px;
	background-color: var(--naranja);
	color: #fff;
	padding: 10px 20px;
	left: 15px;
}
.titulo-blog{
	font-size: 28px;
	font-family: 'Bebas Neue', cursive;
	line-height: initial;
}
.resum-blog{

}
.mas-blog p{
	color: var(--naranja);
}
.ayuda-bottom h2{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
}
.ayuda-bottom p{
	color: #fff;
}
.row-bottom{

}
.btn-blanco{
	font-size: 18px;
	font-weight: normal;
	color: #fff !important;
	border: 1px solid #fff;
	padding: 15px 40px;
	transition: .4s all ease;
}
.btn-blanco:hover{
	font-weight: 800;
	background-color: #fff;
	color: var(--naranja) !important;
}
.last-blogs{
	border-bottom: 1px solid var(--gris-medio);
	margin-bottom: 30px;
}
.last-blogs h2{
	color: var(--negro);
	font-size: 55px;
	font-weight: 500;
	line-height: initial;
}
.last-blogs p{
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
.last-blogs a{
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: var(--gris-medio);
}
.redes-flotantes {

	top: 40%;
	right: 2.5%;
	z-index: 999999;
	position: fixed;
	width: 60px;
	float: right;
}
.redes-flot ul li{
	background-color: var(--naranja);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	margin: 20px auto;
	box-shadow: 0 8px 20px #00000082;
	display: grid;
	place-items: center;
}
.redes-flot ul li img{
	height: 40px;
    max-width: 100%;
    padding: 8px 8px;
    object-fit: contain;
}
.redes-flot ul li a{
	display: grid;
	place-items: center;
}

.side-bar-blog  .redes-blog ul li a img{
	height: 15px;
}
.side-bar-blog  .redes-blog ul {
	display: flex;
}
.side-bar-blog  .redes-blog ul li{
	background-color: var(--naranja);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	padding: 9px 14px;  
	margin: 20px auto;
	box-shadow: 0 8px 20px #00000082;
}
.sec-banner-home{
	height: 80vh;
	background-size: cover;
}
.bannerinfo h1{
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-size: 47px;
	color:#fff;
	font-weight: bold;
}
.bannerinfo h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color:#fff;
}
.bannerinfo p{
	color:#fff;
}
.testimonios-nav .vc_gitem-zone{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	padding:  2em 2em 0;
	border-radius: 10px;
	background-image: url('http://patricelafforgue.com/wp-content/uploads/2021/08/Enmascarar-grupo-1712.svg');
	background-repeat: no-repeat;
	background-position: right  bottom;
	background-size: 70% ;
}

.testimonios-nav .vc_pageable-slide-wrapper{
	padding: 2em;
}
/*************************************************************/
/*                            Blog                           */
.search main#primary,
.single-post main#primary,
.blog main#primary,
.single-videos main#primary,
.single-testimonios main#primary{
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}
.single main#primary {
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}
.blog-container {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.side-bar-blog {
	width: 20%;
}
.blog-container article{
	width:100%;
}
.archive-pagination {
	width:100%;
	margin-bottom:100px;
}
.archive-pagination ul {
	display :flex;
}
.archive-pagination ul li{
	background-color: #fff;
	box-shadow: 0 10px 10px 0 rgb(0 0 0 / 50%);
	width: 35px;
	height: 35px;
	border-radius: 100%;
	margin: 15px;
	padding: 5px 10px;
}
.archive-pagination ul li.active{
	background-color: var(--naranja);

}
.archive-pagination ul li.active a{
	color:#fff;
}
.archive-pagination ul li a{
	color: var(--negro);
	font-weight:800;
}


.blog-top{
	margin: 50px auto;
	border-bottom: 1px solid;
	width: 80%;
	padding: 50px 0;
}
.blog-top .tt-blog{
	margin: 0 auto;
	font-size: 55px;
	text-align: center;
	position: relative;
	width: 60%;
	font-family: 'Bebas Neue', cursive;
}
.blog-top .sb-blog{
	margin: 0;
	font-size: 20px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.mk-post-recent {
	width: 45%;
	position: relative;
	margin: 20px auto;
}
.mk-feature-image-pr img{
	height: 250px;
	width: 100%;
	object-fit: cover;
}
span.mk-category-post-recent {
	background-color: var(--naranja);
	color: #fff;
	padding: 10px 30px;
	position: absolute;
	top: -20px;
	left: 4%;
}

h2.mk-title-post-recent {
	color: var(--negro);
}
.leerMas{
	color:var(--naranja);
}
.side-bar-blog  .wpcf7-list-item-label a{
	color: var(--negro);
	font-weight: 800;
}
.side-bar-blog .form-sus {
	display: flex;
	padding: 1em 0;
}
.side-bar-blog .form-sus input[type="submit"] {
	background-color: var(--naranja);
	border:0;
	color: transparent;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	max-height: 50px;
	background-image: url(http://patricelafforgue.com/wp-content/uploads/2021/08/Icon-feather-arrow-left.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	cursor: pointer;
}
.side-bar-blog .form-sus input[type="email"]{
	height: 50px;
	padding: 0 1em;
	width: 100%;
}

form.search-form {
	display: flex;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}

.side-bar-blog form.search-form input[type="submit"] {
	background-color:transparent;
	border:0;
	color: transparent;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	max-height: 50px;
	background-image: url(http://patricelafforgue.com/wp-content/uploads/2021/08/lupa.svg);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: right;
	cursor: pointer;
	width: 20%;
}
.side-bar-blog form.search-form input{
	height: 50px;
	padding: 0 1em;
	width: 100%;
	border:0;
}
.side-bar-blog h2.widget-title {
	font-weight: 500;
}
.side-bar-blog .widget_categories ul{
	padding: 0; 
	margin-left: 10px; 
}
.side-bar-blog .widget_categories ul li::before { 
	content: "\2022"; 
	padding-right: 8px; 
	color: var(--naranja);
}
.side-bar-blog .widget_categories ul li a{
	color: var(--gris-medio);
}


.side-bar-blog .widget_recent_entries ul li { 
	display: flex;
	margin: 20px 0;

}
.side-bar-blog .widget_recent_entries ul li img{ 
	width: 40%;
	object-fit: cover;
	margin-right:15px;

}
.side-bar-blog .widget_recent_entries ul li a{
	color: var(--gris-medio);
}
.side-bar-blog section#text-2 {
	background-color: #eaeaea;
	padding: 2em;
}
.single .post {
	width: 100%;
}
.post-thumbnail{
	position:relative;
	height: 500px;
}
.post-thumbnail::after{
	content:"";
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}
.single .post  img.attachment-post-thumbnail {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.relacionados-new {
	margin: 100px auto;
	width: 80%;
}
h3.title-related {
	font-size: 45px;
	text-align: center;
	font-weight: 500;
}
.content-boxes-new {
	display: flex;
}
.content-boxes-new .mk-post-recent {
	width: 90%;
	position: relative;
	margin: 20px auto;
}
.content-boxes-new  .mk-post-box {
	width: 35%;
}
.single .post .entry-meta {
	display: none;
}
.single .entry-content em {
	color: #9b9b9b;
	font-size: initial;
}
.single .entry-content h2,
.single .entry-content h3{
	font-weight: 500;
	position:  relative;
}

.single .entry-content .image-post{
	width: 60%;
	margin: 20px auto;
}
.single .entry-content .image-post p{
	margin: 0 !important
}
/* .single-post .entry-content iframe {
	width: 56%;
	margin-left:22%;
    height: 100% !important;
    min-height: 450px !important;
} */

.single .entry-content .image-post img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.single .entry-content a{
	/*color:  var(--naranja);*/
	color: #00bb35;
    font-weight: 600;
}
.single .entry-content blockquote.wp-block-quote {
	border: 1px solid var(--naranja);
	padding: 2em;
	position: relative;
	border-radius: 10px;
	margin: 3em auto;
	position: relative;
}
.single .entry-content blockquote.wp-block-quote::before {
	content: '';
	width: 42px;
	height: 40px;
	top: -20px;
	left: -15px;
	background-image: url(http://patricelafforgue.com/wp-content/uploads/2021/08/Grupo-17402.svg);
	position: absolute;
	border-radius: 5px;
	background-size: 100%;
}
.single .entry-content blockquote.wp-block-quote p{
	font-size: 25px;
	margin: 10px ;
}
.single .entry-content blockquote.wp-block-quote a{
	font-size: initial;
	position: absolute;
	bottom:-20px;
	background-color: var(--naranja);
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
}
.single .entry-content ul{
	padding: 0; 
	margin-left: 10px; 
}
.single .entry-content ul li{
	margin: 20px;
}
.single .entry-content ul li::before { 
	content: "\2022"; 
	padding-right: 8px; 
	color: var(--naranja);
	font-size: 30px;
}
.single .entry-content ol{
	margin: 10px;
}
.col-beneft ol li,
.single .entry-content ol li {
	margin: 20px;
	padding: 0;
	list-style-type: decimal;
}
.single .firma {
	display: flex;
	width: 100%;
}
.single .firma .log {
	padding-right: 2em;
}
.single .firma .log p{
	margin: 0;
}
.single .firma .dato {
	padding-left: 2em;
	border-left: 1px solid var(--naranja);
}
.single .firma .dato p{
	margin: 0;
}
.single .firma .dato a{
	color: var(--gris-medio);
}

.single nav.navigation.post-navigation {
	display: none;
}


.single .firma .dato {
	margin-top: 20px;
}

.single h1.entry-title{
	position: relative;
	font-size: 45px;
	margin-bottom: 30px
}
.single .entry-content h2::after,
.single h1.entry-title::after {
	content: '';
	width: 42px;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: var(--naranja);
	position: absolute;
	border-radius: 5px;

}
.single .entry-content h2{
	font-size: 30px;
	margin-bottom: 25px;
}
.blog-top .tt-blog::after {
	content: '';
	width: 42px;
	height: 3px;
	top: 50%;
	right:  0;
	background-color: var(--naranja);
	position: absolute;
	border-radius: 5px;

}
.blog-top .tt-blog::before {
	content: '';
	width: 42px;
	height: 3px;
	top: 50%;
	left: 0;
	background-color: var(--naranja);
	position: absolute;
	border-radius: 5px;

}
.mk-navigation ul {
	display: flex;
	margin-bottom:100px;
}
.mk-navigation ul li a {
	color: #000;
	padding: 0 1em;
}
.mk-navigation ul li .active {
	color: var(--naranja);
}
.side-bar-blog .wpcf7 .ajax-loader {
	width: initial;
	height: initial;
	margin: 0;

}
.dato img {
	height: auto;
	max-width: 100%;
	filter: invert(1);
	margin-right: 5px;
}
/*************************************************************/
/*                         Internas                          */
.row-step .wpb_column.vc_column_container.vc_col-sm-3 {
	margin-top: 20px;
}
.row-step .vc_col-has-fill>.vc_column-inner {
	padding-top: 0 !important;
}
.vc_row.wpb_row.vc_row-fluid.bread-crumb {
	max-width: 100%;
}

.section-about {
	background-repeat: no-repeat !important;
	background-position: right !important;
	height: 70vh;
	background-size: 60% auto;
}
.col-about{
	background-color: #fff;
	padding: 30px;
	box-shadow: -20px -20px 100px #c1c1c1;
	border-radius: 5px;
}
.col-about h1 {
	font-size: 55px;
	color: #000;
	position: relative;
}
.col-about h1::after {
	content: "";
	width: 70px;
	height: 3px;
	background-color: var(--naranja);
	top: 50%;
	left: -80px;
	position: absolute;
}
.col-about h2 {
	font-family: 'Montserrat', sans-serif;
	color: var(--naranja);
}
.col-about ul {
	margin-left:30px;
}
.col-about ul li {
	list-style-type:circle;
}
.border-empty{
	border-left:2px solid var(--naranja);
}

.about-pgraf{
	margin: 0 !important;
}
.tt-internas h2{
	font-size: 45px;
	font-weight: 400;
	color: #000;
	width: 80%;
	line-height:initial;
}

.section-Noimprov{
	background-repeat: no-repeat !important;
	background-position: right !important;
	background-size: 50% auto;
}

.row-col-yo > .wpb_column  > .vc_column-inner > .wpb_wrapper{
	background-color: #E7ECEF;
	height: 100%;
}

.row-col-yo > .wpb_column  > .vc_column-inner > .wpb_wrapper >.wpb_text_column{
	padding:12em 30px 0;
	color: var(--negro);
	font-weight: 800;

}
.row-col-yo > .wpb_column  > .vc_column-inner > .wpb_wrapper:hover{
	background-color: var(--naranja);
	height: 100%;
}
.row-col-yo > .wpb_column  > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column p{
	color: #fff;

}
.row-col-yo > .wpb_column  > .vc_column-inner > .wpb_wrapper >.wpb_single_image{
	margin: 0 !important;

}

.row-col-yo > .wpb_column  > .vc_column-inner > .wpb_wrapper >.wpb_single_image .wpb_wrapper,
.row-col-yo > .wpb_column  > .vc_column-inner > .wpb_wrapper >.wpb_single_image .wpb_wrapper .vc_single_image-wrapper,
.row-col-yo > .wpb_column  > .vc_column-inner > .wpb_wrapper >.wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
	object-fit: cover;
	width: 100%;
}

.section-step{
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.row-step >.wpb_column  > .vc_column-inner > .wpb_wrapper{
	background-color: #fff;
	padding: 2em;
	height: 290px;
	border-bottom: 6px solid var(--naranja);
	box-shadow: 0 0 50px #c1c1c1; 
	margin: 50px auto;
	border-radius: 10px;
}
.row-step >.wpb_column  > .vc_column-inner > .wpb_wrapper > .wpb_text_column{
	background-position: right bottom !important;
}

/* Testimonios*/
.video-testimonial video {
	height: 200px !important;
}
.videos-testimon{
	margin: 100px auto;
}
.slide-testimonios-pag > .slick-slider> .slick-list > .slick-track > .slick-slide  {
	background-color: var(--gris-oscuro);
	padding: 20px;
	min-height: 500px;
}
.slide-testimonios-pag > .slick-slider> .slick-list > .slick-track > .slick-slide > .vc_row > .ult-item-wrap > .wpb_column > .vc_column-inner > .wpb_wrapper > .ult-item-wrap > .ult-video {
	margin: 0 !important;
}



.sec-av-test{
	height: 70vh;
	background-position: center right !important;
	background-size: 70% auto !important; 
}

.sec-beneficios{
	margin: 100px auto;
	background-size: 90% 60% !important;
	background-position: left bottom !important;
}
.sec-beneficios .info-ben h2 {
	font-size: 35px;
	color: #000;
	position: relative;
	font-weight: 500;

}
.sec-beneficios .info-ben h2::after{
	content: "";
	height: 3px;
	width: 60px;
	position: absolute;
	bottom:0;
	left: 0;
	background-color: var(--naranja);

}
.sec-beneficios .info-ben ol {
	margin-top:100px;
}
.sec-beneficios .info-ben ol li {
	list-style-type: none;
	counter-increment: lista; /* Un nombre identificativo que te guste */
	position: relative;
	margin: 20px auto;
}

.sec-beneficios .info-ben ol li::before {
	color: var(--naranja);
	content: counter(lista) "-"; /* Indica el separador para tu contenido */
	left: -32px;
	position: absolute;
	text-align: right;
	width: 26px;
}

.remove-icon{
	background-color: var(--naranja);
	width: 24px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	transition: .4s all ease;
}

.remove-icon:hover{
	background-color: rgba(219,72,58,.7);
}

.remove-icon:hover,
.remove-icon:visited{
	color: #fff !important;
}






.col-progrmar{
	position: relative;
}

.col-progrmar{
	position: relative;
}

#col-price{
	background-color: var(--naranja);
	width: 80%;
	position: absolute;
	left: 0;
	bottom: 10%;
	padding: 10px 30px;

}
#col-price p{
	color: #fff;
	text-align: right;
	font-weight: 600;
	margin: 0;
	font-size: 20px;
}
.tt-box{
	position: absolute;
	color: #fff;
	top: 45%;
	left: 30%
}

.tt-box h3{
	color: #fff;
	font-size: 40px;
	font-weight: 400;
}

.asesoria-col > .vc_column-inner > .wpb_wrapper{
	display: flex;
	justify-content: space-between;
}
.asesoria-col {
	padding:  2em 3em;
}
.asesoria-col a.btn-rojo {
	text-align: center;
	justify-content: center;
	display: inherit;
}

.info-asesoria{
	margin-top: 100px;
}
.info-asesoria .fondo-gris{
	width: 70%;
	margin: 0 auto;
}
.info-asesoria .fondo-gris a{
	color:var(--negro);
}
li.outofstock a::before {
	content: "AGOTADO";
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99999999;
	width: 100%;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 340px;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product h2 {
	z-index: 99;
}
.bg-gray .prod-asesoria > div > div {
	background-color: gray;
	padding: 2rem;
	
}
@media (max-width: 900px){
	.title-resp h1{
		font-size: 75px;
        line-height: 80px;
    
	}
}
.bg-gray .prod-asesoria .woocommerce.columns-3{
	background-color: white;
	padding:  2rem 0;
}
.prod-asesoria{
	margin-bottom: 100px;
}
.prod-asesoria  ul.products{
	display:flex !important;
}
.prod-asesoria  ul.products  li{
	position: relative;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
	border-radius: 5px;
	padding: 0 !important;
	margin: 20px;
	min-height: 640px;
	background: #fff;
	overflow:hidden;
}
.prod-asesoria  ul.products li.post-1700{
	order:1;
	margin: 0 3.8% 2.992em 0 !important;
}
.prod-asesoria  ul.products li.post-1701{
	order:2
}
.prod-asesoria  ul.products li.post-1702{
	order:3;
	margin-right:0;
}
.prod-asesoria  ul.products li.post-18084{
	order:1;
	margin: 0 3.8% 2.992em 0 !important;
}
.prod-asesoria  ul.products li.post-18082{
	order:2
}
.prod-asesoria  ul.products li.post-18086{
	order:3;
	margin-right:0;
}
.prod-asesoria .woocommerce-Price-amount {
	position: absolute;
	left: -10px;
	top: 300px;
	background-color: var(--naranja);
	z-index: 99999;
	color: #fff;
	padding: 10px 30px;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
}
.prod-asesoria ul.products li p{
	text-align: center;
}
.prod-asesoria span.woocommerce-Price-currencySymbol {
	margin-right: 20px;
}
/* html[lang="es-ES"] .prod-asesoria span.woocommerce-Price-currencySymbol::before {
	content:"us";
	text-transform:uppercase;
	margin-right:3px;

}
html[lang="fr-FR"] .prod-asesoria span.woocommerce-Price-currencySymbol::before {
	content:"EUR";
	text-transform:uppercase;
	margin-right:3px;

} */
.prod-asesoria .woocommerce-product-details__short-description {
	padding: 30px 3em 0!important;
	text-align: center;
}
.prod-asesoria .woocommerce-loop-product__title{
	font-size: 30px !important;
	position: absolute;
	top: 150px;
	color: #fff;
	text-align: center;
	width: 50%;
	left: 25%;
	font-weight: 400;
}
.prod-asesoria img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	height: 340px !important;
	object-fit: cover;
}
.abre-price{
	background-color: #fff;
	width: 60% !important;
	margin: 0 0 2em 20% !important;
	text-align: center;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
	padding: 10px;
	font-size: 14px;
	color: var(--naranja);
	left: 20% !important;
	display: block;
	cursor: pointer;
	transition: .4s all ease;
}
.abre-price:hover{
	background-color: var(--naranja);
	color: #fff;
}
.row-programar a.add_to_cart_button,
.prod-asesoria a.add_to_cart_button{
	background-color: var(--naranja);
	color: transparent;
	width: 60%;
	margin: 1em auto;
	left: 20%;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
	text-align: center;
	line-height: 8px;
}
.row-programar a.add_to_cart_button:hover,
.prod-asesoria a.add_to_cart_button:hover{
	background-color: var(--naranja);
	color: transparent;
}
.row-programar .add_to_cart_button::after,
.prod-asesoria .add_to_cart_button::after {
	content: "Elegir Asesoría  ";
	color: #fff;
	display: block;

}

/*.price-popup iframe {
margin: 0 auto;
width: 100%;
}*/
.tit-asesoria  h2 a.vc_gitem-link{
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 30px !important;

}

.btn-asesoria > .vc_general  {
	font-size: 14px;
	background-color: var(--naranja) !important;
	color: #fff !important;
	font-weight: normal;
	padding: 10px 30px;
	transition: .4s all ease;
	width: 70%;
}
.sec-beneficios .wpb_content_element {
	margin-bottom: 0px;
}
.program-excpt > div{
	display: flex;
	margin:20px 0;
}
.program-excpt > div > img{
	margin-right:20px !important;
}


.row-programar{
	height: 500px ;
	box-shadow: 10px 10px 30px #c1c1c1;
	overflow: hidden;
}
.row-programar  ul.products  li{
	border-radius: 5px;
	padding: 0 !important;
	margin: 20px;
	min-height: 600px;
	display: flex;

}

.row-programar .price .woocommerce-Price-amount  {
	position: absolute;
	left: -10px;
	top: 300px;
	background-color: var(--naranja);
	z-index: 99999;
	color: #fff;
	padding: 10px 30px;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
}

.row-programar .woocommerce-product-details__short-description {
	padding: 30px 3em 0!important;
	text-align: left;
	width: 50%;
}
.row-programar .woocommerce-loop-product__title{
	font-size: 30px !important;
	position: absolute;
	top: 150px;
	color: #fff;
	text-align: center;
	width: 20%;
	left: 5%;
	font-weight: 400;
}
.row-programar img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	height:500px !important;
	object-fit: cover;
	width: 40% !important;
}
.col-progrmar > .vc_column-inner{
	padding: 0!important;
}
.row-programar a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: flex;
	width: 80%;
}
.row-programar a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img{
	width:40%;
}
.row-programar a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .program-excpt{
	width:60%;
	padding: 4em;
	color: #000;
}
.row-programar a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .program-excpt img{
	width:initial !important;
}
.row-programar .abre-price{
	width: 200px !important;
	top: 45%;
	height:40px;
	position: absolute !important;
	left: initial !important;
	right:130px !important;


}
.row-programar a.add_to_cart_button{
	position: absolute;
	top: 200px;
	width: 200px;
	right: -500px;


}
.row-programar .window-popup{
	width:400px;
	height: 500px;
	visibility: visible;
}
.row-programar .window-popup > .price-popup{
	height: 100%;
	background-color: transparent !important;

}
.row-programar .hidden-popup {

}
.row-programar  span.precios-trm {
	width: 20%;
	position: relative;
}
/*************************************************************/
/*                            product                        */



.woocommerce  div.quantity {
	float: initial !important;
	margin: 20px auto !important;
}
.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: initial;
	background-color: var(--naranja) !important;
}
.product-all span.woocommerce-Price-amount.amount {
	color: var(--naranja);
	font-weight: 600;
	font-size: 45px;
	font-family: 'Bebas Neue', cursive;
}
.col-beneft{
	background-color: #fff;
	box-shadow: 0 5px 30px #bebebe ;
	padding: 1em 3em;
}
.col-beneft h2{
	font-size: 55px;
	line-height: initial;
	color: var(--negro);
	font-weight: 500;

}

span.precios-trm {
	display: block;
}
.single-product .cart .abre-price {
	margin: 20px 0 !important;
	width: 200px !important;
	display: block;
}
.prod-asesoria a.woocommerce-LoopProduct-link.woocommerce-loop-product__link p{
	margin-top: 50px ;
}
/*************************************************************/
/*                            tienda                        */
.woocommerce-page aside#secondary,
.woocommerce-page .woocommerce-result-count,
.woocommerce-page  .woocommerce-ordering {
	display: none;
}
#main > nav.woocommerce-breadcrumb {
	display: none;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em 20%;
	padding: 0;
	font-size: .92em;
	color: var(--naranja) !important;
}

.woocommerce-page .section-about > .wpb_column > .vc_column-inner, .tienda-row{
	max-width: 1170px;
	margin: auto auto;
	padding: 0 !important;
	left: initial !important;
}
.tienda-row h4 {
	background-color: var(--naranja);
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 10px 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 20px ;
}
.tienda-row ul.product-categories {
	border: 2px solid #EFEFEF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 2em;
	border-top: 0;
}
.tienda-row ul.product-categories li a{
	color: var(--gris-oscuro);

}
.tienda-row ul.product-categories li a:hover{
	color: var(--naranja);

}
.tienda-row ul.product-categories li {
	border-bottom: 1px solid #EFEFEF;
	padding: 10px;

}
.tienda-row ul.product-categories li.current-cat a{
	color: var(--naranja) !important;
}
.tienda-row h2.woocommerce-loop-product__title {
	text-align: center;
	color: var(--gris-oscuro);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px !important;
}
.tienda-row span.price {
	text-align: center;
	color: #000 !important;
	font-weight: 400 !important;
	font-family: 'Bebas Neue', cursive;

}
.woocommerce ul.products li.product .price{
	font-size: 25px;
}
.tienda-row ul.products li.product{

	margin: 15px 8px;
} 
.tienda-row ul.products li.product p{
	width:80%;
	margin:10px auto;
	font-size:15px;
}
.tienda-row ul.products li.product .program-excpt{
	display: none;
} 
.tienda-row ul.products li.product img{
	height: 250px !important;
	object-fit: cover;
	margin: 0 auto !important;
	width: auto !important;
}
.tienda-row a.add_to_cart_button {
	background-color: var(--naranja);
	color: #fff;
	width: 60%;
	margin: 1em auto;
	left: 20%;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
	text-align: center;
	border-radius:0;
}
.tienda-row .woocommerce-product-details__short-description{
	display: none;
}
/*************************************************************/
/*                    Finalizar Compra                       */

.row-finalizar-compra .woocommerce-additional-fields{
	display: none;
}
.row-finalizar-compra .woocommerce-billing-fields{
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 33%);
	padding: 3em;
	border-radius: 5px;
	margin-bottom: 100px;
}
.row-finalizar-compra h3{
	font-size: 35px;
	font-weight: 400;
	position: relative;
	margin-bottom:30px;
}
.row-finalizar-compra h3::after{
	content: "";
	width: 50px;
	height: 3px;
	bottom:0;
	left: 0;
	position: absolute;
	background-color: var(--naranja);

}
.row-finalizar-compra .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 60% !important;
}
.row-finalizar-compra .woocommerce table.shop_table {
	border: 0;
	margin: 50px 0;
}
.woocommerce table.shop_table tfoot {
	border: 0;
	width: 100%;
}
.woocommerce table.shop_table tfoot th{
	text-align: right;
}
.woocommerce table.shop_table tfoot .cart-subtotal td {
	background-color: var(--gris-medio);
	color: #fff;

}
.woocommerce table.shop_table tfoot .order-total td {
	background-color: var(--negro);
	color: #fff;
	font-size: 20px;
}
.row-finalizar-compra th.product-name, .row-finalizar-compra th.product-total{
	color: var(--naranja);
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border-top: 0 !important;
}

.pagos-compra{
	margin: 30px 0 100px;
}

.row-finalizar-compra .woocommerce-billing-fields__field-wrapper input,
.row-finalizar-compra .woocommerce-billing-fields__field-wrapper select{
	height: 50px;
}
.row-finalizar-compra .woocommerce-billing-fields__field-wrapper input:placeholder{
	background-color: transparent;
}
.row-finalizar-compra .woocommerce-billing-fields__field-wrapper .form-row{
	position: relative;
	padding: 3px;
	margin: 40px auto;
}
.row-finalizar-compra .woocommerce-billing-fields__field-wrapper label{
	position: absolute;
	top: -20px;
	left: 4%;
	background-color: #fff;
	padding: 0px 10px;
	z-index: 9;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: var(--naranja) transparent transparent transparent;
}

span.select2-selection.select2-selection--single {
	height: 50px;
	padding-top: 10px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #fff !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: var(--naranja)!important;

}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: left;
}


a.woocommerce-privacy-policy-link,
a.woocommerce-terms-and-conditions-link {
	color: #000;
	font-weight: 600;
}
.woocommerce-checkout .woocommerce-checkout{
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
}

.woocommerce-checkout .woocommerce-checkout #customer_details{
	width: 55%;
	height: 100%;
	margin-right: auto;
}
.row-finalizar-compra .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100% !important;
}

.woocommerce-checkout .woocommerce-checkout #order_review_heading{
	width: 40%;
	height: 10%;
	display: none;
}

.woocommerce-checkout .woocommerce-checkout #order_review{
	width: 40%;
	height: 90%;
	position: relative;
}

.woocommerce-checkout .woocommerce-checkout #order_review::before{
	content: 'Tu pedido';
	font-size: 35px;
	font-weight: 400;
	font-family: 'Bebas Neue', cursive;
}
html[lang="fr-FR"] .woocommerce-checkout .woocommerce-checkout #order_review::before{
	display: none
}
.woocommerce-checkout .woocommerce-checkout #order_review::after{
	content: "";
	width: 50px;
	height: 3px;
	top: 45px;
	left: 0;
	position: absolute;
	background-color: var(--naranja);
}
.woocommerce-checkout .woocommerce-checkout #order_review table{
	margin-top: 0;
}




.single-videos iframe {
	width: 100%;
	height: 600px;
}

.single-videos main#primary {
	margin-top: 100px !important;
}


.cart_totals  .wc-proceed-to-checkout a {
	background-color: var(--negro) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 30px;
}

.pais-test{
	color: #000;
	display: inline-block;
	width: 100%;

}
.testimonios-nav h3 {
	font-size: 30px;
	padding: 0 !important;
}

.single-product div.product form.cart .button::after{
	content: "Añadir al carro ";
	color: #fff;
}
.sec-blog .vc_gitem-zone {
	overflow: visible !important;
}
.woocommerce-thankyou-order-received{
	font-size:25px;
	font-weight:700;
}
.page-id-456 .woocommerce-thankyou-order-received::after{
	content:"Hemos enviando un correo con los datos para realizar el giro.";
	display: block;

}
li.outofstock::after {
	content: "";
	background-color:var(--negro);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	opacity:.8;
}
li.outofstock::before {
	content: "AGOTADO";
	color:#fff;
	font-size:40px;
	font-weight:800;
	text-align:center;
	position: absolute;
	top:50% ;
	left: 0;
	z-index: 99999999 ;
	width: 100%;
}
li.outofstock .button {
	display: none;
}
.prod-asesoria  li.outofstock  .woocommerce-Price-amount {
	position: absolute;
	left: 0;
}
li.product.type-product.post-17631.virtual.purchasable.product-type-simple,
li.product.type-product.post-18090.virtual.purchasable.product-type-simple,
li.product.type-product.post-23064.virtual.purchasable.product-type-simple{
	border: 15px solid var(--naranja);
}
li.product.type-product.post-23064.virtual.purchasable.product-type-simple {
    border: 6px solid var(--naranja);
}



/*************************************************************/
/*                           pop up                          */
/*************************************************************/


.hidden-popup{
	display:none; 
}
.open-popup{
	display:block;
}
.window-popup{
	position:fixed;
	z-index:9999;
	background:rgba(15,15,17, 0.35);
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.window-popup-controls{
	position:fixed;
	right:0;
	top:0;
	width:44px;
	height:44px;

}
.window-popup-controls span{
	display:block;
	width:44px;
	height:44px;
	color: #fff;
	background-color: #DA493A;
	font-size:24px;
	line-height:44px;
	text-align:center;
}
.window-popup-controls span:hover{
	cursor:pointer;
}
.price-popup{
	position: relative;
	padding: 24px;
	width:350px;
	margin: 88px auto;
	border-width: 0;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

















.site-main .tienda-row .product{
	width: 25% !important;
}

.window-popup {
	position: static;
	display: block !important;
	pointer-events:none
}

.price-popup{
	margin: 0;
	padding: 0;
}

.window-popup{
	position: static;
	background: inherit !important;

}


.window-popup > .price-popup,
.window-popup > .price-popup > iframe{
	position: relative;
	width: 100%;
}

.window-popup > .price-popup > iframe{
	height: 0px;
	overflow: hidden;
	transition: .4s all ease;
}

.abre-price.activo ~ .window-popup > .price-popup > iframe{
	height: 900px;
}

.page .abre-price.activo ~ .window-popup > .price-popup > iframe{
	height: 635px;
}


.window-popup-controls{
	display: none;
}

.price-popup > iframe{
	width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods {
	position:relative;
	
}
/* .woocommerce-checkout #payment ul.payment_methods::after{
	content:"";
	background-image: url(http://patricelafforgue.com/wp-content/uploads/2021/09/Enmascarar-grupo-1774.png);
	width: 80%;
	height: 100%;
	position: absolute;
	left: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
} */
.woocommerce-checkout-payment .wc_payment_methods .payment_method_ppcp-card-button-gateway label::after {
    content: "";
    background-image: url(http://patricelafforgue.com/wp-content/uploads/2021/09/credito.png);
    width: 90px;
    height: 50px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}

li.wc_payment_method.payment_method_ppcp-card-button-gateway {
    display: flex;
    align-items: center;
}

li.wc_payment_method.payment_method_ppcp-card-button-gateway label {
    display: flex;
    align-items: center;
}


.woocommerce-checkout-payment .wc_payment_methods .payment_method_ppcp-gateway label::after {
	content:"";
	background-image: url(https://patricelafforgue.com/wp-content/uploads/2024/10/paypal-seeklogo.png);
	width: 90px;
	height: 50px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	
    margin-left: 10px;
}

.woocommerce-checkout-payment .wc_payment_methods .payment_method_bacs label::before {
	content: "";
	background-image: url(https://patricelafforgue.com/wp-content/uploads/2022/08/Bancolombia-logo.png);
	width: 35%;
	height: 50px;
	position: absolute;
	left: 40%;
	background-size: contain;
	background-repeat: no-repeat;
}
.woocommerce-checkout-payment li.wc_payment_method{
	position:relative;
	height: 42px;

}
.woocommerce-message {
	display: none;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	pointer-events: none;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.coupon-special.ui-resizable{
	width: 100% !important;
	top: 0px !important;
	left: 0 !important;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
	display: none;
}
form#ui-id-1 p.form-row.form-row-first {
	display: block;
	width: 100%;
	margin: 0 !important;
}
form#ui-id-1 p{
	margin:0 !important;
}
form#ui-id-1{
	border: 0 !important;
	padding: 0 !important;
}
.woocommerce-page form .form-row-last {
	width: initial !important;
}
form#ui-id-1 button.button {
	background-color: var(--naranja) !important;
	color: #fff !important;
}

.nuev-ase .woocommerce ul.products li.product .program-excpt  img {
	width: 30px !important;
	height: 30px;
	margin:0;
}
.nuev-ase ul.products {
	display: flex !important;
	justify-content: space-between;
}
.nuev-ase .program-excpt > div {
	display: flex;
	width:50%;
	margin: 20px auto 0;
	align-items: center;
	color:#404040;

}

div#comments {
	width: 100%;
	margin: 100px 0 0;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
	padding: 2em 2em 0;
	border-radius: 10px;
	background-image: url(http://patricelafforgue.com/wp-content/uploads/2021/08/Enmascarar-grupo-1712.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50%;
}
div#comments h3#reply-title {
	font-size: 30px;
	font-weight: 400;
}
div#comments p.logged-in-as a {
	color: var(--naranja);
	font-size: 15px;
}
div#comments input#submit {
	background-color: var(--naranja);
	color: #fff;
	font-weight: 700;
	border: 0;
	cursor:pointer;
}
div#comments input#submit:hover{
	background-color: var(--negro);
}
.comment-author.vcard img{
	border-radius:50%;
	border: 2px solid var(--naranja);
}
h2.comments-title {
	font-weight: 400;
}
.comment-author  b.fn {
	text-transform: uppercase;
}
.comment-metadata time{
	color: #c1c1c1;
	margin-left:38px;
	font-size:15px;
}
ol.comment-list {
	padding: 0;
}
ol.comment-list li {
	margin:20px 0;
}
.comment-content {
	margin-left: 38px;
}
.reply a,
a.comment-edit-link {
	color: var(--naranja);
}
#commentform label {
	position: absolute;
	top: -13px;
	background: #fff;
	padding: 0 10px;
	left: 6px;
	font-weight: 500;
}
#commentform > p{
	position: relative;
}
#commentform input {
	min-height: 45px;
}
.comment-form-cookies-consent label{
	position: relative;
	top: 10px !important;
	left: initial !important;
}
/*************************************************************/
/*                         Responsive                        */
/*************************************************************/

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

	.entry-content {
		margin: 0 auto !important;
		max-width: 100%;
		width: 90%;
	}
	.bannerinfo p {
		color: #fff;
		font-size: 12px;
	}
	.info-testimonios {
		padding: 10px 2em;
	}
	.info-testimonios .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 0;
		padding-bottom: 0;
	}
	.info-testimonios p{
		font-size:14px;
	}
	.col-about {
		padding: 30px 0 0;
		margin: 0 auto 30px;
		max-width: 90%;
	}
	.row-step >.wpb_column > .vc_column-inner > .wpb_wrapper {

		margin: 0 auto;
		width:100%;

	}
	.vc_empty_space.border-empty {
		display: none;
	}
	.woocommerce-checkout .woocommerce-checkout {
		display: block;
	}
	.woocommerce-checkout .woocommerce-checkout #customer_details {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce-checkout #order_review {
		width: 100%;
	}
	.row-programar a.add_to_cart_button {
		position: absolute;
		top: 10px;
		right: initial;
		width:200px
	}
	.col-about h1 {
		font-size: 40px;
	}
	.col-about h2 {
		font-size: 18px;
	}
	.col-about p{
		font-size:15px;
	}
	.woocommerce-checkout-payment .wc_payment_methods .payment_method_paypal label::after {
		content: "";
		right: 15%;
		top: -17px;
	}
	.woocommerce-checkout-payment .wc_payment_methods .payment_method_bacs label::before {
		content: "";
		left: 53%;
		top: -20%;
	}
	.sec-ayuda-home {
		background: none !important;
		padding: 0 !important;
		height:100%;
	}
	.grid-videos {
		margin-top: -150px;
	}
	/*************************************************************/
	/*                          HEADER                           */

	header#masthead {
	}
	.top-menu {
		width: 100%;
		margin: 0 auto;
		height: 70px;
	}
	button#toggle {
		display: block;
	}
	.red-shop a{
		padding:10px;
	}

	.red-btn a{
		border-radius: 5px;
		border:2px solid var(--negro);
		padding:10px;
		transition: .4s all ease;
		font-weight: 600;
	}
	.red-btn a:hover{
		color: #fff !important;
		background-color: var(--negro);
	}


/* 	.top-menu .logo {
		margin-left: 15px;
	} */

	#primary-menu.menu {
		position: absolute;
		visibility: hidden;
		right: -100%;
		z-index: 9;
		top: 90px;
		background-color: #fff;
		transition: .4s all ease;
		padding: 20px 0;
	}

	/* on activation */
	#primary-menu.menu.on {
		position: absolute;
		visibility: visible;
		display: block !important;
		left: 0;
		right: 0;
		z-index: 9;
		top: 65px;
		background-color: #fff;
	}
	#primary-menu.on > li {
		background-color: #fff;
		width: 100%;
		padding: 5px 15px;
		margin-left: 0;
		/* border-bottom: 1px solid var(--gris-medio);*/
	}
	#primary-menu.on > li >a{
		color: var(--naranja);
	}
	/* menu appearance*/
	#toggle {
		display: block;
		width: 28px;
		height: 30px;
		
	}
	button#toggle {
		background-color: transparent;
		background-image:url('http://patricelafforgue.com/wp-content/uploads/2021/08/icons8-menu-redondeado-50.png');
		background-position:center;
		background-size:100% 100%;
		border:none;

	}





	/* on activation sub menu  */


	.site-header>nav>.menu-menu-1-container>.menu>li.focus>.sub-menu {
		left: 0;
		right: 0;
		transform: inherit !important;
		width:100%;
	}
	header>nav>.menu-menu-1-container>.menu>li.focus>.sub-menu {
		visibility: visible !important;
		position: relative !important;
		opacity:1;
	}
	/*************************************************************/
	/*                          Footer                           */
	/*************************************************************/
	footer#colophon {
		padding-top: 3em;
	}
	.footer-content {
		width: 90%;
		margin: 0 auto;
	}
	.copy1,
	.foot-1 {
		display: block;
	}
	.foot-cols{
		display: block;
		padding: 1em;
	}
	.foot-1 {
		padding: 0;
	}
	.foot-1 img{
		width: 100%;
	}
	.foot-1 > section:nth-child(1){
		width: 100%;
	}
	.foot-1 > section:nth-child(2){
		width: 100%;
	}
	.foot-1 > .widget_text{
		width: 100%;
	}
	.foot-1 ul.menu {
		display: block;
	}
	.foot-1 ul#menu-services li {
		padding: 10px;
		margin: 0 5px;

	}
	.redes-footer ul {
		display: flex;  
	}

	.foot-2 , .foot-3 {
		width: 100%;
	}
	.foot-3 ul {
		display: block;

	}

	.foot-4 {
		width: 75%;
		border-left: 1px solid;
		padding: 0 2em;
	}
	.foot-4 .footer-area-cuatro .textwidget{
		display: block; 
	}


	.copy1{
		padding: 20px 0;
		align-items: center;
	}
	.copy1 a,
	.copy1 p{
		text-align: center;
	}
	.row-finalizar-compra .woocommerce-billing-fields__field-wrapper label {
		font-size: 10px;
	}
	p#billing_first_name_field {
		margin-bottom: 0;
	}
	/*************************************************************/
	/*                            Home                           */
	.sec-banner-home{
		height: 85vh;
		background-repeat: no-repeat;
		background-size: auto 100% !important;
		background-position: right !important;
		background-image: url(http://patricelafforgue.com/wp-content/uploads/2021/09/patrice-1.jpg) !important;
	}
	.bannerinfo h1 {
		font-size: 30px;
		line-height: initial;
	}
	.bannerinfo h3 {
		font-size: 15px;
	}
	.sec-banner-home {
		justify-content: space-around !important;
	}
	.btn-rojo {
		font-size: 14px;
		padding: 10px 20px;
	}

	.row-testimonios .slide-testimonios .slick-slide {
		margin: 0;
		border-left: 0;
		padding: 0;
	}
	.col-ayuda h2 {
		font-size: 40px;
	}
	.col-ayuda {
		padding: 4em 2em;
	}


	.grid-videos {
		padding: 0;

	}
	.slide-testimonios .slick-prev,
	.slide-testimonios .slick-next{
		display: none !important;
	}
	.ayuda-bottom h2,
	.ayuda-bottom p,
	.last-blogs h2,
	.last-blogs p,
	.last-blogs a{
		text-align: center;
	}


	.vc_section {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
	}



	/*************************************************************/
	/*                            Blog                           */

	.single main#primary,
	.blog main#primary {
		display: block;
		width: 90%;
	}
	.blog-container {
		width: 100%;
		display: block;
	}
	.side-bar-blog {
		width: 90%;
		margin:0 auto;
	}
	.blog-top{
		margin: 0 auto;
		border-bottom: 1px solid;
		width: 90%;
		padding: 50px 0;
	}

	.mk-post-recent {
		width: 100%;
		margin: 50px auto;
	}


	.relacionados-new {
		margin: 50px auto;
		width: 90%;
	}
	h3.title-related {
		font-size: 45px;
		text-align: center;
		font-weight: 500;
	}
	.content-boxes-new {
		display: block;
	}
	.content-boxes-new .mk-post-recent {
		width: 90%;
		position: relative;
		margin: 50px auto;
	}
	.content-boxes-new  .mk-post-box {
		width: 100%;
	}
	.single .firma {
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}
	.single .entry-content blockquote.wp-block-quote {
		padding: 20px;
	}

	.single .entry-content blockquote.wp-block-quote p {
		font-size: 20px;
	}
	.single h1.entry-title {
		font-size: 35px;
		line-height: initial;
	}
	.single .entry-content blockquote.wp-block-quote a {
		bottom: -40px;
		left: 0;
		width: 80%;
		text-align: center;
	}

	.blog-top .tt-blog{
		width: 100%;
	}

	.ayuda-bottom {
		padding: 2em 0;
		display: block;
		width: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}

	/*************************************************************/
	/*                        Testimonios                        */
	.section-about {
		background: none !important;
		height: auto;
	}
	.testimonios-nav .vc_pageable-slide-wrapper {
		padding: 10px;
	}
	.testimonios-nav  .vc_gitem_row {
		padding: 10px;
	}
	.sec-av-test {
		background: none !important;
		height: 100%;
	}

	.tienda-row ul.products.columns-3 {
		display: inline-grid;
		justify-content: center;
		align-items: center;
		justify-items: center;
	}

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;

	}
	.info-asesoria .fondo-gris {
		width: 100%;
		margin: 0 auto;
	}
	.asesoria-col > .vc_column-inner > .wpb_wrapper {
		display: block;
	}
	.asesoria-col {
		padding: 2em 1em;
	}
	.row-programar {
		height: 100%;
	}

	.row-finalizar-compra .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
		width: 100% !important;
	}

	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100% !important;
		overflow: visible;
	}

	.archive-pagination ul li {
		margin: 5px;
	}

	.section-Noimprov {
		background: none !important;align-content}
	.camp-pers {
		display: none;
	}
	.row-programar ul.products li {
		display: block;
	}
	.row-programar a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		display: block;
		width: 100%;
	}
	.row-programar img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
	.row-programar a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .program-excpt{
		width: 100% !important;
	}
	.row-programar a.add_to_cart_button {
		position: relative;

	}

	.row-programar .abre-price {
		position: initial !important;
		height: 40px;
	}

	.vc_responsive .vc_grid-filter {
		display: block!important;
	}
	.single .entry-content .flex-blog {
		display: block;
	}
	.single .entry-content iframe {
		width: 100%;
		margin-left: 0;
		min-height: 200px !important;
	}
	.info-testimonios h3 a {
		font-size: 20px;
		line-height: initial;
	}

	.vc_gitem-zone-a .vc_gitem-row-position-middle{
		top: 60%;
	}

	.testimonios-nav h3 {
		font-size: 25px;
		padding: 0 !important;
		line-height: initial;
	}

	.prod-asesoria ul.products {
		flex-wrap: wrap;
	}
	.site-main .tienda-row .product {
		width: 100% !important;
	}	
	.row-programar a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .program-excpt {
		padding: 1em;
	}
}


/* Interna nueva */

.filaMediosHablan > .colStiky{
  position: sticky;
  top: 60px;
  left: 0;
}


.filaMediosHablan > .colFlex > div > div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filaMediosHablan > .colFlex > div > div > .card{
  width: 50%;
  margin-bottom: 40px;
}


.filaMediosHablan > .colFlex > div > div > .card > div > div{
  padding: 0;
}


.filaMediosHablan > .colFlex > div > div > .card > div > div > .wpb_wrapper{
  box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}

.filaMediosHablan > .colFlex > div > div > .card > div > div > .wpb_wrapper > .img{
  margin-bottom: 15px;
}

.filaMediosHablan > .colFlex > div > div > .card > div > div > .wpb_wrapper > .logo{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.filaMediosHablan > .colFlex > div > div > .card > div > div > .wpb_wrapper > .wpb_text_column{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.filaMediosHablan > .colFlex > div > div > .card > div > div > .wpb_wrapper > .wpb_text_column h3{
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}

.filaMediosHablan > .colFlex > div > div > .card > div > div > .wpb_wrapper > .wpb_text_column a{
  color: var(--naranja);
  font-weight: bold;
}

.filaMediosHablan > .colFlex > div > div > .card > div > div > .wpb_wrapper > .wpb_text_column a::after{
  content: '';
  width: 16px;
  height: 8px;
  background-image: url(https://patricelafforgue.com/wp-content/uploads/2022/11/flechaDer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}

.filaMediosHablan .colStiky .carticulosRecient #search-2,
.filaMediosHablan .colStiky .carticulosRecient #categories-4,
.filaMediosHablan .colStiky .carticulosRecient #custom_html-5{
  display: none;
}

.filaMediosHablan .colStiky .carticulosRecient h2{
  font-weight: normal;
  margin-bottom: 15px;
}

.filaMediosHablan .colStiky .carticulosRecient ul > li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.filaMediosHablan .colStiky .carticulosRecient ul > li > img{
  width: 35%;
}

.filaMediosHablan .colStiky .carticulosRecient ul > li > a{
  width: 60%;
  color: #000;
}

.filaMediosHablan .colStiky .bloqueAyuda > div{
  background-color: var(--naranja);
  padding: 20px;
}

.filaMediosHablan .colStiky .bloqueAyuda > div h3{
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  margin: 0;
}

.filaMediosHablan .colStiky .bloqueAyuda > div p{
  color: #fff;
  margin-bottom: 10px;
}

.filaMediosHablan .colStiky .bloqueAyuda > div p a{
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  transition: .4s all ease;
}

.filaMediosHablan .colStiky .bloqueAyuda > div p a:hover{
  color: #000;
  background-color: #fff;
}


.pag-videos.mediosHab .titulo{
  text-align: center;
  margin-bottom: 80px;
}

.pag-videos.mediosHab .titulo h2{
  font-size: 40px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 40px;
  color: #000;
}

.pag-videos.mediosHab .titulo p{
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}









/*- Quiz -*/ 


.secQuiz #ays-quiz-container-1{
  width: 100% !important;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.1) !important;
  margin-bottom: 80px !important;
}

.secQuiz #ays-quiz-container-1 .ays_quizn_ancnoxneri_qanak{
  display: none;
}

.secQuiz #ays-quiz-container-1 form{
	overflow: hidden !important;
	 
}

.secQuiz #ays-quiz-container-1 form .ays_buttons_div input[type="button"]{
  background-color: var(--naranja) !important;
  color: #fff !important;
}

.secQuiz #ays-quiz-container-1 form .step{
  position: relative;
}




.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: .4fr 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
	padding-bottom: 30px;
}

.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs .ays-image-question-img { grid-area: 1 / 1 / 3 / 2; }
.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs .ays_quiz_question { grid-area: 1 / 2 / 2 / 3; }
.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs .ays-quiz-answers { grid-area: 2 / 2 / 3 / 3; }
.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs .ays_buttons_div { grid-area: 3 / 1 / 4 / 3; } 




#ays-quiz-container-1 .ays-quiz-questions-nav-wrap{
  box-shadow: inherit;
	width: 80%;
	padding-top: 10px;
}

#ays-quiz-container-1 .ays-quiz-questions-nav-wrap > div > div{
	margin: 0;
}

#ays-quiz-container-1 .ays-quiz-questions-nav-wrap > div > div.ays-quiz-questions-nav-item-active a{
	box-shadow: inherit !important;
}

#ays-quiz-container-1 .ays-quiz-questions-nav-wrap > div > div > a{
	border: 0;
	font-size: 25px;
	opacity: .8;
	font-weight: bold;
	transition: .4s all ease;
	position: relative;
	padding-bottom: 10px;
}


#ays-quiz-container-1 .ays-quiz-questions-nav-wrap > div > div > a::after{
	content: '';
	width: 100%;
	height: 3px;
	background-color: var(--naranja);
	bottom: 0;
	left: 0;
	position: absolute;
	transform: translateY(10px);
	transition: .4s all ease;
	opacity: 0;
}


#ays-quiz-container-1 .ays-quiz-questions-nav-wrap > div > div.ays-quiz-questions-nav-item-active > a{
	opacity: 1;
	color: #000 !important;
}

#ays-quiz-container-1 .ays-quiz-questions-nav-wrap > div > div.ays-quiz-questions-nav-item-active > a::after{
	transform: translateY(0px);
	opacity: 1;
}




#ays-quiz-container-1 .ays_buttons_div{
  display: flex;
  justify-content:center;
  width: 100%;
  margin: 0;
}

#ays-quiz-container-1 .ays_buttons_div input{
  display: block !important;
	margin: 0 5px;
}

.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs .ays-image-question-img{
  padding-right: 30px;
}

.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs .ays_quiz_question p{
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: normal;
  font-family: 'Bebas Neue', cursive;
  color: #000;
}

.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs .ays-quiz-answers label:hover{
  background-color: #A8D4B4 !important;
  color: #000 !important;
  font-weight: 600 !important;
}


.secQuiz #ays-quiz-container-1 form .step > p.ays-question-counter{
  display: none;
}

.secQuiz #ays-quiz-container-1 form .step .ays-start-page{
  display: block;
}

.secQuiz #ays-quiz-container-1 form .step .ays-start-page .ays_buttons_div{
  display: block !important;
	text-align: center;
}

.secQuiz #ays-quiz-container-1 form .step .ays-start-page .ays_buttons_div > input{
	margin: 0 auto;
}

.secQuiz #ays-quiz-container-1 form .step .ays-end-page{
  display: block;
  text-align: left;
  width: 50%;
  margin-left: auto;
  margin-right: 60px;
}

.secQuiz #ays-quiz-container-1 form .step .ays-end-page img{
  position: absolute;
  bottom: 0;
  left: 12%;
  height: 100%;
  width: auto;
}

.secQuiz #ays-quiz-container-1 form .step .ays-end-page h2{
  margin: 0;
  font-size: 34px;
  color: #000;
  font-weight: 500 !important;
}

.secQuiz #ays-quiz-container-1 form .step .ays-end-page .ays_buttons_div{
  display: block;
}

.secQuiz #ays-quiz-container-1 form .step .ays-end-page .ays_buttons_div input{
  background-color: var(--naranja) !important;
  color: #fff !important;
}

.bannerQuiz.gracias .enviar{
  background-color: var(--naranja);
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  
}
#ays-quiz-questions-nav-wrap-1 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-answered a.ays_questions_nav_question {
  background-color: rgba(219,72,58,.2);
  border-radius: 0;
  color: #515151;
}
@media(max-width: 900px){
	.secQuiz #ays-quiz-container-1 form{
  padding: 20px;
}

.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs .ays-image-question-img{
  padding: 0;
}

.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs{
  display: flex;
  flex-direction: column;
}

.secQuiz #ays-quiz-container-1 form .step .ays-end-page img{
  display: none;
}

.secQuiz #ays-quiz-container-1 form .step .ays-abs-fs{
  width: 100%;
  margin: 0;
}
 .single-post .entry-content iframe {
	width: 100%;
    height: 100% !important;
    min-height: 180px !important;
	 margin:20px auto;
	 }
	}

/******************************* INTERNA ASESORÍA ****************************
 * ******************************************************************************/

.header-asesoria {
    min-height: 500px;
	padding-top: 150px;
}

.header-asesoria h1,
.header-asesoria h2 {
	font-size: 74px;
	color: #fff;
	background-color: #DB483A;
    display: inline;
}

.asesoria-datos p strong {
    font-size: 55px;
    font-family: 'Bebas Neue';
    font-weight: 300;
    margin-right: 9px;
}

.asesoria-datos p {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    text-align: left !important;
}

.asesoria-datos .wpb_column {
    border-right: 1px solid #DB483A;
    text-align: center;
}

.asesoria-datos .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.asesoria-datos .vc_column-inner {
    padding: 0 !important;
}

.asesoria-datos {
    padding-top: 50px;
    padding-bottom: 50px;
}
.asesoria-datos .wpb_text_column {
    margin-bottom: 0;
}

.tit-asesoria {
    border-bottom: 1px solid #000;
}

.img-testimonio figure {
    border-left: 8px solid #DB483A;
    box-shadow: 0 3px 6px #ccc;
    padding: 10px;
    border-radius: 5px;
}

.destacado-en > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.box-asesoria {
    align-items: flex-end;
    display: flex;
    position: relative;
    flex-flow: wrap;
}

.box-asesoria {
	margin-top: 20px;
	margin-bottom: 30px;
}

.box-asesoria .wpb_text_column {
	margin-bottom: 80px;
}

.destacado-en > div > div .wpb_single_image {
    margin: 0 15px;
}

.box-asesoria:before {
    content: "";
    position: absolute;
    width: 90%;
    right: 0;
    bottom: 0;
    height: 72%;
    background-color: #e9e9e9;
}

.box-asesoria .wpb_single_image {
	margin-bottom: 0 !important;
}

.prod-asesoria ul.products li.featured:after {
    content: "La más popular";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #DB483A;
    z-index: 99;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 25px;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 44%;
    text-align: center;
}

@media only screen and (max-width: 768px) {
	.header-asesoria h1, .header-asesoria h2 {
		font-size: 35px;
	}
	
	.box-asesoria {
		border-bottom: 4px solid var(--naranja);
	}
	
	.box-asesoria .vc_column-inner {
    	padding-top: 0 !important;
	}
	
	.box-asesoria h2 {
		margin-top: 20px;
		line-height: 50px;
	}
}

.whatsapp-cta {
	border-radius: 10px;
	padding: 40px 100px;
	color: #fff;
	    width: 90%;
    margin: 0 auto !important;
}



.whatsapp-cta h3 {
	font-family: 'Bebas Neue', cursive;
	font-size: 40px;
	position: relative;
	font-weight: 300;
	    line-height: 35px;
}

.whatsapp-cta h3:before {
	content: url(https://patricelafforgue.com/wp-content/uploads/2023/09/Icon-simple-whatsapp.png);
	display: inline-block;
	margin-right: 10px;
}

.whatsapp-cta p {
	margin-top: 0;
	color: #fff;
}

.whatsapp-cta  .wpb_text_column {
	margin-bottom: 0;
}

.whatsapp-cta .vc_column-inner {
	padding-top: 0 !important;
}

.whatsapp-cta a {
	color: #139527;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 38px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
	transition: all .6s ease;
}

.whatsapp-cta a:hover {
	background-color: #FAFAFA;
}

.ver-testimonios {
	display: none;
}

@media only screen and (max-width: 768px) {
	.whatsapp-cta {
		padding: 20px;
	}
	
	.whatsapp-cta a {
		display: block;
		margin-top: 20px;
	}
	
	.ver-testimonios {
		display: block;
	}
	
	.ocultar-movil {
		display: none;
	}
	
	.ocultar-movil.activo {
		display: block;
	}
}

.cont-popup-blog p {
    color: #fff;
}
.cont-popup-blog h2 {
    font-weight: 300;
    font-size: 30px;
}
.cont-popup-blog {
    background-color: #232B26;
    border-radius: 10px 10px 0 0;
    color: #fff;
	padding-bottom: 60px;
}
.cont-popup-blog .wpb_content_element {
	margin-bottom:0 !important;
}

#pum-20483 button.pum-close.popmake-close {
    top: auto !important;
    bottom: 23px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.cont-popup-blog .nombre-popup {
	font-size: 14px;
}

@media only screen and (max-width: 450px) {
	div#popmake-20483 {
		width: 100% !important;
		left: 0 !important;
	}
}

.cont-popup-blog .btn-rojo {
    padding: 10px 40px;
}

.que-es-asesoria .wpb_content_element {
	margin-bottom: 0;
}

.img-testimonio > div > div {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
	.box-asesoria .wpb_text_column {
    	margin-bottom: 0px;
	}
	
	.box-asesoria:before {
		content: "";
		position: absolute;
		width: 100%;
		right: 0;
		bottom: 0;
		height: 100%;
		background-color: #f1f1f1;
	}
	
	.asesoria-laura {
    	flex-direction: column-reverse;
	}
	
	.img-testimonio figure {
		padding: 10px;
	}
	
	.img-testimonio > div > div div:nth-child(n+3) {
		display: none;
	}
}

/*-----estilos David-----*/
.avisoPago h2 {
    color: #fff;
    font-size: 28px;
}

/* .footer-area select {
    background-color: transparent;
    color: #878484;
    border: 1px solid #3d3d3d !important;
    height: 40px;
}

.footer-area h4 {
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
    border-top: 1px solid #575757;
    padding-top: 10px;
} */

nav#site-navigation {
    display: flex;
    align-items: center;
	justify-content: flex-end;
}

nav#site-navigation select {
    font-size: 12px;
}

nav#site-navigation h4 {
    font-size: 12px;
	font-family: inherit !important;
}

nav#site-navigation section {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
}

.wcuCurrencySwitcherWidget {
    width: auto !important;
    margin-bottom: 0 !important;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    margin-left: 15px;
}


@media only screen and (max-width: 768px) {
	nav#site-navigation select {
		font-size: 10px;
	}
	
	nav#site-navigation section {
		border-right: 1px solid #ccc;
		padding-right: 15px;
		margin-right: 15px;
	}
	
	
	.wcuCurrencySwitcherWidget {
		width: auto !important;
		margin-bottom: 0 !important;
		padding-left: 15px;
		border-left: 1px solid #ccc;
		margin-left: 15px;
		border-right: 1px solid #ccc;
		padding-right: 15px;
		margin-right: 15px;
	}
	
	.imagen-psicologos img {
		height: 303px;
		object-fit: cover;
		object-position: bottom;
	}
}

.chosen-container.chosen-container-single.chosen-container-single-nosearch {
    width: auto !important;
}



.wcuCurrencySwitcherWidget > div {
	font-size: 12px !important;
		margin-bottom: 0 !important;
}

ul.chosen-results {
    flex-direction: column;
}

a.chosen-single {
    background: transparent !important;
    border: 1px solid #ccc !important;
}

/*LP LIBRO STYLES*/
@charset "UTF-8";
body.page-id-22191 header,
body.page-id-22191 footer, body.page-id-22191 .sec-ayuda.spaTrad {
  display: none;
}

.banner-lp-libro {
  min-height: 50vh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 20%;
  position: relative;
}
@media (max-width: 580px) {
  .banner-lp-libro {
   		background-size: 240% 110%;
	  background-position-y: 4px;
	  background-position-x: left;
	  margin-bottom: 55%;
   	 z-index: 9999;
   	 overflow: visible !important;
  }
	.banner-lp-libro .vc_row{
  transform: translateY(41%);
  }
	.banner-lp-libro .vc_row .info-left{
	  margin-bottom: 0;
		padding: 25px;
  }
	.banner-lp-libro::before{
		height: 50% !important;
		bottom: -7% !important;
	}
	
	
}
.banner-lp-libro::before {
  content: "";
  width: 100%;
  background-image: url(https://patricelafforgue.com/wp-content/uploads/2024/08/Grupo-de-desplazamiento-2.png);
  background-size: 100% 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  display: block !important;
  left: 0;
}
@media (min-width: 1000px) {
  .banner-lp-libro {
  		min-height: 980px;
        background-size: cover;
        padding-bottom: 5rem;
        background-position-y: top;
  }
}
@media (min-width: 700px) {
  .banner-lp-libro .vc_row:first-child .wpb_column:last-child {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .banner-lp-libro .vc_row:first-child .wpb_column:last-child {
    position: absolute;
    right: -15% !important;
    width: 65% !important;
	  bottom: -22% !important;
  }
}
@media (min-width: 1000px) {
  .banner-lp-libro .vc_row:first-child .wpb_column:last-child {
    bottom: -15%;
  }
}
.banner-lp-libro .info-left {
  position: relative;
  z-index: 2;
  padding: 50px;
  background-size: 100% 100%;
}
.banner-lp-libro .info-left h2 {
  color: #db483a;
  font-size: 30px;
  border-bottom: 1px solid #db483a;
  font-family: "Montserrat";
  line-height: 50px;
}
.banner-lp-libro .info-left h2 strong {
  font-size: 64px;
  font-family: "Bebas Neue", cursive;
}
@media (max-width: 780px) {
  .banner-lp-libro .info-left h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-lp-libro .info-left h2 strong {
    font-size: 30px;
  }
}
.banner-lp-libro .info-left p {
  color: #232b26;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
}
@media (max-width: 780px) {
  .banner-lp-libro .info-left p {
    font-size: 16px;
    line-height: 26px;
  }
}

.cta-counter {
  position: relative;
  padding-bottom: 20px;
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cta-counter {
    margin-top: -8%;
  }
}
.cta-counter:before {
  content: "";
  background-color: rgba(112, 112, 112, 0.168627451);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82%;
  display: block !important;
}
.cta-counter .cta-bot {
  padding: 45px 90px;
  background-size: 100% 100%;
  border-radius: 5px;
}
@media (max-width: 780px) {
  .cta-counter .cta-bot {
    padding: 1.5rem;
  }
}
@media (min-width: 700px) {
  .cta-counter .cta-bot {
    display: flex;
    align-items: center;
  }
}
.cta-counter .cta-bot p {
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  margin: 0;
}
@media (max-width: 780px) {
  .cta-counter .cta-bot p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 580px) {
  .cta-counter .cta-bot p:has(a) {
    margin-top: 30px;
  }
}
.cta-counter .cta-bot a {
  background: #db483a 0% 0% no-repeat padding-box;
  border: 1px solid #db483a;
  border-radius: 2px;
  color: #ffffff;
  padding: 14px 30px;
  font-size: 18px;
}
@media (min-width: 700px) {
  .cta-counter .cta-bot a {
    margin-left: 20px;
  }
}
@media (min-width: 1000px) {
  .cta-counter .cta-bot a {
    margin-left: 40px !important;
  }
}
@media (max-width: 780px) {
  .cta-counter .cta-bot a {
    padding: 0.5rem;
  }
}
.cta-counter .cta-bot .vc_column-inner {
  padding: 0;
}
.cta-counter .cta-bot .wpb_text_column {
  margin: 0;
}
.cta-counter .title h2 {
  color: #db483a;
  font-size: 38px;
  font-family: "Montserrat";
}
@media (max-width: 780px) {
  .cta-counter .title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.cta-counter .wpb_text_column {
  margin-bottom: 0;
}
.cta-counter .ult_countdown-row{
  display: flex;
  gap: 70px;
  justify-content: center;
}
@media (max-width: 780px) {
  .cta-counter .ult_countdown-row{
    gap: 15px;
  }
}
.cta-counter .ult_countdown-row .ult_countdown-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat" !important;
  position: relative;
}
.cta-counter .ult_countdown-row .ult_countdown-section:nth-child(1)::after {
  content: ":";
  position: absolute;
  right: -40%;
  top: 7%;
  font-size: 60px;
  font-weight: bold;
  font-family: "Montserrat";
}
@media (max-width: 780px) {
  .cta-counter .ult_countdown-row .ult_countdown-section:nth-child(1)::after, .cta-counter .ult_countdown-row .ult_countdown-section:nth-child(2)::after, .cta-counter .ult_countdown-row  .ult_countdown-section:nth-child(3)::after {
    font-size: 24px;
    right: -25%;
    top: 3%;
  }
}
.cta-counter .ult_countdown-row .ult_countdown-section .ult_countdown-amount {
  color: #232b26;
  font-size: 80px !important;
  font-weight: bold !important;
}
@media (max-width: 780px) {
  .cta-counter .ult_countdown-row .ult_countdown-section .ult_countdown-amount {
    font-size: 24px !important;
  }
}
.cta-counter .ult_countdown-row .ult_countdown-section .ult_countdown-period {
  color: #4d4d4d;
  font-size: 20px !important;
  font-weight: bold !important;
}
@media (max-width: 780px) {
  .cta-counter .ult_countdown-row .ult_countdown-section .ult_countdown-period {
    font-size: 15px !important;
  }
}

@media (min-width: 700px) {
  #beneficios-lp-libro {
    margin-top: 50px;
  }
}

@media (min-width: 900px){
	.row-beneficios-lp-libro{
		display: flex;
		gap: 12px;
	}
	.row-beneficios-lp-libro .wpb_column{
		width: 100%;
		
	}
	.row-beneficios-lp-libro .wpb_column .vc_column-inner{
		padding:0;
		
	}
}
@media (min-width: 1000px) {
  #beneficios-lp-libro {
    margin-top: 0px;
  }
}
#beneficios-lp-libro .info-right h2 {
  font-size: 45px;
  color: #232b26;
}
@media (max-width: 780px) {
  #beneficios-lp-libro .info-right h2 {
    font-size: 24px;
  }
}
#beneficios-lp-libro .info-right p {
  font-size: 16px;
  line-height: 26px;
  color: #232b26;
}
#beneficios-lp-libro h3 {
  color: #db483a;
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat";
  margin-bottom: 30px;
}
@media (max-width: 780px) {
  #beneficios-lp-libro h3 {
    font-size: 20px;
    margin: 20px 0;
  }
}
#beneficios-lp-libro .wpb_text_column, #beneficios-lp-libro .wpb_single_image {
  margin-bottom: 0;
}
#beneficios-lp-libro .item-benefit {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.0705882353);
  border-radius: 3px;
  background-size: 45%;
  background-repeat: no-repeat;
  padding: 25px;
  border-bottom: 8px solid #db483a;
  background-position: right bottom;
  height: 285px;
}
@media (max-width: 780px) {
  #beneficios-lp-libro .item-benefit {
    height: 370px;
  }
}

@media (max-width: 580px) {
  #beneficios-lp-libro .item-benefit {
    height: auto !important;
    margin-bottom: 30px;
  }
}
#beneficios-lp-libro .item-benefit .wpb_wrapper p:has(img) {
  margin-bottom: 0;
}
#beneficios-lp-libro .item-benefit .wpb_wrapper p {
  color: #232b26;
  font-size: 15px;
  line-height: 24px;
}

.contenido-libro-lp {
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
@media (min-width: 800px) {
  .contenido-libro-lp {
    margin-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 780px) {
  .contenido-libro-lp {
    margin-top: 50px;
  }
}
@media (min-width: 800px) {
  .contenido-libro-lp {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.contenido-libro-lp .row-content-libro {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 10px;
}
@media (min-width: 800px) {
  .contenido-libro-lp .row-content-libro {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .contenido-libro-lp .row-content-libro .column-content .wpb_single_image {
    text-align: center;
  }
}
@media (max-width: 580px) {
  .contenido-libro-lp .row-content-libro .column-content .wpb_single_image img {
    width: 200px;
  }
}
.contenido-libro-lp .row-content-libro .wpb_single_image,
.contenido-libro-lp .row-content-libro .wpb_text_column {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .contenido-libro-lp .row-content-libro .wpb_column:first-child {
    width: 40%;
  }
  .contenido-libro-lp .row-content-libro .wpb_column:last-child {
    width: 60%;
  }
}
.contenido-libro-lp .row-content-libro .vc_column-inner {
  padding: 0;
}
.contenido-libro-lp .row-content-libro .info {
  padding-left: 2rem;
  padding-right: 1rem;
}
.contenido-libro-lp .row-content-libro .info .wpb_wrapper h2 {
  color: #232b26;
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 780px) {
  .contenido-libro-lp .row-content-libro .info .wpb_wrapper h2 {
    font-size: 24px;
    margin-top: 20px;
  }
}
.contenido-libro-lp .row-content-libro .info .wpb_wrapper p {
  font-size: 16px;
  color: #232b26;
  font-family: "Montserrat";
  line-height: 26px;
}
.contenido-libro-lp .row-content-libro .info .wpb_wrapper p:nth-child(4) {
  margin-bottom: 0;
  color: #db483a;
  font-size: 30px;
  font-family: "Bebas Neue", cursive;
}
.contenido-libro-lp .info-bot h3 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Montserrat";
  margin-top: 45px;
}
.contenido-libro-lp .info-bot ul {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "li1 li2 li3" "li4 last last";
}
@media (max-width: 580px) {
  .contenido-libro-lp .info-bot ul {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
.contenido-libro-lp .info-bot ul li {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  padding-left: 50px;
  padding-right: 30px;
}
@media (max-width: 580px) {
  .contenido-libro-lp .info-bot ul li {
    padding: 10px 10px 20px 30px !important;
    padding-left: 30px !important;
  }
}
@media (max-width: 780px) {
  .contenido-libro-lp .info-bot ul li {
    padding: 10px 10px 20px 40px !important;
  }
}
@media (max-width: 580px) {
  .contenido-libro-lp .info-bot ul li {
    border: none !important;
  }
}
.contenido-libro-lp .info-bot ul li:nth-child(1) {
  grid-area: li1;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4431372549);
  border-right: 0.5px solid rgba(255, 255, 255, 0.4431372549);
  padding-bottom: 30px;
}
.contenido-libro-lp .info-bot ul li:nth-child(1)::before {
  left: 0;
}
.contenido-libro-lp .info-bot ul li:nth-child(2) {
  grid-area: li2;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4431372549);
  border-right: 0.5px solid rgba(255, 255, 255, 0.4431372549);
  padding-bottom: 30px;
  padding-left: 100px;
}
.contenido-libro-lp .info-bot ul li:nth-child(3) {
  grid-area: li3;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4431372549);
  padding-bottom: 30px;
  padding-left: 100px;
}
.contenido-libro-lp .info-bot ul li:nth-child(4) {
  grid-area: li4;
  border-right: 0.5px solid rgba(255, 255, 255, 0.4431372549);
  padding-top: 40px;
}
.contenido-libro-lp .info-bot ul li:nth-child(4)::before {
  top: 45px;
  left: 0;
}
.contenido-libro-lp .info-bot ul li:last-child {
  grid-area: last;
  padding-left: 100px;
  padding-top: 40px;
}
.contenido-libro-lp .info-bot ul li:last-child::before {
  top: 45px;
}
.contenido-libro-lp .info-bot ul li strong {
  font-size: 18px;
}
.contenido-libro-lp .info-bot ul li::before {
  content: "";
  background-image: url(https://patricelafforgue.com/wp-content/uploads/2024/08/Grupo-17458.png);
  position: absolute;
  left: 40px;
  top: 0;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
}
@media (max-width: 780px) {
  .contenido-libro-lp .info-bot ul li::before {
    width: 20px;
    height: 20px;
    top: 11% !important;
    left: 8px !important;
  }
}
@media (max-width: 580px) {
  .contenido-libro-lp .info-bot ul li::before {
    left: 0 !important;
  }
}

.medios-hablaron-lp {
  margin-top: 60px;
}
@media (max-width: 780px) {
  .medios-hablaron-lp {
    margin-top: 30px;
  }
}
.medios-hablaron-lp h2 {
  color: #db483a;
  font-size: 25px;
  font-family: "Montserrat";
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
@media (max-width: 780px) {
  .medios-hablaron-lp h2 {
    font-size: 20px;
    padding-left: 60px;
  }
}
.medios-hablaron-lp h2::before {
  content: "";
  background-color: #db483a;
  height: 2px;
  width: 80px;
  position: absolute;
  left: 0;
  display: block;
}
@media (max-width: 780px) {
  .medios-hablaron-lp h2::before {
    width: 40px;
  }
}
.medios-hablaron-lp img {
  filter: grayscale(1);
  transition: filter 0.3s ease;
}
.medios-hablaron-lp img:hover {
  filter: grayscale(0);
}

.libro-diferente-lp {
  margin-top: 60px;
  padding-bottom: 50px;
  padding-top: 80px !important;
  margin-bottom: 60px;
}
.libro-diferente-lp h2 {
  color: #db483a;
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 780px) {
  .libro-diferente-lp h2 {
    font-size: 24px;
  }
}
.libro-diferente-lp .item-dif {
  height: 504px;
  background-size: 100% 100%;
  padding: 30px;
  display: flex;
  align-items: end;
}
@media (max-width: 580px) {
  .libro-diferente-lp .item-dif {
    height: 360px;
  }
}
@media (max-width: 780px) {
  .libro-diferente-lp .item-dif {
    background-size: cover;
  }
}
.libro-diferente-lp .item-dif .wpb_wrapper {
  height: auto;
}
@media (min-width: 1200px) {
  .libro-diferente-lp .item-dif .wpb_wrapper {
    height: 50%;
  }
}
.libro-diferente-lp .item-dif .wpb_wrapper p {
  color: #ffffff;
  font-size: 15px;
  line-height: 23px;
}
.libro-diferente-lp .item-dif .wpb_wrapper p strong {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 780px) {
  .libro-diferente-lp .item-dif .wpb_wrapper p strong {
    font-size: 20px;
  }
}
.libro-diferente-lp .item-dif .wpb_wrapper p:first-child {
  font-family: "Bebas Neue", cursive;
  margin-bottom: 0;
}
.libro-diferente-lp .item-dif .wpb_wrapper p:nth-child(2) {
  margin-top: 0;
}

.recupera-amor-lp {
  display: flex;
  justify-content: center;
}
@media (min-width: 1000px) {
  .recupera-amor-lp .row-final-libro {
    max-width: 85%;
  }
  .recupera-amor-lp .row-final-libro .wpb_column:last-child {
    position: absolute;
    right: 0;
    bottom: -20%;
  }
}
.recupera-amor-lp .info-left .wpb_wrapper p {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  margin-top: 0;
}
.recupera-amor-lp .info-left .wpb_wrapper p:nth-child(4){
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}
.recupera-amor-lp .info-left .wpb_wrapper p:nth-child(4) strong{
	text-decoration: line-through;
	color: #868686;
	font-size: 18px;
	font-weight: 600;
}
.recupera-amor-lp .info-left .wpb_wrapper p:first-child {
  color: #db483a;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  .recupera-amor-lp .info-left .wpb_wrapper p:first-child br {
    display: none;
  }
}
.recupera-amor-lp .info-left .wpb_wrapper p:last-child {
  font-size: 14px;
  line-height: 20px;
}
.recupera-amor-lp .info-left .wpb_wrapper p:last-child strong {
  text-decoration: underline;
}
.recupera-amor-lp .info-left .wpb_wrapper p:has(a) {
  margin-top: 35px;
}
.recupera-amor-lp .info-left .wpb_wrapper a {
  background: #db483a 0% 0% no-repeat padding-box;
  border: 1px solid #db483a;
  border-radius: 2px;
  color: #ffffff;
  padding: 14px 30px;
  font-size: 18px;
}
.recupera-amor-lp .info-left .wpb_wrapper h2 {
  color: #000000;
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 780px) {
  .recupera-amor-lp .info-left .wpb_wrapper h2 {
    font-size: 30px;
  }
}

.testimonios-lp-libro {
  margin-top: 60px;
}
@media (max-width: 780px) {
  .testimonios-lp-libro {
    margin-top: 25px;
  }
}
.testimonios-lp-libro h2 {
  color: #000000;
  font-size: 55px;
  font-weight: 500;
  border-bottom: 1px solid #db483a;
  padding-bottom: 18px;
}
@media (max-width: 780px) {
  .testimonios-lp-libro h2 {
    font-size: 28px;
  }
}
.testimonios-lp-libro .owl-carousel {
  display: block !important;
}
.testimonios-lp-libro .owl-testimonios-lp .owl-stage-outer {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
  padding: 25px 0 25px 0;
  margin: 0 auto;
  max-width: 99%;
  position: relative;
}
.testimonios-lp-libro .owl-testimonios-lp .owl-stage-outer::after {
  content: "";
  background-image: url(https://patricelafforgue.com/wp-content/uploads/2024/08/Enmascarar-grupo-1712.png);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 95px;
  background-size: 100% 100%;
}
@media (max-width: 580px) {
  .testimonios-lp-libro .owl-testimonios-lp .owl-stage-outer::after {
    height: 65px;
    width: 150px;
  }
}
.testimonios-lp-libro .owl-testimonios-lp .wpb_text_column {
  margin-bottom: 0;
}
.testimonios-lp-libro .owl-testimonios-lp .owl-item {
  border-right: 1px solid rgba(219, 72, 58, 0.4392156863);
}
@media (max-width: 580px) {
  .testimonios-lp-libro .owl-testimonios-lp .owl-item {
    border: none;
  }
}
.testimonios-lp-libro .owl-testimonios-lp .owl-item.active:last-child {
  border-color: transparent;
}
.testimonios-lp-libro .owl-testimonios-lp .item {
  height: 450px;
  padding: 35px;
}
.testimonios-lp-libro.home .owl-testimonios-lp .item {
  height: 530px;
}
.testimonios-lp-libro .owl-testimonios-lp .item .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "img name name name " "info info info info";
	
}


.testimonios-lp-libro .owl-testimonios-lp .item .wpb_wrapper img {
  border-bottom: 1px solid #db483a;
  padding-bottom: 15px;
}
.testimonios-lp-libro .owl-testimonios-lp .item .wpb_wrapper p {
  color: #707070;
}
.testimonios-lp-libro .owl-testimonios-lp .item .wpb_wrapper p:first-child {
  grid-area: img;
	  margin-bottom: 0;
	
}
.testimonios-lp-libro .owl-testimonios-lp .item .wpb_wrapper p:nth-child(2) {
  grid-area: name;
  font-size: 18px;
  padding-left: 20px;
  line-height: 30px;
	  margin-bottom: 0;
	
}
.testimonios-lp-libro .owl-testimonios-lp .item .wpb_wrapper p:nth-child(2) strong {
  font-size: 35px;
  font-family: "Bebas Neue", cursive;
}
.testimonios-lp-libro .owl-testimonios-lp .item .wpb_wrapper p:last-child {
  grid-area: info;
  font-size: 16px;
  line-height: 23px;
	max-height: 270px;
    overflow-y: auto;
	scrollbar-width: thin;
    scrollbar-color: #db483a45 transparent;
}
/* Para WebKit (Chrome, Safari, Edge) */
.testimonios-lp-libro.home .owl-testimonios-lp .item .wpb_wrapper p:last-child::-webkit-scrollbar {
    width: 12px; /* Ajusta el ancho del scrollbar */
}

.testimonios-lp-libro .owl-testimonios-lp .item .wpb_wrapper p:last-child::-webkit-scrollbar-thumb {
    background-color: #db483a45; /* Color del thumb */
    border-radius: 10px; /* Radio del borde redondeado */
}

.testimonios-lp-libro .owl-testimonios-lp .item .wpb_wrapper p:last-child::-webkit-scrollbar-track {
    background-color: transparent; /* Fondo del track */
}

.testimonios-lp-libro.testimonios  .item {
    height: 550px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    position: relative;
    border-radius: 10px;
    padding: 30px;
  }
.testimonios-lp-libro.testimonios  .item:after {
    content: "";
    background-image: url(https://patricelafforgue.com/wp-content/uploads/2024/08/Enmascarar-grupo-1712.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 95px;
    background-size: 100% 100%;
  }
  .testimonios-lp-libro.testimonios  .item .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "img name name name " "info info info info";
  }
  .testimonios-lp-libro  .item .wpb_wrapper img {
    border-bottom: 1px solid #db483a;
    padding-bottom: 15px;
  }
  .testimonios-lp-libro.testimonios  .item .wpb_wrapper p {
    color: #707070;
  }
  .testimonios-lp-libro.testimonios  .item .wpb_wrapper p:first-child {
    grid-area: img;
	  margin-bottom: 0;
  }
  .testimonios-lp-libro.testimonios  .item .wpb_wrapper p:nth-child(2) {
    grid-area: name;
    font-size: 18px;
    padding-left: 20px;
	  margin-bottom: 0;
	  
    line-height: 30px;
  }
  .testimonios-lp-libro.testimonios  .item .wpb_wrapper p:nth-child(2) strong {
    font-size: 35px;
    font-family: "Bebas Neue", cursive;
  }
  .testimonios-lp-libro.testimonios  .item .wpb_wrapper p:last-child {
     grid-area: info;
  font-size: 16px;
  line-height: 23px;
	max-height: 255px;
    overflow-y: auto;
	scrollbar-width: thin;
    scrollbar-color: #db483a78 transparent;
  }
.testimonios-lp-libro .owl-testimonios-lp .owl-nav {
  display: flex;
  justify-content: end;
  position: absolute;
  top: -20%;
  right: 20px;
}
.testimonios-lp-libro.home .owl-testimonios-lp .owl-nav {
  top: -15%;
}
@media (max-width: 580px) {
  .testimonios-lp-libro .owl-testimonios-lp .owl-nav {
    top: 0;
    right: 40%;
  }
	.testimonios-lp-libro.home .owl-testimonios-lp .owl-nav {
  right: 40%;
		top:-10%;
}
	.testimonios-lp-libro h2{
		margin-bottom: 50px !important;
		padding-bottom: 5px !important;
	}
}
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-prev::before {
  transform: rotate(180deg);
}
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-next img {
  transform: rotate(180deg);
}
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-prev,
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-next {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7411764706);
  padding: 6px 9px 6px 9px !important;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-prev:hover,
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-next:hover {
  background-color: #db483a;
}
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-prev:hover img,
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-next:hover img {
  opacity: 0;
}
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-prev:hover::before,
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-next:hover::before {
  opacity: 1;
}
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-prev:before,
.testimonios-lp-libro .owl-testimonios-lp .owl-nav .owl-next:before {
  content: "";
  background-image: url(https://patricelafforgue.com/wp-content/uploads/2024/08/Componente-7-–-1.png);
  background-size: 100% 100%;
  height: 14px;
  width: 8px;
  position: absolute;
  opacity: 0;
}

.footer-lp-libro {
  margin-top: 80px;
}
.footer-lp-libro .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 580px) {
  .footer-lp-libro .wpb_wrapper {
    flex-direction: column;
  }
}
.whatsapp-lp-libro{
	position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 999999999;
}
.img-ebook-lp:after{
	content: "";
    background-image: url(https://patricelafforgue.com/wp-content/uploads/2024/08/Grupo-17701.png);
    position: absolute;

    width: 130px;
    height: 130px;
    color: #000000;
    line-height: 12px;
	font-weight: bold;
    font-size: 10px;
    background-size: 100% 100%;
    padding: 0 35px;
    display: grid;
    place-items: center;
		
}
@media (min-width: 1000px){
	.img-ebook-lp:after{
    right: 12% !important;
    top: 23% !important;	
}
}
@media (min-width: 700px){
	.img-ebook-lp:after{
   right: -22px;
    top: 13%;
}
}
@media (max-width: 580px){
	.img-ebook-lp:after{
    right: 60%;
		top: 20%;
	
}
}
.row-sticky-descuento-libro .wpb_column.vc_column_container {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .title h2,.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown-row .ult_countdown-section .ult_countdown-amount,.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown-row .ult_countdown-section .ult_countdown-period, .row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown-row .ult_countdown-section:nth-child(1)::after,.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown-row,.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown.ult-cd-s2 .ult_countdown-section, .row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult-responsive.ult_countdown.ult-cd-no-border.ult-cd-s2{
    transition: all 0.3s ease-in-out;
	
}

.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
	background-color: #db483a;
	box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.0705882353);
	
}
.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .title h2{
	font-size: 18px !important;
	color: #ffffff;
	
}
.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown-row .ult_countdown-section .ult_countdown-amount{
	font-size: 26px !important;
	color: #ffffff;
}

.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown-row .ult_countdown-section .ult_countdown-period {
	font-size:12px !important;
	color: #ffffff;
	
}
.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown-row .ult_countdown-section:nth-child(1)::after{
	font-size:16px !important;
	color: #ffffff;
	right: -12%;
}
.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown-row{
	gap: 10px;
}
.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult_countdown.ult-cd-s2 .ult_countdown-section{
	padding: 0;
}
.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .ult-responsive.ult_countdown.ult-cd-no-border.ult-cd-s2{
	margin-bottom: 0;
}
.row-sticky-descuento-libro .wpb_column.vc_column_container.sticky .vc_column-inner{
	padding-top: 10px;
}
body.postid-22318 .prod-asesoria{
	display: none;
}
body.postid-22318  .product-all .price del .woocommerce-Price-amount.amount {
	color: #868686;
	font-size: 35px;
}
div#ppc-button-ppcp-card-button-gateway div:after {
    content: "Pagar con tarjeta Débito o Crédito";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    pointer-events: none;
}

div#ppc-button-ppcp-card-button-gateway div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
	pointer-events: none;
}

li.wc_payment_method.payment_method_payulatam img {
    width: 70px;
}

ul.wc_payment_methods.payment_methods.methods li {
    display: flex;
    align-items: center;
}

 

.payment_box.payment_method_ppcp-gateway {
    display: none !important;
}


@media only screen and (max-width: 768px) {
	ul.wc_payment_methods.payment_methods.methods {
		padding: 0 !important;
		font-size: 14px;
	}
}
/*# sourceMappingURL=styles.css.map */