@media (max-width: 767px) {
    .slide-caption {
        margin-top: 40px !important;
    }
}

#numeros {
    padding-bottom: 80px !important;
}

#contato {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


@media (max-width: 991px) {
    #sobrenos {
        text-align: start !important;
    }
}

.back-to-top2 {
    
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 55px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 2px;
    bottom: 100px;
    transition: all 0.2s;
}

.slide-title {
    font-size: 50px !important;
}

.h-full {
    height: 80vh !important;
}

.slick-slide {
    height: 80vh !important;
}

#metodologia_desktop {
    width: 60vw !important
}

#metodologia_desktop {
    padding-bottom: 100px;
}

.hero {
    height: 80vh !important;
}

#numeros {
    padding-top: 100px;
}

#depoimentos {
    margin-bottom: 130px;
}

.slide-caption {
    display: flex !important;
    justify-content: start !important;
    align-items: start !important;
    max-width: initial;
    top: 300px;
    position: absolute;
    left: 170px !important;
    width: 100vw !important;
}

.slide-caption p {
    display: flex;
    justify-content: start;
    align-items: start;
}

@media (max-width: 991px) {
    .slide-caption {
        left: 0px !important;
        width: 80vw !important;
        top: 150px !important;
    }
}

/* 
.video-background {} */


.imgservico {
    min-height: 190px;
    max-height: 250px;
    height: 200px;
    object-fit: cover;

}

.caixaservico {
    min-height: 150px;
    max-height: 150px;
}

.boxnumero {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    padding: 20px;
}

.imgimprensa {
    width: 600px;
    min-width: 600px;
    height: 394px;
    max-height: 394px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
#metodologia_mobile .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 10%;
    margin-left: -6px;
}

/* Container around content */
section.relative.-z-10.bg-\[\#151a30\].bg-no-repeat.bg-center.bg-cover.overflow-hidden.pt-\[100px\].pb-\[95px\] .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */


/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content2 {
    padding: 20px 30px;
    background-color: white;
    position: relative;
}

.slide-caption.absolute.top-0.z-20 {
    text-align: start;
    max-width: inherit;
    height: 80%;
    display: flex;
    margin-top: 0px;
    margin-left: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}



/*Inicio Timeline*/

#metodologia_desktop .timeline {
    --timeline-color: #AC8D68;

    position: relative;
    list-style: none;
    display: inline-flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;

    /* set here the height of the timeline */
    height: 200px;
    margin-top: 30px !important;
    left: -15px;
}

#metodologia_desktop ul.timeline li p {
    color: #fff;
    font-size: 24px;
    font-family: 'Playfair Display';
    margin: 5px 0;
    padding: 10px;
    text-align: center;
}

/* middle line */
#metodologia_desktop .timeline:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    background: var(--timeline-color);
    margin-top: 10px;
}

#metodologia_desktop .timeline li {
    margin: 0 0px;
    min-width: 230px;
    align-self: flex-start;
}

/*  event in even position are bottom-aligned */
#metodologia_desktop .timeline li:nth-child(2n) {
    align-self: flex-end;
    margin-bottom: -20px;
}

#metodologia_desktop .timeline div {
    position: relative;
    padding: 10px;
    border: 1px var(--timeline-color) solid;
}

/* style for the dot over the timeline */
#metodologia_desktop .timeline li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-left: 115px;
    transform: translate(-50%, -50%);
    border: 1px #9bc solid;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--timeline-color);
    margin-top: 10px !important;

}





/*Fim Timeline*/




.main-timeline-section {
    position: relative;
    width: 100%;
    margin: auto;
    height: 300px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
    position: absolute;
    background: #AC8D68;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    z-index: 1;
}

.main-timeline-section .timeline-end {
    right: 0px;
}

.main-timeline-section .conference-center-line {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.timeline-article {
    width: 17%;
    position: relative;
    min-height: 300px;
    float: right;
}

.timeline-article .content-date {
    position: absolute;
    top: 35%;
    left: -30px;
    font-size: 18px;
}

.timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #AC8D68;

}

.timeline-article .content-box {
    background-color: #fff;
    width: 140px;
    position: absolute;
    top: 60%;
    left: -56px;
    padding: 10px;
}

.timeline-article .content-box p {
    font-family: 'Playfair Display';
}

.timeline-article-top .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #AC8D68;
}

.timeline-article-bottom .content-date {
    top: 59%;
}

.timeline-article-bottom .content-box {
    top: 0%;
}

.timeline-article-bottom .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.sobrenos {
    padding: 80px 0px !important;
}

ul.absolute.w-\[240px\].left-0.top-\[110\%\].p-\[20px\].z-\[111\].bg-\[\#fff\].shadow-\[\#3e419f17\].transition-all.opacity-0.invisible.group-hover\:opacity-100.group-hover\:top-full.group-hover\:visible li a {
    font-size: 12px;
    text-transform: none;
}

#depoimentos {
    padding-top: 94px;
}



/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

@media (min-width: 768px) {
    #metodologia_desktop {
        display: block;
    }

    #metodologia_mobile {
        display: none;
    }

    section.hero.relative.overflow-hidden.z-20 {
        height: 80vh;
    }
}

.testimonial-slide {
    margin-top: 50px !important;
}

@media (max-width: 767px) {



    #sobrenos,
    #numeros,
    #imprensa,
    #contato {
        padding: 20px;
    }

    #sobrenos {
        margin: 30px 0;
    }

    section#servicos {
        padding: 50px 20px;
    }

    #depoimentos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #imprensa {
        padding: 50px 0;
    }

    .sm\:text-center {
        margin-bottom: 25px;
    }

    #metodologia_desktop {
        display: none;
    }

    #metodologia_mobile {
        display: block;
    }

    #alessandro {
        padding: 20px;
    }

    .boxnumero h2 {
        margin-top: 20px !important;
    }

    .slick-slide img {
        height: 85vh;
    }

    #grandenaturalizacao h2 {
        font-size: 22px !important;
    }

    .testimonial-img {
        display: none;
    }

    #alessandro h2 {
        font-size: 26px;
    }

    #chamada h1 {
        font-size: 14px !important;
    }

    #chamada p {
        line-height: 18px !important;
        font-size: 12px !important;
    }

    #chamada img {
        width: 80% !important;
        margin: 0 auto;
    }

    #chamada a {
        font-size: 12px;
    }

    body {
        zoom: 1;
        overflow-x: hidden;
    }


}

#navbar-bg {
    height: 75px;
    z-index: -1;
    background-color: white;
    width: 42%;
    position: absolute;
}

#navbar-bg-right {
    width: 42%;
    height: 72px;
    z-index: -1;
    background-color: white;
    right: 0px;
    position: absolute;
}

#nav {
    text-transform: uppercase;
    z-index: 9998;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 42%;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #0D1828;
    font-weight: 400;
    overflow: visible;
}

#nav-right {
    text-transform: uppercase;
    z-index: 9998;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 42%;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #0D1828;
    font-weight: 400;
    overflow: visible;
    right: 0px;
}

#nav a:hover {
    color: #0D1828;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    font-weight: 600
}

#nav-right a:hover {
    color: #0D1828;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    font-weight: 600
}

#navbar ul li {
    display: inline-block;
}

.brand-center {
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#brand-block {
    width: 330px;
    height: 150px;
    background-color: #0D1828;
}

@media (min-width: 1150px) and (max-width: 1449px) {
    #brand-block {
        width: 280px;

    }
}

@media (min-width: 992px) and (max-width: 1149px) {
    #brand-block {
        width: 200px;
    }
}

.brand-center img {
    padding-top: 50px;
    margin: 0 auto;

}

@media (min-width: 1150px) and (max-width: 1449px) {
    .brand-center img {
        width: 200px;
        height: 44, 8px;
    }
}

@media (min-width: 992px) and (max-width: 1149px) {
    .brand-center img {
        width: 175px;
        height: 31, 4px;
    }
}

.first-nav {
    width: 33vw;
    display: flex;
    justify-content: space-around;
    margin-left: 150px;
    padding-right: 0%;
    flex-direction: row;
    margin-top: 25px;
}

@media (min-width: 1150px) and (max-width: 1549px) {
    .first-nav {
        margin-left: 100px;
        padding-right: 3%;
    }
}

@media (min-width: 992px) and (max-width: 1149px) {
    .first-nav {
        margin-left: 70px;

    }
}

.second-nav {
    width: 33vw;
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 170px;
    flex-direction: row;
    margin-top: 25px;

}

@media (min-width: 1901px) {
    .second-nav {
        padding-left: 55px !important;
    }
}

@media (min-width: 1550px) and (max-width: 1900px) {
    .second-nav {
        padding-left: 1%;
        margin-right: 80px;
    }
}

@media (min-width: 1150px) and (max-width: 1549px) {
    .second-nav {
        margin-right: 40px;
        padding-left: 2%
    }
}

@media (min-width: 992px) and (max-width: 1449px) {
    .second-nav li a {
        margin-right: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1149px) {
    .second-nav {
        margin-right: 40px;
        padding-left: 0% !important;

    }
}

.service-submenu {
    font-size: 12px;
    text-transform: none;
    margin-left: 100%;
    width: 240px;
    padding: 20px;
    line-height: 1rem;
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    top: 100%;
    left: 0;
    transition-duration: 0.2s;
}

@media (min-width: 992px) and (max-width: 1149px) {
    .service-submenu {
        margin-left: 40%;
    }
}

@media (min-width: 1150px) and (max-width: 1289px) {
    .service-submenu {
        margin-left: 45%;

    }
}

@media (min-width: 1500px) {
    .service-submenu {
        margin-left: 63%;
        margin-top: 0;
    }
}

.dropdown:hover .service-submenu,
.service-submenu:hover {
    display: block;
}

.service-submenu li {
    padding: 10px;
}

.service-submenu a {
    color: #0D1828;
    text-decoration: none;
}

.droplink {
    height: 60px;
}

@media (max-width: 991px) {
    #nav {
        display: none;
    }
}

@media (max-width: 991px) {
    #nav-right {
        display: none;
    }
}

@media (max-width: 991px) {
    #navbar-bg {
        display: none;
    }
}

@media (max-width: 991px) {
    .brand-center {
        display: none;
    }
}

@media (min-width: 992px) {
    #mobile-menu {
        display: none;
    }
}

/* modal */
@media (max-width: 996px) {
    video {
        max-width: 350px !important;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: 15% auto;
    border: none;
    width: 100%;
    max-width: 800px;
}

@media (max-width: 996px) {
    .modal-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.close {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 36px;
    cursor: pointer;
    color: white;
}
