@media (max-width: 740px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        min-height: 100%;
    }
}

@media (min-width: 1200px) {
    .fixed-sn .page-footer .container-fluid, .fixed-sn main {
        margin-left: 2%;
        margin-right: 2%;
    }
}
b, strong{
    font-weight: bold;
}



/* LAYOUT */

@media (min-width:992px){
    .hidden-md-up{display:none!important}
}

/* FONTS */
body{
    font-family: 'Muli', sans-serif;
    width:100%;
    color: #3e3e3e;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Muli', sans-serif !important;
    font-weight: 300;
    color: #3e3e3e;
}

.text-pink{
    color: rgb(255, 0, 153) !important;
}
.nav{
    font-family: 'Muli', sans-serif;
}

/* SCROLLBAR */

::-webkit-scrollbar {
    width: 11px;
}
/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #your-color;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #your-color;
}


/* NAVBAR */

.navbar {
    box-shadow: none;
}
.navbar.top-nav-collapse{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.navbar .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0 15px;
}

.top-nav-collapse {
    background-color: #fff !important;
}
@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #fff !important;
    }
}

@media (max-width: 1200px) {
    .navbar-brand img {
        height: 40px;
    }
}

/* HOME */

#carousel-home.carousel, #carousel-directory.carousel {
    height: 50%; }
#carousel-home.carousel .carousel-inner, #carousel-directory.carousel .carousel-inner {
    height: 100%; }
#carousel-home.carousel .carousel-inner .carousel-item,
#carousel-home.carousel .carousel-inner .active,
#carousel-directory.carousel .carousel-inner .carousel-item,
#carousel-directory.carousel .carousel-inner .active{
    height: 100%; }

#carousel-home .view {
    background: url('../img/public/team.jpg') no-repeat center center;
    background-size: cover;
    height: 100%;
}

#carousel-directory .view {
    background: url('../img/public/directory-slider.jpg') no-repeat;
    background-size: cover;
    height: 100%;
}

#carousel-home h1, #carousel-directory h1{
    max-width: 600px;
    font-size: 2rem;
}

.btn-md.btn-flag{
    padding: .7rem;
}



/* Adjustment for mobile devices*/
@media (max-width: 776px) {
    .carousel {
        height: 100%; } }


.view video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}


.view .mask {
    position: absolute;
    width:100%;
    height: 100%;
}

.full-bg-img h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:62px;
    /*margin-bottom: 25px !important;*/
}
.full-bg-img h1 span{
    color: rgb(255, 0, 153);
}
.full-bg-img h5{
    font-family: 'Lato', sans-serif;
    font-size:24px;
    margin-bottom: 10px !important;
}
.full-bg-img h6{
    font-family: 'Lato', sans-serif;
    font-size:18px;
}

.feature-box .section-heading{
    margin-bottom:2rem;
}

.features-small p{
    font-size:14px;
}

.icon-area .circle-icon {
    display: inline-block;
    font-size: 35px;
    padding-bottom: 30px;
}

.icon-area .circle-icon i {
    background: #fff;
}
.icon-area .circle-icon i {
    -webkit-box-shadow: 0 8px 19px rgba(91,154,251,.41);
    box-shadow: 0 8px 19px rgba(91,154,251,.41);
    width: 90px;
    height: 90px;
}
.icon-area .circle-icon i {
    color: #29B6F6;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.46);
    box-shadow: 0 1px 10px rgba(0,0,0,.46);
}

.section-directory-pros{
    background-color: #efefef;
}

.section-directory-pros .card-body h5,
.section-directory-school .card-body h5{
    min-height:48px;
}

.section-directory-pros .card-body h5 strong,
.section-directory-school .card-body h5 strong{
    font-weight: 300;
    font-family: Muli, Serif;
}

.section-directory-school{

}

.section-science{
    background: url('../img/public/back_letters_grey.jpg');
    background-attachment: scroll;
    background-size: cover;
}

.section-science .btn-floating{
    line-height: 36px;
    font-weight: bold;
}

.section-social{
    background-color: #e6e6e6;
    background: url('../img/public/mundo.png');
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
}

.section-social .display-4{
    font-size: 2.5rem;
}

@media (max-width: 780px) {
    .full-bg-img h1{
        font-size:48px;
    }
    .full-bg-img h5{
        font-size:18px;
    }
    .full-bg-img h6{
        font-size:14px;
    }
}

.section-testimonials .carousel-multi-item{
    margin-bottom: 0;
}

.section-testimonials .carousel-multi-item .controls-top .btn-floating {
    background: #29B6F6;
}

.section-awards{
    background: url('../img/public/back_grey_wave.jpg');
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}

.media{
    background-color: #eeeeee;
}

.media span, .partners span{
    color: #747474;
    font-size: 16px;
    font-style: italic;
}

/* FOOTER */
footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: #222;
    font-size: .9rem;
    color: rgba(255,255,255,.6);
}

footer.page-footer {
    background-color: #f3f3f3;
    color: #666;
}

footer .footer-dashboard{
    line-height:50px;
}

footer.page-footer a {
    color: #666;
}


footer .links-footer span{
    padding: 0 5px;
}

.btn-dyt {
    background-color: #29B6F6;
}

/* REGISTER */
.section_register{
    /*background: url('../img/public/background-home.jpg');*/
    /*background: url('../img/public/back_orig_50.jpg');*/
    /*background-attachment: scroll;*/
    /*background-size: cover;*/
    background: rgba(36,193,221,1);
    background: -moz-linear-gradient(top, rgba(36,193,221,1) 0%, rgba(53,202,188,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,193,221,1)), color-stop(100%, rgba(53,202,188,1)));
    background: -webkit-linear-gradient(top, rgba(36,193,221,1) 0%, rgba(53,202,188,1) 100%);
    background: -o-linear-gradient(top, rgba(36,193,221,1) 0%, rgba(53,202,188,1) 100%);
    background: -ms-linear-gradient(top, rgba(36,193,221,1) 0%, rgba(53,202,188,1) 100%);
    background: linear-gradient(to bottom, rgba(36,193,221,1) 0%, rgba(53,202,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24c1dd', endColorstr='#35cabc', GradientType=0 );
    height: 100%;
}

.section_register h2, .section_register h3{
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 700;*/
    font-size: 40px;
    margin-bottom: 25px;
}

.section_register h2 span, .section_register h3 span {
    color: rgb(255, 0, 153);
}

.section_register h3{
    font-size:25px;
}

.section_register .card .card-header h3 {
    font-size: 20px;
    padding: 0;
    margin:0;
    text-align: center;
}

.select-wrapper {
    position: relative;
    padding-left: 2rem;
    width: calc(100%);
}

.select-wrapper input.select-dropdown{
    height: 2.1rem;
    margin: 0;
}

@media (max-width: 992px) {
    .section_register .full-bg-img {
        padding-top: 75px;
    }

    .section_register h2{
        font-size: 24px;
    }

    .full-height.register_type_html{
        height: auto;
    }
    .full-height.register_type_html header .view,
    .full-height.register_html header .view{
        height: auto;
    }

    .full-height.register_html{
        min-height: 100%;
    }

    .section_register{
        height: auto;
    }
}

/* FORMS */

.md-form.form-sm label{
    width:100%;
}
.md-form.form-sm .mdb-select~label{
    font-size: 0.8rem
}
.md-form.form-sm label.active {
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
    font-size: .7rem;
}
.md-form.form-sm input{
    font-size: 0.8rem;
}
input.invalid+label:after{
    top: 30px !important;
    font-size: .7rem;
}
input.invalid+label.active:after{
    top: 48px !important;
}
.md-form.form-sm input[type=password]+label:after{
    top: 26px;
}
.md-form.form-sm input[type=password]+label.active:after{
    top: 48px;
}

.md-form.form-sm .g-recaptcha{
    margin: 0 auto;
}

.md-form.form-sm .error-ul{
    min-height: auto;
    color: #F44336;
    margin: 0 auto;
}
.md-form.form-sm .error-ul li{
    margin: 0;
    font-size:0.7rem;
}

.multiple-select-dropdown li [type=checkbox]+label {
    height: 10px;
    top: 0.14rem;
    width: auto;
}


#test-chart {
    width: 568px;
    height:150px;
    position: relative;
    margin: 0 auto 20px;
}

#test-chart .text {
    color: #707070;
    font-size: 20px;
    position: absolute;
}
#test-chart .text.risk {
    left: 0;
    bottom: 0;
}
#test-chart .text.norisk {
    right: 0;
    bottom: 0;
}

#test-chart .background {
    position: absolute;
    top: 50px;
    left: 0px;
}

#test-chart .pointer {
    position: absolute;
    top: 0px;
    left: 275px;
}

/* ERROR PAGES */
#error_page {
    width:100%;
    height:100%;
    background: url('../img/public/background-dyt-60.jpg');
    background-size: cover;
}
#error_page .wrap {
    max-width: 600px;
    text-align: center;
    position: relative;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

#error_page .code{
    font-size: 6rem;
}

@media (max-width: 768px){
    #error_page .code{
        font-size: 4rem;
    }
}

/* STEPPER */

.stepper-vertical .step-content a.link-text{
    display: inline-block;
    padding:0;
}
.stepper-vertical .step-content a.btn{
    display: inline-block;
}

/* SWITCH */
.switch label {
    min-width: 125px;
}

/* TIMEPICKER */
#input_time {
    display: inline-block;
    width: 60px;
    text-align: center;
    border: solid 1px #ddd;
    font-size: 0.8rem;
    color: #666;
}

.blue-dyt{
    color: #29B6F6 !important;
}

.contact-button-link.youtube{
    background-color: #ff6565;
}
.contact-button-link.twitter{
    background-color: #5ea9df;
}

#contact-buttons-bar {
    top: 50%;
    margin-top: -170px;
}

.login_tutor_text{
    height:auto;
}
.login_alumni_text{
    /*height:112px;*/
    height:auto;
}
.login_alumni_btns{
    margin-top: 67px;
    /*margin-top: 30px;*/
}

@media (max-width: 992px) {
    .section_login .full-bg-img {
        padding-top: 75px;
    }

    .section_login {
        height:auto;
        padding-bottom: 40px;
    }
}

.footer-box{
    background-color: #dedede;
    height:315px;
    border-radius: 2rem!important;
}

.footer-box h5{
    font-family: 'Muli',  sans-serif !important;
}

.modal.modal-content-clickable{
    bottom:0 !important;
}

.card.no-shadow{
    box-shadow: none !important;
}

.card-chd h4{
    height:50px;
}

.card-login{
    padding:75px;
    min-height:400px;
}

.card-login-left{
    border-radius: 0.25rem 0 0 0.25rem;
    background: #444;
}
.card-login h2{
    font-weight: 400;
    font-family: 'Muli', sans-serif;
}

.btn-register-type{
    padding: .40rem 0.14rem;
    width: 33.33%;
}

.type_description, .register_step{
    display:none;
}
.type_description.active, .register_step.active{
    display:block;
}

.hidden{
    display:none;
}

.fixed-sn main {
    padding-left: 0;
    padding-top: 6.5rem;
}

.modal-body.small p{
    font-weight: 300;
}


.zoom-fab {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #009688;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #FFF;
}

.zoom-fab:hover {
    background-color: #4db6ac;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

a.zoom-btn-large {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff !important;
}

.zoom-menu {
    position: absolute;
    right: 65px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 52px;
    width: 500px;
    list-style: none;
    text-align: right;
}

.zoom-menu li {
    display: inline-block;
    margin-right: 10px;
}

.zoom-card {
    position: absolute;
    right: 150px;
    bottom: 70px;
    transition: box-shadow 0.25s;
    padding: 24px;
    border-radius: 2px;
    background-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #FFF;
}

.zoom-card ul {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
    transform: scale(0);
    transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }

.features .card-body div{
    min-height: 143px;
}


.loading_earth{
    position: absolute;
    width: 200px;
    height:200px;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    background-image: url(../img/loading/Earth-2s-200px.svg);
}

#tooltip_map{
    display:none;
    position: fixed;
    bottom:10px;
    width:90%;
    z-index:10;
    padding: 20px 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#filters{
    display: none;
    position: fixed;
    top: 114px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.btn-group label{
    font-size: 20px;
}

#description{
    background-image: url('../img/app/back_letters_grey.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#description p{
    font-size: 110%;
}

.page-footer a{
    text-decoration: underline;
}

/* Adjustment for mobile devices*/
@media (max-width: 776px) {

    .zoom{
        display: block;
    }

    #contact-buttons-bar{
        display: none;
    }

    .h1-responsive, .section-heading h1 {
        font-size: 150% !important;
    }

    #filters{
        position: fixed;
        width:290px;
        top: 70px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;

    }

    .btn-group label{
        padding: 5px 10px;
        font-size:16px;
    }

    .jumbotron{
        margin-bottom: 0;
    }
}

.fixed-action-btn-chd{
    position: fixed;
    z-index: 998;
    right: 35px;
    bottom: 35px;
    margin-bottom: 0;
    padding-top: 15px;
}

.fixed-action-btn-chd img{
    padding: 15px;
}
