@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@400;700&family=Jost:wght@400;500;700&family=Poetsen+One&display=swap');

:root {
    --color-1:#FFCC00;
    --color-2:#f1bf00;
    --color-3:#f5d34c;
    --color-4:#dcf4d5;
    --color-5:#e25a00;
    --color-6:#ff8800;
    --color-7:#8eb4e4;
    --color-8:#d5e3f4;
    --color-font-1:#3A382E;
    --color-bt-add:#38b156;
    --navbar-height:70px;
    --font-style-1: "Jost", sans-serif;
    
  }
  a{
    text-decoration: none;
  }
  @keyframes appear1 {
    from {
        opacity: 0;
        
    }
    to {
        opacity: 1;
        
    }
    
  }
  @keyframes appear2 {
    from {
        opacity: 0;
        translate: 0 100vh;
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
    
  }
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    font-family: "Jost", sans-serif;
    
    
}
.container{
    display: flex;
    flex-direction: column;
    height: calc(100% - var(--navbar-height));
    justify-content: space-between;
    
}

.slide-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    animation: appear1 1s 0.5s both;

}

.slide {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    margin-top: 30px;
    width: 80%;
    height: auto;
    max-width: 2000px;
    min-height: 400px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: cover;
    gap: 20px;


}
.slide-box-text{
   display: flex;
   align-items: center;
    height: 6vw;
    
    
}
.slide-text-1{
    animation: appear1 3s 1.5s both;
}
.slide-text-2{
    animation: appear1 3s 2.5s both;
}
.slide-text-3{
    animation: appear1 3s 3.5s both;
}
.slide-text-4{
    animation: appear1 3s 4.5s both;
}
.slide-text-1, .slide-text-2, .slide-text-3,.slide-text-4{
    height: 3vw;
    padding: 10px;
    background-color: #3a382e;
    font-size: 2vw;
    color: #f7f7f7;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
    
}
.slide-text-1:hover, .slide-text-2:hover, .slide-text-3:hover, .slide-text-4:hover{
    padding: 20px;
    background-color: #3a382e;
    font-size: 2vw;
    color: #f7f7f7;
    font-weight: 600;
}

.margin-m1 {

    padding: 0 12vw;
    box-sizing: border-box;
    width: 100%;
}

.title-m1 {
    margin-top: 10px;
    color: var(--color-font-1);
    font-weight: 700;
    text-align: center;

}

.title-m2 {
    margin-top: 10px;
    color: var(--color-font-1);
    font-weight: 700;
    font-size: 24px;
    
    

}

.text-m1 {
    margin-top: 10px;
    color: var(--color-font-1);
    font-weight: 500;
}

.text-m2 {
    margin-top: 10px;
    color: var(--color-font-1);
    font-weight: 500;
    text-align: justify;
}
.text-m3 {
    margin-top: 10px;
    color: var(--color-font-1);
    font-weight: 500;
    text-align: justify;
}
.text-m4 {
    margin-top: 10px;
    color: var(--color-font-1);
    font-weight: 500;
    text-align: justify;
    
}


.who-we-are{
    width: 100%;
    
    
}
.home-item-2-4{
    display: flex;
    flex-direction: row;
    
    
}
.who-we-are-img {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.who-we-are-img-box {

    width: 200px;
    height: 100px;
    animation: appear1 2s 1s both;
}

.who-we-are-box {
   
    display: flex;
    flex-direction: row;
    margin-top: 7vw;
    background-image: linear-gradient(var(--color-1), #ffffff);
    width: 100%;
    
    animation: appear1 3ms ease-in-out;
    animation-timeline: view();
    animation-range: cover 0% cover 25%;

}

.who-we-are-box-margin {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 12vw;
    box-sizing: border-box;
    width: 100%;
}
.who-we-are-text {
    margin-top: 50px;
    animation: appear1 3s 1s both;
   
    
}
.who-we-are-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 200px;
    min-width: 200px;
   
}

.who-we-are-box-icon {
    width: 10vw;
    max-width: 200px;
    margin-top: -5vw;
    animation: appear1 2ms ease-in-out;
    animation-timeline: view();
    animation-range: cover 0% cover 50%;

}

.who-we-are-box-text {
    display: flex;
    flex-direction: column;
    
    padding: 10px 20px;
    min-width: 200px;
    width: 20vw;
    
}

.who-we-are-text-title {
    min-height: 130px;
   
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.line-dashed-side {
    height: 100%;
    width: 4px;
    background-image: linear-gradient(rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 4px 10px;
    background-repeat: repeat-y;
}

.segment {
   /*  margin:  0 14%; */
    
}

.segment-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-1);
    font-size: 40px;
    font-weight: 500;
    margin-top: 50px;
}

.segment-item {
   margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    box-sizing: border-box;
    
    

}
.segment-item-1-2{
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    width: 70%;
    
    
}
.segment-item-2-2{
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    width: 70%;
    
}

.segment-item-box {
    margin-top: 0px;
    width: 28vw;
    max-width: 500px;
    min-height: 300px;
    padding: 30px 20px;
cursor: pointer;
    min-width: 100px;
    box-shadow: 5px 5px 5px #ddd;
    border: 1px solid #ddd;
    
    box-sizing: border-box;
}

.segment-item-img-box {
    width: 100%;
    

}

.segment-item-img {
    width: 30%;
    
}

.segment-item-title {
    color: #3a382e;
    font-weight: 700;
    font-size: 24px;
}

.segment-item-text {
    margin-top: 30px;
    color: #8d8484;
    font-weight: 700;
    font-size: 16px;
    text-align: justify;
    hyphens: auto;

}
.segment-item-orcamento {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;

}
.solicite-seu-orcamento {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 770px;
    height: 100px;
    min-width: 300px;
    color: var(--color-2);
    font-weight: 700;
    font-size: 26px;
    text-align: justify;
    box-shadow: 5px 5px 5px #ddd;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 7px;
    cursor: pointer;
}
.solicite-seu-orcamento:hover {
    transform: translateY(4px);
    transition: 0.3s;
}

.contact-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
    margin-top: 50px;
    padding: 0 0 50px 0;
    
}

.contact-title {
    color: #3a382e;
    font-weight: 700;
    font-size: 24px;
}

.contact-whatsapp,
.contact-tel,
.contact-email,
.contact-address {

    color: #3a382e;
    font-weight: 500;
    font-size: 16px;
}


@media screen and (max-width: 1000px) {
  
     body {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        min-height: 100vh;
        
        
    }
   
    .container{
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        height: auto;
        justify-content: space-between;
        
        
        
    }
    
    .slide {
        display: flex;
        
        width: 90%;
        height: 10vh;
        margin-top: 130px;
        min-height: 40vw;
       box-sizing: border-box;
       gap: 10px;


    }
    .slide-text-1, .slide-text-2, .slide-text-3,.slide-text-4 {
        height: 3vw;
        padding: 10px;
        background-color: #3a382e;
        font-size: 2vw;
        color: #f7f7f7;
        font-weight: 600;
        cursor: pointer;
        transition: 0.5s;
        
    }
    .title-m2 {
        margin-top: 10px;
        color: var(--color-font-1);
        font-weight: 700;
        font-size: 1.6em;
    
    }
.who-we-are{
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .who-we-are-img {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        width: 80vw;
        
    }
    .home-item-2-4{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
       
       box-sizing: border-box;
    }

    .who-we-are-img-box {

        width: 100%;
        height: 100px;
        box-sizing: border-box;
    }
    .who-we-are-box {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        margin-top: 150px;
        background-image: none;
        width: 100%;
    

    }
    .who-we-are-box-margin {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 0;
        width: 100%;
        
    
    }
    .who-we-are-box-icon {
        width: 30vw;
        max-width: 200px;
        margin-top: -15vw;
       
    
    }

    .who-we-are-div {
        margin-top: 50px;
        background-image: linear-gradient(var(--color-3), #ffffff);
      padding: 0 12vw 200px 12vw;
      box-sizing: border-box;
      width: 100%;
        
    }
    .who-we-are-box-text {
        display: flex;
        flex-direction: column;
        
        padding: 10px 20px;
        min-width: 200px;
        width: 100%;
    }
    
    .who-we-are-text-title {
        min-height: 43px;
        display: flex;
        font-size: 2em;
        justify-content: center;
        text-align: center;
        
    }
    .text-m1 {
        
        font-size: 1.8em;
        background-color: #3A382E;
    }
    .text-m2 {
        margin-top: 10px;
        color: var(--color-font-1);
        font-weight: 500;
        text-align: justify;
        font-size: 1.2em;
        
    }
    .segment-title {
        font-size: 2em;
        text-align: center;
        margin-top: 0px;
    }
    .segment-item {
        width: 100%;
        
        min-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        margin-top: 30px;
        gap: 0vw;
    
    }
    .segment-item-1-2,.segment-item-2-2{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
       
        width: 90%;
        
    }
    
    .segment-item-box {
        margin-top: 50px;
        width: 78vw;
        max-width: 800px;
        min-height: 300px;
        padding: 30px 20px;
        min-width: 300px;
        
        box-shadow: 5px 5px 5px #ddd;
        border: 1px solid #ddd;
    }
    .contact-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-top: 50px;
        padding: 0 0 50px 0;
    }
    .contact-title {
        color: #3a382e;
        font-weight: 700;
        font-size: 40px;
    }
    .contact-whatsapp,
.contact-tel,
.contact-email,
.contact-address {

    color: #3a382e;
    font-weight: 500;
    font-size: 1em;
}
    .contact-map{
    width: 100%;
    
    }
    .contact-box-text{
        width: 80%;
    }
    .segment-item-orcamento {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
        
    
    }
    .solicite-seu-orcamento {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        font-size: 1.4em;
        
    }
     


}