* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family:'Roboto', sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff;
    overflow-x: hidden;
}
.l-site {
    margin: 0 auto;
    xmax-width: 1600px;
    position: relative;
    z-index: 1;
}
.l-site:before {
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17%;
    display: block;
    /*background: #1d2328;*/
    z-index: 1;
}
.l-page {
    position: relative;
    margin-left: 240px;
    background: #fff;
    z-index: 2;
    box-shadow: 1px 0 25px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}
.l-nav {
    position: absolute;
    width: 240px;
    display: block;
    background: #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.6), 0 0 2px 5px rgba(0, 0, 0, 0.15);
}
.band-container {
    left: 0;
    right: 0;
    margin: 0 auto;
    min-height: 85vh;
    max-width: 960px;
    display: table;
    position: relative;
    padding: 0 3em;
}
.band-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 3em 0 4em;
}
.band-a {
    background: #69D2E7;
}
.band-b {
    background: #F9D423;
}
.band-c {
    background: #F38630;
}
.band-d {
    background: #FF4E50;
}
.nav {
    width: 230px;
    position: fixed;
    top: 150px;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    background: #ffffff;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.nav li {
    margin: 0;
    padding: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}
.nav a {
    color: #2b3475;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    display: block;
    border-top: 1px solid #d4def2;
    padding: 15px 30px;
}
.nav a.ult:last-child {
    border-bottom: 1px solid #d4def2;
}
.nav a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    display: block;
    border-top: 1px solid #2b3475;
    border-right: 5px solid #2b3475;
    background: #d4def2;
    padding: 15px 30px;
}
.nav .nav-primary {
    opacity: 1;
}
.nav .nav-primary:hover {
    opacity: 0.7;
}
.nav .nav-secondary {
    opacity: 0.4;
}
.nav .nav-secondary:hover {
    opacity: 0.7;
}
.menu {
    display: none;
    position: fixed;
    top: 25px;
    left: 1.5em;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10000000000000000;
}
.menu:hover .menu-hamburger:before, .menu:hover .menu-hamburger:after {
    width: 24px;
}
.menu.is-active .menu-hamburger {
    background: none;
}
.menu.is-active .menu-hamburger:before, .menu.is-active .menu-hamburger:after {
    top: 0;
    width: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu.is-active .menu-hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu.is-active .menu-hamburger:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.menu-hamburger {
    position: relative;
    width: 24px;
    height: 4px;
    margin: 10px 0;
    background: #fff;
    border-radius: 4px;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before, .menu-hamburger:after {
    content:'';
    display: block;
    width: 24px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 4px;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before {
    top: -8px;
    left: 0;
    width: 22px;
}
.menu-hamburger:after {
    top: 8px;
    width: 16px;
    left: 0;
}
@media screen and (max-width: 980px) {
    .menu {
        display: block;
    }
    .l-site.is-open {
        overflow: hidden;
    }
    .l-site.is-open .l-page {
        -webkit-transform: translateX(240px);
        -moz-transform: translateX(240px);
        -ms-transform: translateX(240px);
        -o-transform: translateX(240px);
        transform: translateX(240px);
    }
    .l-page {
        margin-left: 0;
        z-index: 3;
    }
    .l-nav {
        z-index: 2;
    }
    .band-container {
        padding: 0 1.5em;
    }
}
/**** menu ****/
 .logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    width: 240px;
    padding: 20px 0;
    xbox-shadow: 1px 0 3px rgba(0, 0, 0, 0.6), 0 0 2px 5px rgba(0, 0, 0, 0.15);
}
.logo h1 {
    margin: 0 auto;
    display: block;
}
.logo h1 img {
    margin: 0 auto;
    display: block;
    max-width: 75%;
}
footer {
    display: block;
    float: left;
    position: fixed;
    bottom: 0;
    width: 240px;
    padding: 30px 0;
    left: 0;
    xbox-shadow: 0px -2px 10px -20px rgba(0, 0, 0, 0.38), 0px -3px 5px rgba(0, 0, 0, 0.6);
}
footer .redes-sociais {
    display: block;
    margin: 0 auto;
    width: 72px;
    padding-bottom: 20px;
}
footer .redes-sociais a {
    margin: 0 auto;
    display: block;
    float: left;
    margin: 0 5px;
}
footer p {
    xborder-top: 1px solid #232b31;
    display: block;
    font-size: 12px;
    xpadding-top: 20px;
    text-align: center;
    float: left;
    width: 93%;
    color: #5c6164;
    margin-top: 20px;
    margin-bottom: 0;
}
footer p a {
    font-weight: 600;
    color: #2b3475;
}
/*** vídeo ***/
 section.banner video {
    width: 130%;
    height: 100%;
    display: flex;
    xfloat: left;
    overflow-x: hidden;
    overflow-y: hidden !important;
    position: relative;
    xopacity: 0.7;
}
.texto-banner {
    position: absolute;
    z-index: 100;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15% 0 0 0;
}
.btn {
    border: 2px solid #2b3475;
    border-radius: 0;
    padding: 10px 15px;
    color: #2b3475;
    font-size: 18px;
    display: block;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
.btn:hover {
    border: 2px solid #ffffff;
    background: #2b3475;
    border-radius: 0;
    padding: 10px 15px;
    color: #fefeff;
    font-size: 18px;
    display: block;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
section .marca-dagua {
    height: 945px;
    display: block;
    float: left;
    background-color: rgb(255 255 255 / 65%);
}
section.empresa {
    background-image: url(../img/empresa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    display:block;
    float: left;
    width: 100%;
    height: 940px;
}
section.servicos {
    background: url(../img/servicos.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    display:block;
    float: left;
    width: 100%;
    height: 100%;
}


.itens {
    display: block;
    float: left;
    width: 100%;
    border: 2px solid #fff;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 30px;
}

.itens:hover {
    display: block;
    float: left;
    width: 100%;
    border: 2px solid #2b3475;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 30px;
    background-color: #ffffff;
    transition: 0.5s;
}

section.links {
    background: url(../img/links.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    display:block;
    float: left;
    width: 100%;
    height: 100%;
}
section.noticias {
    background: url(../img/noticias.jpg) left top fixed repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    display:block;
    float: left;
    width: 100%;
    height: 100%;
}
section.contato {
    background: url(../img/contato.jpg) center center fixed repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    display:block;
    float: left;
    width: 100%;
    height: 100%;
}
h2 {
    color: #2b3475;
    font-size: 48px;
    margin: 30px 0;
}
h3 {
    color: #2b3475;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
}
p {
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    width: 100%;
}
section.links a.link {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px;
    border: 1px solid #eeeeee;
    margin: 7px 0;
    color: #fff;
    font-size: 16px;
}
section.links a.link:hover {
    text-decoration: none;
    background: #ffdc00;
    border: 1px solid #ffdc00;
    color: #fff;
}
section.contato form {
    margin-top: 60px;
}
section.contato input.field {
    display: block;
    float: left;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid #2b3475;
    padding: 10px;
    margin-bottom: 15px;
    color: #2b3475;
    font-size: 16px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #2b3475;
    font-family:'Open Sans', sans-serif;
    sans-serif;
    font-size: 16px;
    font-style:italic;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #2b3475;
    font-family:'Open Sans', sans-serif;
    sans-serif;
    font-size: 16px;
    font-style:italic;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #2b3475;
    font-family:'Open Sans', sans-serif;
    sans-serif;
    font-size: 16px;
    font-style:italic;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #2b3475;
    font-family:'Open Sans', sans-serif;
    sans-serif;
    font-size: 16px;
    font-style:italic;
}
section.contato textarea.msg {
    display: block;
    float: left;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid #2b3475;
    padding: 10px;
    margin-bottom: 15px;
    resize: none;
    height: 200px;
    margin-top: 10px;
    color: #2b3475;
    font-size: 16px;
}
section.contato input.button {
    display: block;
    float: left;
    text-align: center;
    color: #000000;
    border: 2px solid #000000;
    width: 100%;
    padding: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    background: transparent;
}
section.contato input.button:hover {
    background: #2b3475;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
