body{
    margin: 0px;
    padding: 0px;
    background-color: #dddddd;
}
header{
    display: flex;
    height: 150px;
    padding: 15px;
    background-color: #ffffff;
    background-size: cover;
    border-bottom: 5px solid  #e9e9e9;
}

footer{
    background-color: black;
    height: 100px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

label{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
}



.secondLine{
    margin-top: 30px;
}

.logo{
    height: 150px;
    margin-left: 50px;
}

.menu-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.menu-wrapper{
    display: flex;
}

.menu-item{
    margin: 10px;
    list-style: none;
    font-size: 30px;
    padding: 20px 30px;
    cursor: pointer;
}

.title-container{
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-container::after{
    display: block;
    position: relative;
    z-index: 2;
    content: '';
    width: 90%;
    height: 2px;
    background-color: blue;
}

.title{
    position: relative;
    z-index: 2;
    font-size: 40px;
    margin-top: 50px;
    line-height: 0px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.float-button{
    background-color: #25D366;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: px;
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: fit-content;
    bottom:20px;
    right: 30px;
    z-index: 3;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
}

/* .float-button svg{
    margin-right: 10px;
} */

.services-wrapper{
    height:350px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.services-wrapper::before{
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    filter: grayscale(90%);
    background-image: url('https://raw.githubusercontent.com/lribeirodev/ms-mudancas/page/static_files/images/background-images/truck-behind.jpg');
    background-position: bottom;
    background-size: cover;
}

.services-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    z-index: 2;
    margin-top: 30px;
    padding-left: 30px;
    width: 100%;
}

.services-body span{
    font-size: 40px;
    letter-spacing: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.services-item{
    display: flex;
    margin-top: 50px;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.services-item li {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 40px;
    color: #ffffff;
    background-color: black;
    padding: 15px;
    font-weight: bold;
    margin-inline: 10px;
}

.our-values-wrapper{
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
}

.our-values-container{
    display: flex;  
    align-items: center;
    justify-content: space-evenly;
    width: 90vw;
    flex-wrap: wrap;
    margin-bottom: 50px;   
}

.our-values-card{
    width: 280px;
    height: 280px;
    display: flex;
    margin-top: 40px;
    margin-left: 20px;
    flex-direction: column-reverse;
    border-radius: 27px 27px 10px 10px;
    background-size: cover;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.our-values-card-title{
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
    padding: 5px;
    background-color: yellow;
}

.our-values-description{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.our-values-description span{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 25px;
    background-color: rgba(0,0,0,0.2);
    margin: 10px;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    border-radius: 10px;

}

.orcamento-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.orcamento-body{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
    padding-bottom: 100px;
}

.orcamento-body input{
    border: none;
    /* margin-top: 30px; */
    margin-right: 30px;
    padding-left: 10px;
    height: 40px;
    font-size: 20px;
    border-radius: 10px;
}

.orcamento-body form{
    text-align: center;
    width: 90vw;
}

.orcamento-body select{
    border: none;
    /* margin-top: 30px; */
    padding-left: 10px;
    margin-right: 30px;
    height: 40px;
    font-size: 20px;
    border-radius: 10px;
}

.orcamento-body textarea{
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    height: 100px;
    resize: none;
    border-radius: 10px;
}

.orcamento-body button{
    margin-top: 30px;
    border: none;
    border-radius: 10px;
    width: 300px;
    height: 50px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    background-color: #25D366;
}

@media screen and (max-width: 990px){
    header{
        height: fit-content;
        flex-direction: column;
    }

    .logo-wrapper{
        display: flex;
        justify-content: center;
    }

    .logo{
        margin-left: 0px;
    }

    .services-wrapper{
        height: fit-content;
    }

    .services-body{
        padding-left: 0px;
        margin-top: 0px;
    }

    .services-item{
        flex-direction: column;
        margin-left: 0px;
        padding-left: 0px;
    }

    .services-item li{
        padding: 0px;
        margin-bottom: 10px;
        border-radius: 10px;
        padding-inline: 5px;
        font-size: 35px;
    }


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

    .menu-wrapper{
        flex-direction: column;
        padding: 0px;
    }

    .our-values-wrapper{
        height: fit-content;
    }

    .orcamento-wrapper{
        height: fit-content;
    }

    .orcamento-body{
        width: 90%;
    }

    .orcamento-body form{
        display: flex;
        flex-direction: column;
        width: 100%;
    } 

    .orcamento-body input{
        margin-top: 30px;
    } 

    .orcamento-body select{
        margin-top: 30px;
    } 

    .orcamento-body__button-container{
        display: flex;
        justify-content: center;
    }

    input{
        width: 90% !important;
        margin-right: 0px;
    }

    select{
        width: 94% !important;
        background-color: #ffffff;
    }
    textarea{
        width: 90% !important;
    }
}