@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@1,700&family=Bebas+Neue&family=Roboto+Condensed&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body{
    background: #E5E6E3;
    background-size:cover;
    max-width: 100vw;
    height: 100%;
    width: 100%;
    margin: 0;
}
.logo{
    display: none;
    width: 300px;
    height: 150px;
}
.barra-inicio{
    background-color: #242424;
    font-family: 'Bebas Neue', sans-serif;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
    box-shadow: 0px 10px 40px #00000056;
}
nav{
    border-right: 1px solid white;
}
nav li{
    display: inline-block;
    border-left: 1px solid white;
}
nav li a{
    color: white;
    font-weight: 2000px;
    letter-spacing: 3px;
    padding: 15px;
    font-size: 30px;
}
nav li a:hover{
    color: #05FF00;
}
.dropdown-menu a{
    display: none;
}
.dropdown-menu{
    position: absolute;
    background-color: #242424;
    border-radius: 20px;
    box-shadow: 0px 0px 100px #00000056;
    display: none;
}
.dropdown:hover .dropdown-menu{
    display: none;
}
.redes-sociais{
    display: flex;
    justify-self: center;
}
.logo-cabecalho{
    background: url(imagens/fundo.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding-right: 20px;
    padding-left: 100px;
    font-size: 140px;
}
.barra-final{
    background-color: #242424;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
}
.telefone{
    color: greenyellow;
    font-size: 35px;
}
.central{
    color: white
}
.logo-mobile{
    width: 200px;
    height: 150px;
    border: none;
    margin: 0;
}
.redes ul li a img{
    width: 40px;
    height: 40px;
    border: none;
}
.redes ul li{
    display: flex;
    border: none;
}
.redes ul a{
    display: block;
    margin: 0;
    padding: 0;
}
.redes{
    border: none;
}
.redes ul li:hover{
    background-color: rgba(104, 103, 102, 0.53);
    border-radius: 15px;
}
main{
    display: flex;
    justify-content: space-around;
    padding-top: 35px;
    padding-bottom: 52px;
}
main img{
    height: 550px;
}
.main1{
    justify-content: center;
    text-align: center;
    background: #242424;
    width: 1200px;
    height: 550px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 15px #00000056;
}
.main2{
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
}
.main2 div{
    color: #fff;
    background: lightslategray;
    align-items: center;
    text-align: center;
    width: 250px;
    height: 50px;
    border-radius: 10px;
    padding-top: 5px;
}
.main1 .text-contato{
    padding-top: 25px;
    color: #fff;
font-size: 45px;
}
.main1 p{
    font-size: 25px;
    padding: 18px;
    color: #fff;
}
.main1 .text-telefone{
    color: #fff;
font-size: 45px;
padding-top: 15px;
}
.main1 .text-email{
    color: #fff;
    padding-top: 15px;
font-size: 45px;
}
.main1 a{
    display: inline-block;
    font-size: 25px;
    color: #05FF00;
    width: 600px;
    border-bottom: 1px solid white;
    padding: 18px;
}
.main1 a:hover{
    color: yellow;
}
.text-telefone{
    display: inline-block;
    width: 600px;
    border-top: 1px solid white;
}
.text-email{
    display: inline-block;
    width: 600px;
    flex-direction: column;
    border-top: 1px solid white;
}