@font-face {
    font-family: 'Raglan Sans';
    src: url('../fonts/RaglanSans-Regular.woff2') format('woff2'),
        url('../fonts/RaglanSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.owl-dots-custom_slides {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.owl-dots-custom_slides .owl-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    border: none;
    transition: background 0.3s ease;
}

.owl-dots-custom_slides .owl-dot.active {
    background: #000;
}

.f-reglan, .f-raglan {
    font-family: "Raglan Sans", Sans-serif;
}

.max_line {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max_line_1 {
    -webkit-line-clamp: 1;
}

.max_line_2 {
    -webkit-line-clamp: 2;
}

.max_line_3 {
    -webkit-line-clamp: 3;
}

.max_line_4 {
    -webkit-line-clamp: 4;
}

.maps iframe {
    border-radius: 32px;
}

.acf-map {
    width: 100%;
    height: 897px;
    border: 0;
}

.acf-map img {
   max-width: inherit !important;
}

.form-control {
    border-radius: 32px;
    background-color: var(--bege);
    border: 2px solid var(--dark-gray);
    padding: 8px 16px;
    color: var(--dark-gray);
}

.form-control::placeholder {
    color: var(--dark-gray) !important;
    font-weight: 400 !important;
    opacity: 1;
}

.form-check-input {
    border: 2px solid var(--dark-gray);
    background-color: transparent;
    margin-top: 10px;
}

.form-check-label {
    color: var(--dark-gray) !important;
}

.form-control:focus {
    color: var(--dark-gray) !important;
    background-color: transparent !important;
    border-color: var(--dark-gray);
    outline: 0 !important;
    box-shadow: none !important;
}

.img-footer {
    width: 1200px !important;
}

.video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 800px;
    z-index: 0;
}

.video-wrapper video {
    width: 100%;
    border-radius: 16px;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: opacity 0.3s ease;
    height: calc(100% - 6px);
}

.video-mask.hidden {
    opacity: 0;
    pointer-events: none;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    background-color: white;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    cursor: pointer;
}

.pause-icon {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 3;
    cursor: pointer;
}

.laco-vermelho {
    position: absolute;
    bottom: 20%;
    right: 0;
    z-index: 0;
}

.laco-azul {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.laco-amarelo {
    position: absolute;
    top: 98px;
    left: 1%;
    z-index: 0;
}

.laco-laranja {
    position: absolute;
    bottom: -20%;
    right: 12%;
    z-index: 1;
}

.laco-laranja-restaurante {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.losango-verde {
    position: absolute;
    bottom: 0;
    right: 0%;
}

.retangulo-verde-header {
    position: absolute;
    bottom: 30%;
    left: 10%;
    z-index: -1;
}

.losango-amarelo-header {
    position: absolute;
    bottom: 18%;
    left: 36%;
    z-index: -1;
}

.laco-azul-header {
    position: absolute;
    bottom: 26%;
    left: 32%;
    z-index: 1;
}

.laco-bege-header {
    position: absolute;
    top: 0;
    left: 49%;
    z-index: 1;
}

.laco-verde-regras {
    position: absolute;
    top: 14%;
    right: 0%;
    z-index: 2;
    max-width: 400px;
}

.laco-azul-regras {
    position: absolute;
    bottom: -27%;
    right: 0;
    z-index: 1;
}

.cone-regras {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 1;
}

.hexagonal-regras {
    position: absolute;
    top: 8%;
    left: 1%;
    z-index: 0;
}

.retangulo-regras {
    position: absolute;
    bottom: -40px;
    left: 6%;
    z-index: 1;
}

.laco-amarelo-modalidades {
    position: absolute;
    top: -7%;
    right: 0%;
    z-index: 0;
}

.laco-vermelho-modalidades {
    position: absolute;
    bottom: -22%;
    left: 0%;
    z-index: 0;
}

@media (max-width: 1900px) {
    .retangulo-verde-header {
        bottom: 13%;
        left: -6%;
    }

    .laco-azul-header {
        bottom: 13%;
        left: 50%;
        max-width: 420px;
        transform: translateX(-73%);
    }

    .losango-amarelo-header {
        bottom: 8%;
    }

    .laco-amarelo {
        left: -28px;
    }

    .laco-vermelho {
        right: -10%;
        transform: rotate(9deg);
        bottom: 30%;
    }

    .laco-azul {
        left: -6%;
        bottom: -4%;
    }

    .laco-verde-regras {
        top: 5%;
        right: 8%;
        transform: rotate(-4deg);
    }

    .cone-regras {
        z-index: 0;
        right: 0;
    }

    .hexagonal-regras {
        top: 6%;
        left: -5%;
    }

    .retangulo-regras {
        bottom: -58px;
        left: -3%;
    }

    .laco-azul-regras {
        bottom: -35%;
    }
}

@media (max-width: 1399px) {
    .laco-vermelho {
        right: -17%;
        bottom: 34%;
    }

    .laco-azul {
        left: -14%;
        bottom: -6%;
    }

    .laco-laranja {
        bottom: -11%;
        right: 12%;
        width: 540px;
    }

    .laco-azul-regras {
        bottom: -34%;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .laco-bege-header {
        left: inherit;
        right: 0;
        top: 26%;
    }

    .laco-azul-header {
        bottom: 0;
        right: 0;
        left: inherit;
        transform: inherit;
    }

    .losango-amarelo-header {
        right: 0;
        left: inherit;
        bottom: 0;
        top: inherit;
    }

    .retangulo-verde-header {
        top: inherit;
        left: -14%;
        bottom: 10%;
        height: 80px;
    }

    .laco-amarelo {
        top: 0;
    }

    .prev-next-slide {
        position: absolute;
        width: 70%;
        bottom: 100px;
        z-index: 99;
        left: 15%;
    }

    .laco-vermelho {
        right: 0;
        bottom: inherit;
        transform: inherit;
        top: 8%;
    }

    .laco-verde-regras {
        top: 5%;
        right: 0;
        transform: inherit;
    }

    .laco-laranja {
        top: inherit;
        right: 0;
        bottom: -33%;
    }
}

@media (max-width: 743px) {
    .laco-bege-header {
        top: 21%;
    }

    .laco-laranja {
        bottom: -17%;
        max-width: 330px;
    }
}

.modalidades .owl-item.active {
    border: 10px solid var(--yellow) !important;
    border-radius: 76px;
}

.bg-modalidades {
    padding-bottom: 150px !important;
}

.prev-next {
    background-color: var(--green);
    padding: 32px;
}

.prev-next-modalidades {
    background-color: var(--red);
    padding: 32px;
}

.galeria-container {
    overflow-x: auto;
    padding-bottom: 16px;
    margin-left: -90px;
}

.galeria-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 320px);
    grid-auto-columns: 320px;
    gap: 32px;
}

.galeria-grid img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 56px;
}

.galeria-container::-webkit-scrollbar {
    height: 8px;
}
.galeria-container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}
.galeria-container::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}
.galeria-container::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.galeria-container .galeria-grid .img-galeria {
    width: 320px;
    height: 320px;
    object-fit: cover;
    border-radius: 56px;
}

.article-planos * {
    line-height: 120%;
}

@media (max-width: 1399px) {
    .image-ceo {
        height: 600px !important;
    }

    .circle-wrapper {
        max-width: 500px;
    }

    .laco-amarelo {
        left: 0;
        max-width: 220px;
    }
}

@media (max-width: 1199px) {
    .sec-vozes .item-content {
        padding: 100px 0 0;
    }

    .circle-wrapper::after {
        width: 100px;
        height: 100px;
    }

    .parallax-wrap span {
        height: 80px;
        width: 80px;
    }

    .sec-slide .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .img-mob-slide {
    }

    .laco-amarelo-modalidades {
        top: 28%;
    }

    .sec-vozes .item-content {
        padding: 50px 0 0;
    }

    .circle-wrapper::after {
        width: 80px;
        height: 80px;
    }

    .parallax-wrap span {
        height: 60px;
        width: 60px;
    }

    .parallax-wrap span:nth-child(1) {
        top: 5%;
        left: 5%;
    }

    .parallax-wrap span:nth-child(2) {
        top: 13%;
        left: 21%;
    }

    .parallax-wrap span:nth-child(3) {
        top: 7%;
        left: 59%;
    }

    .parallax-wrap span:nth-child(4) {
        top: 13%;
        left: 76%;
    }

    .parallax-wrap span:nth-child(5) {
        top: 25%;
        left: 9%;
    }

    .parallax-wrap span:nth-child(6) {
        top: 28%;
        left: 40%;
    }

    .parallax-wrap span:nth-child(7) {
        top: 27%;
        left: 67%;
    }

    .parallax-wrap span:nth-child(8) {
        top: 38%;
        left: 24%;
    }

    .parallax-wrap span:nth-child(9) {
        top: 40%;
        left: 57%;
    }

    .sec-slide {
        overflow-x: hidden;
    }

    .article-planos h5 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .laco-amarelo {
        top: calc(100vh + -7%);
        left: -28%;
    }

    .video-wrapper video {
        height: 300px;
        object-fit: cover;
    }

    .laco-azul {
        top: 90%;
        left: -50%;
    }
}

@media (max-width: 1199px) {
    .video-single {
        height: 580px;
        object-fit: cover;
    }

    .image-cultura-carreira {
        height: 700px;
    }

    .box-compartilha {
        height: 344px;
    }

    .card-equipe {
        height: 155px;
    }

    .card-equipe .img-equipe {
        height: 64px;
        width: 64px;
    }

    .card-foto-e-texto {
        height: auto;
    }

    .only-image {
        height: 950px;
        object-fit: cover;
    }
    
    .block-incorporacoes {
        height: auto;
    }

    .bola-incorporacao {
        height: 340px !important;
    }

    .img-empreendimento {
        height: 660px !important;
    }

    .img-numero {
        width: 36px !important;
    }

    .owl-stage-outer {
        margin-right: -15px !important;
    }
}