body {
    font-family: "Agdasima", sans-serif;
        overflow-x: hidden;

}

.agdasima-regular {
    font-family: "Agdasima", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.agdasima-bold {
    font-family: "Agdasima", sans-serif;
    font-weight: 700;
    font-style: normal;
}

p{
    font-size: 1.3em;
}

h1 {
    font-weight: 300;
    font-size: 3.5rem;
}

h2 {
    font-weight: 600;
}

h4{
    font-weight: 200;
    font-size: 1rem;
}

h3{
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 1.5;
}

h5{
    font-weight: 600;
    font-size: 1.5rem;
}

strong{
    font-weight: 600;
}

a {
    text-decoration: none !important;
    font-size: 1.1em;
}

.menu{
    margin-top: 2rem;
    margin-right: 1rem;
}

.offcanvas {
    z-index: 1070 !important;
}

.dropdown-menu {
    background-color: #764022 !important;
    border: none;
    border-radius: 0;
}

.dropdown-menu .dropdown-item {
    color: white !important;
    padding: 0.5rem 1.5rem;
    font-size: 1.1em;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #6b371a;
    color: white !important;
}

.dropdown-toggle::after {
    vertical-align: 0.15em;
    margin-left: 0.5em;
}

.texthome{
    margin-left: 8%;
}

.texthome h1{
    font-size: 2.8rem;
}

.hero {
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 1000px;
}

@media (max-width: 700px) {
    .hero {
        height: 600px;
    }
}

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

.hero2 {
    position: relative;
    height: 20vh;
    max-height: 1000px;
    background: #8d8b86;
    color: #764022;
}

@media (max-width: 700px) {
    .hero2 {
    }
}

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

.logo {
    width: 20%;
}

@media (max-width: 768px) {
    .logo {
        width: 50%;
    }
}

.sobre-img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 768px) {
    .sobre-img{
        width: 100%;
        height: 80vh;
        object-position: center;
    }
}

.sobre {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobre-fundo{
    background: #e4e1e0;
    padding-top: 5%;
    padding-bottom: 5%;
}

.textsobre{
    color: white;
    width: 40%;
    margin-left: -30em;
}

@media (max-width: 1200px) {
    .textsobre{
        color: white;
        width: 30%;
        margin-left: -10em;
    }
}

@media (max-width: 768px) {
    .textsobre{
        color: white;
        width: 40%;
        margin-left: -10em;
    }
}

.servicos{
    background: #f1f1f1;
    line-height: 1.2;
    color: #764022;
}

.video-vertical-container.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.servicos-cards-bg {
    background-color: #f1f1f1 !important;
    color: #764022 !important;
}

.servicos-cards-bg .card-custom {
    background-color: white !important;
    border: 1px solid #ececec !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease-in-out;
}

.servicos-cards-bg .card-link-custom {
    text-decoration: none !important;
    display: block;
    color: inherit;
}

.servicos-cards-bg .card-link-custom:hover {
    transform: scale(1.05);
}

.servicos-cards-bg .card-title-custom {
    color: #764022 !important;
    font-size: 1.5rem;
    font-weight: 600;
}

.servicos-cards-bg .card-text-custom {
    color: #8d8b86 !important;
    font-size: 1.3em;
}

.descricao-detalhada {
    display: none !important;
    visibility: hidden;
}

.glightbox-detailed-desc p {
    margin-bottom: 1em;
}

.glightbox-description {
    white-space: pre-wrap;
}

.btn-dark{
    background: #764022;
    border: none;
    padding: 1em 2em 1em 2em;
    border-radius: 0;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.card-text{
    color: #8d8b86;
}

.btn-dark:hover{
    background: #6b371a;
    transform: scale(1.1);
}

.card-title{
    color: #764022;
}

.card{
    border-color: #ececec;
    transition: transform 0.2s ease-in-out;
}

.card:hover{
    transform: scale(1.1);
}

.nosso-dna {
    position: relative;
}

.logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.textos{
    text-align: left;
    color: #8d8b86;
}

.textos h1{
    color: #764022;
    line-height: 0.5;
}


.textos h2{
    color: #764022;
    line-height: 2;
}

.titulo{
    color: #764022;
    line-height: 2;
}

footer {
    background: #8d8b86;
    padding-top: 5em;
    padding-bottom: 5em;
}

footer p{
    line-height: 0.7;
}

footer a{
    text-decoration: none !important;
    font-size: 1.1em;
}

.cinza{
    color: #706a6a;
}

.offcanvas {
    background-color: #111;
    text-align: right;
}

.imagem-scroll img {
    width: 100%;
    height: auto;
    display: block;
}

.conteudo {
    height: 100vh;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bgmenu{
    background: #764022;
}

.imagemParallax{
    width: 100%;
    background-attachment:fixed;
    background-position:top;
    background-size:cover;
    height: 400px;
}

.parallax-section {
    background-image: url('../img/bgcontato.jpg');
    height: 60vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.centered-text {
    color: white;
}

.gallery-thumb {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: transform 0.3s;
}

.gallery-thumb:hover {
    transform: scale(1.02);
}

.project-title {
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
}

.glightbox-container img {
    max-width: 100%;
    height: auto;
}

.port p{
    color: #8d8b86;
}

.port h3{
    color: #8d8b86;
}

.port h5{
    color: #8d8b86;
}

.port h2{
    color: #764022;
}

.cardpt{
    border-color: #ececec;
    transition: transform 0.2s ease-in-out;
    padding: 2rem;
    background: #f9f9f9;
    line-height: 1.2;
    margin: 1rem;
}

.cardpt:hover{
    transform: scale(1.1);
}

.cardpt strong{
    color: #764022;
}

.titulo-contato-bg {
    background-color: #f7f7f7;
}

.btn-custom-send {
    background-color: #764022;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.text-custom-gray i {
    color: #5d5d5d !important;
}

.text-custom-gray {
    color: #5d5d5d !important;
}

.faq-divider {
    border: none;
    border-top: 1px solid #d4d4d4;
    margin-top: 2rem;
    margin-bottom: 2rem;
    opacity: 0.7;
}