.navbar-brand{
    right: 70px;
}
.logo-mobile img{
    display: flex;
    width: 200px;
}
.navbar-collapse ul{
    margin-left: 7px;
}
.carousel-inner .carousel-item{
    object-fit: cover;
    height: 100vh;
    width: 100%;
}
.row{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 100px;
}
/*  sessão contato  */
.contact .title{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 60px;
    padding-bottom: 20px;
    position: relative;
}
.contact .title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #111;
    width: 180px;
    height: 3px;
    transform: translateX(-50%);

}
.contact .contact-content .left p{
    text-align: justify;
}
.contact .contact-content .text{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.contact .rigth form .fields{
    display: flex;
}
.contact .rigth form .fields,
.contact .rigth form .fields .field{
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
}
.contact .rigth form .fields input,
.contact .rigth form .textarea textarea{
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.contact .rigth form .name{
    margin-right: 10px;

}
.contact .rigth form .email{
    margin-left: 10px;
}
.contact .rigth form .assunto{
    margin-right: 10px;
}
.contact .rigth form .field textarea{
    width: 100%;
    height: 80px;
    padding-top: 10px;
    resize: none;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.contact .rigth form .button{
    width: 170px;
    height: 47px;
    margin-bottom: 30px;
}
.contact .rigth form .button button{
    width: 100%;
    height: 100%;
    border: 2px solid #c1ac51;
    background: #c1ac51;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact .rigth form .button button:hover{
    color: #c1ac51;
    background: none;
}
/*  sessão footer  */
.container span{
    color: #c1ac51;
}
@media (max-width: 988px){
    .row .col-lg-4{
        margin: 10px auto;
    }
    .carousel-inner .carousel-item{
        height: 70vh;
    }
}
@media (max-width: 767px){
.logo-mobile img{
    font-size: 23px;
    width: 200px;
    color: #fcde82;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
}
@media (max-width: 495px){
    .container{
        font-size: 10px;
    }
    .carousel-inner .carousel-item{
        height: 50vh;
    }
}
}
@media (max-width: 429px){
    .logo-mobile img{
        align-items: center;
        margin-right: 30px;
        width: 200px;
    }
}
@media (max-width: 362px){
    .logo-mobile img{
        align-items: center;
        margin-right: 10px;
        width: 150px;
    }
}
@media (max-width: 344px){
    .logo-mobile img{
        align-items: center;
        margin-right: 10px;
        width: 140px;
    }
}
@media (max-width: 300px){
    .logo-mobile img{
        margin-right: 10px;
        width: 130px;
    }
}
@media (max-width: 264px){
    .logo-mobile img{
        width: 120px;
    }
}

    