/* Minification failed. Returning unminified contents.
(1632,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2628,1): run-time error CSS1019: Unexpected token, found '@'
(2628,2): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2629,10): run-time error CSS1035: Expected colon, found '{'
(2638,1): run-time error CSS1019: Unexpected token, found '@'
(2638,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(2639,10): run-time error CSS1035: Expected colon, found '{'
(2668,1): run-time error CSS1019: Unexpected token, found '@'
 */
a {
    color: #333;
}

    a:hover,
    input:hover,
    button:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-in-out;
        color: inherit;
    }

    a.ico-item {
        padding: 4px 15px 4px 32px;
        position: relative;
        display: inline-block;
    }

@media (max-width: 767px) {
    .margin-bootom-xs {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .margin-bootom-sm {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .margin-bootom-md {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .margin-bootom-lg {
        margin-bottom: 40px;
    }
}

body {
    /*font-family: 'Oxygen', sans-serif;*/
    font-size: 13px;
}

.container-fluid {
    max-width: 1024px;
}

/* NAVBAR */
.navbar-wrapper {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.navbar {
    min-height: 30px;
    margin-bottom: 0px;
    border: 0px;
}

.navbar-inverse {
    background-color: #f2f2f2;
}

.navbar .navbar-nav > li > a {
    position: relative;
    font-size: 12px;
    color: #777777;
    padding: 5px 10px;
    min-height: 30px;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

@media (min-width: 768px) {

    .navbar-right {
        float: right !important;
        margin-right: -205px;
    }
}

/* HEADER */
#header {
    margin-top: 40px;
    height: 90px;
}

    #header_logo,
    #header .block-right {
        padding: 22px 0px 21px 21px;
    }

        #header .block-right .main-nav {
            margin: 0;
            padding: 0;
        }

            #header .block-right .main-nav > li {
                display: block;
                float: left;
            }

                #header .block-right .main-nav > li > a {
                    font-family: 'Titillium Web', sans-serif;
                    background-color: #FFF;
                    border: 1px solid #E6E6E6;
                    font-size: 12px;
                    padding: 5px 10px 5px 38px;
                    margin-left: 5px;
                }

.nav li.dropdown {
    float: left;
}

    .nav li.dropdown .dropdown-menu {
        min-width: 705px;
        top: 49px;
    }

.nav > li > a:hover,
.nav .open > a {
    background-color: transparent !important;
}

.nav-sidebar > li > a:hover,
.nav-sidebar .open > a {
    background-color: #C1CAC7 !important;
}

.nav-sidebar > li > a[aria-expanded="false"]:after {
    pointer-events: none;
    color: #333;
    content: "+";
    font-size: 30px;
    padding: 8px 13px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto auto;
    left: auto;
    font-weight: 100;
    line-height: 20px;
}

.nav-sidebar > li > a[aria-expanded="true"]:after {
    pointer-events: none;
    content: "-";
    font-size: 30px;
    padding: 8px 13px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto auto;
    left: auto;
    font-weight: 100;
    line-height: 20px;
}

@media screen and (min-width: 992px) {
    .nav .open > a,
    .nav .open > a:active,
    .nav .open > a:focus {
        color: #FF7800 !important;
        border-bottom: solid 2px #FF7800;
        border-color: #FF7800;
    }
}

#header .block-right .main-nav > li > a:focus,
#header .block-right .main-nav > li > a:hover {
    background-color: #c1cac7;
    color: #FFF;
    text-decoration: none;
}

#main-menu {
    padding-top: 41px;
    padding-left: 0px;
}

    #main-menu .nav {
        float: right;
    }

        #main-menu .nav .open a {
            margin-top: 10px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-in-out;
        }

    #main-menu ul.nav .dropdown.open:nth-child(3) .dropdown-menu,
    #main-menu ul.nav .dropdown.open:nth-child(4) .dropdown-menu,
    #main-menu ul.nav .dropdown.open:last-child .dropdown-menu {
        right: 0;
        left: inherit;
    }

    #main-menu .nav .open ul.dropdown-menu {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-in-out;
        margin-left: -70px;
    }

    #main-menu .nav ul.dropdown-menu {
        border-radius: 0;
        border-top: solid thin #FF7800;
        /*border-bottom: solid 1px #e4e4e4; 
  border-left: solid 1px #e4e4e4; */
        /*border-right: solid 1px #e4e4e4;*/
        box-shadow: -4px 6px 20px 0px rgba(0, 0, 0, 0.11);
        padding: 0;
    }

    #main-menu ul.nav li.dropdown a {
        display: block;
        font-size: 15px;
        color: #787878;
        padding: 11px 8px 13px 13px;
    }

        #main-menu ul.nav li.dropdown a:focus {
            background-color: transparent;
        }

        #main-menu ul.nav li.dropdown a .glyphicon-menu-down {
            color: #FF7800;
            font-size: 10px;
        }

    #main-menu .nav ul.dropdown-menu .row {
        margin: 0 !important;
    }

    #main-menu .nav ul.dropdown-menu .submenu-col {
        padding: 25px 0px 43px 43px;
    }

        #main-menu .nav ul.dropdown-menu .submenu-col ul {
            padding: 0;
        }

            #main-menu .nav ul.dropdown-menu .submenu-col ul li a {
                padding-left: 0;
            }

                #main-menu .nav ul.dropdown-menu .submenu-col ul li a:hover {
                    color: #FF8300;
                }

    #main-menu .nav ul.dropdown-menu .icon-background {
        background-color: #FF7800;
        display: block;
        padding: 0;
    }


        #main-menu .nav ul.dropdown-menu .icon-background span.text-icon {
            text-align: center;
            color: #fff;
            display: block;
            width: 100%;
            position: absolute;
            top: 50%;
        }

    #main-menu .nav ul.dropdown-menu ul {
        margin: 0 0 20px 0;
    }

        #main-menu .nav ul.dropdown-menu ul li {
            font-size: 15px;
            list-style: none;
        }

            #main-menu .nav ul.dropdown-menu ul li.title {
                font-size: 15px;
                font-weight: 600;
                color: #787878;
            }

            #main-menu .nav ul.dropdown-menu ul li.underline {
                border-bottom: solid 2px #FF7800;
                padding: 2px 0;
                margin-bottom: 10px;
                max-width: 36px;
            }

            #main-menu .nav ul.dropdown-menu ul li a {
                display: block;
                padding: 2px;
            }

                #main-menu .nav ul.dropdown-menu ul li a:hover {
                    text-decoration: none;
                }


.block-main-nav .dropdown:hover .dropdown-menu {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 25%;
    right: auto;
    transform: translate(-25%, 0);
}

.block-main-nav .dropdown:nth-child(3):hover .dropdown-menu {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: 60%;
    right: auto;
    transform: translate(-60%, 0);
    left: inherit;
}

.block-main-nav .dropdown:last-child:hover .dropdown-menu,
.block-main-nav .dropdown:nth-child(4):hover .dropdown-menu {
    right: 0;
    transform: inherit;
    left: inherit;
}

.block-main-nav .dropdown a.dropdown-toggle {
    border-bottom: solid 2px transparent;
}

.block-main-nav .dropdown:hover a.dropdown-toggle {
    color: #FF7800 !important;
    border-color: #FF7800;
    padding: 11px 13px 0px 13px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

    .navbar-inverse .navbar-nav > li > a:hover .icon-top-bar {
        background-color: #333;
    }

.navbar-right {
    padding-right: 25px;
}

.gradient {
    background-image: url('img/gradient-top2.png');
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-right: 0px;
}

.block-header-menu ul.dropdown-menu {
    border: 0;
    border-top: 4px solid #4d4d4d;
    padding: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
}

    .block-header-menu ul.dropdown-menu > li > a {
        font-size: 15px;
        font-family: 'Titillium Web', sans-serif;
        text-transform: uppercase;
        padding: 7px 20px;
        position: relative;
    }

    .block-header-menu ul.dropdown-menu li ul.dropdown-menu > li > a {
        font-size: 14px;
        padding: 8px 20px 7px 20px;
        text-transform: inherit;
    }

.block-header-menu .navbar-nav > li {
    list-style: none;
    border-right: 1px solid #FF8300;
}

    .block-header-menu .main-nav > li:last-child,
    .block-header-menu .navbar-nav > li:last-child {
        border-right: 0;
    }

    .block-header-menu .navbar-nav > li > a {
        font-family: 'Titillium Web', sans-serif;
        font-size: 15px;
        font-weight: 600;
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 6px;
        padding-bottom: 3px;
    }

        .block-header-menu .navbar-nav > li > a:hover,
        .block-header-menu .navbar-nav > li > a:focus,
        .block-header-menu .navbar-nav > li.open a {
            color: #FFF;
            background-color: #FF8300;
        }

    .block-header-menu .navbar-nav > li .dropdown-menu > li > a:hover,
    .block-header-menu .navbar-nav > li .dropdown-menu > li > a:focus,
    .block-header-menu .navbar-nav > li.open .dropdown-menu > li > a:hover,
    .block-header-menu .navbar-nav > li.open .dropdown-menu > li > a:focus,
    .block-header-menu .navbar-nav > li.open .dropdown-menu > li.open a {
        color: #FFF;
        background-color: #FF8300;
    }

    .block-header-menu .navbar-nav > li .dropdown-menu > li.open .dropdown-menu > li > a,
    .block-header-menu .navbar-nav > li .dropdown-menu > li.open .dropdown-menu > li > a {
        color: #333;
        background-color: #f2f2f2;
    }

    .block-header-menu .navbar-nav > li .dropdown-menu > li .dropdown-menu {
        margin-top: -39px !important;
    }

        .block-header-menu .navbar-nav > li .dropdown-menu > li .dropdown-menu > li > a:hover,
        .block-header-menu .navbar-nav > li .dropdown-menu > li .dropdown-menu > li > a:focus,
        .block-header-menu .navbar-nav > li .dropdown-menu > li.open .dropdown-menu > li > a:hover,
        .block-header-menu .navbar-nav > li .dropdown-menu > li.open .dropdown-menu > li > a:focus {
            color: #FFF;
            background-color: #c1cac7;
        }

    .block-header-menu .navbar-nav > li.open .dropdown-menu > li > a {
        color: #333;
        background-color: transparent;
    }

@media (max-width : 991px) {
    /*
  .block-main-nav .dropdown:hover .dropdown-menu{
    margin-left: -167px;
  }
*/
    .block-main-nav .dropdown:hover a.dropdown-toggle {
        color: #FF7800 !important;
        border-bottom: solid 2px #FF7800;
        border-color: #FF7800;
        padding: 11px 13px 0px 13px;
    }
}

/* ICON TOP BAR */
.icon-top-bar {
    flex-shrink: 0;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-nav-left .icon-top-bar {
    background-color: #777777;
    height: 16px;
    width: 16px;
}

.navbar-nav-right .icon-top-bar {
    background-color: #777777;
    height: 16px;
    width: 16px;
}

.icon-webs-del-grup {
    -webkit-mask-image: url('img/topbar/icon-webs-del-grup.svg');
    mask-image: url('img/topbar/icon-webs-del-grup.svg');
}

.icon-treballa-amb-nosaltres {
    -webkit-mask-image: url('img/topbar/icon-treballa-nosaltres.svg');
    mask-image: url('img/topbar/icon-treballa-nosaltres.svg');
}

.icon-zona-clients {
    -webkit-mask-image: url('img/topbar/icon-zona-clients.svg');
    mask-image: url('img/topbar/icon-zona-clients.svg');
}

.icon-zona-clients {
    -webkit-mask-image: url('img/topbar/icon-zona-clients.svg');
    mask-image: url('img/topbar/icon-zona-clients.svg');
}

.icon-ethical {
    -webkit-mask-image: url('img/topbar/icon-ethical.svg');
    mask-image: url('img/topbar/icon-ethical.svg');
}

.icon-contacte {
    -webkit-mask-image: url('img/topbar/icon-contacte.svg');
    mask-image: url('img/topbar/icon-contacte.svg');
}

.icon-lang {
    -webkit-mask-image: url('img/topbar/icon-lang.svg');
    mask-image: url('img/topbar/icon-lang.svg');
}

@media (min-width: 992px) {
    .navbar-nav-left .icon-top-bar {
        background-color: #ff8300;
    }

    .navbar-nav-right .icon-top-bar {
        height: 12px;
        width: 12px;
    }
}

/* FOOTER */
.footer {
    background-color: #b9c3c0;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    line-height: 1.5;
    margin-top: 60px;
}

    .footer .col-1 {
        font-size: 12px;
        color: #1A1A1A;
        padding-top: 40px;
        min-height: 620px;
    }

        .footer .col-1 .logo {
            margin-bottom: 40px;
        }

        .footer .col-1 .social {
            font-size: 15px;
            position: absolute;
            bottom: 0px;
        }

    .footer .col-2,
    .footer .col-3,
    .footer .col-4 {
        font-size: 11px;
        border-left: 1px solid #FFF;
        min-height: 620px;
        padding-top: 40px;
    }

        .footer .col-2 h3,
        .footer .col-3 h3,
        .footer .col-4 h3 {
            font-size: 14px;
            color: #FF8300;
            background-color: #dde1e0;
            padding: 3px 5px 3px 20px;
            margin-top: 0;
            margin-bottom: 5px;
        }

    .footer .col-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #FFF;
        margin-top: 10px;
        color: #1A1A1A;
        font-size: 14px;
    }

        .footer .col-bottom a:first-child {
            border-left: 0;
        }

        .footer .col-bottom a {
            color: #4D4D4D;
            border-left: 1px solid #FFF;
            padding-left: 6px;
            padding-right: 5px;
        }

            .footer .col-bottom a:focus,
            .footer .col-bottom a:hover {
                color: #FFF;
                text-decoration: none;
            }

    .footer ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }

        .footer ul li {
            list-style: none;
            margin-bottom: 5px;
        }

            .footer ul li a {
                font-weight: 600;
            }

                .footer ul li a:focus,
                .footer ul li a:hover {
                    text-decoration: none;
                }

            .footer ul li ul {
                margin-top: 5px;
                margin-bottom: 0;
                padding: 0;
            }

                .footer ul li ul li a {
                    color: #4D4D4D;
                    font-weight: 300;
                }

                    .footer ul li ul li a:focus,
                    .footer ul li ul li a:hover {
                        color: #F2F2F2;
                    }


/* ICONS SOCIAL */
.icon_shortcode {
    color: #FFF;
    margin-right: 5px;
}

    .icon_shortcode.fa-stack a {
        color: inherit;
    }

    .icon_shortcode .fa-facebook:before,
    .icon_shortcode .fa-twitter:before,
    .icon_shortcode .fa-linkedin:before,
    .icon_shortcode .fa-youtube:before {
        color: #b9c3c0;
    }

    .icon_shortcode:hover .fa-facebook:before,
    .icon_shortcode:hover .fa-twitter:before,
    .icon_shortcode:hover .fa-linkedin:before,
    .icon_shortcode:hover .fa-youtube:before {
        color: #fff;
    }

    .icon_shortcode:hover .fa-circle {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-in-out;
    }

    .icon_shortcode:hover .fa-color-corp {
        color: #FF8300 !important;
    }

/* PRESENTACIO */
.baner-superior {
    margin-bottom: 20px;
    height: 350px;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: cover;
}

    .baner-superior > img {
        /*width: 100%;*/
    }

.block-info {
    font-size: 14px;
}

    .block-info .content {
        background-color: #f1f1f1;
        padding: 30px 30px 30px 30px;
    }

@media (max-width: 767.98px) {
    .block-info .content {
        background-color: #f1f1f1;
        padding: 20px;
    }
}

.block-info h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 35px;
}

.block-info h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.block-info a {
    color: #001489;
    text-decoration: underline;
}

    .block-info a:focus,
    .block-info a:hover {
        text-decoration: none;
    }

.block-info ul li {
    margin-bottom: 15px;
}

.block-info .box-featured {
    background-color: #FFF;
    border-left: 12px solid #2E86AB;
    padding: 10px 20px 5px 20px;
}

/* SIDEBAR */
.sidebar .boxes-image {
    margin-bottom: 15px;
}

    .sidebar .boxes-image div.content {
        background-color: transparent;
    }

.nav-sidebar > li > a {
    font-family: 'Titillium Web', sans-serif;
    background-color: #C1CAC7;
    font-weight: 600;
    font-size: 15px;
}

    .nav-sidebar > li > a:hover,
    .nav-sidebar > li > a:focus,
    .nav-sidebar > li.active > a {
        background-color: #C1CAC7;
        color: #FFF;
    }

.nav-sidebar > li > ul > li {
    list-style-type: square;
}

    .nav-sidebar > li > ul,
    .nav-sidebar > li > ul > li > ul {
        background-color: #eef1f0;
        padding-left: 50px;
        padding-bottom: 3px;
        padding-top: 3px;
    }

        .nav-sidebar > li > ul > li > a {
            font-family: 'Titillium Web', sans-serif;
            display: inline-block;
            padding: 5px 10px 5px 0px;
        }

/*---------- THREE NEWS -----------------------*/
.three-news .icon-col .icon {
    margin-top: 25px;
}

.three-news div .content {
    padding: 15px 0px 10px 0px;
}

    .three-news div .content .year-title {
        text-align: center;
    }

        .three-news div .content .year-title h1 {
            font-size: 36px;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .three-news div .content .year-title p {
            font-size: 16px;
            text-align: center;
        }

    .three-news div .content .center-icon {
        text-align: center;
    }

        .three-news div .content .center-icon img {
            margin: 0 auto;
            display: block;
            margin-bottom: 5px;
        }
/*.three-news div .content.icon:before{
  float: left;
  position: absolute;
  background: no-repeat url(img/sprite.png) -34px -76px;
  width: 57px;
  height: 61px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}*/
.three-news div h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    margin-top: 0;
}

.three-news div h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 20px;
}

.three-news div h2 a {
    font-size: inherit;
    background-color: inherit;
    padding: 0;
    font-family: 'Oxygen';
}

    .three-news div h2 a:focus,
    .three-news div h2 a:hover {
        color: #000;
        background-color: inherit;
    }

.three-news div a {
    color: #FF8300;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px 0px 10px;
    display: inline-block;
}

    .three-news div a:focus,
    .three-news div a:hover {
        color: #666;
        text-decoration: none;
    }

/*---------- THREE BOXES -----------------------*/
.three-boxes .col-1 {
    padding-right: 3px;
}

.three-boxes .col-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.three-boxes .col-3 {
    padding-left: 3px;
}

.three-boxes div .content {
    background-color: #e4e8e6;
    padding: 15px 25px 10px 25px;
}

.three-boxes div h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    margin-top: 0;
}

    .three-boxes div h2 a {
        font-size: inherit;
        background-color: inherit;
        padding: 0;
    }

        .three-boxes div h2 a:focus,
        .three-boxes div h2 a:hover {
            color: #000;
            background-color: inherit;
        }

.three-boxes div a {
    color: #FF8300;
    font-size: 14px;
    font-weight: 600;
    background-color: #eff2f1;
    padding: 2px 10px 3px 10px;
    display: inline-block;
}

    .three-boxes div a:focus,
    .three-boxes div a:hover {
        color: #FFF;
        background-color: #FF8300;
        text-decoration: none;
    }

/*---------- TWO BOXES -------------------------*/
.two-boxes {
    margin-top: 60px;
}

    .two-boxes div {
        margin-bottom: 30px;
    }

        .two-boxes div.col-md-12 {
            margin-bottom: 0;
        }

        .two-boxes div.content {
            background-color: #e4e8e6;
            margin-bottom: 0;
        }

        .two-boxes div.body {
            display: table-cell;
            vertical-align: top;
            width: 61%;
            padding: 9px 15px 9px 15px;
            position: relative;
        }

    .two-boxes .col-md-12 div.body {
        width: 50%;
    }

    .two-boxes div.image {
        display: table-cell;
        vertical-align: top;
    }

    .two-boxes div h2 {
        font-family: 'Titillium Web', sans-serif;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 4px;
    }

        .two-boxes div h2 a {
            color: #1A1A1A;
            font-size: inherit;
            font-weight: 500;
        }

            .two-boxes div h2 a:focus,
            .two-boxes div h2 a:hover {
                color: #FF8300;
            }

    .two-boxes div .separator {
        display: block;
        position: relative;
        width: 25px;
        height: 3px;
        background-color: #B3B3B3;
        margin: 0 0 15px 0;
        margin-left: 1px;
    }

    .two-boxes div p {
        text-align: justify;
    }

    .two-boxes div a {
        color: #FF8300;
        font-size: 14px;
        font-weight: 600;
    }

        .two-boxes div a:focus,
        .two-boxes div a:hover {
            color: #000;
            text-decoration: none;
        }

        .two-boxes div a.box {
            font-family: 'Roboto', sans-serif;
            position: absolute;
            right: 0;
            bottom: 0;
            background-color: #FF8300;
            padding: 0px 8px 0px 8px;
            color: #FFF;
            font-size: 30px;
            font-weight: 100;
            line-height: 31px;
        }

            .two-boxes div a.box:focus,
            .two-boxes div a.box:hover {
                background-color: #000;
            }

/*---------- BOXES IMAGE -------------------------*/
.boxes-image {
    margin-top: 30px;
}

    .boxes-image h2 {
        background-color: #1A1A1A;
        font-family: 'Titillium Web', sans-serif;
        font-size: 15px;
        color: #FFF;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .boxes-image div.content {
        background-color: #e4e8e6;
    }

    .boxes-image div p {
        text-align: justify;
    }

    .boxes-image div a {
        color: #FF8300;
        font-size: 14px;
        font-weight: 600;
    }

        .boxes-image div a:focus,
        .boxes-image div a:hover {
            color: #000;
            text-decoration: none;
        }

    .boxes-image div.image {
        vertical-align: top;
        margin-bottom: 15px;
    }

    .boxes-image div.body {
        padding: 10px 25px 15px 25px;
    }

        .boxes-image div.body h2 {
            background-color: inherit;
            font-size: 20px;
            margin-bottom: 4px;
            text-align: inherit;
            padding-top: 0;
            padding-bottom: 0;
        }

            .boxes-image div.body h2 a {
                color: #1A1A1A;
                font-size: inherit;
                font-weight: 500;
            }

                .boxes-image div.body h2 a:focus,
                .boxes-image div.body h2 a:hover {
                    color: #FF8300;
                }

    .boxes-image .separator {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #B3B3B3;
        margin: 0 0 15px 0;
        margin-left: 1px;
    }

@media (max-width : 1399px) {
    .navbar-right {
        margin-right: 0px;
    }
}

@media (max-width : 1010px) {
    #main-menu ul.nav li.dropdown a {
        padding: 11px 10px 13px 10px;
    }
}

@media (max-width : 1040px) {
    /*#main-menu ul.nav li.dropdown a {
    font-size: 14px;
    padding: 11px 6px 5px 6px;    
  }
  .nav li.dropdown .dropdown-menu {
    min-width: 705px;
    top: 46px;
  }*/
}

@media (max-width : 991px) {
    .three-boxes .col-1,
    .three-boxes .col-2,
    .three-boxes .col-3 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 5px;
    }

    #main-menu .nav .open a {
        margin-top: 5px;
    }

    #main-menu ul.nav li.dropdown a {
        padding: 11px 7px 13px 7px;
    }

    #main-menu .nav .open ul.dropdown-menu {
        margin-left: -151px;
    }

    .nav li.dropdown .dropdown-menu {
        min-width: 600px;
    }
}

@media (min-width: 768px) {
    /* NAVBAR */
    #navbar2 {
        display: none !important;
    }
}

@media (max-width : 901px) {
    #main-menu ul.nav li.dropdown a {
        font-size: 13px;
        padding: 11px 5px 16px 5px;
    }

    .block-main-nav .dropdown:nth-child(3):hover .dropdown-menu {
        right: 0;
        transform: inherit;
        left: inherit;
    }

    .nav li.dropdown .dropdown-menu {
        min-width: 600px;
    }
}

@media (max-width : 850px) {
    .block-main-nav .dropdown:nth-child(3):hover .dropdown-menu {
        display: block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        right: 65%;
        right: auto;
        transform: translate(-65%, 0);
        left: inherit;
    }
}

@media (max-width : 767px) {

    /* HEADER */
    #header {
        margin-top: 50px;
        padding-bottom: 15px;
        border-bottom: 4px solid #FF8300;
    }

    #header_logo img {
        margin-left: auto;
        margin-right: auto;
    }

    a:hover[aria-expanded="false"]:after,
    a:focus[aria-expanded="false"]:after {
        color: inherit;
    }

    .gradient {
        height: initial;
        background-image: none;
    }
    /* NAVBAR */
    #btn-navbar {
        margin-left: 15px;
        margin-right: 0;
        background-color: #f2f2f2;
        border-color: #4d4d4d;
        padding: 20px 24px;
    }

    #navbar .navbar-nav {
        padding: 0;
    }

    .navbar .navbar-nav > li > a {
        background-color: #f0f0f0;
        font-size: 16px;
        padding: 10px 20px 8px 20px;
        font-family: 'Titillium Web', sans-serif;
        gap: 1rem;
    }

        .navbar .navbar-nav > li > a[aria-expanded="false"]:after {
            padding: 5px 13px;
        }

        .navbar .navbar-nav > li > a:hover[aria-expanded="false"]:after,
        .navbar .navbar-nav > li > a:focus[aria-expanded="false"]:after {
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none;
        }

        .navbar .navbar-nav > li > a[aria-expanded="true"]:after {
            padding: 5px 15px;
            line-height: 22px;
        }

    .navbar .navbar-nav .dropdown-menu > li > a[aria-expanded="false"]:after {
        padding: 5px 13px;
    }

    .navbar .navbar-nav .dropdown-menu > li > a[aria-expanded="true"]:after {
        padding: 5px 15px;
        line-height: 22px;
    }

    .navbar .navbar-nav > li > a:focus,
    .navbar .navbar-nav > li > a:hover {
        background-color: #f0f0f0;
        color: #000;
    }

    .navbar .navbar-nav > li > ul {
        padding: 0;
    }

        .navbar .navbar-nav > li > ul > li > a {
            position: relative;
            font-size: 15px;
            text-transform: uppercase;
            background-color: #ced5d3;
            font-family: 'Titillium Web', sans-serif;
        }

        .navbar .navbar-nav > li > ul > li > ul {
            padding: 0;
        }

            .navbar .navbar-nav > li > ul > li > ul > li > a {
                font-size: 14px;
                background-color: #dde2e0;
            }

                .navbar .navbar-nav > li > ul > li > ul > li > a span {
                    color: #B3B3B3;
                }

    .navbar-inverse {
        background-color: transparent;
    }

        .navbar-inverse .container-fluid > .navbar-header {
            background-color: #f2f2f2;
        }

        .navbar-inverse .navbar-toggle {
            background-color: #FF8300;
            border-color: #FF8300;
            padding: 13px 13px;
            margin-top: 4px;
            margin-bottom: 4px;
        }

            .navbar-inverse .navbar-toggle:hover,
            .navbar-inverse .navbar-toggle:focus {
                background-color: #FF8300;
            }

        .navbar-inverse .navbar-collapse {
            width: 355px;
            float: right;
            border: 0;
        }

            .navbar-inverse .navbar-collapse .navbar-nav {
                margin: 0;
            }

        .navbar-inverse .navbar-nav > .open > a,
        .navbar-inverse .navbar-nav > .open > a:hover,
        .navbar-inverse .navbar-nav > .open > a:focus {
            background-color: #f0f0f0;
            color: #000;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: #000;
            line-height: inherit;
            padding: 10px 20px 8px 20px;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > .dropdown-menu > li > a {
            padding: 7px 20px 5px 40px;
        }

    #navbar {
        float: left;
    }

        #navbar .navbar-nav {
            border-bottom: 0;
        }

            #navbar .navbar-nav > li:not(:last-child) {
                border-bottom: 2px solid #FFF;
            }


            #navbar .navbar-nav > li > a {
                background-color: #f2f2f2;
            }

    /* PRESENTACIO */
    .baner-superior {
        margin-left: -15px;
        margin-right: -15px;
    }

    /*---------- THREE NEWS -----------------------*/
    .three-news div,
    .three-news div.col-1,
    .three-news div.col-2,
    .three-news div.col-3 {
        padding: 0px;
        padding-right: 0;
    }

        .three-news div.col-2 .icon-col div:nth-child(1) {
            padding: 20px;
        }

        .three-news div.col-2 .icon-col div:nth-child(2) .content {
            /*padding:20px;*/
        }

        .three-news div .content,
        .three-news div.col-1 .content,
        .three-news div.col-3 .content {
            padding: 20px 40px;
        }

    .three-news .center-icon,
    .three-news .year-title {
        margin-bottom: 40px;
    }

    .three-news .icon-col {
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 40px;
    }

        .three-news .icon-col .icon {
            margin-left: 0px;
            margin-right: 0px;
        }

        .three-news .icon-col div:nth-child(1) {
            padding-right: 0;
        }
    /*.three-news .icon-col div:nth-child(2){
    padding-left:0;
  }*/


    /*---------- THREE BOXES -----------------------*/
    .three-boxes .col-1,
    .three-boxes .col-2,
    .three-boxes .col-3 {
        padding-left: 0;
        padding-right: 0;
    }

    /*---------- TWO BOXES -------------------------*/
    .two-boxes div {
        padding-left: 0;
        padding-right: 0;
    }

    .two-boxes div {
        margin-bottom: 15px;
    }

        .two-boxes div.body,
        .two-boxes .col-md-12 div.body {
            width: 100%;
            display: inherit;
            margin-bottom: 0;
        }

        .two-boxes div.image {
            display: inherit;
            margin-bottom: 0;
        }

    /*---------- BOXES IMAGE -------------------------*/
    .boxes-image div {
        padding-left: 0;
        padding-right: 0;
    }

        .boxes-image div.image {
            margin-bottom: 0;
        }

        .boxes-image div.body {
            padding: 9px 15px 9px 15px;
        }

    /* FOOTER */
    .footer .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }


    .footer .col-1,
    .footer .col-2,
    .footer .col-3,
    .footer .col-4 {
        min-height: inherit;
    }

    .footer .col-1,
    .footer .col-2 {
        margin-bottom: 20px;
    }

        .footer .col-1 .logo {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 25px;
        }

        .footer .col-1 p {
            text-align: center;
        }

        .footer .col-1 .social {
            text-align: center;
            position: inherit;
            margin-top: 25px;
        }

    .footer .pull-left,
    .footer .pull-right {
        float: inherit !important;
        text-align: center;
    }

    .footer .pull-left {
        margin-bottom: 10px;
    }

    /* PRESENTACIO */
    .block-info {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width : 480px) {

    /* NAVBAR */
    .navbar-inverse .navbar-collapse {
        width: inherit;
        float: inherit;
    }

    #navbar {
        float: inherit;
    }
}
/*-------- BTN --------*/
.btn.disabled, .btn:disabled {
    opacity: .4;
}

.btn-primary {
    background-color: #ff8300;
    border-color: #ff8330;
    color: #fff !important;
    text-decoration: none !important;
}

    .btn-primary:hover {
        background-color: #f16100;
        border-color: #f16100;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #6c757d;
        border-color: #6c757d;
    }

body a {
    text-decoration: none;
}

    body a:hover {
        text-decoration: underline;
    }

/*
.dropdown{text-align:center;}
.button, .dropdown-menu{margin:10px auto}
.dropdown-menu{width:705px; left:50%; margin-left:-353px;}
*/
/*
.dropdown-menu {
    margin-top: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 25%;
    right: auto;
    text-align: left;
    transform: translate(-25%, 0);
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 50%;
  right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
*/
/* card */
.card-ethical {
    color: initial !important;
    text-decoration: none !important;
}

    .card-ethical .card-ethical__pretitle {
        color: #FF8300;
    }

    .card-ethical .card-ethical__img {
        object-fit: cover;
        object-position: top;
        height: 120px;
        width: 100%;
    }

    .card-ethical:hover {
        background: #f1f1f1;
    }

a.btn-list__link {
    background-color: #eee;
    text-decoration: none;
    color: initial;
}

    a.btn-list__link:hover {
        background-color: #ddd;
    }
/*-------- CARD --------*/

.card-picture a {
    color: initial;
    text-decoration: none;
}

    .card-picture a:hover .card__icon {
        transform: translateX(.5rem);
    }
    .card-picture a:hover .card__link {
        text-decoration: none;
    }

    .card-picture a:hover img {
        opacity: .8;
    }

.card-picture picture {
    display: block;
    height: 180px;
}

.card-picture .card-title {
    margin: 0;
}

.card-picture picture img, .card-picture .card__icon {
    --transiton:;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .card-picture picture img[src] {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.card__link {
    color: #ff8300;
    text-decoration:underline;
    margin:0;
}

body {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    color: #595959;
}

#main-container.main-container-detalle {
    min-height: 500px;
}

#header {
    margin-top: 25px !important;
}


.centerImage {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -71px 0 0 -234px;
}

.two-boxes {
    margin-top: 30px !important;
}

    .two-boxes div {
        margin-bottom: 0px !important;
    }

.baner-superior {
    margin-bottom: 0px !important;
}

.d-i-block {
    display: inline-block;
}

/**** DIRECTLINKSPIECE *****/
.destacado_actualidad {
    padding: 0 0 2px 0;
    background-color: #FF8300;
    color: #333;
}

    .destacado_actualidad .contenido {
        padding: 30px 0 0;
        background-color: #fff
    }

@media (max-width:992px) {
    .destacado_actualidad {
        background: 0 0;
        display: none
    }
}

@media (max-width:768px) {

    .no-margin-top-mobil {
        margin-top: 0px !important;
    }

    #main-container {
        margin-top: 70px;
    }

    .m-t-30 {
        margin-top: 30px !important;
    }

    .m-t-40 {
        margin-top: 40px !important;
    }

    .destacado_actualidad {
        display: none
    }

    .three-news .icon-col.no-padding {
        padding: 0px;
    }

    .mobile-center {
        text-align: center;
    }
    /* .mobile-p-l-33{ padding-left:33px !important;}  */
    .padding-0 {
        padding: 0px !important;
    }

    .mobile-limit-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;
    }

    .three-news .center-icon.m-b-0, .three-news .year-title.m-b-0 {
        margin-bottom: 0px;
    }

    .navbar .navbar-nav > li > ul > li > a {
        text-transform: none;
    }
}

div.noticia .cabecera .titular {
    color: #FF8300;
    font-size: 14px;
    font-weight: 600;
}

div.noticia .contenido {
    padding: 0 0 20px;
}

.enlace_evento {
    float: right;
}

.color_orange {
    color: #FF8300;
}

.fecha-noticia {
    color: rgba(51, 51, 51, 0.55);
}


.titular2 {
    color: #6e6259;
    font-size: 14px;
    font-weight: 600;
}

.anyo-big {
    display: block;
    font-size: 3.571rem;
}

.link-informe:hover {
    color: #FF8300;
}

.name-informe {
    font-size: 15px;
}

.size45 {
    font-size: 45px;
}

.link-informe2:hover {
    color: #FF8300;
    text-decoration: none !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

/* CAROUSEL TRANSITION TIME */
.carousel .carousel-inner .item {
    -webkit-transition-duration: 2s !important;
    -moz-transition-duration: 2s !important;
    -o-transition-duration: 2s !important;
    transition-duration: 2s !important;
}

/*******  CONFIGURACIO GENERAL   ********/

.nav-sidebar > li > ul > li > a {
    font-size: 14px;
}

.white-bg {
    background-color: #FFFFFF !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-grey {
    color: darkgrey;
}

.text-orange {
    color: #FF8300;
}

.icon-orange {
    color: #FF8300 !important;
}

.marfil-bg {
    background-color: #f2f2f2 !important;
}

.bg-blue-bonarea {
    background-color: #252525 !important;
}

.back-cookies {
    background-color: rgba(215, 215, 215, .95) !important; /*#d7d7d7*/
}

.text-cookies {
    font-size: 14px;
    color: #333;
    padding: 17px 25px;
}

a.close, a.close {
    opacity: 1;
    font-weight: 400;
    font-size: 25px;
    padding: 10px 0px;
}

.size14 {
    font-size: 14px !important;
}

.size15 {
    font-size: 15px !important;
}

.size11 {
    font-size: 11px;
}

.size12 {
    font-size: 12px !important;
}

.size17 {
    font-size: 17px !important;
}

.size21 {
    font-size: 21px !important;
}

.size10 {
    font-size: 10px;
}

.size9 {
    font-size: 9px;
}

.title-last-news {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 21px;
    font-weight: 600 !important;
    text-align: initial !important;
}

.text-last-news {
    text-decoration: none !important;
    color: #333333 !important;
    font-family: 'Titillium Web', sans-serif !important;
    line-height: 19px;
}

    .text-last-news:hover {
        text-decoration: underline !important;
    }

.link-text-agrupa:hover {
    cursor: pointer;
}

.no-decoration {
    text-decoration: none !important;
}

.top30 {
    top: 30% !important;
}

.m-t30 {
    margin-top: 30px !important;
}

.m-auto {
    margin: auto auto !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-t-minus-12 {
    margin-top: -12px;
}

.m-t-minus-4 {
    margin-top: -4px;
}

.p-t-0 {
    padding-top: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.menu-border {
    border-bottom: 1px solid #FF8300;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-30 {
    margin-top: 30px;
}

.p-t-23 {
    padding-top: 23%;
}

.p-t-10 {
    padding-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}


.m-b-20 {
    margin-bottom: 20px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-4 {
    margin-bottom: 4px;
}

.p-t-55 {
    padding-top: 55%;
}

.p-t-40 {
    padding-top: 40%;
}

.p-t-10p {
    padding-top: 10%;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-t5 {
    padding-top: 5px !important;
}

.p-b5 {
    padding-bottom: 5px !important;
}

.p-b0 {
    padding-bottom: 0px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}


.nav-sidebar > li > a[aria-expanded="false"]:after {
    font-size: 18px;
    padding: 10px 13px;
}

.nav-sidebar > li > a[aria-expanded="true"]:after {
    font-size: 18px;
    padding: 10px 13px;
}

@media (max-width:768px) {
    .block-info .table-sm {
        font-size: 11px;
    }
}

@media (min-width:768px) {
    .p-t-movil-5 {
        padding-top: 5px !important;
    }
}

.separator-2 {
    display: block;
    position: relative;
    width: 25px;
    height: 0px;
    margin: 0 0 15px 0;
    margin-left: 1px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
    border: 2px solid #FF8300;
    background-color: #ffa84c;
    opacity: 0.7;
}

.btn-search {
    background-color: #001c86;
    color: #FFF;
    line-height: 30px;
}

    .btn-search:hover, .btn-search:active, .btn-search:focus {
        background-color: #FF8300;
        color: #FFF;
        line-height: 30px;
    }

.light_grey {
    background-color: #dddddd !important;
}

/*Main Menu*/
.direct-link-main-menu {
    line-height: 16px;
    font-family: inherit;
    font-weight: normal;
    margin: 0;
    color: #fff !important;
    padding: 15px;
}

    .direct-link-main-menu:hover {
        background-color: #f16100;
        cursor: pointer;
    }

.direct-link-one-piece:hover {
    background-color: #f16100 !important;
    cursor: pointer;
}

.linked-main-menu {
    padding: 0 !important;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff !important;
}

.icon-direct-link {
    font-size: 25px;
}

.direct-link-text {
    margin-top: 5px;
}

.height-full {
    height: 100%;
}

.height-two-pieces {
    height: 50%;
}

.height-three-pieces {
    height: 33.33%;
}

.height-four-pieces {
    height: 25%;
}

.height-five-pieces {
    height: 20%;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FF8300 !important;
}

.icon-bar-top {
    background-color: #FF8300;
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 1px;
}



@media (max-width:768px) {
    .botton-menu-right {
        background-color: inherit !important;
        border-color: #f2f2f2 !important;
        margin-top: 3px !important;
    }

    .botton-menu-left {
        padding: 0px 7px !important;
        border-color: #f2f2f2 !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    #header_logo {
        padding: 10px 0px 5px 0px !important;
    }

    .icon-bar {
        width: 24px !important;
        height: 3px !important;
    }

    #navbar2 {
        float: left;
    }

    #navbar {
        float: right !important;
        min-width: 195px;
    }
}

/******** MULTIMEDIAGALLLERY.CSHTML*********/
.multimedia-list {
    padding-left: 0px;
}

    .multimedia-list li {
        background-color: #eff0ef;
        width: 100%;
        float: left;
        margin-right: 1%;
        margin-bottom: 15px;
        list-style: none;
    }

        .multimedia-list li a {
            color: #000;
            display: block;
            text-decoration: none;
        }

            .multimedia-list li a:hover {
                text-decoration: none;
                background-color: #ff8300;
            }

            .multimedia-list li a .image {
                display: table-cell;
                vertical-align: top;
                padding: 0 10px 0 0;
            }

            .multimedia-list li a .body {
                padding: 12px;
                width: 100%;
                display: table-cell;
                vertical-align: top;
            }

@media(max-width:500px) {
    .multimedia-list li a .body {
        display: none;
    }
}

/***Contactar.cshtml*/
.open-form:hover {
    cursor: pointer;
}

/*ChronologyHistory.cshtml*/

div.block-info .box-mobile {
    display: none;
}

@media (max-width: 767px) {
    div.block-info .box-normal {
        display: none;
    }

    div.block-info .box-mobile {
        display: block;
    }
}

@media (min-width:780px) {
    .information-agrupa-text {
        min-height: 100px;
    }
}
/* _NewsBlock */

.content-news-block {
    border-bottom: 5px solid #f2f2f2; /*11px solid #f2f2f2; 2px solid #FF8300;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

.title-news-block {
    color: #FF8300;
    padding: 0;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 15px;
    font-weight: 600 !important;
    margin-bottom: 1px;
}

.time-news-block {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px !important;
    margin-top: 0;
}

.year-news-block {
    font-size: 36px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #595959 !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 600;
}

.description-big-news-block {
    font-size: 16px;
    text-align: center;
    margin: 0px;
}

.description-little-news-block {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 16px !important;
    color: #444 !important;
    font-weight: 600;
    line-height: 1.2;
}

.title2-news-block {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 15px !important;
    margin-top: 0 !important;
}

.three-news div a {
    color: initial;
    font-size: initial;
    font-weight: initial;
    padding: 0px 10px 0px 10px;
    display: inherit;
}

/* Peça Icones Grup*/
.div-right-top {
    text-decoration: none;
    color: white;
    display: block;
    border-left: 30px solid #F2F2F2;
    border-bottom: 30px solid #F8F8F8;
    height: 0;
    line-height: 50px;
}

@media screen and (-webkit-animation) {
    .div-right-top {
        margin-bottom: -4px;
    }
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #333;
}

.webs-grup {
    border-bottom: none !important;
    border-color: none !important;
}

.navbar-nav > li > .d-dropdown-menu {
    margin-top: 18px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    padding: 1.25rem;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    box-shadow: 0px 3px 8px rgba(0,0,0,.175);
    margin-left: auto !important;
    background-color: rgba(255, 255, 255, .95);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

    .navbar-nav > li > .d-dropdown-menu[data-bs-popper] {
        left: auto;
    }

/* eliminar */
.navbar-default .navbar-nav > li > a {
    width: 200px;
    font-weight: bold;
}
/* eliminar */

/* ANGLE DROPDOWN FLECHA WEB GRUP*/

.mega-dropdown.d-mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    position: absolute;
    top: 14px !important;
    left: auto;
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 9px solid #fff;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
        position: absolute !important;
        top: -9px !important;
        left: 121px !important;
        z-index: 10;
    }

    .mega-dropdown-menu:after {
        content: "";
        border-bottom: 10px solid #dcdcdc;
        border-right: 10px solid transparent;
        border-left: 11px solid transparent;
        position: absolute !important;
        top: -10px !important;
        left: 119px !important;
        z-index: 8;
    }


.webs-group-mobile {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    border: none;
    border-radius: 0;
}

    .webs-group-mobile > a:not(:first-child) {
        border-bottom: 1px solid #ddd;
    } 
    .webs-group-mobile > a:last-of-type {
        border-bottom: 0;
    }

    .webs-group-mobile > a, .webs-group-mobile .subtitle-group {
        padding: .65rem 0;
        display: block;
        text-decoration: none;
        color: #888;
        font-size: .875rem;
    }

    .webs-group-mobile a::after {
        content: '';
        background-image: url('img/icons/icon-next.svg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 16px;
        width: 16px;
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin-top: 0.16em;
        margin-right: .3em;
        opacity: 0.5;
    }

    .webs-group-mobile .subtitle-group {
        display: block;
        font-size: 0.66rem;
        text-transform: uppercase;
        color: #ff8300;
        font-weight: 400;
        padding-top: .75rem;
        padding-bottom: 0;
    }

@media (min-width: 768px) {
    .webs-group-mobile {
        border-bottom: 1px solid #ddd !important;
        border: 1px solid #ddd;
    }

        .webs-group-mobile > a:not(:first-child) {
            border: none;
            
        }
        .webs-group-mobile > a, .webs-group-mobile .subtitle-group {
            padding: .425rem 0;
          
        }

        .webs-group-mobile a::after {
            content: none;
        }

        .webs-group-mobile a:hover {
            text-decoration: none;
            opacity: .7;
        }
}



/* SPRIT ICONOS MENU DESPLEGABLE */

.ico-values, .ico-workus, .ico-information, .ico-shareholder, .ico-localizador,
.ico-gestio-agraria, .ico-aus-bestiar, .ico-centre-alimentari, .ico-venda-directa,
.ico-botiga-online, .ico-food-service, .ico-entorno-rural {
    background-image: url('/Content/img/sprite-iconos-submenu.png');
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    margin: auto auto;
    width: 56px;
    height: 56px;
}

.ico-values {
    background-position: -1px 1px;
}

.ico-workus {
    background-position: -56px -1px;
}

.ico-information {
    background-position: -1px -56px;
}

.ico-shareholder {
    background-position: -56px -56px;
}

.ico-localizador {
    background-position: -112px -56px;
}

.ico-gestio-agraria {
    background-position: -1px -125px;
}

.ico-aus-bestiar {
    background-position: -56px -116px;
}

.ico-centre-alimentari {
    background-position: -112px -116px;
}

.ico-venda-directa {
    background-position: -168px -125px;
}

.ico-botiga-online {
    background-position: -1px -168px;
}

.ico-food-service {
    background-position: -56px -168px;
}

.ico-entorno-rural {
    background-position: -1px -224px;
}



/* CentreAlimentari.cshtml*/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
#myModal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: visible; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (Image) */
#myModal .modal-content {
    margin: auto;
    display: block;
    width: 90%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
#myModal .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@@keyframes zoom {
    from {
        transform: scale(0)
    }

    c
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closer {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closer:hover,
    .closer:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@@media only screen and (max-width: 700px) {
    #myModal .modal-content {
        width: 100%;
    }
}

.plus-centre-alimentari {
    font-size: 22px;
    color: #b35c00;
}

/* AboutCompany.cshtml*/
.lg-primer {
    border: 2px solid #C1CAC7;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    /*font-family: 'Open Sans', sans-serif;*/
}

    .lg-primer .col-sm-4 {
    }

.logos-estructura-ca {
    background: url('/Content/img/sprite-about-company-ca.png') no-repeat;
}

.logos-estructura-es {
    background: url('/Content/img/sprite-about-company-es.png') no-repeat;
}

.lg-assistencia, .lg-agrupa, .lg-sport, .lg-cooperativa, .lg-corporacio, .lg-marca-producte,
.lg-agrocentre, .lg-restaurant, .lg-cashcarry, .lg-alimenta, .lg-energia, .lg-telecom,
.lg-assegura, .lg-assessora, .lg-serveis {
    display: block;
    margin: auto auto;
}

.lg-assistencia {
    background-position: 0 0;
    height: 52px;
    width: 93px;
}

.lg-agrupa {
    background-position: -91px 0px;
    height: 52px;
    width: 128px;
}

.lg-sport {
    background-position: -220px -6px;
    height: 51px;
    width: 93px;
}

.lg-cooperativa {
    background-position: 0px -53px;
    height: 31px;
    width: 75px;
}

.lg-corporacio {
    background-position: -93px -53px;
    height: 31px;
    width: 75px;
}

.lg-agrocentre, .lg-restaurant, .lg-cashcarry, .lg-alimenta {
    background-position: 0px -83px;
    height: 31px;
    width: 75px;
}

.lg-agrocentre {
    background-position: 0px -83px;
}

.lg-energia {
    background-position: 0px -131px;
    height: 31px;
    width: 75px;
}

.lg-telecom {
    background-position: -93px -131px;
    height: 31px;
    width: 75px;
}

.lg-assessora {
    background-position: -220px -131px;
    height: 31px;
    width: 75px;
}

.lg-assegura {
    background-position: -315px -131px;
    height: 31px;
    width: 75px;
}

.lg-serveis {
    background-position: -389px -131px;
    height: 31px;
    width: 75px;
}

.lg-restaurant {
    background-position: -92px -83px;
}

.lg-cashcarry {
    background-position: -220px -83px;
}

.lg-alimenta {
    background-position: -315px -83px;
}

.lg-marca-producte {
    background-position: -220px -83px;
    height: 20px;
    width: 75px;
}

.logos-agrupa {
    padding-top: 10px;
    padding-bottom: 10px;
}

.title-logos-agrupa {
    text-align: center;
}

.logos-alimentacio {
    border-top: 1px solid #444444;
}

div .lg-primer .col-sm-12.title-logos-agrupa h3 {
    font-size: 18px;
    font-weight: 900;
}

div .lg-primer .col-sm-12.subtitle-logos-agrupa p, .lg-primer .col-sm-12 p {
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0px;
}

span.border-logos {
    height: 1px;
    width: 90%;
    display: inline-block;
    background: #e0e0e0;
}

/*** HOME PRINCIPAL PIECES STYLES***/
.title-section-AboutUs {
    font-size: 20px;
    font-weight: 400;
}

.block-AboutUs, .block-information {
}

.block-AboutUs {
    margin-bottom: 20px;
    padding: 0;
}

.View-More {
    color: #ff8300;
    display: inline-block;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 11px;
    padding: 10px 0;
    text-transform: uppercase;
}

    .View-More:hover {
        color: #444;
        text-decoration: underline;
    }

.img-AboutUs {
    width: 100%;
}

.text-AboutUs {
    line-height: 28px;
    font-size: 15px !important;
}

/** Activity servicies**/

.block-ActivitiesServices {
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.list-ActivitiesServices {
    margin-top: 35px;
    margin-bottom: 40px;
}

/*
     .col-ActivitiesServices {
        z-index: 2;
    }

*/

.title-ActivitiesServices {
    color: #ff8300;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    padding: 0;
}

.line-separator {
    background-color: #ff8300;
    height: 1px;
    width: 36px;
    margin: 5px 0;
}

.ul-ActivitiesServices {
    list-style: none;
    padding: 0;
    margin: 0;
}

.li-ActivitiesServices {
    padding: 9px 0;
    border-bottom: 1px solid #e0e0e0;
}

    .li-ActivitiesServices:last-child {
        border-bottom: none;
    }
/*hover a la flecha*/
.link-ActivitiesServices {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    color: #444444;
}

    .link-ActivitiesServices:hover {
        color: #000000;
    }

        .link-ActivitiesServices:hover > .link-arrow:after {
            content: url('/Content/img/angle-right-orange.png');
        }

.link-arrow {
    float: right;
    margin: 4px 5px 0 5px;
    text-decoration: none !important;
}

    .link-arrow:after {
        content: url('/Content/img/angle-right-grey.png');
    }

.img-isotipo {
    background-image: url('../../Content/img/isotipo-white-services.png');
    background-size: 336px 366px;
    background-repeat: no-repeat;
    height: 356px;
    position: absolute;
    width: 342px;
}

.block-img-information {
    padding: 0;
}

.img-information {
    width: 100%;
}

.info-information-Agrupa {
    border-top: 1px solid #ff8300;
    border-bottom: 1px solid #e0e0e0;
}


.sellOnline {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0;
}

.h2-agrupa {
    margin: 30px 0 35px 0;
}

.h2-agrupa-3 {
    margin: 40px 0 35px 0;
}

.h2-agrupa-2 {
    margin: 40px 0 40px 0;
}

.title-h2-agrupa {
    color: #444;
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.ico-sellOnline {
    float: none;
    margin: 0 auto;
    padding: 0;
    /*width: 42px; */
    /*height: 42px;*/
}

    .ico-sellOnline img {
        display: block;
        margin: 0 auto;
        width: auto;
    }

.link-sellOnline, .link-AboutUs, .link-ínformation {
    text-decoration: none !important;
    display: table;
    margin-bottom: 20px;
    padding: 0;
}

@media (max-width: 767px) {

    .link-sellOnline {
        display: block !important;
    }
}

.title-section-home, .title-section-AboutUs, .title-section-information {
    font-family: 'Titillium Web', sans-serif;
}

.title-sellOnline, .title-section-information {
    font-size: 17px;
    font-weight: 600;
}

.title-sellOnline {
    margin-top: 20px;
    text-align: center;
}

.text-section-home {
    color: #707070;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
}

.text-sellOnline {
    text-align: center;
}
/*--STYLE ENVIRONMENT--*/
.ul-environment {
    padding-left: 20px;
}

.firma-agrupa-interiores {
    text-align: right;
    font-weight: 600;
}

.ol-laboralrisk {
    padding-left: 20px;
}

/*---HOVER BLOCK IMG TITLE TEXT--*/
.link-sellOnline:hover .ico-sellOnline img {
    opacity: 0.7;
}

.link-sellOnline:hover .title-section-home {
    color: #ff8300;
}

.link-sellOnline:hover .text-sellOnline {
    color: #000000;
}

.link-AboutUs:hover .img-AboutUs {
    opacity: 0.9;
}

.link-AboutUs:hover .title-section-AboutUs {
    color: #ff8300;
}

.link-AboutUs:hover .text-AboutUs {
    color: #000000;
}

.link-ínformation:hover .block-img-information {
    background: grey;
}

.link-ínformation:hover .img-information {
    opacity: 0.8;
}

.link-ínformation:hover .title-section-information {
    color: #ff8300;
}

.link-ínformation:hover .text-section-home {
    color: #000000;
}

.ul-icon-angle {
    list-style: none;
    padding: 0 0 0 15px;
}

    .ul-icon-angle li {
        margin-bottom: 0 !important;
    }

        .ul-icon-angle li:before {
            content: url('/Content/img/angle-right-orange.png');
            margin-left: -15px;
            padding-right: 6px;
        }
/* FOOTER */
.container-fluid-new {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.background-footer {
    display: block;
    background: #ECECEC;
    width: 1972px;
    height: 100%;
    position: absolute;
    left: -1205px;
    top: 0;
}

.info-footer-contacte {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    color: #838383;
    padding: 0;
    margin: 0 auto;
    display: table;
}

.footer-address {
    padding: 0;
    float: none;
    display: table;
}

.footer-new {
    background-color: #f7f7f7;
    /*font-family: 'Open Sans', sans-serif !important;*/
    margin-top: 30px;
}

.logo-footer-agrupa {
    display: table;
    padding: 0;
    margin: 30px auto;
}

.ico-address, .ico-phone, .ico-web {
    background-image: url('../../Content/img/ico-info-footer.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 30px;
    display: block;
}

.ico-address {
    background-position: 0px 4px;
}

.ico-phone {
    background-position: 0px -26px;
}

.ico-web {
    background-position: 0px -55px;
}

.title-footer-agrupa {
    border-bottom: 1px solid #b7b7b7;
    color: #474747;
    font-size: 13px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.subtitle-footer-agrupa {
    font-size: 13px;
    font-weight: 600;
    color: #474747;
    margin: 0 0 2px 0;
}

.ul-footer-agrupa {
    padding: 0;
    list-style: none;
    font-size: 12px;
}

    .ul-footer-agrupa li {
        padding: 2px 0;
    }

.link-web-corporativo {
    white-space: nowrap;
}

.ul-footer-agrupa li a, .link-footer {
    color: #838383 !important;
}

    .ul-footer-agrupa li a:hover, .link-footer:hover {
        color: #474747 !important;
    }

.footer-bottom {
    background-color: #808080;
    color: white;
}

.info-bottom {
    font-size: 12px;
    display: inline;
    color: white;
}

.info-footer-bottom {
    padding-bottom: 15px;
    padding-top: 15px;
}

.text-contacte {
    margin: 0;
    padding: 0 5px;
}

/* FOOTER SOCIAL MEDIA*/
.content-social-media {
    padding-top: 5px;
    display: flex;
    flex-flow: wrap;
}

@media only screen and (max-width : 768px) {
    .content-social-media {
        justify-content: center;
        margin-top: 10px;
    }
}

.content-social-media a {
    height: 30px;
    width: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
    opacity: 0.5;
}

    .content-social-media a:last-child {
        margin-right: 0;
    }

    .content-social-media a:hover {
        opacity: 0.7;
    }

.mobile-social-media {
    background-color: #ECECEC;
    padding: 25px 0;
}
/* FOOTER ISOS */
.block-logos-isos {
    margin-top: 20px;
}

.img-isos {
    margin-bottom: 5px;
    width: 80px
}

.iso-agrupa {
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 5px;
}

.iso-text {
    color: #444;
    font-size: 9.5px;
    white-space: nowrap;
}

/* INTERN PAGES*/

.tittle-intern-page {
    color: #595959 !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 600;
    font-size: 30px;
    text-align: left !important;
}

.subtittle-orange {
    font-family: 'Titillium Web', sans-serif !important;
    color: #FF8300;
    font-size: 16px;
    text-align: left !important;
}

.no-top-photo {
    padding-top: 20px !important;
}

.list-item-agrupa {
    text-decoration: none !important;
    color: #333333 !important;
    line-height: 28px;
}

    .list-item-agrupa:hover {
        text-decoration: underline !important;
    }

.list-item-2-agrupa {
    text-decoration: none !important;
    color: #333333 !important;
    font-family: 'Titillium Web', sans-serif !important;
    line-height: 28px;
}


/* HOWWORKING */

.h4-subtitle-agrupa, .h3-title-agrupa {
    font-family: 'Titillium Web', sans-serif;
}

.h3-title-agrupa {
    font-size: 30px;
    font-weight: 600;
}

.h4-subtitle-agrupa {
    font-size: 20px;
    font-weight: 600;
    color: #ff8300;
    padding: 0;
    margin-top: 15px !important;
}

.text-howWorking {
    padding: 10px 0 !important;
}

.block-howWorking {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px 0;
}

    .block-howWorking:last-child {
        border-bottom: none;
    }

.ico-howWorking img {
    margin: 5px auto 10px auto;
}

@media (max-width: 768px) {
    .h4-subtitle-agrupa {
        text-align: center;
    }
}

/* _AgrupaMenu **/
.active-main-menu {
    color: #FF8300 !important;
}

/*** AGRUPA MENU MOBIL **/

@media (max-width: 767px) {

    .navbar-inverse .navbar-collapse .navbar-nav {
        border-top: 3px solid #ddd;
        border-bottom: 3px solid #ddd;
    }

    .navbar .navbar-nav > li > a {
        background-color: #ECECEC;
        border-bottom: 0px;
    }


    .navbar-inverse #navbar2 .navbar-nav > li > a:active,
    .navbar-inverse #navbar2 .navbar-nav > li > a:hover {
        background-color: #ECECEC !important;
    }



    .navbar-inverse #navbar2 .navbar-nav > .open > a {
        color: inherit !important;
        border-bottom: 0px;
        background-color: #DDDDDD !important;
    }

    .navbar-inverse #navbar2 .navbar-nav > .open > ul > li.open a {
        color: inherit !important;
        border-bottom: 0px;
        background-color: #ECECEC !important;
    }

    .navbar-inverse #navbar2 .navbar-nav > .open > ul > li > a {
        color: inherit !important;
        border-bottom: 0px;
        background-color: #F7F7F7 !important;
    }

    .navbar-inverse #navbar2 .navbar-nav > .open > ul > .open > ul > li > a {
        color: #8B8B8B !important;
        border-bottom: 0px;
        background-color: #F7F7F7 !important;
    }
}


/* _MenuCentral */
.nav-sidebar > li > a {
    background-color: #ECECEC;
    color: #333;
}

    .nav-sidebar > li > a:hover {
        background-color: #CCCCCC !important;
        color: #333;
    }

    .nav-sidebar > li > a:active {
        background-color: #CCCCCC !important;
    }

.nav-sidebar > li > ul, .nav-sidebar > li > ul > li > ul {
    background-color: #F7F7F7;
}

.central-menu-active {
    background-color: #CCCCCC !important;
}

/* CHRONOLOGY */
.chronology-item {
    text-decoration: none !important;
    color: #333333 !important;
    font-family: 'Titillium Web', sans-serif !important;
    line-height: 28px;
}

.chronology-item-desc {
    border-bottom: 1px solid #CCCCCC;
    font-size: 11px;
    text-align: right;
    padding-right: 20px;
}

.chronology-item-icon {
    margin-top: -8px;
    margin-right: -6px;
    color: #CCCCCC;
}

.chronology-item-year {
    font-size: 17px;
    padding-right: 20px;
    text-align: right;
}

.chronology-item:hover {
    color: #FF8300 !important;
}

/* Agrari Manage*/
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}
/* Policy Comercial Table Horeca*/
.table-horeca {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}



    .table-horeca > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd;
    }

    .table-horeca > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

.content-logo-corporation {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.title-mobile {
    text-transform: uppercase;
    letter-spacing: -0.3px;
    background-color: #ECECEC;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    padding: 15px 15px 15px 30px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.img-corporation {
    margin: 0 auto;
}

.ul-general {
    padding: 0;
}

    .ul-general li {
        list-style: none;
        padding: 1px 0;
        padding-bottom: 11px;
        margin: 9px 0 !important;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
        text-align: left;
    }

        .ul-general li:last-child {
            border-bottom: none;
        }

.arrow-list {
    color: #FF8300;
    margin-top: 5px;
    font-size: 10px;
    background-image: url(img/angle-right-orange.png);
    background-repeat: no-repeat;
    font-size: 0;
    display: inline-block;
    height: 12px;
    width: 9px;
}

.link-corporation {
    color: #333 !important;
    text-decoration: none !important;
}

    .link-corporation:hover {
        text-decoration: underline !important;
    }

.content-information {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.info-corporation {
    color: #333 !important;
    text-decoration: none !important;
}

    .info-corporation:hover {
        text-decoration: underline !important;
    }

.title-intern-corportation {
    color: #595959 !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 600;
    font-size: 26px;
    text-align: left !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-50 {
    margin-right: 50px;
}

@media (max-width: 767px) {
    .content-logo-corporation img {
        width: 85px;
    }

    .content-logo-corporation {
        left: 40px;
    }

    .img-corporation {
        margin: 0;
    }

    .nav > li > a {
        padding: 10px 30px;
    }

    .nabvar-sm {
        background-color: #f2f2f2;
    }
}

@media screen and (max-width: 992px) {
    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu a::after {
            transform: rotate(-90deg);
            position: absolute;
            right: 6px;
            top: .8em;
        }

        .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-left: .1rem;
            margin-right: .1rem;
        }


    ul.dropdown-menu.first-level-menu > li > a {
        background-color: #F7F7F7 !important;
        border-bottom: 0px;
        padding: 10px 20px 8px 20px;
    }

    ul.dropdown-menu.first-level-menu > li.show > a {
        background-color: #ECECEC !important;
    }

    #navbar2 > ul.navbar-nav > li > ul > li > ul > li > a {
        padding: 7px 20px 5px 40px;
        color: #8B8B8B !important;
        border-bottom: 0px;
        background-color: #F7F7F7 !important;
    }

    #navbar2 ul > li.dropdown.show > a {
        background-color: #DDDDDD !important;
    }

    ul.dropdown-menu.dropdown-submenu.show {
        border-top: 0;
    }

    .mobile-items {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}

.btn-generic {
    border: none;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .btn-generic.btn-big {
        font-size: 1rem;
        line-height: 2.4rem;
        padding: 0 .8rem;
    }


    .btn-generic:hover, .btn-generic:focus {
        color: #fff;
        text-decoration: none;
    }

@media (min-width: 768px) {
    .btn-generic:hover, .btn-generic:focus {
        opacity: 0.6;
    }
}

.btn-black {
    background-color: #242424;
    color: inherit;
}

.bc-black {
    background-color: #242424;
}

.btn-link-ajuda {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
    cursor: pointer;
}

