@import "https://fonts.googleapis.com/css?family=Muli|Poppins|Catamaran|Quicksand|Open+Sans|Mukta|Belgrano";

/* Disseny LILA */


/*$main-font-family: "Open Sans", sans-serif;*/


/*$header-background:#F0EEE5;*/

.noticia {
    border: 0 !important;
}

.noticia_extracte {
    display: none;
}

.rounded-circle.data {
    line-height: 1.6;
}

.rounded-circle.data .dia {
    padding-top: 5px 0px;
    font-size: 22px;
    font-weight: bold;
}

.rounded-circle.data .mes {
    font-size: 18px;
    font-weight: bold;
}

.rounded-circle.data .any {
    font-size: 18px;
    padding: 0px 0;
}

.heading-section {
    margin-top: -30px;
}

.slider-text h1 span {
    background: linear-gradient(#005981, #08dddd);
    -webkit-background-clip: text;
    color: transparent;
}

.slider-text h1 {
    background: linear-gradient(#005981, #08dddd);
    -webkit-background-clip: text;
    color: transparent;
}

.text-img-header {
    color: black !important;
    width: 70%;
}

.section-partner-top {
    background-color: #23788c;
    margin-bottom: 10PX;
}

.container-partner-top {
    display: flex;
    justify-content: center;
}

.logo-partner-top {
    margin: 0px 50px;
    padding-bottom: 20px;
}

.title-partner-top {
    text-align: center;
    font-size: x-large;
    font-weight: bolder;
    color: white;
    padding: 30px;
}


/* Animacio header */

@keyframes faeAndScale {
    0% {
        opacity: 0;
        transform: scale3d(.75, .75, 1);
    }
    70% {
        opacity: 0;
        transform: scale3d(.75, .75, 1);
    }
    1000% {
        opacity: 0;
        transform: scale3d( 1, 1, 1);
    }
}

.x-text-content-text-subheadline {
    animation: faeAndScale 1s cubic-bezier(.39, -1.05, .58, 1.95);
    animation-delay: -0.2s;
    transform-origin: center bottom;
}

.x-text-content-text-primary {
    animation: faeAndScale 2s cubic-bezier(.39, -1.05, .58, 1.95);
    transform-origin: center bottom;
}

@keyframes faeAndScale2 {
    0% {
        opacity: 0;
        transform: scale3d(.75, .75, 1);
    }
    40% {
        opacity: 0;
        transform: scale3d(.75, .75, 1);
    }
    1000% {
        opacity: 0;
        transform: scale3d( 1, 1, 1);
    }
}

.text-btn-top {
    animation: faeAndScale2 3s cubic-bezier(.39, -1.05, .58, 1.95);
    transform-origin: center bottom;
}


/* Fi Animacio */

.section-seccions {
    background-color: #fff562a2;
}

.section-home-link {
    padding: 70px 0px;
    background-color: #fff562a2;
}

.container-pare-info-link-home {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-info-link-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20%;
    background-color: #031924e3;
    padding-top: 70px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
    margin: 0px 10px;
    color: white !important;
}

.container-info-link-home h4 {
    color: white;
    margin: 5px;
}

.container-info-link-home a {
    color: white;
    margin: 5px;
}

.info-link-home {
    width: 70%;
    margin: auto;
    color: rgb(223, 222, 222);
}

.link-1:hover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.69) 0%, rgba(88, 68, 68, 0.69) 100%), url(../img/junta-radiolegs.png);
    background-color: #212121;
}

.link-2:hover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.69) 0%, rgba(88, 68, 68, 0.69) 100%), url(../img/beques-radio.png);
    background-color: #212121;
}

.link-3:hover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.69) 0%, rgba(88, 68, 68, 0.69) 100%), url(../img/ciencia-radio.png);
    background-color: #212121;
}

#noticia-bloc-1 {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border: 0;
    border-radius: .25rem;
}

#noticia-bloc-2 {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border: 0;
    border-radius: .25rem;
}

#noticia-bloc-3 {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border: 0;
    border-radius: .25rem;
}

.shadow-sutil {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border: 0;
    border-radius: .25rem;
}

@media (max-width: 500px) {
    .section-home-link {
        padding: 20px 0px;
    }
    .container-partner-top {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .container-pare-info-link-home {
        flex-direction: column;
        padding-top: 20px;
    }
    .container-info-link-home {
        width: 80%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 10px;
    }
}