/* -> MAIN
================================ */
.title,
.title-white {
    font-size: 40px;
    line-height: 50px;
}

#pages-header{
    height: 300px;
    padding-top: 65px;
}

    #pages-header h1{
        font-size: 40px;
        line-height: 50px;
    }

    .container{
        padding: 0px 15px;
    }
/*================================ */


/* -> MENU
================================ */
.navbar{
    height: 65px;
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,.1);
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #00ae9d;
    position: absolute;
    right: 15px;
    top: 15px; 
    outline: none!important;
}

    .navbar-toggler-icon {
        background-image: url(../img/toggle.svg);
    }

.navbar-brand {
    line-height: 65px;
    padding: 0;
    padding-left: 15px;
    height: 65px;
}

    .navbar-brand img{
        height: 40px;
        filter: none;
    }

    .navbar-collapse{
        border-top: 1px solid #f5f5f5;
        background-color: #3EAD9D;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        max-height: calc(100vh - 65px);
        overflow-y: auto;
        padding: 0px 15px;
    }

    .navbar ul li{
        margin: 0;
    }

    .navbar ul li:first-child{
        margin-top: 7px;
    }

    .navbar ul li:last-child{
        margin-bottom: 7px;
    }

        .navbar.scrolled ul > li > a, 
        .navbar.opaque ul > li > a
        .navbar ul li a{
            line-height: 38px;
            padding: 0px 15px!important;
            color: #fff!important;
        }
/* ============================= */



/* -> Eco
================================ */
    .eco-img{
        width: 80%;
    }


    .eco-icons{
        margin-top: 0px;
        display: block;
    }
    
        .eco-icon{
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    
        .eco-icon:not(:last-child):after{
            position: relative;
            right: auto;
            top: 0px;
            margin: 20px 0px;
        }
    
        .eco-icon img{
            margin-right: 0px;
            margin-bottom: 15px;
        }
/* ============================= */


/* -> Contacts
================================ */
#contacts{
    padding: 0px 0px 100px;
}
/* ============================= */