

@font-face {
    font-family: 'SofiaSans-SemiBold';
    src: url('../fonts/SofiaSans-SemiBold.woff2') format('woff2'), url('../fonts/SofiaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SofiaSans-Bold';
    src: url('../fonts/SofiaSans-Bold.woff2') format('woff2'), url('../fonts/SofiaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SofiaSans-Medium';
    src: url('../fonts/SofiaSans-Medium.woff2') format('woff2'), url('../fonts/SofiaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SofiaSans-Regular';
    src: url('../fonts/SofiaSans-Regular.woff2') format('woff2'), url('../fonts/SofiaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SofiaSans-Light';
    src: url('SofiaSans-Light.woff2') format('woff2'), url('SofiaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html, body, form {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-family: SofiaSans-Regular;
    color: #333333;
    line-height: 1.7;
    background: transparent;
}

hr {
    border-top: 1px solid #E2E2E2;
}

table {
    font-size: 18px;
    font-family: SofiaSans-Regular;
    table-layout: fixed;
}

p, h1, h2, h3, h4, h5 {
    font-family: SofiaSans-Regular;
}

a {
    color: #7B729B;
    text-decoration: none;
}

    a:focus {
        outline: 0;
    }


    a.sel, a:hover {
        color: #D3F0F3;
        text-decoration: none;
    }

    a img {
        border: none;
    }

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}


.logo {
    margin-top: 0;
}

.imatge-fons {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto !important;
}


/****FRANJA XARXES SOCIALS CAPCALERA*/
.franjaXarxesCap {
    padding: 5px 0;
    background: transparent;
}

    .franjaXarxesCap .gpi-titol-social {
        display: none !important;
    }

    .franjaXarxesCap ul.gpi-social {
        float: right;
        margin-right: 20px;
    }

ul.gpi-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.gpi-social li {
        display: inline-block;
        padding: 0 8px;
    }

        ul.gpi-social li:first-child {
            padding-left: 0;
        }

        ul.gpi-social li:last-child {
            padding-right: 0;
        }

        ul.gpi-social li a i {
            font-size: 18px;
            color: #4EA8AE;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

        ul.gpi-social li a:hover i {
            color: #D3F0F3;
        }
/***FI FRANJA XARXES SOCIALS CAPCALERA***/

/** MENU SUPERIOR **/

#gpi_menu_superior {
  
    border-bottom: 0px;
    background: #ffffff;
    position: relative;
    width: 100%;
    padding:18px 0;
}


    #gpi_menu_superior::after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        bottom: -30px;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

#gpi_menu_superior .row {
    display: flex;
    align-items: center;
}



.gpi-navbar {
    background: transparent;
    border: 0px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0 25px;
    min-height: 10px;
}

.gpi-navbar-nav > li > a {
    font-family: SofiaSans-Bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 16px;
    letter-spacing:0.1px;
}

    .gpi-navbar-nav > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 35%;
        transform: translateX(-50%);
        height: 5px;
        width: 5px;
        transition: all 0.2s ease;
        background-color: #FF5757;
        border-radius: 50%;
    }

    .gpi-navbar-nav > li:first-child > a:before {
display:none;
    }




.navbar-inverse .navbar-collapse{
    float:none;
}

.navbar-inverse .navbar-collapse .gpi-navbar-nav, .navbar-inverse .navbar-form {
    border: none;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
}

.gpi-navbar-inverse .gpi-navbar-nav > li > a {
    background: none;
    color: #000000;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .gpi-navbar-inverse .gpi-navbar-nav > li > a:hover, .gpi-navbar-inverse .gpi-navbar-nav > li > a.sel, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
        background: none;
        color: #FF5757;
    }

    .gpi-navbar-inverse .gpi-navbar-nav > li > a:focus{
        background:none;
    }

.gpi-navbar .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a.sel {
    background: none;
    color: #FF5757;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a.sel {
    background: none;
    color: #FF5757;
}


.gpi-navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

.navbar-collapse {
    float: right;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #FF5757;
}


/** FI-MENU **/



.capBanner {
    height: 85vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 30PX;
    background: #ffffff;
    border-radius: 0px 0px 30px 30px;
}

    .capBanner:before {
        content: '';
        min-width: 100% !important;
        min-height: 100% !important;
        background: #000000;
        opacity: 0.5;
        width: 100%;
        z-index: 10;
        display: block;
        position: absolute;
    }

    .capBanner .item, .capBanner .alone {
        background-color: #FFFFFF;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: inherit;
        position: absolute;
        width: 100%;
    }

        .capBanner .alone .data, .capBanner .data {
            position: absolute;
            top: 0px;
            bottom: 0px;
            width: 100%;
            left: 0px;
            opacity: 1;
        }

            .capBanner .alone .data h2, .capBanner .data h2,
            .capBanner .alone .data h1, .capBanner .data h1 {
                font-family: SofiaSans-Bold;
                font-size: 70px;
                color: #FFFFFF;
                margin: 0;
                padding: 0;
                margin-bottom: 0;
                text-align: center;
                width: 80%;
                margin: 0 auto;
            }

                .capBanner .alone .data h2 span, .capBanner .data h2 span,
                .capBanner .alone .data h1 span, .capBanner .data h1 span {
                    color: #FFFFFF;
                    font-size: 90px;
                    text-transform: uppercase;
                    background: #FF5757;
                    padding: 26px;
                    display: block;
                    width: fit-content;
                    margin: 0 auto;
                    margin-bottom: 26px;
                }


            .capBanner .alone .data h3, .capBanner .data h3 {
                font-family: SofiaSans-SemiBold;
                font-size: 62px;
                color: #3F2478;
                letter-spacing: 0.5px;
                margin: 0;
                padding: 0;
                margin-bottom: 20px;
            }

            .capBanner .alone .data h4, .capBanner .data h4 {
                font-family: SofiaSans-Light;
                font-size: 26px;
                color: #271D3E;
                margin-bottom: 100px;
            }

            .capBanner .alone .data p, .capBanner .data p {
                font-family: SofiaSans-Regular;
                font-size: 18px;
                color: #56476F;
            }

.carousel-caption {
    text-shadow: none;
    color: #000000;
}




.capBanner .pic img, .capBanner .img img, .capBanner .alone img {
    display: none;
}

.capBanner .carousel-caption, .capBaner .alone .carousel-caption {
    display: none;
    left: 700px;
    margin: 0 auto;
    opacity: 0;
    right: 0;
    text-align: left;
    top: 145px;
    width: inherit;
    color: [GENERAL_BANNER_TXT_PRIMARY];
    text-shadow: 0px;
}

.capBanner .carousel-caption-right, .capBanner .alone .carousel-caption-right {
    left: 0;
    right: 700px;
    text-align: right;
}

.capBanner .carousel-caption-top, .capBanner .alone .carousel-caption-top {
    left: 0;
    right: 0;
    top: -200px;
}

.capBanner .carousel-caption-bottom, .capBanner .alone .carousel-caption-bottom {
    left: 0;
    right: 0;
    top: 500px;
}

.capBanner .data .data-content{
    margin-top:17%;
    position:relative;
    z-index:10;
}

.capBanner #tabs {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

    .capBanner #tabs > div {
        background: #271D3E none repeat scroll 0 0;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        font-size: 1px;
        height: 12px;
        margin-left: 5px;
        width: 12px;
    }

        .capBanner #tabs > div:hover, .capBanner #tabs > div.current {
            background: #BC54A0 none repeat scroll 0 0;
        }

.container-data {
    background: rgba([GENERAL_BANNER_COLOR_CAJA]);
    padding: 22px 30px;
    display: inline-block;
    height: auto;
}

.container-data-right{
    float:right;
    text-align:right;
}


.capBanner .item > a, .capBanner .alone .pic > a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}




/**inici submenu**/

.logoSubMenu {
    max-height: 60px;
    margin-top: 10px;
}

#subMenu {
    width: 100%;
    background: rgba(255,255,255,1);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1025;
    padding: 4px;
    float: right;
    padding-bottom: 15px;
}

.submenu-navbar-nav > li > a {
    font-family: SofiaSans-Bold;
    font-size: 16px;
    color: #000000;
    padding: 30px 14px 18px;
    text-transform: uppercase;
    float: right;
    margin: 0px;
    text-align: center;
    background: none;
}

    .submenu-navbar-nav > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 52%;
        transform: translateX(-50%);
        height: 5px;
        width: 5px;
        transition: all 0.2sease;
        background-color: #FF5757;
        border-radius: 50%;
    }

    .submenu-navbar-nav > li:first-child > a:before {
display:none;
    }


    .submenu-navbar-nav > li > a:hover {
        background: none;
        color: #FF5757;
    }

    .submenu-navbar-nav > li > a:focus {
        background: none;
    }

    #subMenu li.active a{
         color: #FF5757;
    }




.margin-70 {
    padding-top: 70px;
}

/**fi submenu**/



/*************FORMULARI CONTACTE******/

.titolform {
}

.formularilite {
    margin-top: 20px;
}

.form-control {
    background-color: #463D68;
    border: 1px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #F9F8FD;
    font-family: SofiaSans-Medium, SofiaSans-Regular, 'Sofia Sans', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    margin: 8px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #7C71A7;
}

    .form-control:focus {
        border-color: #BC54A0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 none;
    }

a.gpi-link-condicions, a.gpi-link-condicionsComercial {
    color: #7B729B;
}

a.gpi-link-condicions:hover, a.gpi-link-condicionsComercial:hover {
    color: #D3F0F3;
}

.conditions .CHECKBOX, .CHECKBOX {
    border: medium none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: 40px;
}

#formulari input[type="checkbox"] {
    margin-left: 4px;
}

#formulari input::placeholder,
#formulari textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f9f8fd;
    opacity: 1; /* Firefox */
}

#formulari input:-ms-input-placeholder,
#formulari textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f9f8fd;
}

#formulari input::-ms-input-placeholder,
#formulari textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #f9f8fd;
}

.container-checkbox, .container-checkbox2 {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    margin-left: 15px;
    padding-right: 15px;
}

    .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: 14px;
        color: #7B729B;
    }

        .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: 2px;
        }

        .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: #BC54A0;
            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;
    }

.popover {
    top: auto;
    bottom: 0px;
    margin-bottom: -50px;
}

.fa-text-right {
    margin-right: 10px;
}

.boto {
    background: #FF5757 none repeat scroll 0 0;
    float: right;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    display: block;
    margin-right: 15px;
    font-size: 22px;
    font-family: SofiaSans-SemiBold, SofiaSans-Regular, 'Sofia Sans', sans-serif;
    color: #FFFFFF;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border:0;
    border-radius: 5px;
    margin-top: 20px;
}


    .boto:focus, .boto:hover {
        background: #000000 none repeat scroll 0 0;
        color: #FFFFFF;
    }

/**********FI FORMULARI CONTACTE********/

/*TELEFON CAPCALERA*/
.telCap {
    background-color: #FF5757;
    border-radius: 5px;
    padding: 14px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
}

.telCap p {
    margin: 0;
}

.telCap {
    width: fit-content;
    float: right;
    /*padding: 3px 17px;*/
}

    .telCap a, .telCap {
        font-family: SofiaSans-Bold, 'Sofia Sans', sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0.25px;

    }

.telCap a i, .telCap i{
    font-size: 22px;
    margin-right: 15px;
    color:#FFFFFF;
    position: relative;
    vertical-align: middle;
    margin-top: 0;
}

.telCap a:hover{
    color:#FFFFFF;
}



/*FI TELEFON CAPCALERA*/

/**INICI FOOTER**/
#footer {
    background-color: #393535;
    height: 242px;
    margin-top: -242px;
    padding-top: 30px;
    position: relative;
    border-radius: 30px 30px 0 0;
}


#wrap {
    padding: 0 0 240px;
    min-height: 100%;
    height: auto;
    overflow: hidden;
}

.logoFooter {
    float: right;
    padding-top: 33px;
    margin: 14px;
    max-height: 220px !important;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.titolFooter {
    font-family: SofiaSans-Bold;
    font-size: 20px;
    color: #F3D3D3;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.container-horario-datos > .row{
    display:flex;
    justify-content:flex-end;
}
/**FI FOOTER**/
.credits {
    border-top: 1px solid #2F2F2E;
    margin-top: 20px;
    padding-top: 14px;
    color: rgba(255, 255, 255, 0.4);
    
}

    .credits p {
        font-size: 12px;
        font-family: SofiaSans-Regular;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .credits .copyright span {
        color: rgba(255, 255, 255, 0.4);
        
    }

    .credits .menu-legal {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .credits a, .credits .btn-link {
        color: rgba(255, 255, 255, 0.4);
        
        text-transform: uppercase;
    }

    .credits .btn-link {
        font-size: 12px;
        padding: 0;
        margin: 0;
        margin-top: 0;
    }

    .credits a:hover {
        color: rgba(255, 255, 255, 0.7);
        
    }

    .credits .btn-link:hover, .credits .btn-link:focus {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        background-color: transparent;
    }

/** ITEM PEU**/
.containerXarxesPeu {
    margin: 20px 0;
}



.itemPeu, .itemPeu b {
    color: #FFFFFF;
    letter-spacing: 0.5px;
    font-family: SofiaSans-Regular, 'Sofia Sans', sans-serif;
    font-size: 17px;
    float: right;
}

.horario-footer {
    text-align: right;
    float: none;
}

.horario-footer .titolFooter {
    text-align: left;
}

    .horario-footer span {
        color: #7B729B;
        float: left;
    }

    .itemPeu .telf {
        color: #D37EBC;
        font-size: 20px;
        font-family: SofiaSans-Bold, SofiaSans-Regular, 'Sofia Sans', sans-serif;
    }

    .itemPeu i {
        font-size: 18px;
        color: [PIE_WEB_PICTO];
        margin-right: 12px;
    }

    .itemPeu .telf i {
        font-size: 20px;
    }

    .itemPeu .email i {
        font-size: 12px;
    }

    .itemPeu .email a {
        color: #FFFFFF;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .itemPeu .email a:hover {
            color: #FF5757;
        }

img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.txt_right {
    text-align: right;
}


#peuLogo {
    margin-top: -6px;
}
/**FI ITEM PEU**/

.modal-dialog {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 80%;
}

.modal-dialog .modal-content {
    border-radius: 0;
}

.modal-body {
    font-size: 14px;
    text-align: justify;
    overflow-y: auto;
}

    .modal-body a {
        color: [MODAL_COLOR_LINK_DES];
    }

        .modal-body a:hover, .modal-body a:focus {
            color: [MODAL_COLOR_LINK_ACT];
        }


/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    /*box-shadow: inset 0 0 0 2px rgba(0,0,0,0.5);*/
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

    .progress-wrap::after {
        position: absolute;
        font-family: 'Font Awesome 6 Free';
        content: "\f062";
        text-align: center;
        line-height: 46px;
        font-size: 17px;
        color: #FF5353;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        font-weight: 900;
    }

    .progress-wrap::before {
        position: absolute;
        font-family: 'Font Awesome 6 Free';
        content: "\f062";
        font-weight: 900;
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        opacity: 0;
        /*background-image: linear-gradient(298deg, var(--red), var(--yellow));*/
        background: #FF5353;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.progress-wrap:hover .progress-wrap::after {
    opacity: 0;
}

.progress-wrap:hover .progress-wrap::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

    .progress-wrap svg.progress-circle path {
        stroke: #FF5353;
        stroke-width: 4;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }


/*FI BOTO BACKTOTOP **/



/*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: #D3F0F3;
        }

        .botons-cookies {
            display: flex;
            justify-content: center;
        }
        
        #cookies_accept,
        #cookies_config{
            cursor: pointer;
            margin: 10px;
            float: none !important;
            background: #FF5757;
            -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: #FFFFFF;
            -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 #FFFFFF;
        }
        
            #cookies_accept:hover, #cookies_config:hover {
                background: #000000;
                color: #FFFFFF;
            }

#cookies_banner p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

#cookies_banner .legal-trigger{
	color:#D3F0F3;

}

/**MIDES RESPONSIVE**/



@media (min-width:1400px) {
    .container {
        width: 1340px
    }
}

@media (min-width:1600px) {
    .container {
        width: 1540px
    }
}

@media (min-width:1800px){
    .container {
        width: 1740px
    }
}

@media (min-width:1401px) and (max-width:1600px) {

    .gpi-navbar-nav > li > a {
        padding: 0 10px;

    }

    .telCap a, .telCap {

        font-size: 18px;

    }

        .telCap a i, .telCap i {
            font-size: 24px;
        }
}

@media(min-width:1201px) and (max-width:1400px){
    .gpi-navbar-nav > li > a {

        /*font-size: 14px;*/

        /*padding: 0 8px;*/
        letter-spacing: 0;
    }

    .telCap a i, .telCap i {
        font-size: 20px;
        margin-right: 10px;
    }

    .telCap a, .telCap {
        font-size: 16px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .capBanner .alone .data h2, .capBanner .data h2, .capBanner .alone .data h1, .capBanner .data h1 {

        font-size: 52px;

    }

        .capBanner .alone .data h2 span, .capBanner .data h2 span, .capBanner .alone .data h1 span, .capBanner .data h1 span {

            font-size: 70px;
        }
}



    @media (max-width:1200px) {

        #gpi_menu_superior {
            margin-top: 0;
            position: relative;
            background: #FFFFFF;
        }

            #gpi_menu_superior .row {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }

        .capBanner {
            height: 530px;
        }

        .logo{
            margin-top:8px;
        }

        #gpi_menu_superior:after{
            display:none;
        }

        .gpi-navbar {
            margin-top: 9px;
            padding: 0;
        }

        .navbar-inverse .navbar-collapse .gpi-navbar-nav, .navbar-inverse .navbar-form {
            display: flex;
            /*justify-content: space-between !important;*/
            float: none;
            width: 100%;
        }

        .gpi-navbar-inverse .gpi-navbar-nav > li > a {
            /*padding: 0;*/
        }

        .nav:before, .nav:after {
            display: none;
        }

        .capBanner .data .data-content {
            margin-top: 13%;
        }

        .capBanner .alone .data h2, .capBanner .data h2 {
            font-size: 50px;
        }

        .capBanner .alone .data h3, .capBanner .data h3 {
            font-size: 45px;
        }

        .capBanner .alone .data h4, .capBanner .data h4 {
            font-size: 26px;
            width: 50%;
        }

        .capBanner .alone .data p, .capBanner .data p {
            font-size: 16px;
        }

        .capBanner .alone .data h2 span, .capBanner .data h2 span, .capBanner .alone .data h1 span, .capBanner .data h1 span {
            font-size: 60px;

        }

        .capBanner .alone .data h2, .capBanner .data h2, .capBanner .alone .data h1, .capBanner .data h1 {
            font-size: 48px;
        }
    }

    @media (min-width:992px) and (max-width:1200px) {
        .gpi-navbar-nav > li > a {
            padding: 0 12px;
        }

        

        #top-carousel {
            height: 530px;
        }



        .telCapFix a:hover {
            color: [TEL_CABECERA_ACT];
        }

        /*.telCap {
            margin-right: 12px;
        }*/

        .horario-footer {
            font-size: 12px;
        }

        
    }



    @media (min-width:768px) and (max-width:991px) {


        .gpi-navbar-nav > li > a {
            padding: 0 12px;
            font-size: 13px;
        }

        .gpi-navbar {
            margin-top: 7px;
        }

        #top-carousel {
            height: 400px;
        }



        .telCap a, .telCap {
            font-size: 19px;
        }

            .telCap a i, .telCap i {
                font-size: 25px;
                margin-top: -4px;
            }


        .telCapFix {
            margin-right: 8px;
        }

        .wrap {
            padding: 0 0 auto;
        }

        #footer {
            height: auto;
        }
    }

    @media (max-width:991px) {

/*        .capBanner .alone .data h2 span, .capBanner .data h2 span, .capBanner .alone .data h1 span, .capBanner .data h1 span {
            font-size: 50px;
        }

        .capBanner .alone .data h2, .capBanner .data h2, .capBanner .alone .data h1, .capBanner .data h1 {
            font-size: 40px;
        }*/

        #gpi_menu_superior {
            position: relative;
            /*margin: 20px 0;*/
        }


        .logo {
            /*margin: 0 auto;*/
            margin-top:8px;
        }

        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
            float: none;
            margin-top: 20px;
        }

/*        .capBanner {
            height: 400px;
        }*/

        .submenu-navbar-nav > li > a {
            padding: 30px 10px 18px;
        }

             .capBanner .alone .data p, .capBanner .data p {
                display: none;
            }

            .capBanner .alone .data h2, .capBanner .data h2 {
                font-size: 42px;
            }

            .capBanner .alone .data h3, .capBanner .data h3 {
                font-size: 38px;
            }

            .capBanner .alone .data h4, .capBanner .data h4 {
                font-size: 24px;
            }

        figure figcaption {
            padding: 25px;
        }

        .telCapFix a:hover {
            color: [TEL_CABECERA_ACT];
        }

        #footer img {
            margin: 0 auto;
        }

        #footer .xarxessocials {
            float: none !important;
            text-align: center;
            margin-top: 35px;
        }

        #footer .titolFooter {
            text-align: center;
            margin-top: 25px;
        }

        #footer .itemPeu {
            float: none;
            text-align: center;
        }

        .horario-footer span {
            float: none;
        }

        .credits {
            text-align: center;
        }

            .credits .menu-legal {
                margin: 25px 0;
            }

            .credits .distribuidor {
                margin-bottom: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: row-reverse;
            }

                .credits .distribuidor > div {
                    float: none !important;
                }
    }

    @media (max-width:767px) {

        .capBanner .alone .data h2 span, .capBanner .data h2 span, .capBanner .alone .data h1 span, .capBanner .data h1 span {
            font-size: 37px;
        }

        .capBanner .alone .data h2, .capBanner .data h2, .capBanner .alone .data h1, .capBanner .data h1 {
            font-size: 40px;
        }

        .navbar-inverse .navbar-collapse .gpi-navbar-nav {
            display: block !important;
        }

        .logo {
            margin: 0 auto;
            margin-top: 8px;
        }

       /* .capBanner {
            height: 220px;
        }*/

            .capBanner .alone .data h4, .capBanner .data h4{
                display:none;
            }

            .capBanner .alone .data h2, .capBanner .data h2 {
                font-size: 36px;
                width: 50%;
            }

            .capBanner .alone .data h3, .capBanner .data h3 {
                font-size: 24px;
                width: 50%;
            }

        .gpi-navbar-nav > li > a:before {
            display:none;
        }

        .telCap {
            /*width: 65%;*/
            float: none;
            margin: 0 auto;
            padding: 3px 17px;
            margin-top: 18px;
        }

        #gpi-back-top a {
            font-size: 35px;
        }

        #gpi-back-top {
            right: 15px;
        }

        #gpi_menu_superior::after {
            bottom: -15px;
        }

        .itemPeu, .itemPeu b {
            float: left;
            margin-top: 15px;
        }

        .boto {
            font-size: 14px;
        }


            #top-carousel .carousel-caption .first-word {
                display: none;
            }



        .credits p {
            font-size: 10px;
        }

        #footer {
            height: auto;
        }

        .gpi-navbar-header{
            text-align:center;
        }

        .navbar-collapse.collapse.collapsing .navbar-nav{
            display:flex;
            flex-direction:column;
        }


        .navbar-collapse.collapse .navbar-nav {
            display: block !important;
        }



        .navbar-inverse .navbar-toggle {
            border-color: transparent;
            background: #000000;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            margin-bottom: 0;
            /*margin-right: 42px;*/
            margin-top: 25px;
            margin-right: 0;
            float: none;
        }

            .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
                background-color: #FF5757;
            }


        .navbar-toggle .icon-bar {
            display: block;
            width: 26px;
            height: 3px;
            -moz-border-radius: 1px;
            -webkit-border-radius: 1px;
            border-radius: 1px;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #FFFFFF;
        }

        .navbar-inverse:hover .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
            background-color: #FFFFFF;
        }

/*        .navbar-collapse {
            float: left;
            width: 100%;
        }*/

        .nav > li {
            padding: 10px;
            border-bottom: 1px solid #2c2c2c;
        }

        .gpi-contingut table {
            table-layout: fixed;
        }

            .gpi-contingut table tr td {
                display: block;
                width: 100% !important;
                padding-bottom: 10px;
            }

                .gpi-contingut table tr td img {
                    display: block;
                    text-align: center !important;
                    margin: 0px auto !important;
                    /*max-width: 100%;*/
                    max-width: 50%;
                    width: auto;
                    height: auto;
                }

        .table > tbody > tr > td {
            border-top: 0px solid #cfcfcf;
        }

        .table > tbody > tr:first-child > td {
            padding-bottom: 10px;
        }

        .gpi-navbar {
            margin-top: 0;
            padding: 0 15px;
        }


        .carousel-indicators {
            bottom: -20px;
            left: 45%;
        }

        .gpi-navbar-nav > li > a {
            padding: 0;
        }

        #submenu {
            display: none !important;
        }

        #gpi-xarxes-copy-xs {
            margin-top: 15px;
            padding-left: 10px;
        }
    }

    @media (max-width:400px) {
        #top-carousel {
            height: 220px;
        }
    }
