*{
    margin: 0px;
    box-sizing: border-box;
    padding: 0px;
}
body{
    box-sizing: border-box;
    height: 100vh;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
}
html{
    scroll-behavior: smooth;
}
p{
    text-align: justify;
    padding: 10px;
}
h1,h2,h3,h4{
    font-family: 'Cormorant Garamond', serif; 
}
.nav-menu{ 
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}
.first-list, .second-list{ 
    position:relative; 
    list-style: none; 
    font-size:15px;
    color:white;
    padding:15px 120px;
    text-align: right;
}
.first-list li, .second-list li{
    display:inline;
    margin: 0px 10px;
}
.first-list li:nth-child( 1 ){
    /* compensando altuura*/
    padding-top:9px;
    float: left;
}
.first-list li:nth-of-type( n + 2 ){
   font-size: 25px;
}
a{
    text-decoration: none;
    color:white; 
}
.second-list a:hover{
   border-bottom: 1px solid white;
}
.first-list a:hover{
    color:#029673;
}
hr{
    position: relative;
    color: white;
    opacity: .5;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0c0434;
 }
 .img-apresentacao{
    background-image: url("imagens/background-apresentacao.jpg");
    opacity: .7;
    width: 100%;
    height: 100%;
    background-color: #0c0434;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position:cover;

 }
 .sec-apresentacao{ 
   color: white;
   font-size: 30px;
   display:flex;
   flex-direction: column;
   position:relative;
   justify-content: center;
   align-items: center;
   height: 80vh;
   text-align: center;

 } 
 .sec-apresentacao h1,h4{
    padding:10px;
 }
 .sec-sobrenos{
    display: flex;
    text-align: center;
    align-items: center;
    padding: 40px 80px;
    font-size: 20px;
}
.sec-sobrenos h2{
    border-bottom: 1px solid black;
}

.div-text-sobrenos{
    width: 100%;
    padding-left: 15px;
}
.btn-quemsomos{
    width: 200px;
    padding:8px;
    float: right;
    background-color: #0c0434;
}
.btn-quemsomos:hover{
    color: #029673;
}
 .sec-servicos{
    color:white;
    display: flex;
    flex-direction:column;
    align-items: center;
    margin-top:10px;
    background-color: #0c0434;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center; 
 }
.sec-servicos li{
    /* uso o inline-block para que ele aceite width e height*/
    display:inline-block;
    width:300px;
    height:200px;
    margin: 30px 20px;
    box-shadow: 10px 25px 30px 10px black;
}
.sec-servicos li:hover{
    transform: scale(1.1);
}

.sec-desc-servicos{
    display: none;
    align-items: center;
    justify-content: space-around;
    padding: 50px;
    background-color:#0c0434;
    font-size: 20px;
    margin-top: 1px;
    color: white;
    height: 100vh;
}
.sec-desc-servicos p,h3{
    width: 300px;
    margin-bottom: 10px;
    padding: 0px;
}
.sec-desc-servicos a:hover{
  transform: scale(2.2)
}

img{ 
    width: 100%;
    height: 100%;
}
figcaption{
    font-family: 'Cormorant Garamond', serif; 
    color:black;
    font-size:24px;
    text-align: center;
    margin-top: -5px;
    background-color: white;
    padding-bottom: 2px;
}
.fig-contatos span{
    font-family: 'Rajdhani', sans-serif;
}
.sec-contatos{
    display: flex;
    flex-direction: column;
    padding: 30px 80px;   
    text-align: center;
    align-items: center;
}
figure{
    display: inline-block;
    background-color: #0c0434;
    margin: 20px;
    border-radius: 10%;
    padding-bottom: 10px;
   
  
}
.fig-contatos figcaption{
    display: block;
    background-color: #0c0434;
    width:300px;
    color:white;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
    border-radius: 15%;
    
}
figure .img-contato-marcelo{
    height: 200px;
    width: 209px;
    border-radius: 30%; 
    margin-top: 20px;
}

figure .img-contato-elizeu{
    height: 200px;
    width: 150px;
    border-radius: 40%; 
    margin-top: 20px;
}
figure:hover{
    box-shadow: 5px 5px 20px 5px #0c0434;
}
.div-horarios{
    width: 200px;
    text-align: center;
    margin-top: 15px;
}
.div-horarios span{
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
}
.sec-localizacao{
    font-family: 'Titillium Web', sans-serif;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #0c0434;
    color: white;
    padding: 20px 80px;
    align-items: center;

}
.sec-localizacao h2{
    margin:30px;
}
.sec-localizacao iframe{
    height: 100vh;
    width: 100%;
    border-radius: 8%;
    border-color: #0c0434;
}
footer{
    position: relative;
    padding-top: 20px;
    line-height: 30px;
    font-size: 18px;
    background-color: #0c0434;
    text-align: center;
}
.div-footer{
    padding: 30px 80px;
    display: flex;
    justify-content: space-evenly;
}
footer h5{
    background-color: black;
    color: white;
}
.div-logo-footer{
    width: 200px;
    height: 200px;
}
.footer-list, .list-social-media{
    list-style: none;
    text-align: left;
    padding: 0px 5px;
    
}
.footer-list dl, .list-social-media dl{
    color: white;
    font-weight: bold;
}
.list-social-media li{
    display:inline;
    margin: 10px;
    
}
.list-social-media a{
    font-size: 30px;
    text-align: center;
}
 @media (max-width: 700px){
    .sec-apresentacao{
        height: 88vh;
    }
    .first-list, .second-list {
        padding:15px 13px;
    }
    .second-list{
        text-align: center;
    }
    .list-serv, iframe{
        padding:0px;
    }
    .sec-sobrenos,.sec-desc-servicos, .cards, .sec-localizacao{
        flex-direction: column;
        padding:20px;
 }
    .div-text-sobrenos{
        padding: 10px 0px;
    }
    .div-text-sobrenos p {
        margin-bottom: 15px;
    }
    .div-text-sobrenos a{
      float: inherit;
    }
    .div-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-list, .list-social-media{
        text-align: center;
        line-height: 35px;
    }
    .div-horarios{
        overflow-wrap: break-word;
    }
 }



 