@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url("https://use.typekit.net/kmi0qos.css");

* {
    margin: 0;
}



body {
    scroll-behavior: smooth !important;
}

.s-expositor {
    margin-top: -10px;
}

.btn-pedido {
    margin: 0;
    text-align: center;

}

.btn-expositor {
    width: 100%;
    max-width: 315px;
    background: #9A9A66;
    color: #fff;
    justify-content: center;
    line-height: 54px;
    font-size: 21px;
    font-weight: 700;
    border-radius: 10px;
    font-family: 'Poppins', serif;
    transition: all .3s;
    cursor: pointer;
    transition: all .3s;
    z-index: 3;
    margin-bottom: 100px;
    text-align: center;
    margin: 5px auto 15px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-expositor:hover {
    background: #cac6b0;
    color: #9A9A66;
}

.posicao-conteudo {
    margin-left: 600px;
}

.primeiro-texto-expositor {
    margin-top: 10px;
}

.primeiro-texto-expositor p {
    line-height: 8px;
}

.primeiro-texto-expositor .paragrafo-1{
    font-size: 17px;
    color: #56321f;
    font-weight: 300;
    margin: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 390px;
}
  

.primeiro-texto-expositor .paragrafo-2{
    font-size: 17px;
    color: #56321f;
    font-weight: 800;
    margin: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 390px;
   
}
.primeiro-texto-expositor h1{
    font-size: 90px;
    color: #6f824a;
    font-weight: 700;
    margin: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 550px;

    
}

.primeiro-texto-expositor h3{
    font-size: 68px;
    color: #6f824a;
    font-weight: 500;
    margin: auto;
    text-align: center;
    font-family: 'kepler-std-semicondensed-dis';
    width: 100%;
    max-width: 550px;
    margin-top: -15px;
    margin-bottom: 35px;
    
    
}

.imagens-expositor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 20px auto 30px auto;
    width: 100%;
    max-width: 500px;
    
}

.segundo-texto-expositor .paragrafo-1{
    font-size: 14px;
    color: #56321f;
    font-weight: 400;
    margin: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 360px;
    margin-top: 40px;
    line-height: 22px;
}
  

.segundo-texto-expositor .paragrafo-2{
    font-size: 14px;
    color: #a6986d;
    font-weight: 800;
    margin: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 560px;

   
}
.segundo-texto-expositor .paragrafo-2 span{
    margin-right: 10px;
    margin-left: 10px;

}

.s-expositor {
    background-color: #e5decb;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    min-height: 800px;
    z-index: 1;
  }
  

  /* Imagem curva à esquerda */
.s-expositor .img-esquerda {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

/* Imagem curva à direita */
.s-expositor .img-direita {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

/* Garante que o conteúdo fique acima das imagens */


.s-expositor {

background-repeat: no-repeat;
background-position: left center;
background-size: 40% 100%;  /* imagem ocupa 30% */

}

@media screen and (max-width: 1120px)  {
    .primeiro-texto-expositor h1 {
        font-size: 70px;
    }
    .primeiro-texto-expositor h3 {
        font-size: 48px;
    }
    .primeiro-texto-expositor .paragrafo-1 {
        font-size: 15px;
    }
    .primeiro-texto-expositor .paragrafo-2 {
        font-size: 15px;
    }

    .btn-expositor {
        line-height: 50px;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Poppins', serif;
        cursor: pointer;
        text-align: center;
    }
    
    .segundo-texto-expositor .paragrafo-1 {
        font-size: 13px;
    }

    .segundo-texto-expositor .paragrafo-2 {
        font-size: 12px;
    }
}

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

.posicao-conteudo {
    margin-left: auto;
}

.s-expositor .img-esquerda {
    display: none;
}


.s-expositor {
    order: 1;
    margin: 0;
    padding: 40px 16px;
}

/* Esconde imagem lateral no mobile */
.s-expositor .form-revenda-pedido .left {
    display: none;
}

.s-expositor .title h2 {
    width: 100%;
    font-size: 34px;

}

.s-expositor .form-revenda-pedido .right .title span {
    font-size: 18px;
}


.s-expositor .form-revenda-pedido {
    margin: 40px auto 60px;
    max-width: 100%;
    height: auto;
    padding: 24px;
    flex-direction: column;
}

.s-expositor .form-revenda-pedido .right {
    max-width: 53%;
    padding: 0px;
}
.s-expositor .form-revenda-pedido .right form .wrapper input,
.s-expositor .form-revenda-pedido .right form .wrapper input[type=submit] {
    width: 100% !important;
    margin: 15px 0 0 0;

}

}

@media (max-width: 1545px) and (min-width: 1024px) {
    section .img-direita {
        display: none;
    }


    .s-expositor .form-revenda-pedido  {
        left: 274px;
    }

    .s-expositor .btn-revendedora-pedido {
        margin-left: 550px;
    }
}

@media (min-width: 640px) and (max-width: 1024px) {
    .faq-question span.faq-text { 
        font-size: 17px;
    }
}

@media screen and (max-width: 639px) {
    .cards-container {
        grid-template-columns: repeat(1,1fr);
        padding: 0 16px;
        margin-top: 40px;
    }

    .faq-question span.faq-text { 
        font-size: 15px;
    }
    
}

@media  screen and (max-width: 320px) {
    .s-expositor .radio-group-custom {
        flex-flow: column;
        gap: 30px;
  
    }
    
}


@media screen and (max-width: 1420px) {
    .swiper-button-next {
        right: 10%;
      }

    .swiper-button-prev {
        left: 10%;
      }
}

@media screen and (max-width: 1240px) {
    .swiper-button-next {
        right: 5%;
      }

    .swiper-button-prev {
        left: 5%;
      }
    
}

@media screen and (max-width: 1100px) {
    .swiper-button-next {
        right: 1%;
      }

    .swiper-button-prev {
        left: 1%;
      }
    
}



  