/*Font full web*/
body{
    font-family: 'Open Sans', sans-serif!important;
	outline:1 !important;
}
hr.divider__empty{
    border-top:0!important;
    margin-bottom: 150px;
}
hr.divider{
    border-top:0!important;
    margin: 60px 0;
}
/*header*/
.header{
    padding: 25px 0;
}
.btn__burguer {
    /*display:inline;*/
    /*position:absolute;*/
    display: block;
    position:fixed !important;
    width: 100%;
    left:0px !important;
   /* top:20px;*/
    bottom:0px !important;
    /*vertical-align: top;*/
    padding: 10px !important;
    z-index: 888;
    height: 74px !important;
    overflow: hidden;
}
.btn__burguer a {
    text-decoration:none;
 }
.btn-open:after {
    /*color:#333;*/
    content:url(../img/btn_burguer_open_rodo.svg);

    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
    color:#BAC405;
}
.btn-close:after {
    color:#fff;

    content:url(../img/btn_burguer_close.svg);
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
    color: #BAC405;
}
.header__logo{
    /*float: left;*/
    margin-left: 30px;
    margin-bottom: 10px;
}
.form__header{
    border:1px solid #ccc;
    border-radius: 30px; 
    background-color: #fff;   
}
.form__input{
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px;
    color: #666!important;
}
.form__cv{
    border-radius: 0;
}
.form__cv::after {
    content: url(../img/ico-clip.svg);
    background-color: transparent;
    border-left: none;
}
.input--0border{
    background-color: transparent !important;  
    border:0 !important;
}
.input--0border:hover, .input--0border:focus{
    box-shadow: none !important;
    border:transparent !important;
    background-color: transparent !important;
}
.social__header{
    float: right;
}
.submit--icon{
    background-color: transparent;
    border:0;
}
.submit--icon:hover, .submit--icon:focus,  
.submit--icon:not(:disabled):not(.disabled):active, 
.submit--icon:not(:disabled):not(.disabled):active:focus  {
    background-color: transparent;
    box-shadow: none;
}
.link-img{
    opacity: .75;
}
.link-img:hover{
    opacity: 1;
}
.nav-header{
    list-style: none;
    padding: 0;
}
.nav-header__item{
    float: left;
}
.menu{
    background: url(../img/bg_menu.jpg) no-repeat top;
    background-size: cover;
}
.menu--in{
    background-color: rgba(0,43,60,.8);
    padding:35px 0;
}
.menu__item{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin:0 0 0 0;
}
.menu__link{
    padding: 0 0 3px 0;
    color: #fff;
    font-weight: 500;
    border-radius: 0!important;
    border-bottom: 2px solid transparent;
}
.menu__link:hover, .menu__link--active{
    color: #BAC405;
    border-bottom: 2px solid #BAC405;
}

/*menu overlay*/
.overlay {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    /* width:100%; */
    /*width:30% !important;*/
    background:#002B3C;
    overflow: auto;
    z-index:99;

}
.overlay__logo{
    float: left;
    margin: 25px 0 0 40px;
}
.overlay__nav {
    /*margin:30px 0px;*/
    margin:15px 0px;
}
.overlay__link {
    font-size: 14px;
    font-weight: 300;
    color:#BAC405;
    display:block;
    padding:5px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.overlay__link--title{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.overlay__link:hover {
    color:#f0f0f0;
    text-decoration: none;
}
@media (max-width: 575.98px) { 
    .btn__burguer
     {
            display: block;
            position:fixed !important;
            width: 100%;
       
            right:0px !important;
            bottom:0px !important;
            padding: 20px;
            z-index: 888;
            height: 74px !important;
    }
    .header__logo{
        margin: 10px 0 15px 40px;
    }
    .overlay__logo{
        margin: 35px 0 0 50px;
    }
    .header__img, .overlay__img{
        width: 200px;
        vertical-align: middle;
        padding: 15px;
    }
    .social-header{
        float: left;
    }
}
@media (min-width: 576px) 
{ 
    .btn__burguer
     {
            display: block;
            position:fixed !important;
            width: 100%;
        
            right:0px !important;
            bottom:0px !important;
            padding: 20px;
            z-index: 888;
            height: 74px !important;
    }
    .header__logo{
        margin: 0px 0 15px 40px;
    }
    .overlay__logo{
        margin:25px 0 0 50px;
    }
}
@media (min-width: 768px) {
    .btn__burguer
     {
            display: block;
            position:fixed !important;
            width: 100%;
        
            right:0px !important;
            bottom:0px !important;
            padding: 20px;
            z-index: 888;
            height: 74px !important;
    }
}
@media (min-width: 992px) { 
    .btn__burguer {
        display: none;
    }
}
@media (min-width: 1200px) { 
    .social-header{
        float: right;
    }

    .btn__burguer {
        display: none;
    }
}

/*slider*/
.slider-home{
    background: url(../img/bg_slider.jpg) no-repeat bottom;
    background-size: cover;
}
.slider-home--in{
    background-color: rgba(0,43,60,.8);
    padding-top: 50px;
}
.slider-home__title{
    text-align: center;
    color: #fff;
    font-size: 28px !important;
    font-weight: 700 !important;;
}
.slider-home__subtitle{
    text-align: center;
    color: #fff;
    font-size: 46px !important;;
    font-weight: 700 !important;;
}
.slider-home__buttons{
    text-align: center;
}
.btn{
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
    color: #fff;
    text-align: center;
    border-radius: 25px;
}
.btn:hover{
    color: #fff;
}
.btn--slider-home{
    font-size: 16px;
    display: inline-block;
    width: 200px;
    background-color: rgba(186,195,5,.8);
    margin:20px 10px;
}
.btn--slider-home:hover{
    background-color: rgba(186,195,5,1);
}
.carousel-home{
    margin-top: 40px;
    margin-bottom: -30px;
}
.carousel__indicators{
    right: inherit;
    margin-left: 40px;
}
.carousel__indicator{
    background-color: rgba(0,43,60,.2)!important;
    width: 60px!important;
    opacity: 1!important;
}
.carousel__indicators .active{
    background-color: rgba(0,43,60,1)!important;
    opacity: 1!important;
}
.carousel__info{
    background-color: #f5f5f5;
}
.carousel__caption{
    position: static;
    padding: 40px;
}
.carousel__title{
    color: #002B3C;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
}
.carousel__txt{
    color: #666;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
}
.btn--carousel{
    font-size: 16px;
    display: block;
    width: 200px;
    background-color: rgba(186,195,5,.8);
    margin:20px 0;
}
.carousel__img{
    position: relative;
    width: 100%;
    overflow:hidden;
    margin-bottom: 0;
}
.carousel__img::before{
    content: "";
    display: block;
    padding-top: 80%;
}
.carousel__img img{
    position:absolute;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    margin:auto;
    min-width: 100%;
    min-height: 100%;
}
@media (max-width: 575.98px) { 
    .slider__title{
        font-size: 18px;
    }
    .slider__subtitle{
        font-size: 28px;
    }
    .btn--slider{
        font-size: 12px;
        width: 120px;
        margin:10px 5px;
    }
}
/*cursos propers home*/
.cursos-propers{
    margin: 15px 0;
}
.cursos-propers__info{
    background-color: #002B3C;
    padding: 40px 25px;
    min-height: 260px;
}
.cursos-propers__title{
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.cursos-propers__txt{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 15px 0;
}
.cursos-propers__link{
    font-size: 14px;
    font-weight: 300;
    color: #BAC405;
}
.link_card_dark_fosc {
    text-decoration:none !important;
    left: 0;
    z-index: 1;
    width: 100% !important;
    position: absolute !important;

}

.link_card_dark_fosc_sota {
     bottom: 0; 
}

.link_card_dark_fosc:hover{
    text-decoration:none  !important;

}

.link_card_dark_fosc--verd {
    padding-left: 20px;
    padding-right: 20px;
}

.link--verd{
    font-size: 14px;
    font-weight: 400;
    color: rgba(186,195,5,.8);
    position: relative;
    display: flex;
    width: auto;
    white-space: nowrap;
}
.link--verd::after{
    content: "";
    display: inline-block;
    border: none;
    height: 1px;
    background-color: rgba(186,195,5,.8);
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    margin: 10px 0px 0 15px;
}
.link--right::after{
    margin: 10px -25px 0 15px;    
}
.link--acte::after{
    margin: 10px -15px 0 15px; 
}
.link--bottom{
    margin: 0 15px;
}
.link--verd:hover{
    color: rgba(186,195,5,1); 
    text-decoration: none;
}

.aula{
    position: relative;
    display: block;
    padding: 0px 20px 40px 20px;
}

.curs{
    position: relative;
    display: block;
    /*padding: 20px 20px 40px 20px;*/
    /*min-height: 500px;*/
}

.curs__txt_bloc {
    min-height: 250px;
}

.curs__title{
    font-size: 18px;
    font-weight: 600;

    color: #002B3C;
    margin:0;
}
.curs__title:hover{
    text-decoration: none;
    color: #002B3C;
}
.curs__txt{
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    color: #666;
    margin:15px 10px;
    text-align: left;
}
.curs__link{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.curs_block {
    min-height: 260px !important;
    text-align: justify !important;
    margin: 2px;
}


/*banner ofertes*/
.banner-ofertes--in{
    background-color: #BAC405;
    /*padding: 50px;*/
    /*position: relative;*/
}
.banner-ofertes__title{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
}
.banner-ofertes__subtitle{
    margin: 15px 30px 15px 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.btn--blau{
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    background-color: rgba(0,43,60,.8);
    margin:20px 0 0 0;
    text-transform: uppercase;
}
.btn--blau:hover{
    background-color: rgba(0,43,60,1);
}
.btn--oferta{
    width: auto;
    padding:10px 20px;
}
.btn--fitxa{
    width: auto;
    padding:10px 20px;
    display: block;
}
.banner-ofertes__img{
    position: absolute;
    top:0;
    right:0;
}
/*serveis*/
.serveis-home{
    background-color: #002B3C;
    margin-top: 300px;
    padding-bottom: 40px;
}
.serveis-home__img{
    margin-top: -100px;
}
.serveis-home__title{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 100px 0 15px 0;
	text-transform: uppercase;
}
.serveis-home__subtitle{
    font-size: 16px;
    font-weight: 300;    
    line-height: 150%;
    color: #fff;
}
.servei-home__title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0 10px 0;
}
.servei-home__subtitle{
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #fff;
}
.servei__hr{
    width: 30px;
    height: 4px;
    margin: auto;
    background-color: #BAC405;
}
.servei-contacta__title{
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.servei-contacta__subtitle{
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.btn--verd{
    font-size: 12px;
    display: block;
    width: 200px;
    background-color: rgba(186,195,5,.8);
    margin:20px auto;
    border:none;
    text-transform: uppercase;
}
.btn--verd:hover{
    background-color: rgba(186,195,5,1);
}
/*a un clic*/
.aunclick__title{
    font-size: 30px;
    font-weight: 400;
    color: #002B3C;
    position: relative;
    display: flex;
    width: auto;
    white-space: nowrap;
}
.aunclick__title::after{
    content: "";
    display: inline-block;
    border: none;
    height: 1px;
    background-color: #DAE5E9;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    margin: 18px 0px 0 15px;
}
.boxclic{
    position: relative;
    width: 100%;
    overflow:hidden;
    margin-bottom: 0;
    display: block;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.boxclic:hover{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.30);
}
.boxclic::before{
    content: "";
    display: block;
    padding-top: 100%;
}
.boxclic__img{
    position:absolute;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    margin:auto;
    min-width: 100%;
    min-height: 100%;
}
.boxclic__in{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 15px;
    background-color: #002B3C;
    max-width:100%;
    padding: 10px;
}
.boxclic__title{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.boxclic__subtitle{
    font-size: 14px;
    color: #fff;
}
/*actualitat*/
.actualitat__title{
    font-size: 28px;
    font-weight: 700!important;
    color: #002B3C;
    text-transform: uppercase;
}
.actualitat__subtitle{
    font-size: 16px;
    color: #666;
}
.actualitat__link{
    color: #BAC405;
    text-decoration: underline;
    font-weight: 700!important;
}
.actualitat__link:hover{
    color: #BAC405;
}
.agenda-destacat__out{
    position: relative;
}
.agenda-destacat{
    width: 100%;
    overflow:hidden;
    margin-bottom: 0;
    display: block;
}
.agenda-destacat::before{
    content: "";
    display: block;
    padding-top: 60%;
}
.agenda-destacat__img{
    position:absolute;
    top:0;
    left: 0;
    margin:auto;
    min-width: 100%;
    min-height: 100%;
}
.agenda-destacat__info{
    position: absolute;
    left: 0;
    top: 60%;
    background-color: #fff;
    padding: 15px 15px 15px 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
    margin-bottom: 15px;
    width: 80%;
}
.agenda-destacat__cal{
    text-align: center;
    padding: 10px;
    background-color: #DAE5E9;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
.agenda-destacat__day{
    font-size: 18px;
    font-weight: 800;
}
.agenda-destacat__info-in{
    position: relative;
}
.agenda-destacat__link::after{
    content: "";
    display: inline-block;
    border: none;
    height: 1px;
    background-color: rgba(186,195,5,.8);
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    margin: 10px -15px 0 15px;
}
.link--agenda::after{
    margin: 10px -15px 0 15px;    
}
.agenda-destacat__title{
    font-size: 18px;
    color: #002B3C;
    font-weight: 800;
}
.agenda-destacat__txt{
    font-size: 16px;
    color: #666;
    font-weight: 300;
    height: 100px;
}
.agenda{
    margin: 40px 0;  
    display: block;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.30);
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
    overflow:hidden;
}
.agenda:hover{
    text-decoration: none;
    background-color: #f5f5f5
}
.agenda__figure{
    width: 100%;
    overflow:hidden;
    margin-bottom: 0;
    display: block;
    width: 20px;
}
.agenda__figure::before{
    content: "";
    display: block;
    /*padding-top: 70%;*/
}
.agenda__img{
    position:absolute;
    top:0;
    left: 0;
    /*right:0;*/
    bottom:0;
    margin:0 15px;
    /*min-width: 100%;*/
    min-height: 100%;
}
.agenda__info{
    padding: 15px;
	padding-bottom: 0px;
}
.agenda__title{
    font-size: 18px;
    color: #002B3C;
    font-weight: 800;
}
.agenda__txt{
    font-size: 16px;
    color: #666;
    font-weight: 300;
}
.agenda__date{
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
}
.noticies-destacat__info-in{
    padding:0 15px;
}
.footer__in{
    background-color: #002B3C;
    padding: 40px 0;
}
.footer__social-img{
    margin: 0 8px;
    opacity: .7;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.footer__social-img:hover{
    opacity: 1;
}
.footer__txt{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.footer__txt-link{
    color: #fff;
    color: rgba(255,255,255,.7);
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.footer__txt-link:hover{
    color: rgba(255,255,255,1);
    text-decoration: none;
}
/*fotografia top*/
.top__foto{
    background-size: cover;
    background-position: center;
    min-height: 450px;
    position: relative;
}
.top__foto-in{
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 500px;
    background-color: #002B3C;
}
.top__foto-info{
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    color: #fff;
    font-weight: 400;
    /*padding: 50px 75px 50px 50px;*/
	padding: 15px 50px 15px 15px;
    text-align: justify;
}
/*main*/
.breadcrumb{
    background-color: transparent;
    padding: 0;
}
.breadcrumb__item{
    color: #666;
    font-size: 14px;
    font-weight: 300;
}
.breadcrumb__link{
    color: #1981AA;
}
/*
.breadcrumb__link::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/
.breadcrumb__link:hover{
    color: #1981AA;
    text-decoration: none;
}
.breadcrumb__menu{
    border:0;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
}
.breadcrumb__dropdown-item{
    font-size: 14px;
    font-weight: 300;
    padding: 5px 20px;
}
.breadcrumb__dropdown-item:hover{
    background-color: transparent;
    color: #1981AA;
}
.main__hr-title{
    width: 70px;
    border-top:4px solid #DCE282;
    margin: 15px 0;
}
.main__hr-subtitle{
    width: 35px;
    border-top:4px solid #DCE282;
    margin: 15px 0;
}
.main__title{
    font-size: 34px;
    color: #002B3C;
    font-weight: 500;
}
.main__sub-title{
    font-size: 24px;
    color: #002B3C;
    font-weight: 500;
}
.main__txt{
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #666;
    text-align: justify !important;
}
.main__date{
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #999;
}
.main__tag{
    background-color: #f5f5f5;
    font-size: 12px;
    border-radius: 5px;
    color: #666;
    padding: 5px 8px;
    margin-right: 7px;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.main__tag:hover{
    background-color: #e5e5e5;
    font-size: 12px;
    border-radius: 5px;
    color: #666;
    padding: 5px 8px;
    text-decoration: none;
}
.main__strong{
    font-weight: 700!important;
}
.main__category{
    font-size: 14px;
    line-height: 140%;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}
.main__category:hover{
    color: #999;
}
.main__result{
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    color: #666;
    margin: 0;
}
.main__ok{
    font-size: 36px;
    font-weight: 600;
    color: #BAC405;
}
.main__txt--destacat{
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #666;
    background-color: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
}
.main__links{
    background-color: #f5f5f5;
    border:1px solid #e5e5e5;
    padding: 20px;
}
.main__links-title{
    font-size: 18px;
    color: #002B3C;
    margin: 0 0 15px 0;
}
.main__link{
    font-size: 16px;
    font-weight: 500;
    color: #1981AA;
    text-decoration: underline;
    display: block;
    margin: 5px 0;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.main__link:hover{
    color: #002B3C;
}
.main__blockquote{
    padding-left: 20px;
    border-left: 2px solid #BAC405;
    margin: 20px 0;
}
.main__blockquote--blau{
    border-left: 2px solid #1981AA;
}
.main__blockquote-title{
    font-size: 16px;
    font-weight: 700;
    color: #666;
    margin: 5px 0;
}
.main__blockquote-item{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 8px 0;
}
.main__numbered {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main__numbered-item{
  counter-increment: step-counter;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
}
.main__numbered-item::before {
  position: absolute;
  left: 0px;
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 16px;
  color: #1981AA;
  font-weight: bold;
  border-radius: 3px;
}
.main__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main__list-title{
    font-size: 20px;
    font-weight: 600;
}
.main__list-item{
  counter-increment: step-counter;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
}
.main__list-item::before {
  position: absolute;
  left:0px;
  content: url(../img/list-icon.svg);
  margin-right: 5px;
  margin-top: 10px;
  font-size: 16px;
  color: #1981AA;
  font-weight: bold;
  border-radius: 3px;
}
.main__list-link{
    color: #1981AA;
    text-decoration: underline;
}
.main__list-em{
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
.main__share{
    float: right;
    margin: 40px 0 0 0;
    border-left: 2px solid #e5e5e5;
    padding: 10px 0 10px 30px;
    text-align: right;
}
.main__share-link{
    font-size: 36px;
    color: rgba(0,43,60,.5);
    margin-left: 10px;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.main__share-link:hover{
    color: rgba(0,43,60,1);
}
.main__figcaption{
    font-size: 14px;
    font-weight: 300;
    color: #666;
    margin: 20px 0;
}
.main__title-img{
    font-size: 18px;
    color: #002B3C;
    font-weight: 600;
    margin: 15px 0;
}
.main__columns{
    background-color: #f5f5f5;
    padding: 20px 0 0 0;
    margin-bottom: 100px;
}
.main__convenis{
    border:4px solid #e5e5e5;
    padding: 40px;
}
.main__convenis-foto{

}

.card__100{
    background-color: #f5f5f5;
}
.card__100-info{
    padding: 40px;
}
.card__hr{
    width: 35px;
    border-top:4px solid #DCE282;
    margin: 15px 0;
}
.card__title{
    font-size: 24px;
    color: #002B3C;
    font-weight: 500;
}
.card__txt{
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #666;
}
.card__figure{
    width: 100%;
    overflow:hidden;
    margin-bottom: 0;
    display: block;
}
.card__figure::before{
    content: "";
    display: block;
    padding-top: 70%;
}
.card__img{
    position:absolute;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    margin:0 15px;
    min-width: 100%;
    min-height: 100%;
}
.card__fotos{
    background-color: #fff;
    border:4px solid #e5e5e5;
}
.card__fotos-info{
    padding: 40px;
}
/*main dark*/
.main__dark{
    background-color: #002B3C;
    padding: 40px 0;
}
.main__subtitule--dark{
    color: #fff;
}
.main__txt--dark{
    color: #fff;
}
.btn--dark{
    font-size: 16px;
    display: inline-block;
    color: #002B3C;
    background-color: rgba(218,229,233,1);
    padding: 6px 30px;
}
.btn--dark:hover{
    background-color: rgba(218,229,233,.8);
    color: #002B3C;
}
.card__dark{
    background-color: #fff;
    padding: 25px;
    min-height: 160px;
}

.card__dark_fosc{
    /*background-color: #fff;*/
    padding: 25px;
    min-height: 160px;
}

.main__figcaption_fosc {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0;
}

.main__figcaption_main_fosc {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0;
}

.card__dark_enllac_fosc {
    padding-right: 25px;
    padding-left: 25px;
}

.card__dark-title{
    font-size: 18px;
    font-weight: 600;
    color: #002B3C;
	margin: 20px 0 10px 0;
	min-height: 55px;
}

.card__dark-title_fosc{
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    margin: 20px 0 10px 0;
	min-height: 55px;
}


.card__dark-txt{
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #666;
}
.card__banner{
    border: 4px solid #e5e5e5;
}
.card__banner-info{
    margin: 40px;
}
/*form*/
.form{
    background-color: #f5f5f5;
    margin: 30px 0;
    padding: 30px 0;
}
.form__label{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #888;
}

legend{
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 300;
    color: #888;
}


.form__label--checkbox{
    text-transform: none;
    margin-top: 3px;
    color: #333;
    font-size: 14px;
}
.form__label-link{
    color: #BAC405;
    text-decoration: underline;
}
.form__label-link:hover{
    color: #BAC405;
    text-decoration: underline;
}
.form__camp{
    border-radius: 0;
}
/*actes*/
.box-acte{
    display: block;
}
.box-acte:hover{
    text-decoration: none;
}

.box-acte__figure{
    width: 100%;
    height: 100%;
    display: block;
    overflow:hidden;
    background-size: cover;
}
.box-acte__title{
    font-size: 18px;
    color: #002B3C;
    font-weight: 700;
    display: block;
    margin: 15px 0;
}
.box-acte__subtitle{
    font-size: 16px;
    color: #002B3C;
    font-weight: 300;
    margin: 0;
}
.box-acte__txt{
    font-size: 14px;
    color: #666;
    line-height: 140%;
    font-weight: 300;
    margin: 15px 15px 15px 0;
}
.box-acte__cal{
    position: absolute;
    left: -40px;
    top: 20px;
    z-index: 2;
    text-align: center;
    padding:7px 10px;
    background-color: #DAE5E9;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #002B3C;
}
.box-acte__day{
    font-size: 18px;
    font-weight: 800;
}
/*documents*/
.doc{
    display: block;
}
.doc:hover{
    text-decoration: none;
}
.doc__title{
    font-size: 18px;
    color: #002B3C;
    font-weight: 700;
    margin: 0;
}
.doc__subtitle{
    font-size: 14px;
    color: #666;
    font-weight: 300;
    margin: 0
}
.doc__action{
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
    font-size: 14px;
    font-weight: 400;
    color: rgba(186,195,5,.8);
    position: relative;
    display: flex;
    width: auto;
    white-space: nowrap;
    margin: 15px 0 0 0; 
}
.doc__action::after{
    content: "";
    display: inline-block;
    border: none;
    height: 1px;
    background-color: rgba(186,195,5,.8);
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    margin: 10px 0px 0 15px;
}
.doc__action:hover{
    color: rgba(186,195,5,1);
}
/*ofertas*/
.oferta{
    display: block;
    border:1px solid #e5e5e5;
    padding: 20px 20px 40px 20px;
    position: relative;
    background-color: #fff;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.oferta:hover{
    border:1px solid #BAC405;
    text-decoration: none;
}
.oferta__title{
    font-size: 18px;
    font-weight: 600;
    color: #002B3C;
    margin:0;
    margin-bottom: 15px;
}
.oferta__title:hover{
    text-decoration: none;
    color: #002B3C;
}
.oferta__category{
    font-size: 12px;
    color: #999;
    font-weight: 300;
    margin: 0;
}
.oferta__txt{
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    color: #666;
    margin:15px 0;
}

.oferta_txt_fons {
    background-color: #f5f5f5;
    padding-bottom: 15px;
}

.oferta__link{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.link--oferta{
    margin: 20px;
}
/*aula*/
.aula__tit{
    font-size: 20px;
    font-weight: 600;
    color: #002B3C;
    position: relative;
    display: flex;
    width: auto;
    white-space: nowrap;
}
.aula__tit::after{
    content: "";
    display: inline-block;
    border: none;
    height: 1px;
    background-color: #1981AA;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    margin: 13px 0px 0 15px;
}
.aula__txt{
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    color: #666;
    margin:15px 0;
}

.aula__link{
    width: auto;
    padding: 10px 50px;
}
/*practiques*/
.practiques{
    background-color: #f5f5f5;
    padding: 30px;
}
/*trobar*/
.trobar__hr{
    width: 35px;
    border-top:4px solid #DCE282;
    margin: 15px auto;
}
.trobar__title{
    font-size: 36px;
    font-weight: 700;
    color: #002B3C;
}
.trobar__sub-title{
    font-size: 22px;
    font-weight: 500;
    color: #002B3C;
}
.card-trobar{
    display: block; 
}
.card-trobar:hover{
    text-decoration: none;
}
.card-trobar__img{
        transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.card-trobar__img:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.card-trobar__title{
    font-size: 22px;
    color: #666;
    text-align: center;
    margin: 30px 0;
}
/*cursos*/
.strong--cursos{
    color: #002B3C;
}
.form__buscador-cursos{
    background-color: #f5f5f5;
    padding: 20px 10px 0 10px;
    margin:  0;
}
.form__link{
    font-size: 18px;
    color: #1981AA;
    margin: 23px 0 0 0;
    display: block;
    text-decoration: underline;
}
.form__link:hover{
    color: #1981AA;
}
.calendar {
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
	font-size: x-small;
}
.calendar__month {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
}
.calendar__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #0a3d62;
    height: 40px;
    border-radius: 40px;
    transition-duration: .2s;
}
.calendar__nav:hover {
    background: #eee;
}
.calendar__days {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(7, 1fr);
    color: #BAC405;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.calendar__days-item {
    justify-self: center;
    align-self: center;
    text-align: center;
}
.calendar__dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.calendar__button {
    cursor: pointer;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    height: 40px;
    justify-self: center;
    align-self: center;
    border-radius: 50px;
    margin: 2px;
    transition-duration: .2s;
}
.calendar__button--today {
    background-image: url(../img/today.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border:none;
}
.calendar__button:first-child {
    grid-column: 3;
}
.calendar__button:hover {
    background: #eee;
}
.calendar__button:focus {
    background: #0a3d62;
    color: #fff;
    font-weight: 600;
}

.calendar table {
    width: 100%;
    margin: 5px 0;
    border-spacing: 0px;
}
/*fitxa*/
.fitxa__info{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.fitxa__hr{
    margin: 0;
}
.altres{
    background-color: #f5f5f5;
    padding: 30px;
}
/*fotos carousel*/
.slider {
  width: auto;
  margin: 0;
}
.slider .slick-slide {
  background: #ffffff;
  color: white;
  padding: 0 0 100px 0;
  font-size: 30px;
  text-align: center;
  height: auto;
  position: relative;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  color: #ffffff;
}
.slider .slick-dots {
  bottom: -30px;
}
.slider .slick-slide:nth-child(odd) {
  background: #ffffff;
}
.slick-slide img{
    width: 100%;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #BAC405;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #999;
}
.slider__figcaption{
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    z-index: 1;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}
/*banner 30 anys*/
.banner-30{
    background-image: url(../img/bg-mascarandell.jpg);
    background-size: cover;
    position: relative;
    padding: 100px 0;
}
.banner-30__title{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
.banner-30__info{
    margin: 50px 0;
}
.banner-30__subtitle{
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    line-height: 120%;
}
.banner-30__number{
    font-size: 60px;
    color: #DCE282;
}
/*banner empty*/
.banner-empty{
    background-image: url(../img/bg-mascarandell2.jpg);
    background-size: cover;
    position: relative;
    padding: 200px 0;
}
.banner-empty__title{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.banner-empty__subtitle{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
/*presentacio*/
.main__presentacio{
    border-left: 2px solid #1981AA;
    padding-left: 20px;
}
.main__presentacio-txt{
    font-size: 24px;
    color: #002B3C;
}
.main__presentacio-link{
    color: #666;
}
.main__presentacio-link:hover{
    color: #666;
}
/*slider zoom*/
.slider__zoom-link .slider__zoom-ico{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    opacity: 0;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.slider__zoom-link:hover .slider__zoom-ico{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    opacity: 1;
}
.slider__carousel-caption{
    position: relative;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    text-align: left;
    margin: 15px;
}
.slider__carousel-item{
    background-color: #e5e5e5!important;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%;
}
.slider__carousel-indicators .active{
    background-color: #DCE282!important;
}
/*30 plus*/
.banner-30plus{
    background-color: #fff;
    border:4px solid #e5e5e5;
    padding: 20px;
}
.banner-30plus-info{
    padding: 15px;
}
/*tab-content*/
.form-tabs__content{
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
}
.form-tabs__link{
    color: #ccc;
    font-weight: 300;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.form-tabs__link:hover{
    color: #666;
}
/*acreditacions*/
.link--ico{
    font-size: 14px;
    font-weight: 400;
    color: rgba(186,195,5,.8);
    display: block;
}
.link--ico:hover{
    color: rgba(186,195,5,.8);
}
/*agenda*/
.card-agenda{
    display: block;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.20);
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
    background-color: #fff;
}
.card-agenda:hover{
    display: block;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.50);
}
.card-agenda:hover{
    text-decoration: none;
}
.card-agenda__title{
    font-size: 18px;
    color: #002B3C;
    font-weight: 600;
}
.card-agenda__txt{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 0;
}
.card-agenda__figure{
    position: relative;
}
.card-agenda__cal{
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: #DAE5E9;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #002B3C;
}
.card-agenda__day{
    font-size: 24px;
}
/*noticies*/
.btn--cercador{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
}
/*tramits*/
.tramits{
    background-color: #002B3C;
    padding: 20px 0;
}
.form-tramits{
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
    background-color: #fff;
}
.form-tramits__link{
    color: #ccc;
    font-weight: 300;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.form-tramits__link:hover{
    color: #fff;
    background-color: rgba(0,0,0,.2);
    border:1px solid;
    border-color: rgba(0,0,0,.2);
}
.link--tramit{
    font-size: 14px;
    font-weight: 400;
    color: rgba(186,195,5,.8);
    display: inline-block;
}
.link--tramit:hover{
    color: rgba(186,195,5,.8);
}
.main__licitacio{
    background-color: #f5f5f5;
    padding: 20px;
}
/*contacta*/
.info-horaris{
    border:1px solid #ccc;
    background-color: #f5f5f5;
    padding: 30px;
}
.btn span.glyphicon {               
    opacity: 0;             
}
.btn.active span.glyphicon {                
    opacity: 1;             
}
.btn__radio label{
    cursor:pointer;
    background-color: #666;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 8px;
    font-weight: 300;
}
.btn__radio label:hover{
    cursor:pointer;
    background-color: #BAC405;
}
.btn__radio input{
    position: absolute;opacity: 0;
}
.btn__radio input:checked ~ label{
    background-color: #BAC405;
    color: #fff;
}
.contacta__label{
    text-transform: unset;
    color: #666;
    font-weight: 300;
    font-size: 14px;
    margin: 15px 0 0 0;
}
.contacta__reply{
    font-weight: 600;
    color: #002B3C;
    font-size: 18px;
}


.h1, h1 {
    font-size: 34px !important;
    font-weight: 500 !important;
}

.h2, h2 {
    font-size: 24px !important;
    font-weight: 500 !important;
}

.h3, h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.text_justificat {
    text-align: justify;
}

.cercador_curs_txt_fons {
    background-color: #f5f5f5;
    padding: 20px;
}

.fons_verd {
    background-color: #BAC405;
    padding: 20px;
}

.fons_fosc {
    background-color: #002B3C;
    padding: 20px;
}

.main__hr-subtitle_fosc{
    width: 35px;
    border-top:4px solid #002B3C;
    margin: 15px 0;
}

.btn--verd_fosc{
    font-size: 14px;
    display: inline-block;
    width: 200px;
    background-color: rgba(186,195,5,.8);
    margin:20px 0 0 0;
    border:none;
}

.btn--verd_fosc:hover{
    background-color: rgba(186,195,5,1);
}

.main__txt_fosc{
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #dddddd;
    text-align: left !important;
}

.main__txt_fosc strong{
    color: #fff;
}

.main__subtitle_fosc {
    color: #fff;
}

.card-curs_cal {
    top: 0;
    position: absolute;
    left: 15px;
    background-color: #DAE5E9;
    padding: 10px 15px 15px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #002B3C;
}

.agenda_curs {
    margin: 0px;
    height: 200px;

}

.main__txt_verd {
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #f5f5f5;
    text-align: left !important;
}

.main__txt_verd p {
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #f5f5f5;
    text-align: left !important;
}

.main__txt_verd strong {
    color: #fff;
}

.agrp_hor_fusionat {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.presentacio_persona {
    max-width: 200px;
}


.fons--fundacio {
    background-color: #BAC405;
}
.link--fundacio{
    font-size: 14px;
    font-weight: 400;
    color: white;
    position: relative;
    display: flex;
    width: auto;
    white-space: nowrap;
}
.link--fundacio::after{
    content: "";
    display: inline-block;
    border: none;
    height: 1px;
    background-color:white;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    margin: 10px 0px 0 15px;
}

.card-fundacio__title{
    font-size: 18px;
    color: #002B3C;
    font-weight: 600;
}
.card-fundacio__txt{
    font-size: 16px;
    font-weight: 300;
    color: #002B3C;
    margin: 0;
}

.h3_fundacio_title a h3{
    color:#002B3C !important;
  }

.fons--imfe {
    background-color: #002B3C;
}
.link--imfe {
    font-size: 14px;
    font-weight: 400;
    color: #BAC405;
    position: relative;
    display: flex;
    width: auto;
    white-space: nowrap;
}
.link--imfe::after{
    content: "";
    display: inline-block;
    border: none;
    height: 1px;
    background-color:#BAC405;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    margin: 10px 0px 0 15px;
}

.card-imfe__title{
    font-size: 18px;
    color: white;
    font-weight: 600;
}
.card-imfe__txt{
    font-size: 16px;
    font-weight: 300;
    color: #d2d2d2;
    margin: 0;
}

.h3_imfe_title a h3{
    color: white !important;
  }

.main__title_fosc{
    font-size: 34px;
    color: White;
    font-weight: 500;
}

.main__title_verd{
    font-size: 34px;
    color: #BAC405;
    font-weight: 500;
}

.modal-content {
    background-color: black !important;
}

.close {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
  }

.close:not(:disabled):not(.disabled):focus, 
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.main__gris{
    background-color: #f8f8f8;
    padding: 40px 0;
}

.card__gris{
    background-color: #f8f8f8;
    padding: 25px;
    min-height: 160px;
}

.curs_resultat__title {
    font-size: 16px;
    color: #002B3C;
    font-weight: 600;
    line-height: 1.2;
}


.curs_resultat_ambit__tit{
    font-size: 20px;
    font-weight: 600;
    color: #002B3C;
    position: relative;
    display: flex;
    width: auto;
    white-space: nowrap;
}
.curs_resultat_ambit__tit::after{
    content: "";
    display: inline-block;
    border: none;
    height: 2px;
    background-color: #002B3C;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    margin: 13px 0px 0 15px;
}

.curs_resultat_modalitat__tit a{
    color: #BAC405 !important;
}
.curs_resultat_modalitat__tit a::after{
    content: "";
    display: inline-block;
    border: none;
    height: 1px;
    background-color: #BAC405 !important;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 1 70%;
    margin: 13px 0px 0 15px;
}

.curs_resultat_strong {
    color:#002B3C;
}

iframe {
    height: 300px;
    width: 500px;
}


/*navbar*/
.navbar-ajuntament-reus{padding: 0.3rem 0;}
.navbar-ajuntament-reus select, .navbar-ajuntament-reus select:focus{
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 12px;

  background:url('../../assets/img/flecha-down.png')center right no-repeat;
  text-align: right;

}
.navbar-ajuntament-reus select option{color: #000;}
.navbar-ajuntament-reus img.img-responsive {width: 130px;padding: 0.2rem 0;}
.navbar-ajuntament-reus span{
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

/* google translate */
#google_translate_element {float: right; margin-right: 10px;}
#google_translate_element img {display: none;}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    padding-right: 10px !important;
}
#google_translate_element a:hover {text-decoration: none !important;}

/*footer*/
.footer-politicas{padding: 2rem 0 2rem 0;}
.footer-politicas, .footer-politicas a, .footer-politicas a:hover{color: #95989A; text-decoration: none;padding-right: 1rem;}
.footer-politicas hr{width: 33px;border:0;border: 1px solid #E5E5E5;height: 4px;background-color: #e5e5e5; margin: 1rem 0;}



.bg-black {
    background-color: #000;
}

.bg-grey {
    background-color: #f5f5f5;
}

.pull-right {
    float: right !important;
  }

  .form_buscador-cursos{
    width: 100%;
  }

.curs_card_title {
    padding-left: 0px !important;
    padding-right: 10px !important;;
    padding-top: 10px !important;;
}  

.agenda-destacat__txt-lloc{
    font-size: 14px;
    color: #666;
    font-weight: 300;
}

.agenda_img_container {
    /*height:210px;*/
    height:200px;
    /*background-color:#212529;*/
}

.crop_not {
    width: 200px;
    max-height: 200px;
    min-height: 150px;
    overflow: hidden;
}

.crop {
    width: 200px;
    /*height: 150px;*/
    height: 200px;
    overflow: hidden;
}

.crop img {
    width: 400px;
    /*height: 300px;*/
	margin: 0 0 0 0;
    /*margin: -75px 0 0 -100px; */
}

.img-fluid-crop {
    max-width: 100%;
    /*height: auto;*/
    height: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: center;
  }