.contato .navbar-desktop {
    top: 0;
    width: 100%;
    height: auto;
    bottom: inherit;
}

#contato {
    margin-top: 100px;
}

.menu-mobile{
    position:fixed;
    top:0;
}

body.contato {
    background: url(../img/perfil.png) no-repeat center center;
    background-size:  cover;
}

*{
        font-family: 'times-regular';
}

.row.contato{
   padding: 30px 0px;
   padding-bottom:  100px;
}

.contato h3 {
    color: var(--cinza);
    padding: 20px 0px;
    padding-bottom:  5px;
}

.contato p.descricao-contato {
    padding: 20px 0px;
    color: var(--cinza);
}

.formulario-contato {
    -webkit-box-shadow: 0px 1px 83px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 83px -13px rgba(0, 0, 0, 0.75);
    padding: 0px 50px;
    padding-bottom: 40px;
    width: 90%;
    margin: 0 auto;
    background: #2b201970;
}

.formulario-contato input,
.formulario-contato textarea {
    padding: 5px 10px;
    border: 2px solid #9d1d20;
    margin: 10px 0px;
    background-color: #2b201970;
    color: #ccc3c3;
}

.formulario-contato button {
    padding: 20px;
    width: 100%;
    border: none;
    background: #9d1d20;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.75);
    /* box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75); */
}

.formulario-contato button {
    color: white;
}

address p {
    color: var(--cinza);
}

address {
    padding: 20px;
}

address div img {
     width: 50px !important;
    height: 50px;
    padding-right: 10px;
}

address div {
    padding: 10px 0px;
}

.icon-rede-social{
    padding-bottom: 35px;
}
.icon-rede-social img{
    width: auto;
    height: 70px;
}

.modal-header{
    border:none;
}

.modal-content {
    width: 100%;
    background-color: #2b2927fa;
    border: 1px solid #2b2927fa;
    border-radius: 10px;
}

.modal-body {
    color: #d0bdbd;
    font-size: 20px;
    border: none;
    display:  flex;
    width:  100%;
    padding:  0;
}

.modal-body .row{
    /* width: 80%; */
    margin: 0 auto;
}

.modal-body img{
    height:50px;
    width:  auto;
}

.modal-title {
    color: #d0bdbd;
    text-align: center;
    width: 100%;
    font-weight: bold;
    border: none;
}

.modal-footer {
    border-top: none;
}

.modal-content .btn-cancelar-modal {
    background: transparent;
    border: 1px solid #7b5757;
    box-shadow: none;
    cursor: pointer;
}

.modal-content .btn-enviar-modal {
    border-radius: 5px;
    border: 1px solid #9d1d20;
    cursor: pointer;
    font-size: 20px;
}


@media (max-width:567px){
        .formulario-contato {
            padding: 40px 20px;
            width: 105%;
    }
    
    .contato h1 {
	font-size: 4em;
    }

    .modal-body {
        padding: 0;
    }

    .modal-body .row{
        width:100%;
    }
    .modal-content .btn-cancelar-modal {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px){
    .container {
        max-width: 991px;
    }
}

@media (max-width: 576px){
    .container {
        max-width: 700px;
    }


}


@media(max-width:1200px){
    .formulario-contato{
        width: 100%;
    }
}


@media (max-width:991px){
        .icon-rede-social{
            display: none;
    }
}