body {
    background-color: whitesmoke !important;
    overflow-x: hidden;
}

.menu {
    background-color: rgb(226, 197, 197);
    color: #000000;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 100px;
    width: auto;
    margin: 5px;
}

@media (max-width: 375px) {
    .logo {
        height: 90px;
        width: auto;
        /* margin: 5px; */
    }
}

@media (max-width: 425px) {
    .menu-left {
        margin-left: -35px !important;
    }
}

@media (max-width: 375px) {
    .menu-left {
        margin-left: -35px !important;
    }
}

.menu-left {
    margin-left: -100px;
}

.down-menu {
    width: 75%;
    margin: 0 auto;
}

.nav-link {
    font-size: 14px !important;
    color: #000000 !important;
}

.areas {
    margin-top: 80px;
    margin-bottom: 100px;
}

.icon {
    width: 16px;
    height: auto;
}

.icon-area {
    height: 25px;
    width: auto;
}

.icon-inicio {
    height: 20px;
    width: auto;
    padding-bottom: 2px;
}

.inicio {
    /* background-color: rgba(226, 197, 197, 0.2); */
    margin: 5px;
    padding: 5px;
    margin-bottom: 30px;
}

.info-inicio {
    margin-left: 550px !important;    
}

.btn-wpp {
    background-color: #2dcc51 !important;
    /* width: 300px !important;  */
}

footer{
    /* background-image: url("../img/fundo4.jpg"); */
    /* filter: blur(3px);  */
    /* background: #111; */
    color: white;
    height: auto;
    width: 100%;
    padding-top: 40px;
    position: absolute; 
    vertical-align: baseline; 
    z-index: 999;
    left: 0;
    right: 0;
}

footer .footer-content{ 
    display: flex;
    width: 100%;
    margin: auto;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column; /* alinha todos os item como se fossem coluna */
}

@media (max-width: 425px){
    footer .footer-content{ 
        width: 300px;
    }
}

footer .footer-content h1{
    font-size: 25px;
    font-weight: 400;
    line-height: 2rem;
    padding-bottom: 20px;
}

footer .footer-content p{
    color: rgba(255, 255, 255, 0.857);
    font-size: 15px;
    line-height: 1.5rem;
    font-weight: lighter;
}

footer ul{
    list-style: none;
    display: flex;
    justify-items: center;
    justify-content: center;
}

footer ul li{
    padding: 30px;
}

.icon-footer{
    width: 40px;
    height: auto;
}

.icon-footer:hover{
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-radius: 100%;
}

footer .footer-botton{
    background-color: #000;
    width: 100%;
    padding: 15px;
    text-align: center;
} 

footer .footer-botton{
    font-size: 14px;
    word-spacing: 3px;
    text-transform: capitalize;
}

footer .footer-botton a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    opacity: .4;
    font-weight: 15px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.3s;
    z-index: 9999;
}
  
.whatsapp-icon:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}

.container {
    width: 80%;
    padding: 20px;
}

.container h5 {
    width: 100%;
    color: rgb(226, 197, 197);
    text-align: center;
    margin-bottom: 10px;
}

.container .row {
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin: 30px 0 10px;
    transition: 0.3s;
}

.container .row .input-box {
    position: relative;
    width: 100%;
    height: 40px;
    color: rgb(226, 197, 197);
}

.container .row .input-box input {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 0 10px;
    z-index: 1;
    color: rgb(226, 197, 197);
}

.container .row .input-box .text {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
    display: block;
    transition: 0.3s;
    pointer-events: none;
}

.container .row .input-box input:focus + .text,
.container .row .input-box input:valid + .text {
    top: -35px;
    left: -10px;
}

.container .row .input-box .line {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(226, 197, 197);
    transition: 0.3s;
    border-radius: 2px;
    pointer-events: none;
}

.lista-footer, .lista-footer > a {
    background: transparent !important;
    color: rgb(226, 197, 197) !important;
    border: none;
}

.label-form {
    color: rgb(226, 197, 197) !important;
    background: transparent !important;
    
}

.label-form::after {
    background: transparent !important;
}

.input-teste {
    background: transparent !important;
    color: rgb(226, 197, 197) !important;
    border: none !important; 
    border-bottom: 2px solid rgb(226, 197, 197) !important; 
    border-radius: 0 !important; 
}

.textarea-teste {
    background: transparent !important;
    height: 100px !important;
    color: rgb(226, 197, 197) !important;
    border: 2px solid rgb(226, 197, 197) !important; 
    border-radius: 0 !important; 
}

.btn-enviar {
    background-color: rgb(226, 197, 197) !important;
    color: #000000 !important;
    /* width: 75%; */
}

.fundo-foto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    position: relative;
    /* background-color: rgb(226, 197, 197); */
}

.blur-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/fundo.avif"); 
    background-size: cover;
    background-position: center;
    filter: blur(3px); 
    z-index: -1;
}

.blur-background-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/fundo11.jpg"); 
    background-size: cover;
    background-position: center;
    filter: blur(5px); 
    z-index: -1;
}

.foto-label {
    width: 275px;
    height: 275px;
    display: flex; 
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.foto {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.texto-foto {
    margin-top: 20px;
    text-align: center; 
    font-size: 20px;
    color: #fff;
    font-style: italic;
}

.info-dra {
    color: #fff;
    font-style: italic;
    font-size: 16px;
}

.quadro {
    border: 2px solid rgb(226, 197, 197); 
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    width: 50%;
    margin: 15px auto;
}

@media (max-width: 1199px) {
    .quadro {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .quadro {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .quadro {
        width: 85%;
    }
}

@media (max-width: 425px) {
    .quadro {
        width: 95%;
    }
}

.texto-indentado {
    text-align: justify;
    text-indent: 20px;
    font-style: italic; /* Estilo itálico para o texto */
    color: #333; /* Cor do texto */
}

.area-atuacao {
    background-color: white;
    border: 2px solid rgb(226, 197, 197) !important; 
    /* margin: 2px; */
    padding: 10px;
    box-shadow: 10px 5px 5px rgb(226, 197, 197);
    border-radius: 10px !important;
    height: 291px !important;
    width: 235px !important;
}

.area-atuacao-lista {
    /* border: 2px solid rgb(250, 197, 197) !important;  */
    background: transparent !important;
    font-size: 10pt !important;
}

.area {
    background: transparent !important;
    border: none !important;
}

.titulo-area {
    margin-top: 20px;
    text-align: center; 
    font-size: 18px;
    color: #000 !important;
    font-style: italic;
}

.titulo-servicos {
    margin-top: 20px;
    /* text-align: center;  */
    font-size: 18px;
    color: #000 !important;
    font-style: italic;
    text-decoration: underline;
}

.area-direito {
    /* margin-top: 20px; */
    text-align: center; 
    /* font-size: 18px; */
    /* color: #000 !important; */
    /* font-style: italic; */
}

@media (max-width: 1199px) {
    .col {
        padding-top: 30px !important;
        margin-right: 80px;
    }
}

@media (max-width: 991px) {
    .col {
        padding-top: 30px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 767px) {
    .col {
        padding-top: 30px !important;
        padding-left: 110px;
    }
}

@media (max-width: 576px) {
    .col {
        padding-top: 30px !important;
        padding-left: 60px !important; 
    }
}

@media (max-width: 425px) {
    .col {
        padding-top: 30px !important;
        padding-left: 10px !important;
    }
}

@media (max-width: 375px) {
    .col {
        padding-top: 30px !important;
        padding-left: -10px !important;
    }
}

.icon-form {
    width: 20px;
    height: auto;
}

.form-dados {
    background-color: rgba(226, 197, 197, 0.2);
    width: 55% !important;
    border-radius: 10px;
    margin-left: 150px;
}

.form-contato {
    background-color: rgba(226, 197, 197, 0.2);
    width: 55% !important;
    border-radius: 10px;
}

.titulo-form-dados {
    text-align: center;
    background-color: rgba(226, 197, 197, 0.2);
    width: 55% !important;
    margin-left: 150px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .form-contato {
        width: 95% !important;
    }

    .form-dados {
        width: 95% !important;
        margin-left: 8px !important;
        margin-bottom: 20px;
    }

    .titulo-form-dados {
        text-align: center;
        background-color: rgba(226, 197, 197, 0.2);
        width: 95% !important;
        margin-left: 8px;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .form-contato {
        width: 95% !important;
    }

    .form-dados {
        width: 95% !important;
        margin-left: 8px !important;
        margin-bottom: 20px;
    }

    .titulo-form-dados {
        text-align: center;
        background-color: rgba(226, 197, 197, 0.2);
        width: 95% !important;
        margin-left: 8px;
        border-radius: 10px;
    }
}

@media (max-width: 425px) {
    .form-contato {
        width: 95% !important;
    }

    .form-dados {
        width: 95% !important;
        margin-left: 8px !important;
        margin-bottom: 20px;
    }

    .titulo-form-dados {
        text-align: center;
        background-color: rgba(226, 197, 197, 0.2);
        width: 95% !important;
        margin-left: 8px;
        border-radius: 10px;
    }
}

