
/*     MENÚ         */
body{
    font-family: Raleway,sans-serif;
    font-size: 1em;
    width: 100%;

    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.alert.alert-success{
    margin-bottom: 0 !important;
}

img{
    max-width: 100%;
}

a#logo{
    padding: 0px;
}
nav.navbar{
    font-size: 0.9em;
}
.nav-link a{
    vertical-align: middle;
    height: 24px;
}
p{
    font-size: 1.1em;
    line-height: 1.5em;
}

.nav-link a i{
    height: 24px;
    font-size: 24px;
}

.nav-item a span{
    vertical-align: top;
    height: 24px;
    display: inline-block;
}

.titol-principal{
    font-size: 1.7em;
    color: #555;
}
.titol-seccio{
    font-size: 1.5em;
    border-bottom: solid 1px #999;
    padding-bottom: 7px;
    margin-top: 20px;
    font-weight: normal;
    color: #777;
}
.icones-platja{
    color: #777;
}

#descripcio a{
    font-weight: bold;
}
#descripcio h2{
    font-size: 1.5em;
}
#descripcio h3{
    font-weight: bold;
    font-size: 1.3em;
}

/* MODAL NEWSLETTER */
#modalNewsletter .input-group .input-newsletter{
    height: 40px !important;
    min-height: 0px !important;
    background-color: #fff;
}
#modalNewsletter .input-newsletter{
    height: 20px;
}
#modalNewsletter .btn-newsletter{
    padding: 10px;
    font-size: .8em;
    border-width: 0px;
    margin: 2px;
}
#modalNewsletter .btn-newsletter.cancel{
    background-color: #555 !important;
}
/* MODAL NEWSLETTER */

/* COLORS */

.bg-blau{
    background-color: #149DCB !important;
}
.color-blau{
    color: #149DCB !important;
}
.borde-blau{
    display: inline-block;
    border: solid 2px;
    border-radius: 3px;
    padding: 5px;
    border-color: #149DCB;
}

/* Imatges */

.blog img{
    max-width: 100% !important;
    display: block;
    margin: 0 auto 20px;
    height: auto;
    border-radius: 5px;
}
.blog img.card-img-top {
    border-radius: 5px 5px 0 0 !important;
    margin-bottom: 10px;
}
.blog ul{
    padding: 0 10px 0 40px;
    margin-bottom: 20px;
}

.blog-productes .card h5{
    text-align: center;
    font-size: 1.2em;
    padding: 10px 5px;
}

.blog h2{
    margin: 27px 0;
    font-weight: bold;
    color: #222;
}
h2{
    margin: 5px 0 20px 0 !important;
}
h3{
    margin: 5px 0 20px 0 !important;
}
h3.bg-dark{
    margin-top: 0 !important;
}
.h3llistat{
    font-size: 1em;
    margin: 3px 0 3px !important;
}
.container img{
    height: auto;
}
.container p{
    font-size: 1em;
}

/* CARDS */

.card img{
    height: auto;
}
.card .entrada{
    line-height: 1.1em;
    font-size: .9em;
    text-align: justify;
}
.shadow-sm{
    border: solid 1px #ddd;
    box-shadow: 0px 0px 5px #ccc;
}
.card .btn-sm{
    font-size: .9em;
    padding: 3px 5px;
    font-weight: bold;
}
.card h4{
    text-align: center;
}

.card-header{
    border-radius: calc(.25rem - 1px) !important;
}

/* Home Cards*/
.card-home{
    width: 100%;
}
.card-home .card-title{

}
.card-home .card-body{
    padding: 0 10px 10px;
}
.card-home h3{
    padding: 0 20px;
}

.card-home .seccio{
    display: block;
    font-size: .9em;
}

/* LINKS AFILIACIÓ */
aside.ads{
    margin: 0px;
    padding: 0px;
}
a.link-afiliacio{
    display: inline-block;
    color: #eee !important;
    border-radius: 3px;
    font-size: 1.1em;
    border: solid 1px #149DCB;
    background: #149DCB;
    padding: 5px;
    margin: 0 0 10px 0;
}

a.link-afiliacio i{
    display: block;
    margin: 0 5px 0 0;
    float: left;
    width: 25px;
    height: 25px;
    font-size: 25px;
}

a.link-afiliacio span{
    font-size: 15px;
    display: inline;
    margin-right: 15px;
    font-weight: bold;
    width: 155px;
}

/* LINKS AFILIACIÓ */

/* ESTRELES PUNTUACIÓ   */
.puntuacio .star{
    color: #e0a800;
    font-size: 24px;
    cursor: pointer;
}
.puntuacio .text{
    display: inline-block;
    vertical-align: top;
    height: 28px;
    padding: 5px 3px 0 0;
}
.puntuacio .vots{
    display: inline-block;
    vertical-align: top;
}
.puntuacio .num-vots{
    padding: 1px 3px 0 0;
    font-size: 1.3em;
    font-weight: bold;
}
.puntuacio.comentari{
    position: relative;
}
textarea.comentari{
    background: #fff;
}
textarea.comentari:focus {
    box-shadow: 0 0 3pt 2pt #149dcc;
    border-radius: 3px;
}
.comentari.text{
    font-size: 1.1em;
}
.p-usuari{
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 200;
    background: #f5f8fa;
}
.estreles-platja .p-usuari{
    left: 0 !important;
}
.card-body .p-usuari{
    background: #fff;
}
.p-usuari .registre-usuari{
    border: solid 2px #ddd;
    border-radius: 3px;
}
.p-usuari .star{
    color: #ff6600;
}
.comentari .p-usuari .star{
    color: #e0a800;
}
.pun-comentari .p-usuari{
    display: none;
}
.puntuacio.comentari .p-usuari{
    position: relative;
}
.comentari-usuari .puntuacio{
    margin-top: 7px;
}
.comentari-usuari .puntuacio i.star{
    font-size: 22px !important;
}

.card-body .puntuacio{
    position: relative;
}
.card-body .puntuacio .p-usuari{
    left: 0;
}

/* ESTRELES PUNTUACIÓ   */

.btn-favorits{
    display: inline-block;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.btn-favorits i{
    font-size: 22px;
    margin-top: 5px;
    display: block;
    float: left;
}

.btn-favorits .text{
    margin: 7px 0 0 0;
    display: block;
    float: left;
    heigth: 40px;
    margin-left: 10px;
    vertical-align: middle;
}

.btn-favorits i.light{
    color: #b8c2cc;
}

.btn-favorits a{
    color: #343a40 !important;
}

.btn-favorits.actiu i{
    /*color: #e0a800;*/
    color: #149DCB;
}
/* de 767px a infinit */
@media(min-width: 767px) {

    /* body{ background-color: red !important; }/*/
    .movil-visible{
        display: none !important;
    }
    .movil-ocult {
        display: block;
    }
    desktop-visible{
        display: block;
    }
    desktop-visible.inline{
        display: inline;
    }
}

/* de 0 a 767px */
@media(max-width: 767px) {

    /*body{background-color: yellow !important;}/**/
    .movil-ocult {
        display: none;
    }
    .movil-visible.inline{
        display: inline;
    }
    .movil-visible{
        display: block;
    }
    desktop-visible{
        display: none;
    }
}

.ads-movil-visible{
    margin: 0 auto;
}
.ads-movil-ocult {
    margin: 0 auto;
}

@media(min-width: 450px) {
    .ads-movil-visible{
        display: none;
    }
    .ads-movil-ocult {
        display: block;
    }
}
@media(max-width: 450px) {
    .ads-movil-ocult {
        display: none;
    }
    .ads-movil-visible{
        display: block;
    }
}
/* FOOTER */

footer li{
    list-style: none !important;
}
footer .link-footer{
    color: rgba(255,255,255,0.70) !important;
}
footer a.link-footer:hover{
    color: rgba(255,255,255,0.70) !important;
    text-decoration: underline !important;
}

.footer-bs {
    background-color: #2e2e2e;
    padding: 40px 40px 20px 40px;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    color:rgba(255,255,255,0.70);
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
}

hr.light{ background-color: rgba(255,255,255,0.10); }

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
}

@media (min-width: 768px) {
    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

/*  Taula Continguts  */

.taula_continguts{
    padding-left: 10px;
}
.taula_continguts > ul.sumari{
    list-style: disc;
    margin-bottom: 20px !important;
}
.taula_continguts li ul{
    list-style: disc;
    margin-bottom: 0;
}
#taula_contingut{
    padding-left: 10px;
}
#taula_contingut > ul.sumari{
    list-style: disc;
    margin-bottom: 10px !important;
}
#taula_contingut li ul{
    list-style: disc;
    margin-bottom: 0;
}
.toggle{
    display: inline-block;
    margin: 0 0 0 10px;
}
.toggle i{
    font-size: 18px;
    padding: 0 2px;
    margin: 0;
    color: #149dcc;
    border-color: #149dcc;
}
toggle i:hover{
    background-color: #149dcc !important;
}

/*      TEXT     */

#text_article h3 a{
    font-weight: bold;
}

/* FAQS */

.row.faqs{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.faqs h4{
    position: relative;
    cursor: pointer;
    padding-left: 40px;
}
.faqs h4 i{
    position: absolute;
    left: 12px;
    top: 0;
}
.faqs .answer{
    padding-left: 10px;
    display: none;
}

footer li{
    list-style: none !important;
}
footer .link-footer{
    color: rgba(255,255,255,0.70) !important;
}
footer a.link-footer:hover{
    color: rgba(255,255,255,0.70) !important;
    text-decoration: underline !important;
}