@font-face {
    font-family: 'nunitoblack';
    src: url('/skin/fonts/nunito-black-webfont.woff2') format('woff2'), url('/skin/fonts/nunito-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitobold';
    src: url('/skin/fonts/nunito-bold-webfont.woff2') format('woff2'), url('/skin/fonts/nunito-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitoextrabold';
    src: url('/skin/fonts/nunito-extrabold-webfont.woff2') format('woff2'), url('/skin/fonts/nunito-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitolight';
    src: url('/skin/fonts/nunito-light-webfont.woff2') format('woff2'), url('/skin/fonts/nunito-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitoregular';
    src: url('/skin/fonts/nunito-regular-webfont.woff2') format('woff2'), url('/skin/fonts/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitosemibold';
    src: url('/skin/fonts/nunito-semibold-webfont.woff2') format('woff2'), url('/skin/fonts/nunito-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, form {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: nunitoregular, 'Nunito', sans-serif;;
    color: #30303A;
    background: transparent;
    position: relative;
    overflow-x:hidden;
    overflow-y:scroll;
}

table {
    font-size: 15px;
    font-family: nunitoregular, 'Nunito', sans-serif;;
}

p, h1, h2, h3, h4, h5 {
    font-family: nunitoregular, 'Nunito', sans-serif;;
}

a {
    color: #ECEBE3;
    text-decoration: none;
    outline: none !important;
}

    a.sel, a:hover {
        color: #22252C;
        text-decoration: none;
        outline: none !important;
    }

    a img {
        border: none;
    }

.fa-text-left {
    margin-left: 10px;
}

.fa-text-right {
    margin-right: 10px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto !important;
}


#sidebar-wrapper {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    -webkit-transition: transform .75s ease 0s;
    -o-transition: transform .75s ease 0s;
    -moz-transition: transform .75s ease 0s;
    transition: transform .75s ease 0s;
    backface-visibility: hidden;
    background: url(/FitxersWeb/11187/banner-cargo-tp.jpg) no-repeat scroll 0 0;
    background-color: #000000;
    background-size: cover;
    padding: 50px 60px;
    padding-bottom: 30px;
    /*    bottom: 0;
    background: url(/FitxersWeb/11187/banner-cargo-tp.jpg) no-repeat scroll 0 0;
    background-color: #000000;
    background-size: cover;
    padding: 44px 30px 44px 30px;
    border-right: 1px solid [MENU_LAT_COLOR_BORDER];
    overflow-x: hidden;
    overflow-y: auto;*/
}

/*    #sidebar-wrapper.active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }*/

@media (min-width:1200px) {
    #container-contingut {
        width: 50vw;
        /*height: 100vh;*/
        margin-left: 50vw;
        /*overflow-x: hidden;
        overflow-y: auto;
        position: relative;*/
    }
}

/*#container-contingut {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    position: relative;
    z-index: 89;
    padding-left: 0;
    overflow: hidden;
}*/

/*    #container-contingut.menu-on {
        padding-left: 251px;
    }*/

.nav-toggle {
    cursor: pointer;
    text-decoration: none;
    position: fixed;
    left: 0;
    top: 15px;
    border: 0;
    z-index: 1000;
    background: [MENU_LAT_COLOR_BORDER];
    text-align: center;
    min-height: 50px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    outline: none !important;
    padding: 3px 11px 1px 4px;
    -moz-border-radius: 0 28px 28px 0;
    -webkit-border-radius: 0 28px 28px 0;
    border-radius: 0 28px 28px 0;
}

    .nav-toggle.active {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -ms-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }

    .nav-toggle > span {
        display: block;
        zoom: 1;
        color: #FFFFFF;
        font-size: 15px;
        text-transform: uppercase;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
        background: url(/FitxersWeb/11187/banner-cargo-tp.jpg) no-repeat scroll 0 0;
        background-color: #000000;
        background-size: cover;
    }

        .nav-toggle:hover > span {
            color: #FFFFFF;
        }

    .nav-toggle i {
        color: #FFFFFF;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .nav-toggle.active i {
        top: 0;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        color: #FFFFFF;
    }

    .nav-toggle:hover i {
        color: #FFFFFF;
    }

.navbar-inverse {
    background-color: transparent;
    border: 0;
}

nav.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-height: 100%;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 160px;
}

.navbar-header {
    float: none;
    margin-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

a.navbar-brand {
    display: block;
    margin: 0 auto;
    float: none;
    height: auto;
    padding: 0;
}

a.navbar-brand > img {
    max-height: 100px;
}

.navbar-header .eslogan h1 {
    font-family: nunitobold, 'Nunito', sans-serif;
    font-size: 28px;
    color: #3B349E;
    letter-spacing: 0.5px;
    margin-top: 38px;
    margin-bottom: 24px;
    text-align: center;
}

.navbar-header .eslogan h2 {
    font-family: nunitolight, 'Nunito', sans-serif;
    font-size: 23px;
    color: #3B349E;
    letter-spacing: 0.5px;
    text-align: center;
}

.navbar-collapse {
    float: none;
    border: none;
    padding: 0;
}

.navbar-inverse .navbar-nav {
    background: transparent;
    border: 0px;
    margin-bottom: 0;
    float: none;
    display: flex;
    justify-content: space-between;
}

    .navbar-inverse .navbar-nav > li {
        float: none;
    }

        .navbar-inverse .navbar-nav > li > a {
            font-family: nunitoregular, 'Nunito', sans-serif;
            font-size: 14px;
            padding: 5px 0px;
            background: none;
            color: #FFFFFF;
            /*border-bottom: 1px solid #4C4C48;*/
            /*line-height: 37px;*/
            display: block;
            letter-spacing: 0.25px;
        }

.navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
}

            .navbar-inverse .navbar-nav > li > a:hover, .navbar-nav > li > a.sel, .navbar-nav > li.active > a {
                background: none !important;
                color: #3B349E !important;
            }

    .navbar-inverse .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus, .navbar-nav > .open > a.sel {
        background: none;
        color: #3B349E;
    }

    .navbar-inverse .navbar-nav > li > a::before {
        background-color: #3B349E;
        bottom: -7px;
        content: '';
        display: inline-block;
        height: 2px;
        left: 0;
        position: absolute;
        -moz-transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
        -o-transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
        -webkit-transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
        transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
        width: 0;
    }

    .navbar-inverse .navbar-nav > li > a:hover::before, .navbar-nav > li > a.sel::before, .navbar-nav > li.active > a::before {
        width: 100%;
    }

.footer-lateral {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
}

button.legal-trigger {
    color: #3B349E;
    outline: none !important;
    font-size: 12px;
}

    button.legal-trigger:hover, button.legal-trigger:focus {
        color: #4AA2C8;
        text-decoration: none;
    }

.credits {
    color: #74716E;
}

    .credits p {
        font-size: 10px;
    }

.footer-lateral .telf {
    font-family: nunitoextrabold;
    font-size: 28px;
    color: #3B349E;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 26px;
}

    .footer-lateral .telf:before {
        background-color: #3B349E;
        bottom: -7px;
        content: '';
        display: inline-block;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        width: 100px;
    }

.xarxes-socials {
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #4C4C48;
    margin-bottom: 5px;
    display: inline-block;
}

    .xarxes-socials p {
        display: inline-block;
        margin-bottom: 0;
    }

    .xarxes-socials a {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: transparent;
        -moz-transition: background-position 0.4s ease;
        -o-transition: background-position 0.4s ease;
        -webkit-transition: background-position 0.4s ease;
        transition: background-position 0.4s ease;
        vertical-align: bottom;
        overflow: hidden;
        height: 20px;
        font-size: 0px;
    }

        .xarxes-socials a .fab, .xarxes-socials a .fa-brands {
            display: block;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            color: #FFFFFF;
            font-size: 20px;
        }

        .xarxes-socials a .active {
            margin-top: -21px;
            color: #4AA2C8;
        }

        .xarxes-socials a:hover .active {
            margin-top: 0 !important;
        }

    .xarxes-socials p + p {
        margin-left: 15px;
    }

#inici {
    min-height: 500px;
}

.fonsBanner {
    height: inherit;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

    .fonsBanner .carousel-caption-alone {
        bottom: auto;
        text-align: left;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        color: #3B349E;
        text-shadow: none;
        font-size: 19px;
        font-family: nunitolight, nunitoregular, 'Titillium Web', sans-serif;
        top: 500px;
        opacity: 0;
        display: none;
    }

        .fonsBanner .carousel-caption-alone .first-word {
            color: #4AA2C8;
            font-family: nunitobold, nunitoregular, 'Titillium Web', sans-serif;
            font-size: 58px;
            display: block;
            line-height: 58px;
            margin-left: -4px;
        }

#top-carousel {
    height: inherit;
    width: 100%;
    position: relative;
}

    #top-carousel .carousel-inner, #top-carousel .carousel-inner .item {
        height: inherit;
    }

        #top-carousel .carousel-inner .item {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            position: absolute;
        }

    #top-carousel .carousel-caption {
        bottom: auto;
        text-align: left;
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        padding: 0;
        color: #000000;
        text-shadow: none;
        font-size: 36px;
        font-family: nunitoblack, nunitoregular, 'Titillium Web', sans-serif;
        top: 46%;
        text-align: center;
        /*        opacity: 0;
        display: none;*/
        width: 100%;
    }

        #top-carousel .carousel-caption span {
            color: #3B349E;
            font-size: 28px;
            font-family: nunitoregular, 'Titillium Web', sans-serif;
        }

        #top-carousel .carousel-caption .first-word {
            color: #000000;
            font-family: nunitobold, nunitoregular, 'Titillium Web', sans-serif;
            font-size: 58px;
            display: block;
            margin-left: -4px;
            line-height: 58px;
        }

        #top-carousel .carousel-caption.carousel-caption-right {
            left: auto;
            right: 800px;
            text-align: right;
        }

        #top-carousel .carousel-caption.carousel-caption-left {
            left: 800px;
            right: auto;
        }

        #top-carousel .carousel-caption.carousel-caption-top {
            left: 20%;
            right: 20%;
            top: 100%;
        }

        #top-carousel .carousel-caption.carousel-caption-bottom {
            left: 50%;
            /*right: 20%;*/
            /*top: 0px;*/
        }

    #top-carousel .carousel-indicators {
        left: 50px;
        text-align: left;
        margin-left: 0;
    }

        #top-carousel .carousel-indicators li {
            border-color: #4AA2C8;
        }

        #top-carousel .carousel-indicators .active {
            background-color: #4AA2C8;
            width: 10px;
            height: 10px;
            margin: 1px;
        }

.telfCap, .telfCap a {
    margin-left: 15px;
    font-size: 23px;
    margin-bottom: 8px;
    color: #3B349E;
    font-family: nunitoregular;
}

    .telfCap i, .telfCap a i {
        margin-right: 8px;
        font-size: 25px;
        color: [TEL_PICTO];
    }








figure.efecte-foto > img {
    display: none;
}

figure.efecte-foto figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: -1px;
    background: rgba(35,38,48,0.85);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,10%,0);
    -moz-transform: translate3d(0,10%,0);
    -ms-transform: translate3d(0,10%,0);
    -o-transform: translate3d(0,10%,0);
    transform: translate3d(0,10%,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.efecte-foto .container-text {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -moz-transition: transform 0.35s, color 0.35s;
    -o-transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,54%,0);
    -moz-transform: translate3d(0,54%,0);
    -ms-transform: translate3d(0,54%,0);
    -o-transform: translate3d(0,54%,0);
    transform: translate3d(0,54%,0);
    top: 50%;
    width: 100%;
    position: absolute;
    padding: 30px;
}

figure.efecte-foto .titol-galeria {
    text-align: center;
    font-size: 18px;
    font-family: nunitosemibold, nunitoregular, 'Titillium Web', sans-serif;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 24px;
}

figure.efecte-foto .subtitol-galeria {
    font-size: 16px;
    color: [FRANJA_COLOR_TITOLS];
    font-family: nunitolight, nunitoregular, 'Titillium Web', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0 0 10px 0;
    line-height: 24px;
    margin-top: 1px;
}

figure.efecte-foto .desc-galeria {
    font-size: 16px;
    color: #FFFFFF;
    font-family: nunitolight, nunitoregular, 'Titillium Web', sans-serif;
    letter-spacing: 0.1px;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

figure.efecte-foto:hover .container-text {
    opacity: 1;
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.efecte-foto:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



.container-google-maps > p {
    height: inherit;
    margin-bottom: 0;
}

.container-google-maps iframe {
    display: block;
    height: 250px;
    overflow: hidden;
    /*filter: grayscale(1);*/
    border-top: 1px solid #d6d6d6;
    margin-top: 20px;
}

.container-gpi {
    position: relative;
    display: block;
}

.container-google-maps iframe p {
    margin-bottom: 0;
}

.container-google-maps .embed-responsive .embed-responsive-item, .container-google-maps .embed-responsive iframe {
    top: 0;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: -14%;
    width: 100%;
}

.embed-responsive-16by9 {
    padding-bottom: 0;
}

.embed-responsive, #contacte-gooogle {
    height: inherit;
}



.modal-dialog {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 80%;
}

.modal-body {
    font-size: 14px;
    text-align: justify;
    overflow-y: auto;
}

    .modal-body a {
        color: #8E8A71;
    }

        .modal-body a:hover, .modal-body a:focus {
            color: #22252C;
        }

.form-control::-webkit-input-placeholder {
    font-style: italic;
    color: #80714F;
}

.form-control:-moz-placeholder {
    font-style: italic;
    color: #80714F;
}

.form-control::-moz-placeholder {
    font-style: italic;
    color: #80714F;
}

.form-control:-ms-input-placeholder {
    font-style: italic;
    color: #80714F;
}

.form-control {
    background-color: Transparent;
    border: 0;
    border-bottom: 1px solid #D4D4D4;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #AA9058;
    font-family: nunitolight, nunitoregular, 'Titillium Web', sans-serif;
    font-size: 14px;
    margin: 5px 0;
    width: 100%;
}

    .form-control:focus {
        border-color: #80714F;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 none;
    }

#miss-input {
    margin-bottom: 19px;
}

a.gpi-link-condicions,
a.gpi-link-condicionsComercial {
    color: #4AA2C8;
    font-size: 13px;
}

    a.gpi-link-condicions:hover, a.gpi-link-condicions:focus,
    a.gpi-link-condicionsComercial:hover, a.gpi-link-condicionsComercial:focus {
        color: #4F4E4D;
    }



.container-checkbox, .container-checkbox2 {
    position: relative;
    display: block;
    /*    margin-top: 10px;
    margin-bottom: 10px;*/
    padding-left: 20px;
}

    .container-checkbox input[type="checkbox"], .container-checkbox2 input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        margin-top: 4px;
        margin-left: -20px;
    }

    .container-checkbox label, .container-checkbox2 label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        /*min-height: 20px;*/
        font-weight: 400;
        cursor: pointer;
        font-size: 13px;
        line-height: 15px;
    }

        .container-checkbox label:before, .container-checkbox2 label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #ccc;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            top: 0px;
        }

        .container-checkbox label:after, .container-checkbox2 label:after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #4AA2C8;
            top: 0px;
        }

    .container-checkbox input[type="checkbox"]:checked + label:after, .container-checkbox2 input[type="checkbox"]:checked + label:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f00c";
        font-weight: 900;
    }


.boto {
    background: #4AA2C8 none repeat scroll 0 0;
    color: #FFFFFF;
    line-height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    font-size: 16px;
}

    .boto:focus, .boto:hover {
        background: #3B349E none repeat scroll 0 0;
        color: #FFFFFF;
    }

.content-contact {
    border-top: 1px solid #A9A9A9;
    padding-top: 18px;
    font-size: 14px;
}

    .content-contact i {
        display: block;
        color: #4AA2C8;
        font-size: 36px;
        margin-bottom: 10px;
    }

    .content-contact a {
        color: #3B349E;
    }

        .content-contact a:hover {
            color: #4AA2C8;
        }


/*GALERIA*/
.blueimp-gallery-controls > .prev i.fas {
    font-size: 45px;
    line-height: 40px;
    margin-left: -4px;
}

.blueimp-gallery-controls > .next i.fas {
    font-size: 45px;
    line-height: 40px;
    margin-right: -4px;
}

.blueimp-gallery > .slides > .slide > .slide-content {
    max-height: 80%;
    max-width: 80%;
}

.blueimp-gallery > .title {
    right: 15px;
    left: 15px;
    margin: 0 40px;
    text-align: center;
}

.blueimp-gallery > .indicator {
    height: 5%;
    bottom: 2.5%;
}

    .blueimp-gallery > .indicator > li {
        background-size: contain;
        background-color: #ffffff;
        /*margin: 0 5px;*/
        /*width: 50px;
        height: 100%;*/
    }



/**MIDES RESPONSIVE**/

@media (min-width:1200px) {
    .container {
        width: auto;
        padding: 0 85px;
    }
}

@media (min-width:1200px) and (max-width:1450px) {
    /* Cas especial per la franja lateral */
    .container {
        width: auto;
        padding-left: 85px;
        padding-right: 85px;
    }

    .row > .col-lg-6:first-child {
        padding-right: 25px;
    }

    .row > .col-lg-6:last-child {
        padding-left: 25px;
    }

    #top-carousel .carousel-caption.carousel-caption-top {
        left: 10%;
        right: 10%;
    }

    #top-carousel .carousel-caption.carousel-caption-bottom {
        left: 50%;
        /*right: 10%;*/
    }

    #sidebar-wrapper {
        padding: 50px 13px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 5px 10px 0px 10px;
    }
}

@media (max-width:1200px) {
    #sidebar-wrapper {
        position: relative;
        width: 100%;
        height: inherit;
    }

    #wrappper {
        height: inherit;
    }

    body {
        overflow: auto;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .container {
        width: auto;
        padding-left: 85px;
        padding-right: 85px;
    }

    .row > .col-md-6:first-child {
        padding-right: 25px;
    }

    .row > .col-md-6:last-child {
        padding-left: 25px;
    }



    .telfCap, .telfCap a {
        margin-left: 7px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        width: auto;
        padding: 0 15px;
    }




    .telfCap, .telfCap a {
        margin-left: 7px;
    }
}

@media (max-width:767px) {



    .container-logo-menu-xs {
        top: 0 !important;
        display: flex !important;
        justify-content: space-between;
        transform: none;
        left: 0;
        flex-wrap: wrap;
        padding: 15px;
    }

    .navbar-toggle {
        position: relative;
        border: 0;
        margin-left: auto;
        margin-right: 0;
        padding: 0;
        background: transparent !important;
        width: 30px;
        height: 30px;
    }

        .navbar-toggle span {
            position: relative;
            width: 30px;
            margin: 0 auto;
            background-color: #FFFFFF;
            -webkit-transition: background-color .2s .2s ease-in-out;
            -moz-transition: background-color .2s .2s ease-in-out;
            -o-transition: background-color .2s .2s ease-in-out;
            transition: background-color .2s .2s ease-in-out;
        }

            .navbar-toggle span:before,
            .navbar-toggle span:after {
                position: absolute;
                content: '';
                width: 15px;
                background-color: #FFFFFF;
                -webkit-transform-origin: 50% 50%;
                -moz-transform-origin: 50% 50%;
                -o-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
                -webkit-transition: background-color .2s .2s ease-in-out, top .2s .4s ease-in-out, left .2s .2s ease-in-out, right .2s .2s ease-in-out, width .2s .2s ease-in-out, -webkit-transform .2s ease-in-out;
                -moz-transition: background-color .2s .2s ease-in-out, top .2s .4s ease-in-out, left .2s .2s ease-in-out, right .2s .2s ease-in-out, width .2s .2s ease-in-out, -moz-transform .2s ease-in-out;
                -o-transition: background-color .2s .2s ease-in-out, top .2s .4s ease-in-out, left .2s .2s ease-in-out, right .2s .2s ease-in-out, width .2s .2s ease-in-out, -o-transform .2s ease-in-out;
                transition: background-color .2s .2s ease-in-out, top .2s .4s ease-in-out, left .2s .2s ease-in-out, right .2s .2s ease-in-out, width .2s .2s ease-in-out, transform .2s ease-in-out;
            }

            .navbar-toggle span:before {
                top: 10px;
                left: 15px;
            }

            .navbar-toggle span:after {
                top: -10px;
                right: 15px;
            }

            .navbar-toggle span,
            .navbar-toggle span:before,
            .navbar-toggle span:after {
                display: block;
                height: 2px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
            }

        .navbar-toggle[aria-expanded="true"] span {
            background-color: transparent !important;
            -webkit-transition: background-color .2s 0s ease-in-out;
            -moz-transition: background-color .2s 0s ease-in-out;
            -o-transition: background-color .2s 0s ease-in-out;
            transition: background-color .2s 0s ease-in-out;
        }

            .navbar-toggle[aria-expanded="true"] span:before, .navbar-toggle[aria-expanded="true"] span:after {
                top: 0;
                width: 30px;
                -webkit-transition: top .2s ease-in-out, left .2s .2s ease-in-out, right .2s .2s ease-in-out, width .2s .2s ease-in-out, -webkit-transform .2s .4s ease-in-out;
                -moz-transition: top .2s ease-in-out, left .2s .2s ease-in-out, right .2s .2s ease-in-out, width .2s .2s ease-in-out, -moz-transform .2s .4s ease-in-out;
                -o-transition: top .2s ease-in-out, left .2s .2s ease-in-out, right .2s .2s ease-in-out, width .2s .2s ease-in-out, -o-transform .2s .4s ease-in-out;
                transition: top .2s ease-in-out, left .2s .2s ease-in-out, right .2s .2s ease-in-out, width .2s .2s ease-in-out, transform .2s .4s ease-in-out;
            }

            .navbar-toggle[aria-expanded="true"] span:before {
                left: 0;
                -webkit-transform: rotate3d(0, 0, 1, 45deg );
                -moz-transform: rotate3d(0, 0, 1, 45deg);
                -o-transform: rotate3d(0, 0, 1, 45deg);
                -ms-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg );
            }

            .navbar-toggle[aria-expanded="true"] span:after {
                right: 0;
                -webkit-transform: rotate3d(0, 0, 1, -45deg );
                -moz-transform: rotate3d(0, 0, 1, -45deg);
                -o-transform: rotate3d(0, 0, 1, -45deg);
                -ms-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg );
            }



    .container-logo-menu-xs .logo-xs img {
        max-width: 50%;
    }

    .telfCap, .telfCap a {
        margin-left: 0px;
    }

    #container-contingut {
        padding-left: 0 !important;
        position: relative;
    }





    #descrip2 p, #descrip4 p {
        /*text-align: center;*/
    }

    #descrip2 .col-xs-12 + .col-xs-12 {
        margin-top: 30px;
    }

    #descrip4 .descrip > .row > .col-xs-12 + .col-xs-12 {
        margin-top: 30px;
    }

    figure.efecte-foto > img {
        display: block !important;
    }


    figure.efecte-foto .desc-galeria {
        /*display: none !important;*/
    }



    #descrip_newsletter {
        /*text-align: center;*/
    }

    #descrip5 #descrip_newsletter iframe {
        height: 35px !important;
    }

    #descrip5 iframe {
        height: 500px !important;
    }

    #sidebar-wrapper {
        padding: 15px 30px 15px 30px
    }

    .navbar-header {
        top: 50% !important;
    }


    a.navbar-brand {
        max-width: 50%;
        margin: 0 auto;
        padding-top: 15px;
    }

    .navbar-inverse .navbar-nav {
        margin-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.15);
        border-bottom: 1px solid rgba(0,0,0,.15);
        flex-direction: column;
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin: 0;
    }

        .navbar-inverse .navbar-nav > li > a {
            color: #9d9d9d;
        }

        .navbar-collapse {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
}

@media (min-width:768px) and (max-height:650px) {
    figure.efecte-foto .desc-galeria {
        font-size: 12px;
    }
}

/** BOTO BACKTOTOP **/
.cd-top {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    color: #6C6A64;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: none;
    z-index: 10000;
    font-size: 0;
}

    .cd-top i.fa {
        font-size: 60px;
    }

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        -o-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

    .cd-top:hover, .cd-top:active, .cd-top:focus {
        color: #A1A67E;
        opacity: 1;
    }

@media only screen and (min-width: 768px) {
    /*.cd-top {
        right: 20px;
        bottom: 20px;
    }*/
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        /*height: 50px;
        width: 50px;*/
        right: 30px;
        bottom: 30px;
    }
}

/*COOKIES***********************************/
#cookies_banner {
    border-color: #FFFFFF !important;
    -o-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
    -ms-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
    border-width: 1px 0 !important;
    -o-box-shadow: 0 0 10px #444444;
    -ms-box-shadow: 0 0 10px #444444;
    -webkit-box-shadow: 0 0 10px #444444;
    -moz-box-shadow: 0 0 10px #444444;
    box-shadow: 0 0 10px #444444;
    background: #000000;
    display: none;
    float: none !important;
    min-height: 25px;
    left: 0;
    margin: 0 auto !important;
    padding: 3px 0;
    position: fixed !important;
    right: 0;
    text-align: center;
    text-shadow: none;
    width: 100% !important;
    z-index: 999;
    bottom: 0px;
    font-size: 14px;
    color: #ffffff;
}

    #cookies_banner a {
        color: #FFFFFF;
    }

        #cookies_banner a:hover {
            color: #8E8A71;
        }

.botons-cookies {
    display: flex;
    justify-content: center;
}

#cookies_accept,
#cookies_config {
    cursor: pointer;
    margin: 10px;
    float: none !important;
    background: [BOTON_FONDO_DES];
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 20px;
    line-height: 20px;
    /*width: 100px;*/
    text-align: center;
    color: [BOTON_TEXTO_DES];
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    clear: both;
    border: 1px solid [BOTON_TEXTO_DES];
}

    #cookies_accept:hover {
        background: [BOTON_FONDO_ACT];
        color: [BOTON_TEXTO_ACT];
    }

#cookies_banner p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

/*scroll*/
/*::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/
