#pagina-titulo{
    font-size: 36px;
    color: #0057A1;
    font-family: "Exo Bold";
    padding: 30px 0;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #0057A1;
    line-height: 35px;
    text-transform: uppercase;
}
.event {
    color: #0057A1;
    border: 1px solid #0057A1;
    border-radius: 5px;
    padding: 25px;
    position: relative;
    margin-bottom: 15px;
    min-height: 250px;
}
.event a{
    color: #0057A1;
    text-decoration: none;
}
.gb-time {
    border: 1px solid #0057A1;
    font-size: 28px;
    color: #0057A1;
    width: 95px;
    height: 95px;
    line-height: 70px;
    font-weight: 800;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -50px;
    margin-left: -50px;
}
.missatge{
    color: #0057A1;
    border: 1px solid #0057A1;
    border-radius: 5px;
    padding: 25px;
    position: relative;
    margin-bottom: 15px;
}
.missatge *{
    font-weight: bold;
}
#iframe{
    width: 100%;
    height: 500px;

}
.cuadrePreu{
    color: #0057A1;
    border: 1px solid #0057A1;
    border-radius: 5px;
    padding: 25px;
    position: relative;
    margin-bottom: 15px;
    min-height: 360px;
}
.cuadrePreu button{
    width: 100%;
    background-color: #0aad9a;
    border-color: #0aad9a;
    padding: 15px 10px;
}
.cuadrePreu h4{
    font-weight: bold;
    color: #555354;
}
.cuadrePreu h5{
    color: #0aad9a;
}
.boto fa{
    margin-left: 5px;
}
.iframeVideoPresentacion{
    width: 100%; 
    min-height: 700px;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
    .marginLeft50{
        margin-left: 50px;
    }
}
.marginBottom50{
    margin-bottom: 50px;
}
@media (max-width: 768px) {

    #iframe{
        width: 100%;
        height: 200px;

    }
    .iframeVideoPresentacion{     
        min-height: 300px;
    }
}

#header{
    margin-top: 50px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background-color: white;
}

#prefooter{
    margin-top: 30px;
}
.text-certificat{
    min-height: 65px;
}
.titol-certificat{
    min-height: 55px;
}

/* COOKIES */

.avis-cookies{
    display: none;
    background: #fff;
    padding: 20px;
    width: calc(100% -40px);
    max-width: 600px;
    min-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 2%;
    width: 40%;
    right: 1%;
    font-size: 14px;
    margin: auto;
    z-index: 999;
    /*padding-top: 60px;*/
    box-shadow: 0 px 2px 20px 10px rgba(222,222,222, .25);
    text-align: center;
    border: 1px solid #3861A1;
    opacity: 0.96;
}
.avis-cookies p{
    text-align: center;
}

.avis-cookies.actiu{
    display:block;
}

.avis-cookies .title-cookie,
.avis-cookies .p{
    margin-bottom: 15px;
}

.avis-cookies a{
    font-size: 12px;
}

.boto-cookies{
    width: 32%;
    background: #3861A1;
    border: none;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom:  15px;
    font-size: 14px;
}
.boto-cookies:hover{
    background: #5390ed;
}
.boto-cookies-rechazar{
    background: #083951;
}
.boto-cookies-rechazar:hover{
    background: #083999;
}
.boto-cookies-info{
    background: #d3d3d3;
}
.boto-cookies-info:hover{
    background: #d3d3e9;
    color: #000;
}

.fons-avis-cookies{
    display: none;
    background: rgba(0,0,0, .45);
    position: fixed;
    z-index: 998;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.fons-avis-cookies.actiu{
    /*display:block;*/
}
@media(max-width: 991px){
    .boto-cookies{
        width: 100%;
    }
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
