@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    background-size: cover;
    height: 600px;
    background-image: url("../imagens/modulartradicional.jpg");
    background-color: black;
    opacity: 0.9;
}

#Nome{
    background-color: rgba(0,0,0,0);
    color: white;
    margin: 40px;
    font-size: 40px;
}

#texto-banner{
    background-color: rgba(0,0,0,0);
    color: black;
    font-size: 72px;
}


.promo-imagem{
    transition: transform .2s;
    transform: scale(0.9);
    object-fit: contain;
}

.promo-imagem:hover{
    transition: transform .2s;
    transform: scale(1);
}

.contato{
    text-align: center;
    background-color: rgba(0,0,0,0);
    color: black;
    margin: 40px;
    font-size: 60px;
}

.contato-sm{
    text-align: center;
    background-color: rgba(0,0,0,0);
    color: black;
    margin: 0px;
    font-size: 20px;
}

/* INICIO SLIDES*/
.swiper{
    width: 100%;
    position: relative;
    height: 500px;
    filter: brightness(50%);
}

.swiper-slide img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.swiper-button-prev{
    background-color: rgba(0,0,0,0);
}

.swiper-button-next{
    background-color: rgba(0,0,0,0);
}
/* FIM SLIDES*/
#Banner {
    position: relative;
    text-align: center;
    color: white;
}

#img-banner{
    width: 100%;
    filter: brightness(20%);
}

.texto-banner{
    background-color: rgba(0,0,0,0);
    color: white;
}

#texto-banner-1{
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 1;
}

#texto-banner-2{
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 100%);
}


#imagem-atuacao-1{
    display: inline-block;
    overflow: hidden;
    width: 300px;
    height:300px;
    border-radius: 50%;
    background-color: inherit;
    margin: 10%;
}

#imagem-atuacao-2{
    display: inline-block;
    overflow: hidden;
    width: 300px;
    height:300px;
    border-radius: 50%;
    background-color: inherit;
    margin: 10%;
}

.reduce{
    transform: scale(0.8);
}

#mensagem-servicos{
    width: 100%;
    height: auto;
    background-color: orangered;
    font-size: 52px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagens-servicos-gerais{
    object-fit: cover;
    width: 100%;
    height: 300px;
}
