
/*-- Propios --*/

.fade.show {
    opacity: 1;
    transition: all 1s linear;
}

.fade {
    display: block;
    opacity: 0;
    transition: all 1s linear;
}
.header-menu-toggle a{
}

.header-menu-toggle {
    cursor: pointer;
}
.header-menu-toggle.opaque {
    background-color: #0b0b0b;
}
.header-menu-toggle.opaque .fd-all-lang{
    background-color: #0b0b0b;
}

/* ===================================================================
 * # stats
 *
 * ------------------------------------------------------------------- */
.s-stats {
    #background: #003965!important;

    #background-color: transparent;
    position: relative;
    padding-top: 16.2rem;
    padding-bottom: 13.2rem;
    color: #757575;
    background: url('') no-repeat center center fixed;
    background-size: cover;
}

.s-stats .intro-wrap {
    padding: 15rem 0 25.2rem;
    background: #111111;
}

.stats-content {
    #max-width: 1160px;
    #margin-top: -23.4rem;
    #color: white;
}

.serv-foto{
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
    margin-right: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.header-menu-toggle{
    color: #d0d0d0;
}
.s-about{
    background-color: #d0d0d0;
}
.s-historia{
    background-color: #5d5d5d;
}
.s-partners{
    background-color: #d0d0d0;
}
.c-white{
 color: white!important;
}
.c-black{
    color: black!important;
}
.c-gray{
    color: gray!important;
}
.header-nav h3,.home-social span, .subhead,.contact-content h5{
    color: #d0d0d0;
}
.home-content__scroll a::before{
    border-color: #d0d0d0;
}
.home-content__line, .line-scale-pulse-out > div, .contact__line{
    background-color: #d0d0d0;
}
a:hover, a:focus, a:active{
    color: #d0d0d0;
}

.subhead--dark{
    color: #000000;
}
.s-contact{
    background: url('') no-repeat center center fixed;
    background-color: transparent;
    background-size: cover;
}

.contact-primary{
    width: 65%;
    height: 700px;
}

.team-hover{
    overflow: hidden;
}

.team-hover .t_title{
    margin-top: 0;
    font-size: 14px;
    padding-bottom: 10px;
    cursor: pointer;
}
.team-hover .t_sub_title{
    font-size: 12px;
    text-align: justify;
}
.team-hover:before{
    background: #7b7b7b!important;
}


.team-hover .team-social-menu a{
    font-size: 30px;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-list .container{
    width: 80%;
    margin: auto;
}
.header-nav__list a {
    cursor:pointer;
}
@media only screen and (max-width: 1000px) {
    .contact-primary{
        width: 100%;
    }
    .team-list .container{
        width: 100%;
    }

}

body:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 0;
    opacity: 0;
    transition: opacity .5s, background .5s;
}
body.is_super_shown:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 50000px;
    background: #e6e6e6;
    z-index: 9999999999;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.service-item{
    text-align: center;
    margin-bottom: 25px!important;
    -webkit-transition: width 1s ease!important;
    -moz-transition: width 1s ease!important;
    -o-transition: width 1s ease!important;
    transition: width 1s ease!important;
    clear: inherit!important;
    min-height: 200px;
}
.service-item .h4{
    text-align: center;
    cursor: pointer;
}
.service-item-opened{
    #min-width: 80%;
    width: 100%!important;
    border: 1px solid black;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-transition: width 1s ease!important;
    -moz-transition: width 1s ease!important;
    -o-transition: width 1s ease!important;
    transition: width 1s ease!important;
}
.service-item-opened .h4{
    //text-align: left;
}
.service-item-opened .service-icon{
    display: inline-block;
    width: 20%;
}

.service-item-opened .service-text{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.background-ense-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media only screen and (max-width: 600px) {
    .service-item-opened .service-icon{
        display: block;
        width: 100%;
    }
    .service-item-opened .service-text{
        margin-top: 20px;
        width: 80%;
    }
}


body.ngdialog-open { overflow: initial !important; }

.ensenat-dialog {
    height: auto !important;
    overflow: inherit !important;
}
.ensenat-dialog .ngdialog-content{
    #border: 5px solid black;
    overflow-x: scroll;
}

.ensenat-dialog .team-b{
    display: inline-block;
}
.ensenat-dialog .team-b .title{
    margin: 0;
    padding: 20px;
}
.ensenat-dialog .team-b .team-image{
    max-height: 200px;
    width: 15%;
    margin-left: 20px;
    display: inline-block;
 }

.ensenat-dialog .team-b .team-image .social{
    font-size: 30px;
    color: gray;
    text-align: center;
}
.ensenat-dialog .team-b .team-image img{
    max-height: 100%;
    max-width: 100%;
}
.ensenat-dialog .team-b .texto{
    font-size: 12px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    vertical-align: top;
    width: 80%;
}

.ensenat-dialog .team-b .texto .sub_title{
    margin-bottom: 5px;
}


@media only screen and (max-width: 600px) {
    .ensenat-dialog .ngdialog-content{
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        border-radius: 0!important;
        width: 100%!important;
        height: 100%!important;
    }
    .ensenat-dialog .team-b .team-image{
        max-width: 90%;
        width: 90%;
        max-height: 100%;
        text-align: center;
    }
    .ensenat-dialog .team-b .team-image img{
        max-height: 200px;
        max-width: 200px;
    }
    .ensenat-dialog .team-b .texto{
        width: 100%;
    }
}

.partners-item {
    color: black;
    margin-bottom: 40px;
}
.partners-item a, .partners-item a:active{
    color: black;
}
.partners-item .parner-foto {
    max-width: 100%;
    #text-align: center;
    margin-bottom: 20px;
}
.partners-item .parner-foto img{
    max-width: 200px;
    max-height: 80px;
    padding-left: 20px;
}
.partner-text{
    padding-top: 20px;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 20px;
}

.partner-text br {

}

.home-content__line, .line-scale-pulse-out > div, .contact__line{
    background-color: white;
}