@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}
.home{
    background-image: url("../img/bg_home.svg");
    background-size:cover;
    background-repeat:no-repeat;
    padding: 30px;
    padding-bottom: 250px;
}

.rodape{
    background-color: black;
    background-size: cover;
}

.h1, h1{
    color: #0077BE;
}

.h5, h5{
    color: #fff;
}

.buttonPrincipal{
    color: #fff;
    background-color: #363636;
    border-radius: 60px;
    height: 54px;
    padding-left: 90px;
    padding-right: 90px;
    border: 0;
    margin-top: 30px;
}
.seta{
    margin-top: -50px;
}
.servicos{
    background-image: url("../img/bg_servicos.svg");
    background-repeat:no-repeat;
    background-size: 550px;
    background-position: right;
    background-position-y: 150px;
    margin-top: -150px;
    padding-bottom: 280px;
}

.align-center{
    align-items: center;
    text-align: center;   
}
.card{
    margin-top: 150px;
    margin-bottom: 50px;
    padding: 20px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    border-radius: 38px;
    align-content: center;
    align-items: center;
    text-align: center;   
}
.img-card{
    width: 300px;
    margin-top: -120px;
    margin-right: -100px;
    margin-bottom: 30px;
}

.img-menor-serv{
    width: 255px!important;
}

.sobre{
    margin-top: -200px;
    background-image: url("../img/bg_mandacaru.svg");
    background-size: 350px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    padding: 30px;
    padding-bottom: 250px;
}

.marg-g-botton{
    margin-bottom: 45px;
}

.portifolio{
    background-color:  #E7E7E7;
    padding: 80px;
}

.contato{
    padding: 80px;
}

.input{
    border: 0px;
    margin-top: 20px;
    padding: 15px;
    padding-left: 32px!important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    border-radius: 38px;
    align-content: center;
    align-items: center;
    text-align: left;  
    padding-left: 50px; 
    margin-left: 50px;
    margin-right: 50px;
}
.form-control{
    border: none!important;
}

label{

    margin-left: 70px!important;
}
.form-floating:first-child{
    margin-top: 100px;
}

.buttonSecundario{
    margin-left: 50px;
    color: #fff;
    background-color: #0077BE;
    border-radius: 60px;
    height: 54px;
    padding-left: 80px;
    padding-right: 80px;
    border: 0;
    margin-top: 20px;
}
.carousel-indicators{
    position: relative!important;
}
.carousel-caption{
    height:inherit !important;
    position: absolute!important;
    padding: 0!important;
    right: 0px;
    left: 40px;
    top:0px;
    bottom: 0px;
    color: #212529;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

.carousel-caption > h4{
  margin-top: 30%;  
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.carousel-control-prev{
    left: -100px;
}
.carousel-control-next{
    right: -100px;
}
.carousel-item > img {
    border-radius: 50px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
    width: 90%;
    height: 90%;
    
}

.w-50{
    max-width: 550px!important;
}

.copy{
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
}