*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 13px;
  overflow-x: hidden;
}

header{
    height: 100px;
    background-color: #ececec;
    width: 100%;
    position: fixed;
}

.header{
    max-width: 96%;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
}
#pag-atual{
  border-bottom: 5px solid #8B0000;
  color:gray;
}

.logo{
    width: 100px;
}

.logoimg {
    width: 180px;
    height: 70px;
    display: flex;
}

.logoimg img {
    width: 100%;
}

.menu-opener{
    display: none;
}

.menu{
    flex: 1;
    display: flex;
    justify-content: flex-end;  
}

.menu ul,
.menu li {
    list-style: none;
}

.menu ul {
    display: flex;
}

.menu li a {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #ececec;
}

.menu li a:hover,
.menu .active a {
    border-bottom: 5px solid #8B0000;
    color:gray;
}

.button {
    display:inline-block;
    background-color: #8B0000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 20px;
}

.banner {
    height: calc(113vh - 100px);
    background-color: #333;
    top: 100px;
    
    background-color: #333;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}

.banner .sliders {
    width: 1000vw;
    height: 100%;
}

.banner .slide {
    width: 100vw;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.8);
}

.banner .slidearea{
    display: flex;
    height: 100%;
    align-items: center;
    color: white;
    justify-content: center;
    flex-direction: column;
}

.slidearea strong {
    color:#8B0000;
    font-size: 1.5em;
  }

.banner  h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
}

.banner h1 span {
    color:#8B0000;
}   

.banner h2 {
    text-transform: uppercase;
    margin-top: 20px;
}

.banner .sliders-pointers{
    width: 100vw;
    height: 20px;
    position: absolute;
    margin-top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .pointer {
    height: 15px;
    width: 15px;
    border: 2px solid #8B0000;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.banner .pointer.active {
    background-color: #8B0000;
}

.default {

    padding-top: 50px;
    padding-bottom: 50px;
}

.default .section-title,
.default .section-desc {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.default .section-title{
    font-size: 20px;
}

.default .section-desc{
    font-size: 12px;
    color: #cccccc;
    margin-top: 10px;
    margin-bottom: 40px;
}



.default .section-body{
    max-width: 1140px;
    margin:auto;
}

.default.light{
    background-color: #f7f7f7;
}

.default.light,
.default .section-body{
    color: #000;
}

.section-title {
    color: #000;
}

.section-service h4{
    color: #FFF;
}

.section-service p {
    color: #FFF;
}

.default.red{
    background: linear-gradient(#000,rgb(51, 51, 51));
}
.default.black{
    background: rgb(51, 51, 51);
}
.default.black.two{
    background: linear-gradient(#000 );
}

.default.dark .section-title,
.default.dark .section-body
{
    color: #000;
}


.section-title{
  font-size: 120px;
}


/*
    CSS de áreas especificas 
*/

.section-aboutus {
    display: flex;
}

.section-aboutus--left{
    flex: 1;
}

.section-aboutus--left p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 60px;
}

.section-aboutus--right{
    width: 520px;
    text-align: center;
}

.section-aboutus--right img {
    width: 480px;
    
}

.section-services{
    display: flex;
}

.section-service {
    flex: 1;
    text-align: center;
    border-right: 1px solid #000;
    padding: 15px;
}

.section-service:first-child{
    border-left: 1px solid #000;
}

.section-service img {
    width: 80px;
}

.section-service h4 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.section-service p {
    
    font-size: 15px;
    color: #FFF;
}

footer {
    background-color: #fff;
  }
  
.footer-area {
    display: flex;
    max-width: 1140px;
    height: 280px;
    margin: auto;
  }
  
.footer-area1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
.footer-area-item {
    display: flex;
  }
  
.footer-social {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #999;
    border-radius: 15px;
    margin-right: 10px;
    cursor: pointer;
  }
  
.footer-social:hover {
    background-color: #8B0000;
  }
  
.footer-social:nth-child(7) a{
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 23px;
  }
  
.footer-social img {
    width: 15px;
    height: auto;
  }

.footer-social:nth-child(4) img{
    width: 10px;
}
  
.footer-copy {
    display: flex;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
  }
  
.footer-area2 {
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
  }
  
.footer-area3{
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.footer-area3 form{
    width: 300px;
    padding: 30px;
    background: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
.footer-area3 label input{
    width: 180px;
    font-size: 18px;
    color: #999;
    padding: 20px;
    background-color: #333;
    border:none;
    border-bottom: 1px solid #999;
  }
  
.footer-area input::placeholder {
    color: #CCC;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
  }
  
.footer-area3 form a {
    display: inline-flex;
    flex-direction: row;
    margin: 25px auto 15px;
  }
  
input:focus {
    border: none;
    border-bottom: 1px solid #999;
  }
