.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#DFDDDA;--e-global-color-text:#DFDDDA;--e-global-color-accent:#FA9650;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-1b44d15-font-family:"Anton";--e-global-typography-1b44d15-font-size:36px;--e-global-typography-1b44d15-font-weight:100;--e-global-typography-1b44d15-line-height:1em;--e-global-typography-80e2b30-font-family:"Anton";--e-global-typography-80e2b30-font-size:32px;--e-global-typography-0f87b78-font-family:"Inter";--e-global-typography-0f87b78-font-size:16px;--e-global-typography-0f87b78-font-weight:600;--e-global-typography-1050357-font-family:"Anton";--e-global-typography-1050357-font-size:96px;--e-global-typography-1050357-font-weight:100;--e-global-typography-9dbfabe-font-family:"Anton";--e-global-typography-9dbfabe-font-size:64px;--e-global-typography-9dbfabe-font-weight:100;--e-global-typography-21204c2-font-family:"Inter";--e-global-typography-21204c2-font-size:24px;--e-global-typography-21204c2-font-weight:700;background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    margin:0 !important;
    overflow-x:hidden;
}

.relative{
    position: relative;
}

.video-radius .elementor-custom-embed-image-overlay{
    border-radius: 35px;
}

.feature-list li {
    list-style: initial !important;
    line-height: 2rem;
}

.separator-rounded span {
    border-radius: 100px;
}

.subscribe_btn{
    width: fit-content !important;
    padding: 5px 30px !important;
    border-radius: 100px !important;
    border: 2px solid #FA9650 !important;
    background: #FA9650 !important;
    color: #000 !important;
    font-weight: 600 !important;
    font-size:16px !important;
}

.courses-slide .woocommerce-loop-product__title{
    width: 100%;
    text-align: center;
    color: #DFDDDA;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height:1.3rem;
}
.courses-slide .badge-new{
    background-color: #DFDDDA;
    color:#000000;
    font-weight:600;
    border-radius:100px;
    padding:5px 30px;
    max-width:fit-content;
    font-family: 'Inter';
    margin-bottom:1rem;
}

.courses-slide h3{
    color: #DFDDDA;
    text-align: center;
    font-family: 'Anton';
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 4.5rem;
    margin: 0;
}

.courses-slide img{

    border-radius: 15px;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev
{
    position: absolute;
    top: -42px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
}

.swiper-button-next-blog, .swiper-button-prev-blog
{
    position: absolute;
    top: 38px !important;
    padding: 2px !important;
    width: 35px !important;
    height: 35px !important;
    border: 2px solid #DFDDDA!important;
    border-radius: 100% !important;
    right: 5px;
}

.swiper-button-prev:after, .swiper-button-next-blog:after {
    right: 60px !important;
    left: unset !important;
}


.swiper-button-prev:after, .swiper-button-next:after, .swiper-button-prev-blog:after, .swiper-button-next-blog:after  {
    content: "" !important;
    background-image: url(/wp-content/themes/conpicofino/lib/conpicofino/img/slider-arrow.png);
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper-button-next:after, .swiper-button-next-blog:after {
    transform:rotate(180deg);
}

.swiper{
    overflow:visible !important;
}

.cpf-accordion .acc_head  {
    border-radius: 15px !important;
    border: 1px solid #DFDDDA;
}

/*
** estilos personalizados
** para input(check) formulario
*/

/* Base for label styling */
.newsletter-form [type="checkbox"]:not(:checked),
.newsletter-form [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.newsletter-form [type="checkbox"]:not(:checked) + label,
.newsletter-form [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
    line-height:1.2em;
}
/* checkbox aspect */
.newsletter-form [type="checkbox"]:not(:checked) + label:before,
.newsletter-form [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0.3em;
    top: 0.6em;
    width: 20px; height: 20px;
    border: 2px solid #DFDDDA;
    background: #000000;
    border-radius: 20px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.newsletter-form [type="checkbox"]:not(:checked) + label:after,
.newsletter-form [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0.8em;
    left: 0.4em;
    font-size: 21px;
    line-height: 0;
    color: #FA9650;
    transition: all .2s;
}
/* checked mark aspect changes */
.newsletter-form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.newsletter-form [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
.newsletter-form [type="checkbox"]:disabled:not(:checked) + label:before,
.newsletter-form [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}
.newsletter-form [type="checkbox"]:disabled:checked + label:after {
    color: #999999;
}
.newsletter-form [type="checkbox"]:disabled + label {
    color: #aaaaaa;
}


/*
 ***Estilos para el input email 
*/
#form-field-email {
    height: 64px !important;  /* Ajusta este valor según tus necesidades */
    text-align: center;

}


/* En algunos navegadores podría necesitar estos prefijos para el placeholder */
#form-field-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: center !important;
    color: #DFDDDA !important;
    opacity: 1 !important;
    vertical-align: middle !important;
}
#form-field-email::-moz-placeholder { /* Firefox 19+ */
    text-align: center !important;
    color: #DFDDDA !important;
    opacity: 1 !important;
    vertical-align: middle !important;
}
#form-field-email:-ms-input-placeholder { /* IE 10+ */
    text-align: center !important;
    color: #DFDDDA !important;
    opacity: 1 !important;
    vertical-align: middle !important;
}

.slider-hero {
    overflow:visible;
}

.slider-hero .swiper-wrapper{
    padding-left:0;
}

.slider-hero .listing-product-title h2{
    line-height: 1.2em;
    max-width:420px;
}


.slider-hero::after {
content: "";
    width: 310px;
    height: calc(585px);
    bottom: 0;
    right: -10px;
    position: absolute;
    transform: translate(127px, 104px);
    background: linear-gradient(277deg, #000 53.29%, rgba(0, 0, 0, 0.00) 86.07%);
    z-index: 1;
    pointer-events: none;
}

.slider-reviews .swiper-button-left, .slider-reviews .swiper-button-right{
    transform: translateY(-100%);
}


.lesson-active{
    color: #DFDDDA;
    background: #323232;
    padding: 0.5rem 1.5rem;
    border-radius: 100px;
    font-family: 'Inter';
    font-size: 16px;
    margin-left: -1.5rem;
    max-width: 95%;
    font-weight: 600;
}

.lesson-list-wrapper p{
   margin: 0.5rem 0 !important;
}

.course-list-wrapper ul{
    padding: 0 !important;
}

.course-content-wrapper ul{
    list-style:none !important;
    padding: 0 !important;
}

.course-content-wrapper *{
    font-family: 'Inter';
}
.course-content-wrapper h1,
.course-content-wrapper h1 strong{
    font-family: 'Anton';
    line-height: 2.5rem;
}

.lesson-list-cta-wrapper{
    height: fit-content;
    position:sticky;
    top:3rem;
}
.archive-filters-wrapper {
    width:100%;
}
.archive-filters-wrapper form > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom:2px solid #000000;
}

li.sf-field-search::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    position: absolute;
    background: black;
    left: -1em;
}

.searchandfilter ul li {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.sf-field-search {
    gap: 1em;
    padding:0 !important;
}

.dce-pagination a,
.dce-pagination span{
    width: 0 !important;
    height: 0;
    color:#000000 !important;
}
.dce-pagination > span{
    color:#DFDDDA !important;
}

a.pagenext,
a.pageprev{
    width: 48px !important;
    padding: 0 !important;
    height: 48px;
}

a.pageprev{
    transform:rotate(180deg);
}

.blog-list-wrapper-black * {
    color:#000000 !important;
    font-family: Inter;
}

.dce-terms .dce-image-block {
    gap:20px 100px ;
}

.dce-terms .dce-image-block img{
    border-radius: 15px;
}

.swiper-wrapper{
    padding:0px;
}

.cat-list-wrapper h3.dce-parent-title{
    display: none !important;
}

.cat-list-wrapper {
    width: 100% !important;
}
.cat-list-wrapper{
    align-items: flex-start;
}

.cat-list-wrapper img{
    aspect-ratio: 1;
}

.cat-list-flex-wrapper ul.dce-image-inline{
    gap:1em !important;
}

/* Container */
.chosen-container {
    border: 2px solid black !important;
    background-color: #DFDDDA !important;
}

/* Dropdown */
.chosen-drop {
	border-top: 0 !important;
	border-bottom: 2px solid black !important;
	border-left: 2px solid black !important;
	border-right: 2px solid black !important;
    background-color: #DFDDDA !important;
	width: calc(100% + 4px);
    transform: translateX(-2px);
    top: 37px !important;
    left: 2px !important;
    width: 220px !important;
}

.chosen-container.chosen-container-single{
    margin-right:-15px;
}

.highlighted {
    background-color: black !important;
    color: #DFDDDA !important;
    background-image: none !important;
}

.chosen-container *{
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: black;
}
.chosen-container .chosen-single *{
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	color: black !important;
}
.chosen-container{
	border: 0 !important;
}

/* Results */
.chosen-results li {
    border-bottom: 1px solid black !important;
    background-color: #DFDDDA;
}

.chosen-results li.highlighted {
    background-color: black !important;
    color: #DFDDDA !important;
}

/* Single Select */
.chosen-container-single .chosen-single {
    border: none !important;
    background-color: #DFDDDA !important;
    box-shadow: none !important;
}

/* Multi Select */
.chosen-container-multi .chosen-choices {
    border: none !important;
    background-color: #DFDDDA !important;
    box-shadow: none !important;
}

/* Hide the default input field */
.chosen-container input[type="text"] {
    display: none !important;
}
a.chosen-single{
	background:none !important;
}

.chosen-container .chosen-results li.active-result{
	margin-right:0.3rem;
}

/* Estilo para barras de desplazamiento para Webkit browsers como Chrome o Edge */
::-webkit-scrollbar {
    width: 0.5rem;  /* Ancho de la barra de desplazamiento vertical */
    height: 0.3rem;  /* Altura de la barra de desplazamiento horizontal */
}

::-webkit-scrollbar-track {
    background-color: #DFDDDA;  /* Color de fondo de la trayectoria de la barra */
}

::-webkit-scrollbar-thumb {
    background-color: black;  /* Color de la barra de desplazamiento */
}

/* Estilo para barras de desplazamiento para Firefox */
* {
    scrollbar-width: thin;  /* Ancho de la barra de desplazamiento */
    scrollbar-color: black #DFDDDA;  /* color de la barra y color de la trayectoria de la barra */
}

 .bg-white li > span{
     background-color: transparent !important;
     border: 2px solid #000000;
 }
 
 .chosen-container-single .chosen-single div b {
    background: url(../../../themes/conpicofino/lib/conpicofino/img/chevron_down.svg) no-repeat center center !important;
    background-size: contain !important;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}

.sf-field-search input{
    border: 0 !important;
    background: transparent;
    color: black !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.sf-field-search input::placeholder{
    color:black !important;
}
.sf-field-search{
    position: relative;
}
.sf-field-search::before{
    content: "";
    background: url(../../../themes/conpicofino/lib/conpicofino/img/Search.svg) no-repeat center center !important;
    background-size: contain !important;
    display: block;
    height: 25px;
    width: 25px;
}

.woocommerce-MyAccount-navigation{
    border:none;
    padding:0;
}
.woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-direction: column;
    gap:1.3rem;
}
.woocommerce-MyAccount-navigation ul li{
    margin-left:0 !important;
}

.elementor-icon-box-icon{
    display: flex !important;
    align-items: center  !important;
}


.hero-blog-slider-list article {
    flex:unset !important;
    flex-shrink: 0 !important;
}    

.hero-blog-slider-list .dce-wrapper-carousel{
    flex-wrap:nowrap !important;
}

@media screen and (max-width: 1024px){
    .swiper-button-next-blog,
    .swiper-button-prev-blog{
        display:none;
    }

}

@media screen and (max-width: 600px){
    .cta-home h4{
        font-size:48px;
        line-height: 53px;
    }
    .cta-home img {
        width:55px;
    }
    .slider-reviews .dce-item_custommeta:first-child .dce-meta-item {
        font-size:48px;
        line-height:53px;
    }
    .slider-reviews .dce-item_custommeta:nth-child(2) .dce-meta-item{
        font-size:16px;
    }
    .post-slide h3{
        margin:0.5rem auto;
    }
    .faq-list h4{
        margin:1rem 0;
        font-size:1.3rem;
    }
    .blog-grid-wrapper .e-con-inner {
        gap:0.7rem !important;
    }
    .post-section-img img {
        min-width:60%;
        max-width:605px !important;
    }
    .single-post-hero *,
    .archive-blog-hero * {
        font-size:24px !important;
    }
    .dce-terms * {
        font-size:14px !important;
    }
    .listing-leccion-curso .dce-acf-repeater-item {
        min-width: 100%;
    }
    .archive-filters-wrapper ul {
        flex-direction: column-reverse;
        display: flex;
        align-items: flex-start;
        border: none !important;
    }
    .archive-filters-wrapper select {
        padding-left:0px;
    }
    .archive-filters-wrapper .sf-field-category{
        min-width: 100%;
        padding-right: 1rem;
        justify-content: center;
        margin-top:0.5rem;
        
    }
    .archive-filters-wrapper .sf-field-search{
        width:100%;
    }
    .archive-filters-wrapper .sf-field-category label{
        max-width:fit-content;
        
    }
    li.sf-field-search::after{
        display:none;
    }
    .slider-hero::after{
        display:none;
    }
}

.archive-filters-wrapper .sf-field-category label {
    display: inline-block;
    width: 100%;
}

.archive-filters-wrapper select {
    position: relative;
    font-family: 'Inter';
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size:16px;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #dfddda00;
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.archive-filters-wrapper .sf-field-category::after{
    content:"";
    background: url(../../../themes/conpicofino/lib/conpicofino/img/chevron_down.svg) no-repeat center center !important;
    background-size: contain !important;
    display: block;
    height: 15px;
    position: relative;
    right: 0;
    top: 0;
    width: 15px;
    margin-right: -15px;
    pointer-events:none;
}
.archive-filters-wrapper .sf-field-category{
    display: flex;
    margin-right: 15px;
}

.footer-section{
    min-width: 210px;
}

.video-lesson-wrapper > div {
    width: 100vw;
    height: auto;
    aspect-ratio: 16/9;
}
.video-lesson-wrapper iframe{
    aspect-ratio: 16/9;
    height: auto;
}
    
.overflow-x-hidden{
    overflow-y: visible;
    overflow-x: hidden;
}

.elementor-form{
    overflow: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Inter-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Inter-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Inter-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Inter-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Inter-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Inter-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Inter-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Inter-Regular-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Anton';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://dev.nitide-studio.com/wp-content/uploads/2023/09/Anton-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */