@charset "UTF-8";
/*
    _main__large.scss bundle
 */
/*
    _normalize.scss

    In this file you can normalize the styles for all browsers
 */
/*
    _variables.scss

    This file centralizes all variables. You can create variables for colours, font-sizes, etc.
 */
/* Font family */
/* Font sizes */
/* Spacing */
/* Colors */
/* Menu */
@import url(../../animate.css);
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #67be03;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #fff; }

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white; }

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1); }

/* Fade read more btn */
.info-content label:hover {
    -webkit-transition-property: color, background-color;
            transition-property: color, background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased; }

main {
    position: relative; }

main:before {
    position: absolute;
    left: 160px;
    top: 40px;
    font-family: "Din-alternate-bold", Helvetica, Arial, sans-serif;
    font-size: 255px;
    color: rgba(246, 248, 255, 0.8);
    z-index: -999; }

p.destacado {
    background: #F6F8FF;
    padding: 15px 0 15px 10px; }

/*
    _overrrides.scss

    In this file you can reset styles of external components
    @example: line-height defined by chico
 */
/*
    _typography.scss

    In this file you can import the different font-faces
 */
@font-face {
    font-family: 'desler-icons';
    src: url("../../../fonts/Desler-icons.eot");
    src: url("../../../fonts/Desler-icons.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Desler-icons.woff") format("woff"), url("../../../fonts/Desler-icons.ttf") format("truetype"), url("../../../fonts/Desler-icons.svg#proxima_novalight") format("svg"); }

@font-face {
    font-family: 'Din-alternate-bold';
    src: url("../../../fonts/Din-alternate-bold.eot");
    src: url("../../../fonts/Din-alternate-bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Din-alternate-bold.woff") format("woff"), url("../../../fonts/Din-alternate-bold.ttf") format("truetype"), url("../../../fonts/Din-alternate-bold.svg#proxima_novalight") format("svg"); }

@font-face {
    font-family: 'Din-alterna-ligth';
    src: url("../../../fonts/Din-alterna-ligth.eot");
    src: url("../../../fonts/Din-alterna-ligth.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Din-alterna-ligth.woff") format("woff"), url("../../../fonts/Din-alterna-ligth.ttf") format("truetype"), url("../../../fonts/Din-alterna-ligth.svg#proxima_novalight") format("svg"); }

@font-face {
    font-family: 'Din-regular';
    src: url("../../../fonts/Din-regular.eot");
    src: url("../../../fonts/Din-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Din-regular.woff") format("woff"), url("../../../fonts/Din-regular.ttf") format("truetype"), url("../../../fonts/Din-regular.svg#proxima_novalight") format("svg"); }

@font-face {
    font-family: 'Din-medium';
    src: url("../../../fonts/Din-medium.eot");
    src: url("../../../fonts/Din-medium.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Din-medium.woff") format("woff"), url("../../../fonts/Din-medium.ttf") format("truetype"), url("../../../fonts/Din-medium.svg#proxima_novalight") format("svg"); }

@font-face {
    font-family: 'Din-ligth';
    src: url("../../../fonts/Din-ligth.eot");
    src: url("../../../fonts/Din-ligth.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Din-ligth.woff") format("woff"), url("../../../fonts/Din-ligth.ttf") format("truetype"), url("../../../fonts/Din-ligth.svg#proxima_novalight") format("svg"); }

@font-face {
    font-family: 'Lato-regular';
    src: url("../../../fonts/Lato-regular.eot");
    src: url("../../../fonts/Lato-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Lato-regular.woff") format("woff"), url("../../../fonts/Lato-regular.ttf") format("truetype"), url("../../../fonts/Lato-regular.svg#proxima_novalight") format("svg"); }

@font-face {
    font-family: 'Lato-bold';
    src: url("../../../fonts/Lato-bold.eot");
    src: url("../../../fonts/Lato-bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Lato-bold.woff") format("woff"), url("../../../fonts/Lato-bold.ttf") format("truetype"), url("../../../fonts/Lato-bold.svg#proxima_novalight") format("svg"); }

/*
    In this file you prune create the base structure of the layout of the pages
    @example: sidebar, main, etc
 */
/*
    _variables.scss

    This file centralizes all variables. You can create variables for colours, font-sizes, etc.
 */
/* Font family */
/* Font sizes */
/* Spacing */
/* Colors */
/* Menu */
body {
    background-color: #dedede; }

/*
    _variables.scss

    This file centralizes all variables. You can create variables for colours, font-sizes, etc.
 */
/* Font family */
/* Font sizes */
/* Spacing */
/* Colors */
/* Menu */
/* Header
---------------------------------------------------------------*/
.nav-header {
    height: 70px;
    font-family: "Din-medium", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #00446a;
    text-align: center;
    z-index: 99999;
    position: relative;
    background-color: #fff; }
    .nav-header .slogan,
    .nav-header .lenguage {
        display: none; }
    .nav-header img {
        float: left;
        margin: 18px 0 0 10px;
        width: 180px;
        display: none; }
    .nav-header a.link-logo:before { display:none; 
        font-family: "Desler-icons";
        content: "\e900";
        position: absolute;
        left: 10px;
        top: 4px;
        font-size: 65px;
        color: #00446a;
        z-index: 99999; }

[for='nav-header-menu-switch'] {
    position: absolute;
    top: 16px;
    right: 0;
    height: 44px;
    width: 54px;
    cursor: pointer;
    outline: 0; }

#nav-header-menu-switch {
    display: none; }
    #nav-header-menu-switch:checked + .nav-header-menu-wrapper .hamburger-top-bread {
        -webkit-transform: translate(0, 8px) rotate(40deg);
            -ms-transform: translate(0, 8px) rotate(40deg);
                transform: translate(0, 8px) rotate(40deg); }
    #nav-header-menu-switch:checked + .nav-header-menu-wrapper .hamburger-patty {
        -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
                transform: scale(0, 0); }
    #nav-header-menu-switch:checked + .nav-header-menu-wrapper .hamburger-bottom-bread {
        -webkit-transform: translate(0, -8px) rotate(-40deg);
            -ms-transform: translate(0, -8px) rotate(-40deg);
                transform: translate(0, -8px) rotate(-40deg); }
    #nav-header-menu-switch:checked + .nav-header-menu-wrapper #nav-header-menu {
        display: block;
        height: 1000%; }

.hamburger-top-bread, .hamburger-patty, .hamburger-bottom-bread {
    position: absolute;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #00446a;
    top: 50%;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: all 100ms ease-out;
            transition: all 100ms ease-out;
    left: 14px; }

.hamburger-top-bread {
    margin-top: -10px; }

.hamburger-patty {
    margin-top: -2px; }

.hamburger-bottom-bread {
    margin-top: 6px; }

/* Menu
---------------------------------------------------------------*/
#nav-header-menu {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px 0 15px 0;
    display: none; }
    #nav-header-menu a {
        margin: 10px 0;
        display: block;
        height: 44px;
        text-decoration: none;
        line-height: 44px;
        color: #00446a;
        position: relative;
        font-size: 18px; }
        #nav-header-menu a:first-child {
            border-top-color: #d9d9d9; }
        #nav-header-menu a:after {
            position: absolute;
            top: 0;
            right: 20px;
            display: block;
            font-family: 'navigation';
            color: #a6a6a6; }
        #nav-header-menu a:focus {
            outline: 0; }
        #nav-header-menu a:hover {
            color: #67be03; }
    #nav-header-menu .sub-menu {
        margin: 10px 0; }
    #nav-header-menu .sub-menu a:hover {
        color: #67be03; }
    #nav-header-menu .sub-menu ul {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        top: -10px; }
    #nav-header-menu .sub-menu ul.active {
        display: block; }
    #nav-header-menu .sub-menu ul li a {
        margin: 0;
        height: 35px;
        font-size: 15px; }
    #nav-header-menu .sub-menu ul li a:hover {
        color: #67be03; }

/*
    _variables.scss

    This file centralizes all variables. You can create variables for colours, font-sizes, etc.
 */
/* Font family */
/* Font sizes */
/* Spacing */
/* Colors */
/* Menu */
/* Header
---------------------------------------------------------------*/
header {
    max-width: 1200px;
    margin: 0 auto; }

body.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 8888; }

body.active .nav-header a.link-logo:before { display:none; 
    color: #00446a; }

body.active .nav-header .hamburger-top-bread, body.active .nav-header .hamburger-patty, body.active .nav-header .hamburger-bottom-bread {
    background-color: #00446a; }

.content-header {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%; }

.content-header.transparent,
.nav-header.transparent {
    background-color: transparent; }

#nav-header-menu {
    background-color: transparent;
    padding: 50px 0 15px 0; }
    #nav-header-menu a {
        font-size: 24px; }
    #nav-header-menu .sub-menu ul li a {
        font-size: 15px; }

svg {
    position: absolute;
    left: 0;
    top: 24px; }

.nav-header {
    background-color: transparent; }
    .nav-header a.link-logo:before { display:none; 
        font-family: "Desler-icons";
        content: "\e900";
        position: absolute;
        top: 5px;
        font-size: 95px;
        color: #00446a;
        margin: 0 auto;
        left: -10px;
        z-index: 99; }
    .nav-header .slogan,
    .nav-header .lenguage {
        font-family: "Lato-regular", Helvetica, Arial, sans-serif;
        display: inline;
        color: #fff; }
    .nav-header .slogan.hide,
    .nav-header .lenguage.hide {
        display: none; }
    .nav-header .slogan {
        float: left;
        top: 42px;
        position: relative;
        color: #00446a;
        width: 100px;
        height: 22px;
        background-color: #fff;
        padding: 4px 0;
        z-index: 99; }
    .nav-header .slogan:after {
        position: absolute;
        content: '';
        background: url("../../../images/banderin.png");
        width: 12px;
        height: 30px;
        top: 0px;
        right: -10px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        height: 32px; }
    .nav-header .lenguage {
        float: right;
        top: 44px;
        position: relative;
        text-decoration: none;
        border: 1px solid #fff;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        padding: 6px 20px;
        z-index: 9999999;
        -webkit-transition-property: color, background-color;
                transition-property: color, background-color;
        -webkit-transition-duration: 0.2s ease;
                transition-duration: 0.2s ease; }
    .nav-header .lenguage:hover {
        background-color: #67be03;
        color: #fff;
        border-color: #67be03; }
    .nav-header img {
        float: initial;
        position: absolute;
        left: 0;
        right: 0;
        margin: 35px auto 0 auto;
        width: auto;
        z-index: 99; }

[for='nav-header-menu-switch'] {
    top: 40px;
    right: 0;
    z-index: 99999; }

.hamburger-top-bread,
.hamburger-patty,
.hamburger-bottom-bread {
    background-color: #fff; }

.transparent .hamburger-top-bread,
.transparent .hamburger-patty,
.transparent .hamburger-bottom-bread {
    background-color: #00446a; }

/*
    _variables.scss

    This file centralizes all variables. You can create variables for colours, font-sizes, etc.
 */
/* Font family */
/* Font sizes */
/* Spacing */
/* Colors */
/* Menu */
body {
    background-color: #fff; }

.content-header .slogan {
    display: none; }

.nav-header img {
    right: initial; }

.nav-header .lenguage {
    color: #00446a;
    border-color: #00446a; }

.hamburger-top-bread,
.hamburger-patty,
.hamburger-bottom-bread {
    background-color: #00446a; }

main {
    max-width: 1200px;
    margin: 0 auto; }

#gestion-de-residuos {
    overflow: hidden;
    padding-bottom: 12px; }
    #gestion-de-residuos .banner {
        height: 195px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        margin: 10px 0; }
        #gestion-de-residuos .banner:hover .button {
            background-color: rgba(103, 190, 3, 0.59); }
            #gestion-de-residuos .banner:hover .button span {
                color: #fff; }
        #gestion-de-residuos .banner .button {
            overflow: hidden;
            background-color: rgba(255, 255, 255, 0.8);
            position: absolute;
            width: 380px;
            height: 100%; }
        #gestion-de-residuos .banner span {
            position: absolute;
            color: #00446a;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            font-size: 40px;
            font-family: "Din-alternate-bold", Helvetica, Arial, sans-serif;
            width: 200px; }
        #gestion-de-residuos .banner img {
            width: 100%; }
    #gestion-de-residuos .title-content {
        margin: 0 0 30px 45px; }
        #gestion-de-residuos .title-content span {
            font-family: "Din-ligth", Helvetica, Arial, sans-serif;
            color: #9c9ead;
            position: relative;
            top: 5px; }
        #gestion-de-residuos .title-content h1 {
            font-family: "Din-alternate-bold", Helvetica, Arial, sans-serif;
            font-size: 30px;
            color: #9c9ead;
            margin: 7px 0 0 -0.5px; }
        #gestion-de-residuos .title-content:before {
            content: '';
            position: absolute;
            width: 30px;
            height: 50px;
            background-color: #67be03;
            left: 0; }
    #gestion-de-residuos .menu-content {
        display: none; }
    #gestion-de-residuos .info-content {
        overflow: hidden;
        float: left;
        width: 100%; }
        #gestion-de-residuos .info-content a {
            text-decoration: none;
            float: left;
            width: 100%;
            height: 100%; }
        #gestion-de-residuos .info-content .content-text {
            overflow: hidden;
            padding-bottom: 12px; }
        #gestion-de-residuos .info-content #show-more,
        #gestion-de-residuos .info-content #show-more-2,
        #gestion-de-residuos .info-content .read-more {
            display: none; }
        #gestion-de-residuos .info-content .show-more:checked + .read-more {
            display: block;
            margin: 30px 0 0 0; }
        #gestion-de-residuos .info-content .show-more-2:checked + .read-more {
            display: block;
            margin: 30px 0 0 0; }
        #gestion-de-residuos .info-content .image-title-content:hover:before {
            background-color: rgba(102, 190, 2, 0.68); }
        #gestion-de-residuos .info-content .image-title-content:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.5); }
        #gestion-de-residuos .info-content .image-title-content:hover span {
            color: #fff; }
        #gestion-de-residuos .info-content .image-title-content {
            position: relative; }
            #gestion-de-residuos .info-content .image-title-content img {
                width: 100%; }
            #gestion-de-residuos .info-content .image-title-content span {
                position: absolute;
                color: #00446a;
                -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
                font-size: 40px;
                font-family: "Din-alternate-bold", Helvetica, Arial, sans-serif; }
        #gestion-de-residuos .info-content p {
            font-family: "Din-regular", Helvetica, Arial, sans-serif;
            font-size: 17px;
            line-height: 24px;
            color: #fff;
            margin: 20px 30px 20px 45px; }
        #gestion-de-residuos .info-content label {
            color: #00446a;
            text-decoration: none;
            font-family: "Lato-regular", Helvetica, Arial, sans-serif;
            border: 2px solid #00446a;
            -webkit-border-radius: 20px;
                    border-radius: 20px;
            padding: 6px 20px;
            font-size: 13px;
            position: relative;
            top: 5px;
            cursor: pointer;
            margin: 20px 0 20px 45px; }
        #gestion-de-residuos .info-content ul {
            padding: 0 0 0 15px !important;
            margin: 2px 0 0 0 !important;
            list-style: none; }
            #gestion-de-residuos .info-content ul li {
                position: relative; }
            #gestion-de-residuos .info-content ul li:before {
                content: '·';
                color: #67be03;
                position: absolute;
                left: -19px;
                z-index: 99999;
                top: -1px;
                font-size: 42px; }
        #gestion-de-residuos .info-content .content-image img {
            margin: 30px 0 0 0; }

/*
    _variables.scss

    This file centralizes all variables. You can create variables for colours, font-sizes, etc.
 */
/* Font family */
/* Font sizes */
/* Spacing */
/* Colors */
/* Menu */
main:before {
    content: 'Gestión de residuos';
    z-index: -999; }

#gestion-de-residuos {
    display: table;
    overflow: auto;
    padding: 80px 0 40px 0;
    position: relative;
    width: 100%; }
    #gestion-de-residuos .banner {
        height: 230px;
        margin: 20px 0; }
    #gestion-de-residuos .title-content {
        width: 60%;
        float: left;
        margin: 0 0 50px 0; }
        #gestion-de-residuos .title-content h1 {
            font-size: 50px;
            margin: 7px 0 0 -2.5px; }
        #gestion-de-residuos .title-content span {
            font-size: 22px; }
        #gestion-de-residuos .title-content:before {
            width: 70px;
            height: 77px;
            left: -94px; }
    #gestion-de-residuos .menu-content {
        display: inline;
        width: 40%;
        float: left;
        margin: -50px 0 0 0; }
        #gestion-de-residuos .menu-content ul {
            margin: 0;
            padding: 0;
            font-size: 13px;
            list-style: none;
            color: #cdcdcd;
            font-family: "Lato-regular", Helvetica, Arial, sans-serif;
            position: relative; }
            #gestion-de-residuos .menu-content ul li {
                margin: 14px 0;
                padding: 0 0 0 15px; }
            #gestion-de-residuos .menu-content ul li:before {
                content: '';
                position: absolute;
                left: 0;
                width: 4px;
                height: 15px;
                background-color: #67be03; }
    #gestion-de-residuos .content-text {
        margin: 10px 0;
        padding: 0; }
    #gestion-de-residuos .info-content {
        width: 80%;
        margin: 0 auto;
        float: none;
        padding-bottom: 0px; }
        #gestion-de-residuos .info-content .content-image {
            float: left;
            width: 40%;
            max-height: none; }
            #gestion-de-residuos .info-content .content-image img {
                margin: 0px 0 0 0; }
        #gestion-de-residuos .info-content .content-text {
            padding: 0; }
        #gestion-de-residuos .info-content .image-title-content {
            width: 100%;
            display: inline;
            float: left;
            height: 200px; }
            #gestion-de-residuos .info-content .image-title-content span {
                left: 16%;
                width: 200px; }
        #gestion-de-residuos .info-content p {
            width: 60%;
            float: left; }
        #gestion-de-residuos .info-content label:hover {
            background-color: #67be03;
            color: #fff;
            border-color: #67be03; }

.nav-footer {
    border-top: 1px solid #cdcdcd; }
    .nav-footer section {
        margin: 10px 0 !important; }

/*
    _variables.scss

    This file centralizes all variables. You can create variables for colours, font-sizes, etc.
 */
/* Font family */
/* Font sizes */
/* Spacing */
/* Colors */
/* Menu */
.nav-footer {
    background-color: #fff;
    text-align: center;
    margin: -20px 0 0 0;
    height: 100%;
    overflow: hidden;
    padding: 0 20px 20px 20px;
    border-top: 1px solid #dedede;
    margin-top: 40px; }
    .nav-footer a {
        text-decoration: none;
        color: #76767d; }
    .nav-footer a:hover {
        color: #67be03; }
    .nav-footer h2 {
        font-family: "Din-alternate-bold", Helvetica, Arial, sans-serif;
        color: #9c9ead;
        margin: 0; }
    .nav-footer ul {
        font-family: "Din-regular", Helvetica, Arial, sans-serif;
        color: #76767d;
        margin: 0;
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 14px;
        max-width: 240px;
        margin: 10px auto 0 auto; }
    .nav-footer ul li {
        line-height: 20px; }
    .nav-footer section {
        margin: 40px 0;
        float: left;
        position: relative;
        width: 100%; }
    .nav-footer section.last {
        margin: 0 0 5px 0; }
    .nav-footer section.border:after {
        content: '';
        position: absolute;
        width: 100px;
        height: 1px;
        background-color: #76767d;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -40px; }
    .nav-footer img {
        float: right; }
    .nav-footer i {
        font-style: inherit;
        width: 50px;
        float: left;
        height: 40px;
        margin: 0 16px 0 0; }
    .nav-footer .icon-linkedin:before {
        font-family: "Desler-icons";
        content: "\e902";
        position: absolute;
        width: 20px;
        height: 20px;
        z-index: 99;
        color: #76767d;
        font-size: 52px;
        -webkit-transition-property: text-shadow;
                transition-property: text-shadow; }
    .nav-footer .icon-youtube:before {
        font-family: "Desler-icons";
        content: "\e901";
        position: absolute;
        width: 20px;
        height: 20px;
        z-index: 99;
        color: #76767d;
        font-size: 52px; }
    .nav-footer i:hover:before {
        color: #00446a;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }

/*
    _variables.scss

    This file centralizes all variables. You can create variables for colours, font-sizes, etc.
 */
/* Font family */
/* Font sizes */
/* Spacing */
/* Colors */
/* Menu */
.nav-footer {
    padding: 40px 0 20px 0;
    width: 100%;
    margin: 0;
    padding: 0; }
    .nav-footer h2 {
        font-size: 20px; }
    .nav-footer .nav-bounds {
        max-width: 1200px;
        margin: 0 auto; }
    .nav-footer ul {
        margin: 20px 0 0 0; }
    .nav-footer ul li {
        line-height: 22px; }
    .nav-footer section {
        margin: 40px 0 5px 0 !important;
        text-align: left;
        width: 27%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .nav-footer section.last {
        text-align: left;
        width: 16%; }
    .nav-footer section.border:after {
        content: none; }
    .nav-footer img {
        float: none; }
    .nav-footer .content-icons {
        margin-top: 12px; }

/*
    _variables.scss

    This file centralizes all variables. You can create variables for colours, font-sizes, etc.
 */
/* Font family */
/* Font sizes */
/* Spacing */
/* Colors */
/* Menu */
.nav-footer {
    padding: 40px 0 20px 0; }

@media (max-width: 1200px) {
    body {
        margin: 0 50px !important; }
    #gestion-de-residuos .info-content p {
        width: 50% !important; }
    #gestion-de-residuos .info-content .image-title-content {
        min-height: 291px; } }
