/* Estilos CSS aqui */
/* Para manter a mesma aparência, estilos serão mantidos em linhas separadas */
.menu-icon {
    display: none;
}

/* Style the scrollbar for the entire document */
::-webkit-scrollbar {
    width: 10px;
    background-color: #11121a;
}

/* Style the thumb of the scrollbar */
::-webkit-scrollbar-thumb {
    background-color: #ff1b1b;
    border-radius: 1px;
}

/* Style the track of the scrollbar */
::-webkit-scrollbar-track {
    background-color: #11121a;
    border-radius: 3px;
}

@media screen and (max-width: 1024px) {
    .text-title-black {
        margin-top: 50px !important;
        width: 100% !important;
        font-size: 32px !important;
    }

}

@media screen and (max-width: 768px) {
    nav ul {
        display: none;
    }

    body nav ul {
        display: none;
    }

    .menu-icon {
        display: block;
        font-size: 30px;
    }

    .show-menu ul {
        display: block;
        margin: 10px;
    }

    .show-menu {
        height: max-content;
    }

    nav li {
        margin: 5px !important;
    }

    #logo {
        max-height: 30px !important;
    }

    #logo-mobile {
        display: flex !important;
        opacity: 1;

    }

    #logo-mobile.inactive {
        opacity: 0 !important;
        display: none !important;
    }

    header {
        height: 40px !important;

        .inactive {
            #logo {
                transform: scale(30%) !important;
            }
        }
    }

    .container {
        padding-top: 0px !important;
    }




    .text-title {
        top: -89vh !important;

        width: 100vw !important;

        font-size: 22px !important;
        text-align: center;
    }

    .text-text {
        font-size: 16px !important;
        padding: 2px !important;
    }



    .form-contato {
        position: relative !important;
        top: -4px !important;
    }



    .divider2 {
        /* position: relative; */
        float: left !important;
        width: 100% !important;
        height: 45vh !important;

        max-width: 100% !important;
        overflow-x: hidden;
    }

    .divider1 {
        /* position: relative; */
        float: left !important;
        width: 100% !important;
        height: 55vh !important;

    }

    .text-title-black {
        margin-top: 5px !important;
        width: 100% !important;
        font-size: 22px !important;
    }

    #solucoes-9 .text-title-black {
        font-size: 20px !important;
    }

    .text-text-container {
        margin-top: 10px !important;
    }

    .section {
        /* bottom: 430px !important; */
        margin: 0px 10px !important;
        /* background-size: cover; */
    }

    .section h1 {
        width: 90% !important;
        margin-bottom: 15px !important;
        text-align: left;
        color: #dee1e4;
    }


    .container-divider2 {
        height: 50vh !important;
        width: 100%;
        color: white;
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-content: flex-start !important;
        /* justify-content: space-evenly!important; */
        justify-content: flex-end;
        align-items: flex-start !important;
    }

    .pdt {
        margin-top: 20px !important;
    }

    .text-solucao {
        width: 30% !important;
        padding-top: 6px !important;
        text-align: justify !important;
    }




}

body {
    font-family: 'Roboto', sans-serif;
    /* Fallback para sans-serif caso a fonte Roboto não seja carregada */
    margin: 0;
    padding: 0;
    background-color: #1a1212;
    color: #ff1b1b;
}




header {
    z-index: 100;
    position: sticky;
    top: 0px;
    height: 50px;
    background-color: #000000;
    color: #ff1b1b;
    padding-bottom: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;

    h1 {
        color: #ff1b1b
    }

    ;

    p {
        color: #7e1919;
    }

    ;

}


header.inactive {

    #logo {
        transform: scale(60%) !important;
    }
}



nav {
    /* min-width: 320px; */
    display: flex;
    background-color: #000;
    /* padding: 10px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

nav ul {
    width: -webkit-fill-available;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
}

nav li {

    margin: 0 10px;
}

nav a {
    text-decoration: none;
    color: #F8F8F8;

    font-size: 16px;
    transition: color 0.3s ease-in-out;
}

nav a:hover {
    color: #ff1b1b;
    font-weight: bold;
}

.linha1 {
    /*  display: flex;*/
    max-height: calc(48vh - 20px);
    overflow: hidden;
    padding-left: 15px;
    img {
        float: right;
        max-width: fit-content;
        width: fit-content;
        max-height: 66vh;
    }
    position: relative;
    z-index: 23;
    background-color: #1a1212;
}

.destaque-vermelho{
    /* background-color: #ff1b1b; */
    background: -webkit-linear-gradient(#ff1b1b, #b21e1d);
    color: #F8F8F8;
    border-radius: 10px;
    font-size: 16px;
    div{
        padding: 5px;
    }
    max-width: fit-content;
    margin: 5px;
}

.largura{
    width: 60%;
}

.linha2 {
    display: flex;
    max-height: 52vh;
    min-width: 100%;
    padding-left: 15px;
   background-color: #1a1212;
    .texto {
        max-width: 50%;
    }
    .geral{
        width: 100%;
    background: black;
    margin: 0 auto;
    text-align: center;
    }
   

    img {
        /* float: right; */
        position: relative;
        height: 414px;
        max-height: 414px;
        
    }
    .img {
        /* float: right; */
        position: relative;
        bottom: 90px;
        height: 450px;
        max-height: 460px;
        z-index: 24;
    }
}

.texto-modalidade {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 10;
}

.section-video {
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.video-background {
    object-fit: cover;
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100vw;
}

.video-background-divider {
    /* width: 100%; */
    height: 100vh;
    overflow: hidden;
}

.video-background-divider-vert {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    object-fit: cover;
}

.verde {

    background-color: #14400F !important;
}

.pdt {
    margin-top: 100px;
}



section {
    height: max-content;
    /* max-height: 100vh; */
    min-height: 100vh;
    /* overflow-y: auto; */
    /* display: flex; */
    /* justify-content: center;
            align-items: center; */
    /*  padding: 30px 20px;*/

    opacity: 0;
    transition: opacity .8s;

}

nav a.active {
    color: #ff1b1b;
}

section.active {
    opacity: 1;
}

h1 {
    
    font-size: 30px;
    font-weight: bold;
  background: -webkit-linear-gradient(#ff1b1b, #b21e1d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}


h2 {
    font-size: 24px;
    margin: 12px 10px;
    color: #ff1b1b;
    text-shadow: 1px 1px 1px rgb(48, 46, 46);
}
h3 {
    font-size: 16px;
    /* margin: 12px 10px; */
    color: white;
    text-shadow: 1px 1px 1px rgb(48, 46, 46);
    margin: 0;
}
h4 {
    font-size: 13px;
    /* margin: 12px 10px; */
    color: white;
    
}
h5 {
    font-size: 12px;
    /* margin: 12px 10px; */
    color: white;
    margin: 0;
    
}



h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
}

p {
    max-width: 800px;
    /*margin: 20px auto;  */
    /*  */
    color: #fff;
}

img {
    max-width: 100%;
    max-height: 285px;
    height: auto;
    object-fit: fill
}

#logo {
    transition: all .5s ease-in;
    max-height: 140px;
    margin: 5px;
}

#apresentacao {
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

#logo-mobile {
    max-height: 30px !important;
    margin: 0 auto;
    align-self: center;
    display: none;
}



footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: -200px;
    width: 100%;
    transition: bottom 0.5s ease-in-out;
}

.show-footer {
    bottom: 0;
}

.animate-footer {
    animation: slide-up 0.5s ease-in-out forwards;
}

@keyframes slide-up {
    from {
        bottom: -100px;
    }

    to {
        bottom: 0;
    }
}

.container {
    max-width: 100%;
     width: 1200px; 
    align-self: center;
    padding-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-around;
    align-items: stretch;

}

.init-section {
    opacity: 1 !important;
}

.section {
    position: relative;
    /* bottom: 400px; */
    /* left: 15px; */
    height: max-content;
    margin: 0 15px;
    /* background-size: cover; */
}

.section-onlytext {
    position: relative;
    top: 0px !important;

    /* background-size: cover; */
}

.form-contato {
    height: 50vh;
    padding-top: 120px;
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
}

.white {
    background-color: #fff !important;
}

.container-divider {
    width: 100%;
    height: 100%;
}

.divider1 {
    float: left;
    height: 100vh;
    width: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-evenly;

}

.interno-divider {
    margin: 0 15px;
}

.divider2 {
    /* position: relative; */
    float: right;
    width: 50%;
    height: 100vh;
    background-color: #B5B5B5;
    max-width: 50%;
    overflow: hidden;
}

.text-title {
    top: -164vh;
    font-weight: bold;
    position: relative;
    width: 50vw;
    color: #fff;
    font-family: 'Roboto';
    font-size: 50px;
    text-align: center !important;

}

.text-title-photo {
    top: -185vh;
    font-weight: bold;
    position: relative;
    width: 50vw;
    color: #fff;
    font-family: 'Roboto';
    font-size: 50px;
    text-align: center !important;

}

.text-text-container {
    margin-top: 20px;
}

.text-text {

    color: #ff1b1b;
    font-family: 'Roboto';
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #ff1b1b;
    text-align: justify;
}

.text-title-black1 {
    color: #080808;

}

.text-title-black-margin {
    color: #080808;
    margin-bottom: 10px;

}

.input {
    /* color: #080808; */
    margin-bottom: 15px;
    padding: 10px;

}

.text-title-black {
    position: relative;
    /* margin-top: 200px; */
    font-weight: bold;
    /* position: relative; */
    /* top: 150px; */
    width: 46vw;
    color: #000;
    font-family: 'Roboto';
    font-size: 34px;
    text-align: left;
    /* margin-top: 130px; */
}

.img-divider-bg {
    height: -webkit-fill-available;
    width: 100%;
}

.container-divider2 {
    height: 100vh;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: stretch;
}

.capa {
    background-color: #00000030;
    width: 100%;
    height: 100%;
    position: relative;
    top: -100vh;
    left: 0;

}

#solucao-9 .divider1 {
    height: 70vh !important;
}

#solucao-9 .divider2 {
    height: 30vh !important;
}

.text-solucao {
    width: 40%;
    padding-top: 36px;
    text-align: justify !important;
}

.noborder {
    border: none !important;
}



/* .section:before {
            content: ' ';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.6;
            background-image: url('assets/images/loteamento.jpg');
            background-repeat: no-repeat;
            background-position: 50% 0;
            background-size: cover;
            } */


.section .texto {
    margin-bottom: 20px;
    max-width: 800px;
    /* This will prevent the text from becoming too wide */

    /* This will center the text horizontally */
}
.initial {
    margin-top: 20px;
    
}

.section h1 {
    width: 70%;
    margin: 0px;
    text-align: left;

    color: #dee1e4;

}

.section p {
    margin-bottom: 20px;
}

button {
    background-color: #00000050;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    border: 1px solid #ff1b1b;
    border-radius: 10px;
}

button:hover {
    background-color: #ff1b1b50;
}

.modal {
    position: fixed;
    /* top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); */
    width: 400px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 1000;
    max-height: 90vh;
    overflow-y: scroll;
}

dialog {
    position: relative;
    /* width: 300px;
            height: 200px; */
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s;
}

dialog.active {
    opacity: 1;
}

.modal h2 {
    margin-top: 0;
}

.modal label {
    display: block;
    margin-bottom: 5px;
}

.modal input[type="text"],
.modal input[type="email"],
.modal input[type="tel"],
.modal input[type="number"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.modal input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.modal input[type="submit"]:hover {
    background-color: #3e8e41;
}

.modal .close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.modal .close-button:hover {
    color: #333;
}






#chart {
    width: 100%;
    height: 400px;
}

.testimonials {
    display: flex;
    margin: 0 -10px;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.testimonial-item {
    width: 350px;
    padding: 20px;
    background-color: #f5f5f5;
    margin: 0 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-author-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffb700;
}

.oferta-image {
    width: 100%;
    object-fit: cover;
    border: 2px solid #ffb700;
}

.testimonial-author-info {
    margin-left: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.testimonial-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #ffb700;
    opacity: 0;
    transition: opacity 0.5s;
    /* transition: transform 0.5s ease; */
}

.testimonial-item:hover .testimonial-border {
    /* transform: scale(1);
            transform-origin: center; */
    opacity: 1;
}

#lastreio {
    z-index: 1;
}

#painel {
    border: #0056b3 3px solid;
    border-radius: 25px;
    margin: 30px auto;

    width: 98%;
    max-width: 1060px;
    align-self: center;
}

#lastreio:before {
    z-index: 0;
    content: ' ';
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url('assets/images/caminho_terra.jpg');
    background-repeat: no-repeat;
    /* background-position: 50% 0; */
    background-size: cover;
}

.img-lastreio {
    max-height: 400px;
    max-width: 80%;
}


.container-faq {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 15px;
    margin-bottom: 15px;
}

.faq-item {
    margin-bottom: 20px;
    position: relative;
    padding: 15px
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s;
}

.faq-answer {
    display: block;
    margin-top: 10px;
}

.faq-item:hover .faq-question {
    transform: scale(1.2);
    color: #ff1b1b;
}

.faq-item:hover .faq-answer {
    transform: scale(1.1);
    color: #ff1b1b;
    text-align: center;
    margin: 12px;


}

.faq-border {
    position: absolute;
    top: 0;
    left: calc(50% - 45vw);
    width: 90vw;
    height: 100%;
    border: 2px solid #ff1b1b;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.faq-item:hover .faq-border {
    opacity: 1;
}