*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    text-decoration: none;
}

.section-banner{
    width: 100%;
    min-width: 800px;
    padding: 120px 80px;
    background-image: url("../imagens/banner-topo.jpg");
    background-position: center;
    background-size: cover;
    
}

.topo{
    max-width: 250px;
    color: #3c184e;;

}

.paragrafo-topo{
    font-size: 35px;
    margin-bottom: 5px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;

}

.topo img{
    width: 30px;
    margin-right: 5px;
}

.segundo-topo{
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.sombra{
    max-width: 1024px;
    min-width: 800px;
    border-radius: 5px;
    padding: 40px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #ffffffc4;
    box-shadow: 0 8px 32px #1f26875e ;

}

.sombra h1{
    font-size: 60px;
    color:#3c184e;
    text-align: center;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;

}

.sombra p{
    width: 200px;
    padding: 10px 25px;
    margin:0 auto;
    border-radius: 10px;
    background-color: #3c184e;
    font-size: 20px;
    text-align: center;
}

.sombra a{
    text-decoration: none;
    color: #fff;
}

.sombra img{
    width: 20px;
}

.section-serviços{
    width: 100%;
    padding: 120px 80px;

}

.section-serviços h3{
    font-size: 36px;
    color: #3c184e;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.lista{
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #3c184e;
}

.lista ul li{
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
}

.lista span{
    font-weight: 800;
    font-style: italic;
}

.imagens-serviços{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.imagens-serviços img{
    border-radius: 5px;
    box-shadow: 3px 6px 10px 6px #0000005c;
}

.section-redes{
    padding: 120px 80px;
    background-color: #3c184e;
    text-align: center;
}

.section-redes p{
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.section-redes span{
    font-weight: 700;
    font-style: italic;
}

.section-redes a{
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.section-redes img{
    width: 50px;
    height: 50px;
    

}

.section-marcas{
    width: 100%;
    padding: 120px 80px;

}

.section-marcas h3{
    font-size: 36px;
    color: #3c184e;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 45px;
}

.marcas{
    max-width: 800px;
    margin: 0 auto;
}

.marcas img{
    width: 148px;
    height: 148px;
    margin: 0 15px;

}

.section-ondeEstamos{
    width: 100%;
    padding: 120px 80px;
    text-align: center;
}

.section-ondeEstamos h3{
    font-size: 36px;
    color: #3c184e;
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
    margin-left: 0;
    margin-right: 0;
}

.section-ondeEstamos p{
    font-size: 20px;
    color: #3c184e;
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
    margin-left: 0;
    margin-right: 0;

}

.section-ondeEstamos iframe{
    width: 800px;
    height:450px;
}

.rodape{
    width: 100%;
    padding: 10px 0;
    background-color: #3c184e;
}

.rodape p{
    color: #fff;
    font-size: 12px;
    text-align: center;
}