.sobre {
    display: grid;
    grid-template-columns: 40% 38%;
    justify-content: center;
    font-family: 'm-regular';
    align-items: center;
    padding-bottom: 50px;
    column-gap: 4%;
    padding-top: 120px;
    align-items: center;
}

.sobre_right img {
    width: 100%;
}


/* Style the tab */
.sobre_left .tab {
    overflow: hidden;
    background-color: var(--color-primary);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    flex-direction: column;
}

.sobre_left .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    position: relative;
    font-family: 'semibold';
    color: #B29B80;
    letter-spacing: 2px;
    font-family: 'm-medium';

}

.sobre_left .tab button:hover {

}

.sobre_left .tab button.active {
    color: white;
    border-top: 4px solid #ACA399;
}



.sobre_left .tab button.active:hover {

}

.text_leia_mais a{
    text-decoration: none;
    color: var(--cor-marrom);
    text-transform: uppercase;
}

.img_banner_page {
    width: 100% ;
    margin-top: 88px;
}  


.sobre_left .tabcontent {
    display: none;
    padding: 16px 0px;
    border-top: none;

}

.tabcontent p{
    color: var(--cor-marrom);
    font-family: 'm-regular';
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.list_diferenciais{
padding-top: 137px;
}

.sobre_left .topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.sobre_left .title {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 2rem;
    font-family: 'm-semibold';
    color: var(--cor-marrom);
    margin-bottom: 20px;
    
}

.sobre_left .title b{
    font-family: 'm-extrabold';
    color: var(--cor-azul);
}

.sobre_left .subtitle {
    font-size: 2rem;
    font-family: 'm-medium';
    padding: 10px 0px;
    color: var(--color-primary);
}

.sobre_left .texto p {
    padding-bottom: 20px;
    font-family: 'm-medium';
    color: var(--cor-marrom);
    font-size: 1rem;
}

.sobre_left{
    order: 1;
}

.sobre_right{
    order: 2;
}


.sobre_bottom {
    grid-column: 1 / span 2;
    display: flex;
    justify-content: center;
    column-gap: 22px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.sobre_bottom .item_sobre {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.slick-slide img {
    width: 100%;  /* Faz a imagem ocupar toda a largura disponível */
    height: auto; /* Ajusta a altura proporcionalmente */
  }

  /* Garantir que o carrossel ocupe 100% da largura disponível */
  .slick-carousel {
    width: 100%;
    margin: 0 auto;
  }

@media only screen and (max-width: 782px) {

    .sobre {
        grid-template-columns: 80%;
        padding-top: 51px;
    }

    .sobre_right{
        order: 2;
        margin-top: 20px;
    }

    .sobre_left{
        order: 1;
    }

    .sobre_left .tab button{
        font-size: 0.7rem;
    }

}



/* / DIFERENCIAIS */


.diferenciais {
    background: var(--color-primary);
    background-size: 100%;
    display: grid;
    grid-template-columns: 45% 55%;
    color: white;
    padding-top: 70px;
}

.diferenciais .left {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 20% 80%;

}

.diferenciais .left .img_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diferenciais .right {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 80% 20%;
}

.diferenciais .right .img_right {
    background-color: var(--cor-preta);
}

.diferenciais .right .img_right img {
    width: 70%;
    height: 100%;
    object-fit: cover;

}

.diferenciais .left .title {

    font-family: 'm-semibold';
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1rem;
}

.diferenciais .left .subtitle {
    font-size: 1.5rem;
    font-family: 'm-regular';
}



.left_text_dif {
    display: grid;
    justify-content: end;
    margin-left: 20px;

}

.diferenciais .left_text {
    padding-top: 0px;
}

.list_diferenciais .list_item {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.lists_itens {
    width: 70%;


}

.list_item .item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;

}

.text_list_item p:first-child {
    font-family: 'm-semibold';
    margin-bottom: 10px;
}

.text_list_item p:nth-child(2) {
    font-family: 'm-regular';
}

/* / DIFERENCIAIS */

/* / ANUNCIE */

.anuncie {
    display: grid;
    grid-template-columns: 30% 50%;
    justify-content: center;
    background: url('../image/contato/background_anuncie.jpg');
    background-size: 100% 100%;

    color: #6A7573;
    padding-top: 50px;
    padding-bottom: 50px;
}

.item_form{
    display: flex;
    flex-direction: column;
    column-gap: 20px;
}

.anuncie .title {
    font-family: 'm-medium';
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 1rem;

}

.anuncie .subtitle {
    font-size: 3rem;
    font-family: 'm-medium';
    color: black;
}

.anuncie .left_text {
    font-family: 'regular';
    width: 100%;
}

.anuncie .left_text p:first-child {
    padding-top: 20px;
    font-family: 'm-medium';
        color: black;

}

.anuncie .left_text p:nth-child(2) {
    font-family: 'm-medium';
    margin-top: 5px;
}

.anuncie .form_anuncie {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.anuncie .right {
    margin-left: 80px;
}

.form_anuncie input,
.form_anuncie textarea {
    /* width: 60%; */
    border-bottom: 1px solid #D1D3D4;
    width: 100%;
    border-top: 0px;
    background: transparent;
    color: #6A7573;
    font-family: 'm-medium';
    font-size: 1.2rem;
    padding: 7px;
    border-left: 0px;
    border-right: 0px;
}

.form_anuncie input {
    margin-bottom: 20px;

    position: relative;

}

.form_anuncie input::placeholder {
    position: absolute;
    bottom: -18px;
    font-family: 'm-medium';
}

.form_anuncie input::placeholder,
.form_anuncie textarea::placeholder {
    font-family: 'm-medium' !important;
    color: #6A7573;
    padding: 15px;
    padding-left: 5px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-family: 'm-regular';


}

input:focus::placeholder {
    opacity: 0;
}


.form_anuncie button {
    width: max-content;
}

.content_form {
    width: 60%;

}

.form_button {
    display: grid;
    justify-content: start;

}

.form_button button {
    background: var(--cor-azul);
    padding: 10px 20px;
    color: white;


    font-family: 'm-medium';
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1.2rem;
}

.form_button button:hover {
    color: var(--cor-azul);
    border-color: var(--cor-azul);
    cursor: pointer;

}

.emp_slider img {

    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: transform 400ms;
    /* transform: scale(.7); */
    transform-origin: center center;
}



/* / ANUNCIE */


@media only screen and (max-width: 954px) {

    body {
        font-size: 1rem;
    }



    /* / DIFERENCIAIS */

    .diferenciais {
        background: var(--color-primary);
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        color: white;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .diferenciais .left .img_left img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 0px;
    }

    .diferenciais .left {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
    }

    .list_item .item {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        column-gap: 20px;
        margin-bottom: 20px;
        justify-items: center;
    }

    .list_diferenciais .list_item {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        font-size: 1rem;
        margin-bottom: 0px;
    }

    .lists_itens {
        width: 100%;
        padding-top: 20px;
    }

    .img_list_item {
        margin-bottom: 20px;
    }

    .diferenciais .right .img_right img {
        display: none;
    }

    .diferenciais .right .img_right {
        display: none;
    }

    .diferenciais .left .subtitle {
        font-family: 'm-regular';
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .diferenciais .left .subtitle:nth-child(2) {
        /* margin-bottom: 20px; */
    }

    .left_text_dif {
        display: grid;
        justify-content: start;
        margin-left: 0px;
    }

    .img_left img {
        padding-top: 20px;
    }

    /* / FIM DIFERENCIAIS */








}

@media only screen and (max-width: 954px) {

     /* / ANUNCIE */

     .anuncie {
        display: grid;
        grid-template-columns: 80%;
        color: #6A7573;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .item_form{
        flex-direction: column;
    }

    .anuncie .title {
        font-family: 'regular';
        text-transform: uppercase;
        margin-bottom: 20px;
        letter-spacing: 2px;
        
    }

    .anuncie .subtitle {
        font-size: 1.5rem;
        font-family: 'm-extrabold';
        color: black;
    }

    .anuncie .left_text {
        font-family: 'regular';
        width: 100%;
        font-size: 1rem;
    }

    .anuncie .left_text p:first-child {
        padding-top: 20px;

    }

    .anuncie .form_anuncie {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 35px;
    }


    .anuncie .right {
        margin-left: 0px;
    }

    .form_anuncie input,
    .form_anuncie textarea {
        /* width: 60%; */
        border-bottom: 1px solid #6A7573;
        border-top: 0px;
        background: transparent;
        font-family: 'm-medium';
        color: #6A7573;
        font-size: 1rem;
        padding: 7px;
    }

    .form_anuncie input {
        margin-bottom: 20px;

        position: relative;

    }

    .form_anuncie input::placeholder {
        position: absolute;
        bottom: -18px;
    }

    .form_anuncie input::placeholder,
    .form_anuncie textarea::placeholder {
        font-family: 'm-medium';
        color: #6A7573;
        padding: 15px;
        padding-left: 5px;
        margin-bottom: 20px;
        font-size: 1rem;


    }

    input:focus::placeholder {
        opacity: 0;
    }


    .form_anuncie button {
        width: max-content;
    }

    .content_form {
        width: 100%;

    }

    .form_button {
        display: grid;
        justify-content: end;

    }

    .form_button button {
        background: transparent;
        padding: 10px 20px;
        color: white;
        border: 1px solid white;
        font-family: 'm-medium';
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 1rem;
    }

    .form_button button:hover {
        color: var(--cor-azul);
        border-color: var(--cor-azul);
        cursor: pointer;

    }

    .img_banner_page {
        margin-top: 0px;
      
      }

      .logo-menu {
        width: 150px;
        height: auto;
        left: 0;
        padding-left: 8%;
        margin-top: 28px;
    }
    

    /* / ANUNCIE */
}