@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

/* color complementario??? #E86850 rojo-marron */

body{
    width: 100% !important;
    height: auto !important;
    top: 0px !important;
    left: 0px !important;
    overflow: scroll !important;
}

img{
    /*width: 100%;*/
}

.fa.fas{
    font-family: Font Awesome\ 5 Free !important;
    font-style: normal;
    font-variant: normal;
}

a:hover, a:focus {
    color: #365377;
}

a{
    color: #587498;
}

a[href^="javascript:"]{
    cursor: default !important;
}

.mainmenu-area{
    margin-bottom: 0;
}

.mainmenu-area .mainmenu-bg {
    /* background: #D04330; */
    background: #587498; 
}

#blog-volver{
    margin-bottom: 50px;
}

.top-bar-area {
    background: #eee; /* background: #f5f5f5; */
    padding: 4px 0px 0px 0px;   
}
.header-area {
    padding: 43px 0 80px;
    /* padding: 80px 0 120px; */
}
.tparrows.default {
    background: #999;
    /*background: #587498;*/
    /* background: #E86850;*/
}
.dark-translucent-bg {
    /* background-color: rgba(32,178,170,.5); */
    background-color: rgba(32, 178, 170, 0.2);

}
/* header logo */
.logo a img {
    position: relative;
    width: auto;
    opacity: inherit;
    display: inherit;
}

img.img-absolute{
    width: auto;
}

.main-menu .navigation > li > ul > li:hover > a{
    color:#fff
}


/* top bar */
.top-bar-area p {
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    margin: 2px 0;
}
.top-bar-area .navigation {
    float: left;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 0px;
}
.top-bar-area .navigation li {
    float: left;
    padding: 0;
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 8px;
    text-transform: none;
}
.top-bar-area .navigation li a {
    color: #587498;
    font-size: 12px;
    font-weight: normal;
}
.top-bar-area .navigation.top-options li {
    padding-right: 15px;
}
.top-bar-area .navigation.nav-lang li {
    padding-right: 8px;
}
.top-bar-area .navigation.nav-lang li.active a {
    font-weight: bold;
}
.top-bar-area .navigation.nav-lang {
    padding-left: 0px;
    float: right;
}

.mobile-menu> li >a{
    padding-left: 43px;
}

.mobile-menu .submenu-button{
    pointer-events: all;
}

/*header*/
.title-section {
    /* background-color: rgba(32, 178, 170, 0.90); */
    /* background-color: rgba(33, 150, 243, 0.90); */
    /*
    background-color: rgba(51, 102, 153, 0.70);
    background-color: rgba(35, 134, 195, 0.80);
    */
    background-color: rgba(100, 147, 194, 0.70);
    height: 350px;
    padding: 105px 50px 0px 50px;
}
.title-section h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    font-size: 46px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-transform: none;
    line-height: 1.1em;
}
.title-section h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 19px;
    text-transform: none;
}

/* menú */
.main-menu {
    float:none;
    margin: 0 auto;
    display: table;
    table-layout: fixed; 
}

.main-menu .navigation li a.main {
    color: #fff !important;
}

.main-menu .navigation li a {
    padding: 9px 0px 8px;
    text-transform: none;
    /* font-family: Roboto; */
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Playfair Display', sans-serif;
}

.main-menu .navigation li a[href^="javascript:"]  {
    cursor: default;
}


.main-menu .navigation li a:hover {
    /* color: #000; */
    color: #fff !important;
}
.mainmenu-bg .row {
    margin-left: 0px;
    margin-right: 0px;
}
/* slider home */
.fullwidthbanner h2.font-s {
    font-weight: 400;
    font-size: 42px;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    width: 50%;
}
.fullwidthbanner .paragraph-s {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: Roboto;
}

.carousel-inner > .item > img{
    width: 100%
}

#galeria-home .item a{
    margin-top: 20px;
}

#galeria-home .item.dark h3, 
#galeria-home .item.dark p {
    color: #333;
}

#galeria-home .item h3{
    font-size: 4em;
    font-weight: 400;
    color: white;
    line-height: 1.1em;
    font-family: 'Playfair Display', sans-serif;
    text-shadow: -1px 1px 1px #333;
    text-transform: none;
}

#galeria-home .item p{
    font-size: 1.8em;
    font-weight: normal;
    color: white;
    font-family: 'Playfair Display', sans-serif;
    text-shadow: -1px 1px 1px #666;
}

#galeria-home .carousel-control.left,
#galeria-home .carousel-control.right{
    background: none;
}

#galeria-home .carousel-control {
    width: 10%;
}

#galeria-home .carousel-caption{
    padding-top: 0%;
    padding-bottom: 0px;
    bottom: 0px;
    top: 30%;
}

@media only screen and (max-width: 350px){
    .top-bar-area .navigation.nav-lang {
        padding-left: 0px;
        padding-right: 0px;
        float: none;
        width: 100%;
    }
    
    .top-bar-area .navigation.nav-lang li{
        display: -webkit-inline-box;
        float: none;
        text-align: center;
    }
    
    .top-bar-area .navigation.top-options{
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        margin: 5px auto;
        width: 100%;
    }
    .top-bar-area .navigation.top-options li{
        display: -webkit-inline-box;
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 1200px){
    #galeria-home .item h3{
        font-size: 3.5em;
    }
    
    #galeria-home .item p{
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 991px){
    
    #galeria-home .item h3{
        font-size: 3em;
    }
    
    #galeria-home .item p{
        font-size: 1em;
    }
    
    #galeria-home .carousel-caption {
        padding-bottom: 15%;
    }    
    
    #galeria-home .item a{
        margin-top: 15px;
    }
    
    .title-section h1{
        font-size: 35px;
    }
}
@media only screen and (max-width: 600px){
    
    #galeria-home .carousel-caption {
        padding-bottom: 10%;
    }  
    
    #galeria-home .item h3{
        font-size: 1.5em;
    }
    #galeria-home .item p{
        font-size: 0.8em;
    }
    
    #galeria-home .item a{
        margin-top: 5px;
        line-height: 25px;
        padding: 0px;
    }
}

#galeria-home .carousel-caption.left{
    right: 10%;
    left: 10%;
    text-align: left;
}

#galeria-home .carousel-caption.right{
    text-align: right;
    right: 10%;
    left: 10%;
}

h3,
.btn-text{
    text-transform: none;
}

/* botons */
.btn-text {
    font-size: 13px;
    color: #fff !important;
    line-height: 36px;
    /*border: 2px solid #587498;*/
    border: 2px solid #20B2AA;
    padding: 0px 15px;
    margin: 0px;
    letter-spacing: 1px;
    /*background: #587498;*/
    background: #20B2AA;
    /*min-width: 150px;*/
    min-width: auto;
    height: auto;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    font-weight: bold;
}
/*.home .btn-text {
    
    border: 1px solid #E86850;
    background: #E86850;
    
    color: #fff;
    border: 2px solid #fff;
    background: transparent;    
}

.home .btn-text:hover {
    background: #587498;
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #587498;
}*/

.dark .btn-text {
    color: #333 !important;
    border: 2px solid #333;
}

.btn-link {
    color: #587498;
    font-weight: bold;
}

.secondary-bg .btn-text{
    background: none;
    border-color: #fff;
}

.secondary-bg .btn-text:hover{
    background: #405c80;
    border-color: #ccc;
    color: #ccc
}

.btn-text {
    border: 2px solid #587498;
    background: #587498;
}
 .btn-text:hover {
    border: 2px solid #405c80;
    background: #405c80;
}

/* seccions */
.padding {
    padding-top: 65px;
    padding-bottom: 80px;
}
.heading-box h2 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.heading-box h3 {
    text-transform: none;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
}

/* footer */
.footer {
    margin-top: 0px;
}
.footer h4 {
    font-weight: 500;
    text-transform: none;
    font-family: Roboto;
    font-size: 17px;
    margin-bottom: 20px;
}
.footer .blog-link li {
    margin-bottom: 0px;
}
.footer .blog-link li a {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
}
.footer .blog-link .fa {
    font-size: 11px;
    margin-right: 8px;
}
.footer address {
    color: #fff;
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    margin-bottom: 5px;
    /* padding-top: 0px; */
    font-style: normal;
    line-height: inherit;
}
.footer .link-small a {
    position: relative;
    padding-left: 30px;
    font-size: 13px;
}
.footer .link-small li {
    margin-bottom: 10px;
}
.footer .newsletter .newsletter-input, .footer .newsletter .newsletter-input:focus {
    border-radius: 5px;
}
.footer .newsletter .newsletter-btn {
    border-radius: 5px;
}
.footer .copyright .navigation {
    float: left;
    margin-bottom: 1px;
}
footer .copyright .navigation li {
    float: left;
    padding: 0;
    position: relative;
    list-style: none;
    padding: 0px 20px 0px 0px;
    text-transform: none;
}
footer .copyright .navigation li a {
    color: #ccc;
    font-size: 13px;
}
.footer .copyright p, .footer .copyright p a {
    color: #ccc;
    font-size: 13px;
}

.footer .seccion-footer{
    margin-bottom: 40px;
}

.footer-info .col-xs-12{
    min-height: 0px;
}

.compact .bloque{
    padding-top: 20px; 
    padding-bottom: 20px; 
}

.bloque{
    padding-top: 50px;
    padding-bottom: 60px; 
}

section.pagina section.bloque.gray-bg:first-child,
section.pagina section.bloque.secondary-bg:first-child{
    padding-top: 50px;
}

section.pagina section.bloque:first-child{
    padding-top: 0px;
}

.contacte .bloque{
    padding-top: 10px;
    padding-bottom: 30px; 
}

.contacte .bloque.bloque-MAPA{
    padding-bottom: 0px;
}

.bloque-FORM .contact-form input[type="text"].error{
    margin-bottom: 0px;
}

.bloque-FORM label.error{
    color: #e1534f;
    font-weight: normal;
}


/* headers seccions */

section.inner-intro {
    /* padding-top: 80px; */
    padding-bottom: 0px;
    /* height: 350px;  */ 
}

.page-breadcrumb {
    padding: 4px 8px 4px 8px;
    display: inline-block;
    color: #444;
    font-size: 11px;
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: 600;
}


.page-breadcrumb a, .page-breadcrumb span{
    padding-left: 7px; 
    padding-right: 8px; 
    margin: 0px;
}
.page-breadcrumb a {
    color: #587498;
}

.page-breadcrumb span {
    padding-left: 7px; 
}

.page-breadcrumb a:after,
.page-breadcrumb span:after{
    /*content: "/";*/
    padding-left: 8px; 
    padding-right: 8px; 
}

.page-breadcrumb span:last-child{
    padding-right: 0px;
}

/* blocs de pàgines genèriques */

.bloc-pages {
    padding: 0px 0px 60px 0px;
}
.bloc-pages .text-content {
    padding: 0px 0px 35px 0px;
}

.text-content h2 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1.15em;
    /*margin-top: 5px;*/
}

.text-content h2:first-child{
    margin-top: 0px;
}

.text-content h3:first-child{
    margin-top: 0px;
}

.text-content h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-top: 0px !important;
    line-height: 1.3em;
}
.text-content div {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 20px;
    line-height: 27px;
}

.text-content p{
    margin-bottom: 10px;
}

.text-content img {
    padding-top: 15px;
}
.text-content.img-top img {
    padding-bottom: 15px;
}

/* blocs amb columna submenu */
.content-amb-submenu .row {
    padding-bottom: 30px;
}
.content-amb-submenu .row.secondary_bg {
    background: #587498;
    padding: 40px 30px 40px 30px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 45px;
    border-radius: 0px;
}

.bottommargin{
    margin-bottom: 30px;
}

.topmargin{
    margin-top: 30px;
}

/* submenu pàgines */
.columna-submenu > ul {
    margin: 0px 30px 50px 0px;
    padding-left: 0px;
}
.columna-submenu {
    margin-bottom: 35px;
    padding-right: 15px;    
}
.columna-submenu.submenu-dreta {
    margin-bottom: 35px;
    padding-right: 0px;    
    padding-left: 30px;    
}
.columna-submenu h3 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #444;
}
.columna-submenu hr {
    margin-bottom: 15px;
}
.columna-submenu ul li {
    list-style: none;
    font-weight: 400;
}

.columna-submenu ul li.segon.active > a,
#llista-noticies .columna-submenu ul li.active,
#llista-agenda .columna-submenu ul li.active,
#fitxa-noticia .columna-submenu ul li.active,
#agenda-fitxa .columna-submenu ul li.active,
.columna-submenu ul li.tercer.active{
    /*text-decoration: underline;*/
    background: #eee;
}

#llista-noticies .columna-submenu > ul,
#llista-agenda .columna-submenu > ul,
#fitxa-noticia .columna-submenu > ul,
#agenda-fitxa .columna-submenu > ul{
    margin-right: 0px;
}

.columna-submenu ul li.segon ul{
    padding: 0px;
}

.columna-submenu ul li.segon ul li{
    padding-left: 20px;
}

.columna-submenu ul li.segon > a{
    padding-left: 5px;
}

.columna-submenu li.tercer a{
    font-weight: normal;
    font-size: 14px;
}

.columna-submenu .categories li a {
    padding: 10px 0px 10px 5px;
    text-transform: none;
    display: block;
}

.columna-submenu ul li a {
    display: inline-block;
    padding: 4px 0px;
    font-size: 15px;
    color: #587498;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}
.columna-submenu .categories li i {
    float: right;
    margin-top: 5px;
    padding-right: 10px;
}

/* llista notícies */
#llista-noticies .blog-post .post-header {
    margin-top: -4px;
}
#llista-noticies .blog-post .post-header h2 {
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}
#llista-noticies .blog-post .post-entry p, #llista-noticies .blog-post .post-entry blockquote, #llista-noticies .post-entry ul {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5em;
}
#llista-noticies .blog-post .post-meta {
    margin-bottom: 5px;
}
#llista-noticies .blog-post .post-meta a, 
#fitxa-noticia .blog-post .post-meta a {
    color: #999;
    font-weight: bold;
}

.post-meta .redactor {
    color: #587498;
    font-size: 13px;
    text-transform: none;
}

#llista-noticies .blog-post hr {
    margin-bottom: 40px;
}
#llista-noticies .sidebar-widget, #fitxa-noticia .sidebar-widget {
    margin-bottom: 35px;
    padding-right: 0px;    
    padding-left: 30px;    
}
#llista-noticies .sidebar-widget h3, #fitxa-noticia .sidebar-widget h3 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #444;
}
#llista-noticies .ultimes-noticies h6 a, #fitxa-noticia .ultimes-noticies h6 a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: 'Roboto', sans-serif;    
}
#llista-noticies .ultimes-noticies .widget-post-info h6 {
    margin-bottom: 0px;
}
#llista-noticies .ultimes-noticies .post-meta, #fitxa-noticia .ultimes-noticies .post-meta {
    line-height: 20px;
}
#llista-noticies .ultimes-noticies .post-meta a, #fitxa-noticia .ultimes-noticies .post-meta a {
    color: #587498;
    text-transform: none;
}

.ultimes-noticies .post-meta + span{
    color: #587498;
}

/* fitxa notícia */
#fitxa-noticia .blog-post .post-header h2 {
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.22;
}

/* blocs destacats */
section.secondary_bg {
    background: #587498;
    padding: 65px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 35px;
    border-radius: 5px;
}

.la-fundacio footer {
    margin-top: 0px;
}
 /* centres */
section#llista-centres.padding {
    padding-top: 95px;
}
.centres .blog-post .post-more-link a i {
    vertical-align: text-top;
}
.centres footer {
    margin-top: 0px;
}

/* contacte */
.contacte .heading-box h2 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.contacte footer {
    margin-top: 0px;
}
.contacte .map {
    width: 100%;
    height: 400px;
}

.home .footer {
    /* padding-top: 0px; */
    margin-top: 0px;
}

.main-menu .navigation > li > ul {
    position: absolute;
    background: #eee;
    width: 230px;
    /*border-top: 2px solid #587498;*/
    border-top: 2px solid #20B2AA;
    z-index: 999;
    box-shadow: 2px 2px 2px 0px rgba(90, 89, 89, 0.40);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(90, 89, 89, 0.40);
    -moz-box-shadow: 2px 2px 2px 0px rgba(90, 89, 89, 0.40);    
}

.main-menu .navigation > li > ul > li > a {
    color: #587498;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 9px 0px;
    text-transform: none;
}

.navbar-collapse.collapse.in ul.mobile-menu{
    margin-bottom: 20px !important;
}

/* altres */
.overlay-dark:before {
    background-color: rgba(0, 0, 0, 0.65);
}
/* ---------------------- */
@media only screen and (max-width: 767px){
    .header-area .logo img {
        position: inherit;
        left: -20px;
    }    
    
    .top-bar-area .logo-ub img{
        width: max-content;
        text-align: center;
        margin: 5px auto;
    }
}
@media only screen and (max-width: 991px) {
    .main-menu .navbar-header .navbar-toggle {
        border: 2px solid #fff;
    }
}
@media only screen and (max-width: 991px) {
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #fff none repeat scroll 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .header-area {
        padding: 30px 0 10px;
    }
}



.secondary-bg {
    background: #587498;
    color: #fff;
}

.creative_heading h2 {
    text-align: center;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 49px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 1.15em;
    margin-top: 5px;    
}

/* LLISTA ICONES */
.elemento.ele-ICO .service_box .service_icon{
    color: #587498;
}
.elemento.ele-ICO .service_box {
    background: #fff;
    padding: 20px;
    min-height: 140px;
}

.elemento.ele-ICO .service_details {
    padding-left: 10px;
}

.elemento.ele-ICO .service_box {
    box-shadow: 3px 5px 15px rgba(0,0,0, .15);
}

.elemento.ele-ICO .service_box:hover {
    /*box-shadow: 3px 5px 15px rgba(1, 119, 113, .50);*/
    box-shadow: 3px 5px 15px #bdbdbd;
}

.elemento.ele-ICO .service_details div {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0px;
    color: #666;    
}

.elemento.ele-ICO .service_details h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 4px;
    color: #587498;
    font-family: 'Roboto', sans-serif;
}

/* LLISTA ICONES DESTACADES */

.elemento.ele-ICG{
    min-height: 330px;
}

.elemento.ele-ICG .title h4 {
    font-family: Roboto, sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}
.elemento.ele-ICG .desc {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
.elemento.ele-ICG .feature-bg-box {
    padding: 30px 30px 60px 30px;
}

.elemento.ele-ICG .feature-bg-box,
.elemento.ele-ICG.gray-bg .feature-bg-box .icon{
    background-color: rgb(247, 247, 247);
}

.elemento.ele-ICG .feature-bg-box:hover{
    background-color: #587498;
}

.elemento.ele-ICG.gray-bg .feature-bg-box{
    background-color: #fff;
}


.elemento.ele-ICG.gray-bg .feature-bg-box .icon {
    box-shadow: 0 0 0 5px #fff;
}

.bloque.bloque-LISTA.secondary-bg .ele-ICG{
    color: #333;
}

.bloque.bloque-LISTA.secondary-bg .ele-ICG .feature-bg-box:hover{
    background-color: #fff;
    color: #333;
}


/* LLISTA ELEMENTS IMATGES */
.elemento.ele-IMG .blog-post .post-media {
    margin-bottom: 20px !important;
}

.elemento.ele-IMG .blog-post .post-header {
    /* min-height: 42px; */
}

.elemento.ele-IMG .blog-post .post-header h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 23px !important;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

.elemento.ele-IMG .blog-post .post-entry div {
    font-size: 13px;
    line-height: 1.6em;
}

/* BLOG NOTICIES */
.noticia .blog-post h4 {
    font-size: 18px;
    line-height: 23px !important;
    /* font-weight: 400; */
    font-weight: 500;
    font-family: Roboto;
    margin-bottom: 10px;
}

.noticia .blog-post div {
    font-size: 13px;
    line-height: 20px;
}

.noticia .blog-post .post-entry {
    margin-bottom: 10px;
    min-height: 100px;      
}

.noticia .blog-post .post-meta {
    text-transform: none;
    color: #999;
    font-size: 12px;
}

.noticia .blog-post .post-meta a {
    color: #587498;
    font-weight: 500;
}

.secondary-bg .noticia .blog-post .post-entry{
    color: #323232;
}

/* BLOQUES TIPO TEXTO */
.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
    min-height: auto;
    min-width: 265px;
}

/* 2 COLS */
.bloque.bloque-TEXTD {
    /*background: #587498;*/
    /*padding: 70px 70px 70px 70px;*/
    /*color: #fff;*/
}

.bloque.bloque-TEXTO .text-content{
    padding: 0px 20px;
}

.bloque.bloque-TEXTD li {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3em;
    padding: 0px 60px 12px 9px;
}

/* ORGANS DE GOVERN */
.bloque.bloque-ORGA .text-content p:nth-child(2n+2) {
    color: #587498;
    font-size: 13px;
    padding-bottom: 20px;
}

.bloque.bloque-ORGA.secondary-bg .text-content p:nth-child(2n+2) {
    color: #c7c7c7;
}

.bloque.bloque-ORGA .text-content p{
	margin-bottom: 0px;
	font-size: 15px;
}

.bloque.bloque-ORGA .text-content {
    padding: 0;
}

.bloque.bloque-ORGA .membre {
    margin: 0;
}

.bloque.bloque-ORGA .organ{
    display: grid;
    /*margin-bottom: 40px;*/
}

.bloque.bloque-ORGA .text-content h3{
	font-weight: 500;
	font-family: 'Playfair Display', sans-serif;
	font-size: 25px;
	margin-bottom: 10px;
}

.bloque.bloque-ORGA .table > tbody > tr > td, .table > tbody > tr > th {
	padding-left: 0px;
	font-size: 15px;
}

.bloque.bloque-ORGA .table > tbody > tr > td:first-child {
	/*font-weight: 700;*/
}

.bloque.bloque-ORGA .text-content p + p{
/*	color: #587498;
	font-size: 13px;*/
}

.bloque.bloque-ORGA .table > tbody > tr > td:nth-child(2) {
	color: #587498;
	font-size: 13px;
}

.organs .membre{
    padding: 0;
}

/* CENTRES */
.centre-llista.blog-post {
    padding: 0px 0px 20px 0px;
    background: #fff;
}
.centre-llista.blog-post h4 {
/*
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 14px;
*/
    font-family: 'Playfair display', sans-serif;
    font-size: 23px;
    letter-spacing: 0px;
    margin-bottom: 16px;
}
.centre-llista.blog-post dvi {
    font-size: 13px;
    line-height: 19px;
}
.centre-llista.blog-post .post-entry {
    margin-bottom: 20px;
    min-height: 165px;    
}
.centre-llista.blog-post div {
    font-size: 13px;
    line-height: 19px;   
}

.centre-llista.blog-post .post-header h4{
    font-family: Roboto;
    font-weight: 600;
    color: #587498;
}

.centre-llista.blog-post .post-header a {
    color: #587498;
}
.centre-llista.blog-post .post-content {
    padding: 0px 35px 20px 35px;
    min-height: 300px;
}
.centre-llista.blog-post {
    box-shadow: 3px 5px 15px rgba(0,0,0, .15);
}
.centre-llista.blog-post:hover {
    box-shadow: 3px 5px 15px #bdbdbd;
    /*box-shadow: 3px 5px 15px rgba(89, 116, 151, .50);*/
}

/* LOGOS FOOTER */
.logos-foot img{
    margin: 0px 5px 10px 5px;
    max-height: 80px;
}

/* PAGINA AMB SUBMENU LATERAL */
.columna-content .container{
    width: 100% !important;
    padding: 20px;
    margin: 0px;
}

/* PAGINATION */
.pagination > li:last-child > a, .pagination > li:last-child > span{
    border-top-right-radius: 0px; 
    border-bottom-right-radius: 0px; 
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li.active > a {
    border-color: inherit;
}

.pagination > li > a{
    padding: 0px;
}

.documents li a i{
    padding-top: 2px;
}

/* DOCENCIA */
.docencia #contenido .mix-grid .mix>div {
    margin-bottom: 30px;
    min-height: 500px;
}

.docencia #contenido .mix-grid .mix div.panel{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.docencia #contenido .mix h6{
    color: #333;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0 0 20px 0;
}

.docencia ul.nav a{
    /* color: #212121; */
    color: #587498;
    font-weight: bold;
    cursor: pointer !important;
}

.docencia .panel.panel-white, .panel.panel-white .panel-heading{
    background-color: #fff;
    border-bottom: 0;
}

.docencia section .nav-pills > li.active >a {
    color: #111;
    cursor: default !important;
}

.docencia .nav-pills > li  > a{
    padding: 6px 15px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.docencia .nav-pills > li.active > a, 
.docencia .nav-pills > li > a:hover, 
.docencia .nav-pills > li.active > a:hover, 
.docencia .nav-pills > li > a:focus
.docencia .nav-pills > li.active > a:focus{
    background-color: rgba(0,0,0,0.1) !important;
}

.mix-grid .mix {
    opacity: 0;
    display: none;
}

.docencia.secondary-bg .nav-pills > li.active > a, 
.docencia.secondary-bg .nav-pills > li > a:hover, 
.docencia.secondary-bg .nav-pills > li.active > a:hover, 
.docencia.secondary-bg .nav-pills > li > a:focus
.docencia.secondary-bg .nav-pills > li.active > a:focus{
    background-color: rgba(255,255,255,0.1) !important;
}

.docencia.secondary-bg .nav-pills > li > a{
    color: white;
}

.docencia .nav-pills > li.active > a, 
.docencia .nav-pills > li.active > a:hover, 
.docencia .nav-pills > li.active > a:focus{
    color: inherit;
}

.curso .form-inscripcion .contact-form input[type="text"].error{
    margin-bottom: 0px;
}

.curso .form-inscripcion.bloque-FORM .contact-form label.error{
    margin-bottom: 10px;
}

.curso .form-inscripcion .contact-form input[type="text"] {
    background-color: white;
    margin-bottom: 20px;
}
.curso .form-inscripcion .contact-form{
    background-color: transparent;
}

.curso .form-inscripcion h3{
    font-weight: bold;
    margin-bottom: 25px;
}

.curso .form-inscripcion .alert{
    padding: 7px;
    font-size: 12px;
}

.curso h4{
    font-size: 17px;
}

.curso .desc-curso {
    word-wrap: break-word;
}

.footer .copyright p.signature{ margin: 0}
.footer .copyright p.signature, .footer .copyright p.signature a{
    font-size: 10px;
    color: #aaa;
}

button[disabled], html input[disabled]{
    cursor: no-drop;
    opacity: .3;
}

/*Label checkbox acepta privacidad*/
label[for="form-send-control"]{
    font-weight: normal;
}

/*bloque anuncis treball*/

.bloque-TREBALL p em{
    font-size: 16px;
}

/*table anuncis treball*/

.table-anunci-treball thead tr th{
    color:black;
}

/*TABLE cursos detalls*/

.taula-curs-detalls table.table-condensed tr > td{
    padding: 8px 10px 8px 0px;
    font-size: 13px;
    vertical-align: top;
    border: 0;
}

.taula-curs-detalls table.table-condensed tr > td:nth-child(1){
    font-weight: 600;
}

.taula-curs-detalls table.table-condensed tr > td:nth-child(1) a{
    font-weight: normal;
}

.desc-curso{
    font-size: 13px;
    line-height: 1.4;
}

.curso .panel-heading{
    padding: 20px;
}

.taula-curs-detalls .table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: #f9f9f9;
}

.taula-curs-detalls table{
    border-color: transparent;
    border: none;
}

