@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color: black;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

/* .cabecalho {
    margin: 0 auto;
} */

.navbar {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
}

.logo-nav {
    width: 10rem;
}

.menu {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}

.item-menu {
    list-style: none;
}

.item-link {
    margin: 1vw;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}

.banner {
    margin: 1rem auto;   
    position: relative;
    z-index: -1;
}

.banner img{
    max-height: 50vh;
    text-align: center;
    width: 100%;
}

.cycle-slideshow img {
    /* object-fit: cover; */
    object-fit: contain;
    margin: 3rem auto;
    width: 100%;
}

.main {
    color: white;
    font-size: 3vh;
    font-weight: 700;
    padding-top: 2rem;
    margin-left: 2rem;
    text-align: center;
}

.titulo {
    margin: 0 auto;
    margin-bottom: 2rem;
    font-size: 3rem;
}

.logo {
    margin: 0 auto 3rem auto;
    width: 15rem;
}

.lista-servicos {
    margin: 0 auto;
    padding: 3vw;
    /* font-size: 3vh; */
    font-size: 2rem;
    text-align: start;
}

.item-servico {
    margin-bottom: 25px;
}

.descricao {
    line-height: 3rem;
    text-align: start;
}

.container {
    display: flex;
    text-align: center;
    justify-content: center;
}

.icones a { 
    display: flex;
    text-align: center;
    justify-content: start;  
    align-items: center;
    padding-bottom: 1rem;
    text-decoration: none;
    color: white;
    font-size: 1.3rem;
}

.icone {    
    padding-right: 20px ;
    width: 7vh;
}

.rodape {
    color: white;
    font-size: 2vh;
    margin-top: 25vh;
    text-align: center;
}

