/* CSS | Scientology */

:root{
    --negro: #000;
    --blanco: #fff;
    --azul0: #0F449C;
    --azul1: #205BAB;
    --azul2: #70B5E3;
    --gris1: #989898;
    --gris2: #4D4D4D;
    --rubikR: 'Rubik Regular';
    --rubikM: 'Rubik Medium';
    --rubikSB: 'Rubik SemiBold';
    --rubikB: 'Rubik Bold';
    --nunitoB: 'Nunito Bold';
}

/* ************
Fonts 
***************/
@font-face {
    font-family: 'Rubik Regular';
    src: url(../fonts/Rubik-Regular.ttf);
}
@font-face {
    font-family: 'Rubik Medium';
    src: url(../fonts/Rubik-Medium.ttf);
}
@font-face {
    font-family: 'Rubik SemiBold';
    src: url(../fonts/Rubik-SemiBold.ttf);
}
@font-face {
    font-family: 'Rubik Bold';
    src: url(../fonts/Rubik-Bold.ttf);
}
@font-face {
    font-family: 'Nunito Bold';
    src: url(../fonts/Nunito-Bold.ttf);
}


/* ************
General CSS 
***************/
.btnBlue1{
    font-family: var(--rubikM);
    background-color: var(--azul1);
    padding: 8px 25px;
    color: var(--blanco);
    border-radius: 5px;
    font-size: 18px;
    transition: .5s ease-in-out;
}
.btnBlue1:hover{
    background-color: var(--azul1);
    color: var(--blanco);
}
.btnBlue1-transparent{
    font-family: var(--rubikM);
    background-color: transparent;
    border: 1px solid var(--azul1);
    padding: 8px 25px;
    color: var(--azul1);
    border-radius: 5px;
    font-size: 18px;
    transition: .5s ease-in-out;
}
.btnBlue1-transparent:hover{
    background-color: var(--azul1);
    color: var(--blanco);
}
.btnBlue2{
    font-family: var(--rubikM);
    background-color: var(--azul2);
    padding: 8px 25px;
    color: var(--blanco);
    border-radius: 5px;
    font-size: 18px;
    transition: .5s ease-in-out;
}
.btnBlue2:hover{
    background-color: var(--azul1);
    color: var(--blanco);
}
.section-padding{
    padding: 70px 0;
}
.preloader{
    background: #fff;
}
.back-to-top{
    border: 2px solid var(--azul2);
    background-color: var(--azul2);
    transition: .5s ease-in-out;
}
.back-to-top:hover{
    background-color: var(--azul1);
    border: 2px solid var(--azul1);
}
.textMobile{
    display: none;
}
@media screen and (max-width: 991px) {
    .d-none-mobile{
        display: none;
    }
    .textMobile{
        display: block;
    }
}

.headerSection .sub-title{
    color: var(--azul2);
    font-family: var(--rubikM);
}
.headerSection .title{
    color: var(--azul0);
    font-family: var(--nunitoB);
}
/* ************
Header 
***************/
.full-width-header.header-style2.modify1 .rs-header .menu-area{
    background: var(--azul0);
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky{
    background: var(--azul0)!important;
}
@media screen and (min-width: 992px){
    .rs-menu ul ul a {
        width: 400px;
    }
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a{
    line-height: 90px;
    height: 90px;
}
.nav-menu .menu-item{
    font-family: var(--rubikM);
}
#menuNav .nav-menu .menu-item a:hover{
    color: var(--azul2);
}
.nav-menu .menu-item .sub-menu{
    font-family: var(--rubikM);
}
#menuNav .nav-menu .menu-item .sub-menu a:hover{
    color: var(--azul2)!important;
}
.expand-btn-inner li{
    display: inline-block;
}
#topLinks li a:hover{
    color: var(--azul2);
}
.expand-btn-inner span{
    margin: 0 10px;
    color: var(--blanco);
}
.linkTop{
    margin: 0 8px
}
.interior .full-width-header.header-style2.modify1{
    position: relative;
}
@media only screen and (max-width: 1400px){
    .full-width-header .rs-header .logo-part img {
        max-height: initial;
    }
}
.full-width-header .rs-header .menu-area .logo-cat-wrap{
    height: 90px;
    line-height: 90px;
}

/* ************
Banner
***************/
.slider-content{
    max-height: 100vh;
    display: flex;
    align-items: center;
    height: 100vh;
}
.rs-slider.main-home .slider-content .content-part{
    height: 100%;
    padding: 0px 35px 0px;
}
.slider-content .sl-sub-title{
    color: var(--azul2);
    font-family: var(--rubikM);
}
.slider-content .sl-title{ 
    color: var(--blanco);
    font-family: var(--nunitoB);
}
.rs-slider.main-home .owl-nav .owl-next, .rs-slider.main-home .owl-nav .owl-prev{
    background: var(--azul2);
}
.rs-slider.main-home .owl-nav .owl-next:hover, .rs-slider.main-home .owl-nav .owl-prev:hover{
    background: var(--azul1);
}
.btnSlide{
    font-size: 18px;
}

/* ************
Cursos | Home
***************/
#cursos .categories-items .contents .flexCont{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
#cursos .categories-items .contents .flexCont .img-part{
    flex: 0 0 20%;
}
#cursos .categories-items .contents .flexCont .content-wrap{
    flex: 0 0 80%;
}
#cursos .categories-items .contents .flexCont .img-part img{
    width: 45px;
    height: 45px;
}
#cursos .categories-items .contents .content-wrap .title{
    line-height: normal;
    margin-bottom: 0;
}
#cursos .categories-items .contents .content-wrap .title a{
    color: var(--blanco);
}
#cursos .categories-items .contents .content-wrap .title a:hover{
    color: var(--blanco);
}


/* ************
¿Quiénes Somos?
***************/
#nosotros .text{
    color: var(--blanco);
    font-family: var(--rubikR);
}

/* ************
Preguntas Frecuentes 
***************/
#preguntas-frecuentes .accordion-button{
    background: var(--azul0);
    font-family: var(--rubikM);
}
#preguntas-frecuentes .accordion-button.collapsed{
    background: var(--blanco);
    font-family: var(--rubikR);
    color: var(--gris1);
}
#preguntas-frecuentes .accordion-button.collapsed:after{
    color: var(--azul0);
}
#preguntas-frecuentes .headerSection .title{
    color: var(--azul0);
}
#preguntas-frecuentes .card .card-body{
    color: var(--gris2);
}
#preguntas-frecuentes .popup-videos{
    background: #fff;
}
#preguntas-frecuentes .fa-play:before{
    color: var(--azul2);
}



/* ************
Testimonios
***************/
#testimonios .headerSection .title{
    color: var(--blanco);
}
#testimonios .author-desc h3{
    color: rgba(255,255,255,.7);
    font-family: var(--nunitoB);
    font-size: 25px;
}
#testimonios .author-desc p{
    font-size: 18px;
    font-family: var(--rubikM);
    line-height: 25px;
}

/* ************
Contacto
***************/
#contacto .headerSection .title{
    color: var(--azul0);
}
#contacto #contact-form .btn-send{
    font-family: var(--rubikM);
    background-color: var(--azul0);
    color: var(--blanco);
    border-radius: 5px;
    font-size: 18px;
    transition: .5s ease-in-out;
}
#contacto #contact-form .btn-send:hover{
    background-color: var(--azul1);
    color: var(--blanco);
}

/***************
Footer
***************/
.rs-footer.home9-style.main-home .footer-bottom{
    padding: 25px 0;
}
footer .logo-creator{
    width: 145px;
    height: auto;
}
#rs-footer .link:hover{
    color: var(--azul2);
}

/* ************
All Courses
***************/
#allCourses{
    background: var(--azul1);
}
#allCourses .courses-item {
    border: 3px solid #dfe9eb;
    transition: all 0.3s ease;
}
#allCourses .courses-item .content-part{
    background: var(--blanco);
}
#allCourses .courses-item .content-part .meta-part li{
    font-family: var(--rubikR);
    color: var(--gris1);
    font-weight: normal;
}
#allCourses .courses-item .content-part .title{
    margin-bottom: 18px;
}
#allCourses .courses-item .content-part .title a{
    min-height: 70px;
    display: block;
    color: var(--gris2);
    font-size: 21px;
}
#allCourses .courses-item .content-part .title a:hover{
    color: var(--azul2);
}
#allCourses .courses-item .content-part a.categories{
    background: var(--azul2);
    left: 50%;
    transform: translateX(-50%);
}
#allCourses .courses-item .content-part .bottom-part .btn-part a{
    color: var(--gris1);
    font-family: var(--rubikR);
}
#allCourses .courses-item .content-part .bottom-part .btn-part a i{
    color: var(--gris2);
}

/* ************
Curso Interiores
***************/
#courseInt{
    background: #dff0fa;
}
#courseInt .intro-tabs .tab-btns .tab-btn{
    padding: 12px 15px 10px;
    color: var(--gris2);
}
#courseInt .intro-tabs .tab-btns .tab-btn:hover, 
#courseInt .intro-tabs .tab-btns .tab-btn.active{
    background: var(--azul1);
    border-color: var(--azul1);
    color: var(--blanco);
}
#courseInt .course-overview .inner-box h4{
    color: var(--azul0);
    font-family: var(--nunitoB);
    font-size: 30px;
}
#courseInt .course-overview .inner-box h1{
    color: var(--azul0);
    font-family: var(--nunitoB);
    font-size: 30px;
}
#courseInt .course-overview .inner-box h2{
    color: var(--gris2);
    font-family: var(--rubikR);
    font-size: 16px;
}
#courseInt .course-overview .inner-box p{
    color: var(--gris1);
    font-family: var(--rubikR);
    line-height: normal;
    margin-bottom: 20px;
}
#courseInt .course-overview .inner-box .student-list li{
    font-weight: normal;
    font-family: var(--rubikB);
    color: var(--gris1);
    margin-bottom: 10px;
    line-height: normal;
}
#courseInt .course-overview .inner-box .student-list li .fa{
    color: #fcb903;
}
#courseInt .course-overview .inner-box .titleReview{
    font-family: var(--nunitoB);
    color: var(--gris2);
    margin-bottom: 10px;
}
#courseInt .course-overview .inner-box .review-list li:before{
    color: var(--azul0);
}
#courseInt .course-overview .inner-box .review-list li{
    color: var(--gris1);
    font-family: var(--rubikR);
    line-height: normal;
}
#courseInt blockquote{
    color: var(--azul1);
    font-family: var(--nunitoB);
    font-style: normal;
    font-size: 17px;
    line-height: normal;
}
#courseInt blockquote:before{
    background: var(--azul0);
}
#courseInt .authorQuote{
    text-align: right;
    font-style: italic;
    margin-bottom: 0!important;
    margin-top: 20px;
}

.media-icon .popup-videos {
    color: #ffffff;
    background: var(--azul1);
    animation: circle-ripple 3s linear linear infinite;
    -webkit-animation: circle-ripple 3s linear infinite;
}
.media-icon .popup-videos:before {
    display: none;
}
.media-icon .popup-videos:hover:before {
    background: var(--azul1);
}
@keyframes circle-ripple {
    0% {
      box-shadow: 0 0 0 0 rgb(32 91 171 / 30%), 0 0 0 1em rgb(32 91 171 / 30%), 0 0 0 3em rgb(32 91 171 / 30%), 0 0 0 5em rgb(32 91 171 / 30%);
    }
    100% {
      box-shadow: 0 0 0 1em rgba(32, 91, 171, 0.3), 0 0 0 3em rgba(32, 91, 171, 0.3), 0 0 0 5em rgba(32, 91, 171, 0.3), 0 0 0 8em rgba(32, 91, 171, 0);
    }
}
@-webkit-keyframes circle-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(32, 91, 171, 0.3), 0 0 0 1em rgba(32, 91, 171, 0.3), 0 0 0 3em rgba(32, 91, 171, 0.3), 0 0 0 5em rgba(32, 91, 171, 0.3);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(32, 91, 171, 0.3), 0 0 0 3em rgba(32, 91, 171, 0.3), 0 0 0 5em rgba(32, 91, 171, 0.3), 0 0 0 8em rgba(32, 91, 171, 0);
    }
}

#courseInt .video-column .course-features-info ul li i{
    color: var(--azul2);
}
#courseInt .accordion-box .block .play-icon .fa{
    color: var(--azul0);
}
#courseInt .accordion-box .block .play-icon:hover:before{
    background: var(--azul2);
}

#courseInt .team-item:after{
    background: rgb(112, 181, 227, 0.5);
}
#courseInt .team-item .content-part .name a:hover{
    color: var(--azul0);
}
#courseInt .team-item .content-part .social-links li a:hover{
    color: var(--azul0);
}

#courseInt .cource-review-box .rating{
    color: var(--gris2);
}
#courseInt .cource-review-box h4{
    color: var(--gris2);
}
#courseInt .cource-review-box .text{
    color: var(--gris1);
}
#courseInt .cource-review-box .total-rating{
    color: var(--gris2);
}
#courseInt .cource-review-box .rating .fa{
    color: #fcb903;
}


/* ************
Fixed Social
***************/
.contFixedSocial{
    position: fixed;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 99;
}
.contFixedSocial a{
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow:  0 0 20px rgba(0,0,0,0.2);
    padding: 8px;
    text-decoration: none;
}
.contFixedSocial a:nth-child(1){
    background: #25D366;
    color: var(--blanco);
}
.contFixedSocial a:nth-child(2){
    background: #89c5ff;
    color: var(--blanco);
}
.contFixedSocial a i{
    font-size: 35px;
}
/* ************
Footer 
***************/

/* ************
Copyright 
***************/