html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*RESET CSS*/


/*GERAIS*/

.cf:after,
.cf:before {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.sub {
    text-decoration: underline;
}

.tudo {
    margin: 0 auto;
    width: 60%;
    padding-top: 30px;
    padding-bottom: 70px;
}

.centraliza {
    margin: 0 auto;
}

.flutuadireita {
    float: right;
}

.flutuaesquerda {
    float: left;
}

.dispblock {
    display: inline-block;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.linkedin {
    color: #0077b5;
}

.facebook {
    color: #3B5998;
}


/*GERAIS*/

.logos {
    padding-top: 20px;
}

#logos ul {
    display: inline-block;
}

#logos ul li {
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
    line-height: 100%;
}

.intranet {
    line-height: 60px;
    padding: 0px !important;
    vertical-align: text-top;
    color: #fff;
}

#sand {
    display: none;
}

.menufixo {
    background-color: #002060;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    line-height: 70px;
    transition: 1000ms;
}

.menufixo ul ul {
    background-color: #002060;
}

#menunav ul li {
    display: inline-block;
    margin-right: 60px;
}

#menunav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: 200ms linear;
}

#menunav a:hover {
    color: #ffffaa;
}

#menunav ul ul {
    position: absolute;
    visibility: hidden;
    width: 200px;
    transition: all 200ms;
    opacity: 0;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .15);
    padding: 10px;
    border-radius: 0 8px 8px 8px;
    text-transform: lowercase;
    background: rgba(0, 50, 160, 1);
    z-index: 999;
}

#menunav ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

#menunav ul ul li {
    float: none;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    display: block;
    transition: 1000ms;
    padding-left: 10px;
    z-index: 999;
}

.bg {
    background-image: url("../img/capanova.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgpage {
    background-image: url("../img/capanova.jpg");
    height: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#chamada {
    width: 80%;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
}

#chamada h1 {
    font-size: 64px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

#chamada p {
    font-size: 55px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

.buttonwrap {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

#chamada a {
    text-decoration: none;
    color: #002060;
    border: 2px solid;
    background-color: #fff;
    border-color: #002060;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    transition: 600ms linear;
}

#chamada a:hover {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.titulo {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

.titulobranco {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.titledecoration {
    height: 1px;
    border-top: 3px solid #002060;
    display: block;
    position: relative;
    top: 1px;
    width: 30%;
    border-top-width: 3px;
    margin-bottom: 30px !important;
    margin: 0 auto;
}

.textosobre {
    margin-bottom: 25px;
    text-align: center;
}

.parallax {
    background: url("../img/fundoopacidade.jpg") repeat fixed 100%;
}

.parallax-inner {
    padding-top: 10%;
    padding-bottom: 10%;
}

.unslider-arrow {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-right: -50px;
    margin-left: auto;
    margin-top: -16px;
    overflow: hidden;
    background: rgba(0, 0, 0, .2) no-repeat 50% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQ…ke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==);
    background-size: 7px 11px;
    border-radius: 32px;
    text-indent: -999em;
    opacity: .6;
    transition: opacity .2s;
}

.unslider-nav {
    padding-bottom: 15px;
}

.unslider-active {
    text-align: center;
}

.unslider-carousel li p {
    color: #fff;
}

.unslider-carousel li img {
    margin: 0 auto;
    margin-bottom: 30px;
}

.unslider-carousel li a {
    text-decoration: none;
    color: #002060;
    border: 2px solid;
    background-color: #fff;
    border-color: #002060;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    transition: 600ms linear;
    margin-top: 30px;
}

.unslider-active img {
    margin: 0 auto;
    margin-bottom: 30px;
}

.unslider-active p {
    color: #fff;
}

.unslider-active a {
    text-decoration: none;
    color: #002060;
    border: 2px solid;
    background-color: #fff;
    border-color: #002060;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    transition: 600ms linear;
    margin-top: 30px;
}

.unslider {
    width: 70%;
    margin: 0 auto !important;
}

.contato {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.dadosmensagem {
    width: 48%;
    float: left;
}

.inputtexto {
    height: 50px;
    margin-bottom: 20px;
    border: 2px solid;
    border-color: #002060;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.9em;
    width: 100%;
}

.textomensagem {
    width: 48%;
    margin-left: 30px;
    float: left;
}

.textarea {
    height: 222px;
    margin-bottom: 20px;
    border: 2px solid;
    border-color: #002060;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.9em;
    width: 100%;
}

.buttonsubmit {
    width: 100%;
    height: 50px;
    background-color: #002060;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
    transition: 500ms;
}

.buttonsubmit:hover {
    background-color: #fff;
    color: #002060;
    border: 2px solid;
    border-color: #002060;
}

#footer {
    background-color: #ccc;
}

.margin {
    margin-left: 90px;
}

.dadosendereco {
    margin-left: 20px;
    margin-top: 10px;
    width: 50%;
}

.redessociais ul li {
    display: inline-block;
    line-height: 100px;
    margin-top: 30px;
}

.direitos {
    text-align: center;
    background-color: #ccc;
    padding-bottom: 20px;
}

@media screen and (max-width: 1085px) {
    .contato {
        width: 90%;
    }
}

@media screen and (max-width: 935px) {
    #logos ul li {
        padding: 5px;
    }
}

@media screen and (max-width: 847px) {
    .textomensagem {
        width: 100%;
        margin-left: 0px;
    }
    .dadosmensagem {
        width: 100%;
    }
}

@media screen and (max-width: 724px) {
    #sand {
        display: block;
        color: #fff;
        border: 1px solid;
        border-color: #fff;
        border-radius: 3px;
        padding: 10px;
        float: right;
    }
    /*
	#sistemas ul{
		display: none;
	}*/
    #sistemas ul li {
        max-width: 100px;
    }
    #menunav ul {
        display: none;
    }
    .intranet {
        display: none !important;
    }
    #chamada h1 {
        font-size: 28px;
    }
    #chamada p {
        font-size: 16px;
    }
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000090;
    display: block;
    transition: 0.3s
}

.sidenav span {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #000090;
    display: block;
    transition: 0.3s;
}

.sidenav ul li {
    max-width: 130px;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-left .5s;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.textoproduto {
    margin-bottom: 25px;
    text-align: left;
}