@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
/*
    font-family: 'Righteous', cursive;
*/
body{
    font-family: 'Righteous', cursive;
}
.site{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.topo {
    background: #f2f2f2;    
}

.topo .site{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topo h2 {
    color: #030303;
    font-size: 18px;
    font-weight: normal;
}

.topo h2 a {
    color: #030303;
    text-decoration: none;
}

.topo h2 a:hover {
    color: #000000;
}

.redeSocial {
    display: flex;
    justify-content: space-between;
}

.redeSocial li {
    width: 40px;
    margin: 10px;
}

.banner{
    background: url('../img/banner.png') no-repeat;
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
}
.banner h1{
    margin: auto;
    font-size: 70px;
    text-shadow: #ffffff 3px 3px;
}
.banner a{
    margin: auto;
}
.banner .menu ul{
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}
.banner .menu ul a{
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    border: #696565 solid 3px;
    color: #696565;
    text-decoration: none;
}
.banner .menu ul a:hover{    
    background: #696565;
    border: #ffffff solid 3px;
    color: #ffffff;
}
.equipe .site{
    margin: 50px auto;
}
.equipe h2{
    font-size: 40px;
    text-align: center;
}
.equipe .site .conteudoEquipe{
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}
.equipe .site .conteudoEquipe div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.equipe .site .conteudoEquipe div img{
    width: 165px;
    height: 200px;
}
.equipe .site .conteudoEquipe div h3{
    font-size: 30px;
}
.equipe .site .conteudoEquipe div h4{
    font-size: 20px;
}
.servico{
    background: #696565;
    padding: 50px 0 25px 0;
    color: #ffffff;
}
.servico .site{
    margin: auto;
}
.servico h2{
    font-size: 40px;
    text-align: center;
}
.servico .site .conteudoServico{
    margin: 50px auto 0 auto;
}
.servico .site .conteudoServico div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
}
.servico .site .conteudoServico div img{
    width: 400px;
    height: 300px;
}
.servico .site .conteudoServico div div{
    width: 600px;
    height: auto;
    flex-direction: column;
    align-items: center;
    border: #ffffff 3px solid;
}
.servico .site .conteudoServico div div h3{
    font-size: 30px;
    margin: 10px auto;
}
.servico .site .conteudoServico div div p{
    font-size: 18px;
    text-align: center;
    margin: 5px;
    line-height: 25px;
    color: #000000;
}
.info .site{
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}
.info .site div{
    width: 500px;
    height: 500px;    
    background: #f2f2f2;
    border-radius: 25px;
    text-align: center;
}
.info .site div img{
    width: 165px;
    height: 200px;
    margin: 25px auto;
}
.info .site div ul{
    display: flex;
    justify-content: space-around;
    height: auto;
}
.info .site div ul img{
    width: 80px;
    height: 80px;
}
.info .site div h3{
    font-size: 25px;
    line-height: 30px;
    margin: 10px auto;
}
.info .site div div{
    display: flex;
    justify-content: space-around;
    height: auto;
}
.info .site div iframe{
    margin: 25px auto;
    width: 400px;
    height: 250px;
    border-radius: 10px;
}
.rodape p{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #696565;
    color: #ffffff;
}