﻿header {
    padding-top: 15px;
}
header.interno {
    height: 550px;
    background-color: #fff;
}
header .menu {
    width: 1080px;
    margin: 0 auto;
    height: 100px;
}
header .menu .logo {
    height: 100%;
}
 header .menu .logo img {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    padding: 6px;
}
    header .h4-header {
        margin-bottom: 0;
        margin-top: 6px;
        font-weight: 600;
    }
header .p-header{
    font-size: 18px;
    
}
header .menu nav ul {                          
     display: flex;                      
    margin-bottom:0px;
     padding-left:0px;
}
header .menu nav ul li {
     height: 100%;    
     padding:10px 10px 10px 5px;
}

    header .menu nav ul li:first-child {
        list-style:none;
    }

    header .menu nav ul li a {
        display: flex;
        line-height: 50px;
        padding: 0 5px 0 5px;
        
        font-size: 18px;
        color: #203769;
        font-weight: 500;
        text-decoration: none;
        margin-right: 25px;
    }
    header.interno .menu nav ul li a {
        color: black;
    }
    header .menu nav ul li.active a {
        color: #00DBDF;
        font-weight: 800;
    }
    header .menu nav ul li:not(.active) a:hover {
        color: #000000;
        font-weight: 700;
    }
    header.interno .menu nav ul li:not(.active) a:hover {
        color: #000000;
        font-weight: 700;
    }
header .img-socialmedia{
    padding-top: 20px;
    cursor: pointer;
    text-align:right;
}

header .img-socialmedia a{
    
}

header .img-hero{
    background: url(../../img/imagem-hero.jpg) 0px 0px no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}
header .img-hero h1{
    font-weight: 600;
    font-size: 48px;
    color: #fff;
}
header .img-hero h4 {
    color: #fff;
    margin-top: 0px;
}
    header .img-hero span {
        display: inline-block;
        background-color: #00DBDF;
        width: 100px;
        height: 2px;
    }

.line-header {
    display: inline-block;
    background-color: #000;
    height: 2px;
}

.icones-topo{
    margin-top:12px;
}