﻿/*FIRA SANS*/

@font-face {
    font-family: 'fira_sanslight';
    src: url('../fonts/firasans-light-webfont.woff2') format('woff2'),
         url('../fonts/firasans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sansmedium';
    src: url('../fonts/firasans-medium-webfont.woff2') format('woff2'),
         url('../fonts/firasans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sansregular';
    src: url('../fonts/firasans-regular-webfont.woff2') format('woff2'),
         url('../fonts/firasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sanssemibold';
    src: url('../fonts/firasans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/firasans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlow_condensedregular';
    src: url('../fonts/barlowcondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body, form {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: fira_sanslight, 'Fira Sans', sans-serif;
    color: #1C1C1C;
    line-height: 1.7;
    background: transparent;
    font-variant-ligatures: none;
}

table {
    font-size: 14px;
    font-family: fira_sanslight, 'Fira Sans', sans-serif;
    table-layout: fixed;
}

p, h1, h2, h3, h4, h5 {
    font-family: fira_sanslight, 'Fira Sans', sans-serif;
}

a {
    color: #B6EDE1;
    text-decoration: none;
}

    a:focus {
        outline: 0;
    }


    a.sel, a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    a img {
        border: none;
    }

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}


.img-responsive{
    display: block;
    max-width: 100%;
    height: auto !important;
}

.container-gpi{
    padding-left:42px;
    padding-right:42px;
}


/****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{
            font-size:0;
        }

        ul.gpi-social li a i {
            font-size: 18px;
            color: #26806E;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            margin-right: 0 !important;
        }

        ul.gpi-social li a:hover i {
            color: #FFFFFF;
        }
/***FI FRANJA XARXES SOCIALS CAPCALERA***/

/** MENU SUPERIOR **/

#gpi_menu_superior {
    top: 0px;
    z-index: 100;
    border-bottom: 0px;
    background: #FFFFFF;
    position: relative;
    padding:27px 120px;
}

.gpi-navbar {
    background: transparent;
    border: 0px;
    margin-bottom: 0;
    min-height: 10px;
}

.nav-dreta{
    float:right;
}

.gpi-navbar-nav {
    display: flex;
    justify-content: space-between;
    width:100%;
    align-items:center;
}

    .gpi-navbar-nav > div#nav-left, .gpi-navbar-nav > div#nav-right {
        flex: 2;
    }

        .gpi-navbar-nav > div#nav-right{
            display:flex;
            justify-content:flex-end;
        }

        .navbar-collapse {
            width: 100%;
        }

.nav:before, .nav:after{
    display:none;
}



.gpi-navbar-nav > div > li {
    padding: 0px 35px;
    float: left;
}

    .gpi-navbar-nav > div > li:first-child {
        padding-left: 0;
    }

    .gpi-navbar-nav > div > li:last-child {
        padding-right: 0;
    }

    .gpi-navbar-nav > div > li > a {
        font-family: fira_sansregular, 'Fira Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px 15px 0;
        color: #4CBDA6;
        letter-spacing: 0.5px;
    }


        .gpi-navbar-nav > div > li > a::before {
            background-color: #4CBDA6;
            bottom: -10px;
            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;
        }

    .gpi-navbar-nav > div > li:hover > a::before, .gpi-navbar-nav > div > li.active > a::before {
        width: 100%;
    }

    .gpi-navbar-nav > div > li:hover > a {
        color: #E8A437 !important;
    }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.gpi-navbar-inverse .gpi-navbar-nav > div > li > a {
    background: none;
    color: #4CBDA6;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position:relative;
}

    .gpi-navbar-inverse .gpi-navbar-nav > div > li > a:hover, .gpi-navbar-inverse .gpi-navbar-nav > > div li > a.sel {
        background: none;
        color: #E8A437;
    }

    .gpi-navbar-inverse .gpi-navbar-nav > div > 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: #E8A437;
}

.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: #E8A437;
}

.nav > div > li > a:hover, .nav > div > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}


.gpi-navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

.navbar-collapse {
    float: right;
}

.navbar-inverse .navbar-nav > div > .active > a, .navbar-inverse .navbar-nav > div > .active > a:hover, .navbar-inverse .navbar-nav > div > .active > a:focus {
    color: #E8A437;
}


/** FI-MENU **/
/**inici submenu**/

.logoSubMenu {
    max-height: 60px;
    margin-top: 10px;
}

#subMenu {
    width: 100%;
    background: #FFFFFF;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1025;
    padding: 12px 125px;
float: right;
border-bottom: 1px solid #E8A437;
}

.submenu-navbar-nav > div > li > a {
    font-family: fira_sansregular, 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #4CBDA6;
    padding: 15px 15px 0;
    text-transform: uppercase;
    float: right;
    margin: 0px;
    text-align: center;
    background: none;
    position: relative;
}




    .submenu-navbar-nav > div > li > a:hover {
        background: none;
        color: #E8A437;
    }

    .submenu-navbar-nav > div > li > a:focus {
        background: none;
    }

#subMenu > div > li.active a {
    color: #E8A437;
}




.margin-70 {
    padding-top: 70px;
}

/**fi submenu**/
/***BANNER CAROUSEL***/
.fonsBanner {
    height: 485px;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}



    .fonsBanner .carousel-caption-alone, #top-carousel .carousel-caption {
        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;
        top: 180px;
        opacity: 0;
        display: none;
        text-shadow: none;
    }

        #top-carousel .carousel-caption .first-word {
            display: block;
        }

        .fonsBanner .carousel-caption-alone h2, #top-carousel .carousel-caption h2 {
            color: #FFFFFF;
            font-size: 27px;
            font-family: fira_sansregular, fira_sansregular, 'fira_sans', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.35px;
            margin: 0;
        }

        .fonsBanner .carousel-caption-alone h3, #top-carousel .carousel-caption h3 {
            color: #FFFFFF;
            font-size: 25px;
            font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            background: #FFFFFF;
            line-height: 24px;
            padding: 8px 12px;
            margin: 0;
            margin-top: 13px;
            float: left;
        }


#top-carousel {
    height: 485px;
    width: 100%;
    position: relative;
    margin-bottom:65px;
}

    #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-inner .item img{
            display:none;
        }


    #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: 15px;
        right: 20%;
        top: 100%;
    }

    #top-carousel .carousel-caption.carousel-caption-bottom {
        left: 85px;
        right: 20%;
        top: 0px;
    }

    #top-carousel .carousel-indicators {
        text-align: left;
        margin-left: 0;
        bottom: 10px;
    }

        #top-carousel .carousel-indicators li {
            background: #FFFFFF;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            border:0;
        }

        #top-carousel .carousel-indicators .active {
            background-color: #FFFFFF;
            width: 10px;
            height: 10px;
            margin: 1px;
        }

        .containerTextBanner{
            padding:75px;
            background:#4CBDA6;
            position: absolute;
            display: block;
            top: 45px;
            z-index: 1;
            left:45px;
            
             color:#FFFFFF;
        }

        .containerTextBanner .titolBanner{
            font-family:barlow_condensedregular;
            font-size:33px;
            text-transform:uppercase;
            color:#FFFFFF;
            margin-bottom:25px;
        }

        .containerTextBanner .titolBanner span{
            color:#FFFFFF;
        }

        .containerTextBanner h1{
            font-size:24px;
            letter-spacing:0.5px;
             font-family:fira_sanslight, 'Fira Sans' , sans-serif;
             margin:0;
        }

        .containerTextBanner h2{
            font-size:14px;
            letter-spacing:0.75px;
            line-height:22px;
             font-family:fira_sanslight, 'Fira Sans' , sans-serif;
             margin-top:20px;
             margin-bottom:0;
        }

        .containerTextBanner .telefonCap{
            font-family:fira_sanssemibold;
            font-size:42px;
            letter-spacing:0.25px;
            color:#FFFFFF;
            line-height: 42px;
            margin-top: 55px;
        }

/***FI BANNER CAROUSEL****/

/***BLOC 1*/



.blueimp-gallery-controls > .prev i.fa {
    font-size: 45px;
    line-height: 38px;
    margin-left: -5px;
}

.blueimp-gallery-controls > .next i.fa {
    font-size: 45px;
    line-height: 38px;
    margin-right: -5px;
}

.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%;
    }


/***FI BLOC 1*/





/*MAPA*/
.container-google-maps iframe {
    height: 418px;
    overflow: hidden;
    display: block;
    position:relative;
    width:100%;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 0;
    height: 100%;
}


    .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%;
    }

.container-google-maps-banner {
    height: 444px;
    overflow: hidden;
    display: block;
    margin-bottom: 60px;
}

.container-google-maps .embed-responsive .embed-responsive-item, .container-google-maps .embed-responsive iframe {
    top: 0;
}





/*************FORMULARI CONTACTE******/

.titolform {
}

.formularilite {
    margin-top: 20px;
}

.form-control {
    background-color: #FFFFFF;
    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: #000000;
    font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
    font-size: 14px;
    margin: 12px 0;
    width: 100%;
}

    .form-control:focus {
        border-color: #FFFFFF;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 none;
    }

    textarea.form-control {
    height: 80px;
}

a.gpi-link-condicions, a.gpi-link-condicionsComercial {
    color: #000000;
}

a.gpi-link-condicions:hover, a.gpi-link-condicionsComercial:hover {
    color: #FFFFFF;
}

.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;
}

.container-checkbox, .container-checkbox2 {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 20px;
    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: #cdcfcf;
    }

        .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: #4CBDA6;
            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: #4CBDA6 none repeat scroll 0 0;
    float: right;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    display: block;
    font-size: 22px;
    font-family: fira_sanslight, fira_sansregular, 'fira_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;
    width:100%;
}


    .boto:focus, .boto:hover {
        background: #219C81 none repeat scroll 0 0;
        color: #FFFFFF;
    }

.label-baixa {
    margin-left: 25px;
    font-weight: normal;
    color: #cdcfcf;
}

.label-baixa a {
    color: #000000;
}

.label-baixa a:hover {
    color: #FFFFFF;
}

/**********FI FORMULARI CONTACTE********/

/*TELEFON CAPCALERA*/
.telCap{
float:right;
margin-right: 45px;
margin-top: 5px;
}

.telCap a, .telCap{
font-family: fira_sansmedium, fira_sansregular, 'fira_sans', sans-serif;
font-size: 22px;
color: #FDFDFD;
letter-spacing: 0.25px;
}

.telCap a i, .telCap i{
    font-size:30px;
    margin-right:15px;
    color:#A9D512;
    position: relative;
vertical-align: middle;
margin-top: -6px;
}

.telCap a:hover{
    color:#A9D512;
}

.telCapFix{
float:right;
margin-top: 5px;
margin-right:15px;
}

.telCapFix a, .telCapFix{
font-family: fira_sansmedium, fira_sansregular, 'fira_sans', sans-serif;
font-size: 19px;
color: #FDFDFD;
letter-spacing: 0.25px;
}

.telCapFix a i, .telCapFix i{
    font-size:26px;
    margin-right:15px;
    color:#A9D512;
    position: relative;
vertical-align: middle;
margin-top: -6px;
}

/*FI TELEFON CAPCALERA*/

/**INICI FOOTER**/
#footer {
    background-color: #4CBDA6;
    height: 258px;
    margin-top: -258px;
    padding-top: 30px;
    position: relative;
    padding-left:45px;
    padding-right:45px;
}


#wrap {
    padding: 0 0 258px;
    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 */
}

/**FI FOOTER**/

.credits {
    border-top: 1px solid #FFFFFF;
    padding-top: 14px;
    color: #3D3D3D;
}

    .credits p {
        font-size: 12px;
        font-family: fira_sansregular;
        margin-right: 10px;
    }

    .credits a, .credits .btn-link {
        color: #3D3D3D;
    }

    .credits .btn-link {
        font-size: 12px;
        padding: 0;
        margin: 0;
        margin-top: -6px;
    }

    .credits a:hover {
        color: #1C1C1C;
    }

    .credits .btn-link:hover, .credits .btn-link:focus {
        color: #1C1C1C;
        text-decoration: none;
        background-color: transparent;
    }

/** ITEM PEU**/
.itemPeu {
    
}

.itemPeu .adreca{
            color: #FFFFFF;
        letter-spacing: 0.5px;
        font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
        font-size: 14px;
        margin-right: 20px;
        margin-bottom:24px;
}

.itemPeu i{
    color:#FFFFFF;
    font-size:18px;
    margin-right:10px;
}

    .containerXarxesPeu .textXarxesPeu {
        color: #FFFFFF;
        letter-spacing: 0.5px;
        font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
        font-size: 14px;
        margin-right: 20px;
    }

.itemPeu {
    color: #FFFFFF;
    letter-spacing: 0.5px;
    font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
    font-size: 14px;
    margin: 40px 0 24px;
}

.itemPeuB{
    float:right;
}



    .itemPeu .telf {
        color: #FFFFFF;
        font-size: 26px;
        font-family: fira_sansmedium, fira_sansregular, 'fira_sans', sans-serif;
        margin: 0px 0 24px;
        line-height:26px;
    }

    .itemPeu .telf i {
        font-size: 20px;
    }

    .itemPeu .email i {
        font-size: 16px;
    }

    .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: #FFFFFF;
        }

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-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];
        }


#gpi-back-top {
    bottom: 0;
    position: fixed;
    right: 30px;
    display: none;
    z-index:100;
}

    #gpi-back-top a {
        color: #E8A437;
        display: block;
        float: right;
        text-align: center;
        text-decoration: none;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        font-size: 40px;
    }

        #gpi-back-top a i.fa {

            display: inline-block;
        }

        #gpi-back-top:hover a, #gpi-back-top a:hover, #gpi-back-top a:focus {
            color: #4CBDA6;
        }



/** BOTO BACKTOTOP **/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    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;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url(../fonts/cd-top-arrow.svg) no-repeat center 50%;
    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: 5;
}

    .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;
    }

    .no-touch .cd-top:hover {
        background-color: transparent;
        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;
    }
}



/*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: #E8A437;
    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: #FFFFFF;
        }

#cookies_accept {
    color: #FFFFFF;
    cursor: pointer;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 20px;
}

    #cookies_accept:hover {
        color: #FFFFFF;
    }

#cookies_banner p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

#cookies_banner .legal-trigger{
	color:#FFFFFF;

}

/**MIDES RESPONSIVE**/
@media (min-width:1200px) and (max-width:1400px) {
    .gpi-navbar-nav > div > li {
        padding: 7px 24px;
    }

    #gpi_menu_superior {
        padding: 27px 70px;
    }

    #subMenu {
        padding: 12px 70px;
    }
}

@media (max-width:1200px) {


        #top-carousel {
        margin-bottom:40px;
    }

        #formulari #nom-input input.form-control, #formulari #tel-input input.form-control, #formulari #miss-input textarea.form-control{
            margin-top:0;
        }

}


@media (min-width:992px) and (max-width:1199px) {
    #gpi_menu_superior {
    padding: 27px 40px;
}

    #subMenu {
    padding: 12px 40px;

}

    .gpi-navbar-nav > div > li {
    padding: 15px 5px;
}

        .gpi-navbar-nav > div > li > a {
            padding: 0 12px;
        }


    #top-carousel {
        height: 420px;
    }

    .containerTextBanner {
    padding: 50px;
}

    .containerTextBanner .telefonCap {
    margin-top: 32px;
}

    .containerTextBanner .titolBanner {
    margin-bottom: 10px;
}



   


    figure.effect-projecte p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 18px;
    }

    figure.effect-projecte h3 {
        margin: 10px 0;
    }

    figure figcaption {
    padding: 20px;
}

        .telCapFix a:hover{
        color:#A9D512;
    }

        .telCap{
            margin-right:36px;
        }
}





@media (min-width:768px) and (max-width:991px) {
    #gpi_menu_superior {
    padding: 27px 15px;
}
        #subMenu {
    padding: 12px 15px;
}
    .gpi-navbar-nav > div > li {
        padding: 15px 5px;
    }

        .gpi-navbar-nav > div > li > a {
            padding: 0 4px;
            font-size: 14px;
            letter-spacing: 0;
        }


    .containerTextBanner {
    padding: 20px;
    top:30px;
    left:30px;
}

    .containerTextBanner h1 {
    font-size: 22px;
}

    .containerTextBanner .titolBanner {
    margin-bottom: 12px;
}

    .containerTextBanner .telefonCap {
    font-size: 35px;
    margin-top: 25px;
}

    #top-carousel {
        height: 330px;
    }

   

        .telCap a, .telCap {
    font-size: 19px;
}

    .telCap a i, .telCap i {
    font-size: 25px;
    margin-top: -4px;
}

    .telCap {
    margin-right: 32px;
}
        .telCapFix {
    margin-right: 8px;
}

        #descrip1 .servei img {
    padding:0 40px;
}

        #descrip5 .text-contacte {
    font-size: 20px;

}
}

@media (max-width:991px) {
        .container-gpi {
        padding-left: 15px;
        padding-right: 15px;
    }

        figure figcaption {
    padding: 25px;
}

    .container-google-maps {
        position: relative;
        right: 0;
        margin-right: 0;
    }

   

            .telCapFix a:hover{
        color:#A9D512;
    }
}

@media (max-width:767px) {
    #gpi_menu_superior {
    padding: 0px 15px 0;
    
}

    .logo{
        margin-top:27px;
        margin-bottom:27px;
    }

        .telCap {
    
    margin-right: 28px;
}

    #gpi-back-top a {
    font-size: 35px;
}

    #gpi-back-top {
    right: 15px;
}

   


    #gpi_menu_superior::after {
        bottom: -15px;
    }



    .itemPeu, .itemPeu b {
        float: none;
        margin-top: 15px;
        text-align:center;
        margin-bottom:0;
    }

    .itemPeu .adreca {
    text-align: center;
    margin-right:0;
    margin-bottom:0;
}

    .boto {
        font-size: 14px;
    }

    figure.effect-projecte p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 18px;
    }

    figure.effect-projecte h3 {
        margin: 10px 0;
    }

    #top-carousel {
        height: 445px;
    }

        #top-carousel .carousel-caption .first-word {
            display: none;
        }

   

    .credits p {
        font-size: 10px;
    }

    #footer {
        height: auto;
    }

    .gpi-navbar-header{
        text-align:center;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent;
        background: transparent;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        margin-bottom: 18px;
        margin-top: 18px;
        margin-right: 0;
        display: inline-block;
        float: none;
        border-top: 5px solid #E8A437;
        border-bottom: 5px solid #E8A437;
        padding:0;
        border-right: 0;
border-left: 0;
    }

        .navbar-inverse .navbar-toggle .text {
            font-family: fira_sansregular;
            font-size: 14px;
            letter-spacing: 0.1px;
            color: #4CBDA6;
            line-height: 16px;
        }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color:transparent;
        }


    .navbar-toggle .icon-bar {
        display: block;
        width: 31px;
        height: 5px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: [BOTON_MENU_MOV_LINIES_DES];
    }

    .navbar-inverse:hover .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: [BOTON_MENU_MOV_LINIES_ACT];
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top: 2px solid #4CBDA6;
}

    .navbar-collapse {
        float: left;
        width: 100%;
    }

    .nav > li {
        padding: 8px 0px;
        border-bottom:0px solid #2c2c2c;
    }

    .gpi-navbar-nav{
        padding:12px 16px;
        margin: 0 -15px;
        display:block
    }

        .gpi-navbar-nav > div > li:first-child {
            padding-left: 0px;
        }

        .gpi-navbar-nav > div > li > a::before {
            background-color: #4CBDA6;
            width: 100%;
        }



        .gpi-navbar-nav > div > li:hover > a::before, .gpi-navbar-nav > div > li.active > a::before {
            background-color: #4CBDA6;
        }

        .gpi-navbar-nav > div#nav-right{
            display:block;
        }

        .gpi-navbar-nav > div > li {
            padding: 6px 0;
            float: none;
            width: 100%;
        }

        .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: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 > div > li > a {
        padding: 0;
        display:block;
        width:100%;
    }

    #submenu{
        display:none !important;
    }

    #gpi-xarxes-copy-xs{
        margin-top:15px;
        padding-left:10px;
    }

    .container-gpi {
    padding-left: 0;
    padding-right: 0;
}

    .containerTextBanner {
padding: 40px 25px;
top: 145px;
    left: 15px;
    right:15px;
}

    .containerTextBanner .titolBanner {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 32px;
}
    .containerTextBanner h1 {
    font-size: 18px;
    text-align: center;
}

    .containerTextBanner h2 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}

    .containerTextBanner .telefonCap {
    font-size: 35px;
    line-height: 35px;
    margin-top: 40px;
    text-align: center;
}

    #top-carousel .carousel-indicators {
    display: none;
}

    #top-carousel .carousel-inner .item {
    background-position: -700px center;
}

   

            .itemPeu i {
    display: none;
}

            .itemPeu .telf {
    margin: 0px 0 12px;
}

            .itemPeu .email{
                margin-bottom:15px;
            }

            .xarxessocials{
                text-align:center;
            }

            ul.gpi-social {
    display: inline-block;
}

            .credits{
                text-align:center;
            }

            .credits .btn-link {
    margin: 10px 0 15px;
}

            .containerDistri{
                display:inline-block;
            }

            #footer {
    padding-left: 15px;
    padding-right: 15px;
}

             .container-checkbox label, .container-checkbox2 label, a.gpi-link-condicions, a.gpi-link-condicionsComercial {

    font-size: 13px;

}

   

}

@media (max-width:400px) {
        #top-carousel {
        height: 445px;
    }
}
