.slider{
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: 0px;

}

.slider-container{
    display: grid;
    grid-template-columns: 5% 80%;
    grid-template-rows: auto;

}

.box {
    display: inline-block;
    width: 20px;
    height: 273px;
    font-family: 'k-ext-light';
    color: #476263;
  }

  .box > div {
    text-align: center;
    width: 600px;
    height: 20px;
    transform: rotate(-90deg) translate(-328px, 0);
    transform-origin: 0 0;
    display: grid;
    align-content: center;
    margin-left: -7px;
font-size: 1rem;
  }

  .box .box_text_1{
    padding-top: 1px;
    padding-right: 43px;
  }

  .box .box_text_2{
    background: linear-gradient(90deg, #82734C, #DED4AF, #796640);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #82734C;
    letter-spacing:normal;
    margin-left: 12px;
  }

.network-slide{
    z-index: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 39px;
}

.network-slide img{
    margin-top: 12px;
}
.slider .list{
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}

.slider .list {
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}

.slider_page .list {
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}

.dots img{
    margin-left: 10%;
}

.banner-texto{
    margin-top: 230px;
}

.slider .list img{
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    object-fit: fill;
}

.dots {
    list-style: none;
    padding: 0;
  }
  
  .animate-image {
    animation: moveUpDown 2s ease-in-out infinite alternate;
  }
  
  @keyframes moveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px); /* Ajuste a distância vertical desejada */
    }
  }


.slider .buttons{
    position: absolute;
    bottom: 3%;
    left: 2%;
    width: 2%;
    display: flex;
    justify-content: space-between;


}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 30px;
    right: 90px;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 0px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
    background-color: #F2CA80;
}


.text-banner{
    position: absolute;
    top: 280px; 
    left: 15%;
    z-index: 1;


    color: #ffffff;

}

.title-banner{
    font-family: 'b-semibold';
    font-size: 2.2rem;
    text-transform: uppercase;
}

.subtitle-banner{
    font-size: 1.2rem;
    font-family: 'k-regular';
}

.descr-banner{
    font-family: 'r-bold';
    font-size: 3rem;

    

}



.container-network{

    margin-top: 300px;
}

.form-int{
    position: absolute;
    right: 132px;
    height: 373px;
    top: 230px;
    background-color: #002E2E;
    
}
.form-int form{
    display: flex;
    flex-direction: column;

}

.form-int label{
    font-family: 's-medium';
    color: var(--cor-amarelo);
    margin-bottom: 2px;
}

.form-int p{
    text-align: center;

    background-color: #AD7D59;
    color: #003B3A;
    font-family: 'k-regular';
    width: 100% !important;
    font-size: 1.7rem;
    font-family: 'b-bold';
    padding-top: 10px;
}

.form-int div{
    display: flex;
}

.form-int input{
    width: 100%;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    border: 1px solid white;
    border-top: 0;
    color: white;
    padding: 7px;
    margin-bottom: 12px;
}

.form-int input::placeholder{

    color: #002E2E;


}

.email {
    margin-top: 10px;
}

.nome{
    margin-top: 10px;
}




.form-int button{
    background-color: #AD7D59;
    border: 0;
    margin-top: 10px;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;

}
.form-int {
    width: 304px;


}

.form-int form{
    padding-bottom: 20px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
}





@media only screen and (max-width: 782px) {

    .slider {
        width: 100vw;
        max-width: 100vw;
        height: 200px;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
    }

    .subtitle-banner{
        display: inline;
        font-size: 0.7rem;


    }

    .network-slide{
        display: none;
    }

    .title-banner {
        font-family: 'o-regular';
        font-size: 1rem;
        text-transform: uppercase;
    }

    .subtitle-banner {
        font-size: 1rem;
        font-family: 'k-regular';
    }

    .descr-banner {
        font-family: 'r-bold';
        font-size: 1.5rem;
    }

    .slider .list{
        position: absolute;
        width: 100%;
        height: 200px;
        left: 0;
        top: 0;
        display: flex;
        transition: 1s;
    }
    .slider .list img{
        width: 100vw;
        max-width: 100vw;
        height: 200px;
        object-fit: fill;
    }

    

    .text-banner button{
        background: #FFCB05;
    border: 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-family: 'r-medium';
    margin-top: 20px;
}

.slider .dots li {
    list-style: none;
    width: 10px;
    height: 6px;
    background-color: #fff;
    margin: 10px;
    transition: 0.5s;
}

}

@media only screen and (max-width: 782px) {

    .slider {
        width: 100vw;
        max-width: 100vw;
        height: 150px;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
    }

    .slider .dots{
        display: none;
    }

    .slider .list img {
        width: 100vw;
        max-width: 100vw;
        height: 150px;
        object-fit: fill;
    }

    .text-banner {
        position: relative;
        top:230px;
        left: initial;
        z-index: 1;
        font-family: 'r-medium';
        text-align: center;
        color: #ffffff;
    }

    .text-banner{
        display: none;
    }

    .descr-banner {
        font-family: 'r-bold';
        font-size: 1rem;
    }

    .text-banner button{
        background: #FFCB05;
    border: 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-family: 'r-medium';
    margin-top: 12px;
}

.mobile-container img {
    width: 250px;
    height: auto;
    margin-top: -20px;
    margin-left: -30px;
}


.form-int{
    position: relative;
    right: 0px;

    top: 0px;
    background-color: #002E2E;
    margin-top: 33px;
}
.form-int form{
    display: flex;
    flex-direction: column;

}

.form-int p{

    text-align: center;

    background-color: #AD7D59;
    color: #003B3A;
    font-family: 'k-regular';
    width: 100% !important;
}

.form-int div{
    display: flex;
}

.form-int input{
    width: 100%;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #456162;
    color: #002E2E;


}

.form-int input::placeholder{

    color: #002E2E;


}

.email {
    margin-top: 10px;
}

.nome{
    margin-top: 10px;
}

.form-informativo{
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    justify-items: center;
}




.form-int button{
    background-color: #AD7D59;
    border: 0;
    color: #ffffff;
    font-weight: bold;

}
.form-int {
    width: 350px;


}

.form-int form{
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
}



}