/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


:root {
    /* COLORES */
  
    /*Brand*/
    --azul-sherpa: #0505e8;
    --amarillo-sherpa: #FFE92E;
  
    /*Custom*/
    --gris-oscuro:#454545;
    --gris-medio: #9191AE;
    --gris-claro: #E7EDF8;
    --gris-pretitulo: #616161;
    --blancoTransparente:#ffffff52;
  
}

/* HEADER */


#menu-superior ul.elementor-nav-menu >.menu-item > a.elementor-item{
    padding: 8px 14px;
}

#menu-superior ul.elementor-nav-menu{
    column-gap: 20px;
}


nav li.bp-logout-nav > a{
    background-color: black;
    color: white!important;
    border-radius: 38px;
}

nav li.bp-login-nav > a{
    background-color: var(--azul-sherpa);
    color: white!important;
    border-radius: 38px;
}

nav li.bp-register-nav > a{
    background-color: black;
    color: white!important;
    border-radius: 38px;
}



nav li.bp-logout-nav > a::before{
    background: none!important;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{
    font-weight: 300;
    color: black;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-sub-item.elementor-item-active{
    color: var(--azul-sherpa)!important;
    font-weight: 500!important;
    background: transparent!important;
}

.elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover{
    background: var(--gris-claro)!important;
}

.elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown{
    left: auto!important;
    right: 0!important;  
}




/* PAGES - Activate */


.activate-section-logo{
    display: none;
}


.bp_activate{
    margin-top: 100px;
}

.bp_activate h1{
margin: auto!important;
}

#activate-page {
    text-align: center;
}


#activate-page a{
     background-color: var(--azul-sherpa);
    color: white!important;
    border-radius: 38px;
    padding: 6px 12px;
}

/* PROFILE */
.profile #buddypress .bb-single-main-nav{
    display:none;
}

.profile #buddypress .bb-profile-grid{
    margin-top: 20px;
}


.profile #buddypress .bp-widget.details h3{
display: none;
}


/* CURSOS */

.bb-course-excerpt{
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    /* color: var(--amarillo-sherpa); */
}
.learndash-wrapper .ld-progress-percentage {
    font-size: 13px;
    font-weight: 500;
}


.bb-learndash-banner:before{
    content: none;
}


.ld-lesson-section-heading{
    color: var(--azul-sherpa)!important;
    text-transform: uppercase;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    padding: 10px 15px;}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled{
    background-color: transparent;
}

.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title{
    font-weight: 400;
}

.learndash-wrapper:not(.lds-template-grid-banner) .ld-item-list .ld-item-list-item .ld-item-name .ld-item-title .ld-item-components, .learndash-wrapper:not(.lds-template-expanded) .ld-item-list .ld-item-list-item .ld-item-name .ld-item-title .ld-item-components, .learndash-wrapper:not(.lds-template-stacked) .ld-item-list .ld-item-list-item .ld-item-name .ld-item-title .ld-item-components{
    padding-top: 0;
}

.bb-cover-list-item .ld-third-background {
    background-color: var(--amarillo-sherpa);
    color: black;
}

.bb-cover-list-item .ld-primary-background {
    background-color: var(--azul-sherpa);
}

.bb-course-type.bb-course-type-free{
    margin-top: 0!important;
    color: var(--azul-sherpa)!important;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

 .bb-learndash-banner {
    background-color: var(--azul-sherpa)!important;
}

/* FIXING ICONS */

.grid-filters .layout-grid-view .dashicons:before {
    content: '\eead';
}

.grid-filters .layout-list-view .dashicons:before{
content: '\eec9';
}


.home-page .content-area{
    padding-top:0 ;
}


.learndash-wrapper .ld-item-list .ld-item-list-item {
    border:none;
    border-radius: 7px!important;
    margin: 1em 0;
    background: #fff;
    color: black;
    margin-top: 10px;

}

.learndash-wrapper .ld-status-in-progress, .learndash-wrapper .ld-status-incomplete.ld-status-icon {
    border: 2px solid #e2e7ed;

}


.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    color: black!important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    padding: 8px 12px;
    background-color: white;
    border: 1px solid #e2e7ed;

}


/*Oculta banner ReCaptcha V3 de Google*/
.grecaptcha-badge { 
    visibility: hidden!important; 
    opacity:0!important;
    display: none!important;
}



.learndash_next_prev_link a.prev-link:before, .learndash_next_prev_link span.prev-link:before{
    content: "\ee0a";
}


.learndash-wrapper #btn-join, .learndash-wrapper .btn-join, .bb-single-course-sidebar a.btn-advance{
    font-size: 19px;
    padding: 6px;
}



.home .bp-menu.bp-register-nav{
    display: none;
}



/* AREA PRIVADA */


.area-privada{
        margin-top: -16px;
}

.area-privada-header{
    background-color: #E1E1FF;
    padding: 30px 0;
    border-bottom: #0505e8 solid 1px;
    margin-bottom: 10px;
    margin-left: calc(-13px - ((100vw - 1200px)/ 2) );
    width: 100vw;
}



.area-privada-pre{
    width: fit-content;
    margin: auto;
    background-color: var(--azul-sherpa);
    color: white;
    padding: 3px 13px;
    font-size: 14px;
    border-radius: 15px;
    text-transform: uppercase;
}


.area-privada-header h1{
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 14px;
    width: 100%;
    color: var(--azul-sherpa);
}


.acordeo-area-privada p{
    margin-bottom: 7px;
}

.acordeo-area-privada a{
    color: black;
}

.acordeo-area-privada a:before{
    content: "\f03d";
    display: inline-block;
    margin-right: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}


.elementor-element.titulo-acordeon{
margin: 0;
}


.elementor-element.elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-tab-title.pp-accordion-tab-active,
.elementor-element.elementor-widget-pp-advanced-accordion  .pp-advanced-accordion .pp-accordion-tab-title.pp-accordion-tab-active .pp-accordion-toggle-icon{
    color: var(--amarillo-sherpa);
}


.learndash-wrapper .ld-status {
    background-color: transparent;
    color: var(--azul-sherpa);
    padding: 0;
}

.bb-course-preview-content{
    padding-bottom: 30px;
    border: 1px solid #cccccc;
    border-radius: 0 0 15px 15px;
}

.bb-single-course-sidebar a.btn-advance{
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
}

.bb-single-course-sidebar .widget {
    border-radius: 15px;
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 29%);
}

.bb-course-banner-inner {
    padding: 40px 0;
}

.learndash-wrapper .solicitar-info{
    background-color: #0505e8;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    border-radius: 100px;
    width: 100%;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    display: inline-block;
    line-height: 1.471;
}


.sfwd-courses-template-default .learndash-wrapper .ld-section-heading h2{
    text-transform: none;
    font-size: 40px!important;
    font-weight: 600;
    color: black;
    font-family: 'Apercu pro';
}
.sfwd-courses-template-default .learndash-wrapper .ld-section-heading {
    text-align: center;
    /* margin: auto; */
    display: block;
}

.sfwd-courses-template-default .bb-grid h2{
    margin-bottom: 0px!important;
}

#info-form{
    display: none;
    padding-top: 30px;
}

#info-form p{
    text-align: left;
}

#info-form input[type=submit]{
    background-color: black;
    border: none;
    padding: 5px 15px;
    line-height: 15px;
    margin-top: 10px;
}

#info-form .info-legal-basica{
    font-size: 10px;
    text-align: left;
}

.cursos-pag-titulo{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: var(--azul-sherpa);
    margin-bottom: 0;
}

.bp-subnavs.nav-cursos li a {
    background: transparent;
    padding: 12px;
}

.cursos-page-header{

background-color: #E1E1FF;
padding: 60px 0;
border-bottom: #0505e8 solid 1px;
margin-bottom: 10px;
margin-left: calc(-13px - ((100vw - 1200px)/ 2) );
width: 100vw;
}
 .bp-subnavs.nav-cursos li.selected a {
    background: #fff;
    color: black;
    font-weight: 600;
    border: 1px solid #d9d9d9;
    border-radius: 10px 10px 0 0;
}

.btn-act-info{
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    color: white;
    background-color: var(--azul-sherpa);
    border-radius: 100px;
    width: 100%;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    display: inline-block;
    line-height: 1.471;
}

@media(max-width:767px){

    #menu-superior ul.elementor-nav-menu >li:not(:first-child){
        margin-top: 10px;
    }

    .elementor-nav-menu--dropdown.elementor-nav-menu__container{
        position: absolute;
        z-index: 8000;
        background-color: transparent;
        right: 50px;
    }
}



/* NUEVA PORTADA */

.nueva-portada{
    height: 650px;
    background-color: #dfe7f7;
    background-image: url('https://escuela.sherpacampus.com/wp-content/uploads/2022/11/portada-8.png');
    background-size: 1400px auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.nueva-portada .main-subtitle{
    background-color: var(--azul-sherpa);
    color: white;
    width: fit-content;
    margin: auto;
    padding: 6px 18px;
    font-size: 23px;
    line-height: 26px;
}

.nueva-portada .main-title{
    font-size: 50px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 10px;
}

.nueva-portada .main-title .resaltado-azul{
    color: var(--azul-sherpa);
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
    background: #f0f3f6;
    border-radius: 6px;
    display: flex;
    margin: 1em 0;
    padding: 1em 0;
    display: none;}

.nueva-portada .main-texto-cambiante{
    text-align: center;
    font-size: 21px;
    /* font-family: 'Montserrat';
    text-transform: uppercase; */
    margin-top: 18px;
    color: var(--azul-sherpa);
    font-weight: 600;
    border-right: 2px solid blue;
    width: fit-content;
    margin: 18px auto 0;
    animation: parpadeo .7s infinite;
    
}

.home-page .elementor-header+#content{
    padding: 0;
}

.home-page .container{
    max-width: none;
    padding: 0;
}

@keyframes parpadeo {
    from { border-right: 2px solid blue;}
    to { border-right: 2px solid transparent;;}
  }

@media (max-width:1400px){

    .nueva-portada{
        background-size: contain;
      
    }
}

@media (max-width:1250px){
    .nueva-portada{
        background-image: url('https://escuela.sherpacampus.com/wp-content/uploads/2022/11/portada-6.png');
    }

    .nueva-portada .main-title {
        font-size: 38px;
        line-height: 40px;}

        .nueva-portada .main-subtitle {
            font-size: 21px;
            line-height: 23px;
        }
}

@media (max-width:1000px){
    .nueva-portada{
        background-image: url('https://escuela.sherpacampus.com/wp-content/uploads/2022/11/portada-4.png');
        background-size: 900px;
    }

    .nueva-portada .main-title {
        font-size: 35px;
        line-height: 37px;
        width: 88%;
    }
}


@media (max-width:900px){
    .nueva-portada{     
        background-size: 100%;
    }

}


@media (max-width:767px){
    .nueva-portada{
        background-image: url('https://escuela.sherpacampus.com/wp-content/uploads/2022/11/portada-3.png');
        background-size: 585px;
    }
    .nueva-portada .main-subtitle {
        font-size: 19px;
        line-height: 20px;
        padding: 2px 11px 4px;
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }

    .nueva-portada .main-texto-cambiante{
        margin-top: 10px;
    }
}


@media (max-width:630px){

    .nueva-portada .main-title {
        font-size: 30px;
        line-height: 32px;
        width: 95%;
    }

    .nueva-portada .main-subtitle {
        font-size: 17px;
        line-height: 18px;
        padding: 3px 11px 5px;
        width: 78%;
    }

}

@media (max-width:585px){
    .nueva-portada{
    background-size: 100%;
    height: 600px;
}

}

@media (max-width:450px){
    .nueva-portada{
    background-size: 115%;
}

}

/*Esto es para los tabs de los cursos*/

#learndash_post_7133 .ld-item-list-item {display: none;}
#learndash_post_7133 .ld-item-list-section-heading,
body.learndash-cpt-sfwd-courses-7133-parent .ld-item-list-section-heading {cursor: pointer; position: relative; padding-right: 20px;}
#learndash_post_7133 .ld-item-list-section-heading::after,
body.learndash-cpt-sfwd-courses-7133-parent .ld-item-list-section-heading::after {content: '▼'; position: absolute; right: 30px; font-size: 14px;top:7px;transition: transform 0.3s ease;}
#learndash_post_7133 .ld-item-list-section-heading.active::after,
body.learndash-cpt-sfwd-courses-7133-parent .ld-item-list-section-heading.active::after  {transform: rotate(180deg);}
#learndash_post_7133 h3.ld-lesson-section-heading,
#learndash_post_7133 .ld-lesson-section-heading  {text-transform: unset!important; color: black !important; font-weight: 400!important; border-radius: 8px; padding: 5px 45px 5px 20px; background-color: white; box-shadow: 0px 0px 6px #00000075;}

body.learndash-cpt-sfwd-courses-7133-parent .ld-lesson-section-heading {text-transform: unset!important; color: black !important; font-weight: 400!important; padding-right: 30px}
/*body.learndash-cpt-sfwd-courses-7133-parent li a.bb-lesson-head {display:none;}*/