@font-face{
    font-family: 'Barlow Extrabold';
    src: url('fontes/Barlow-ExtraBold.woff')
    format('truetype');
}
@font-face{
    font-family: 'Barlow Regular';
    src: url('fontes/Barlow-Regular.woff')
    format('truetype');
}
html{
    
    scroll-behavior: smooth;

}
body {
  background-color: #1a1a1a;

  background-image:
    radial-gradient(rgba(255, 255, 255, 0.034) 2px, transparent 1px), /* Padrão de pontos */
    radial-gradient(circle at 0% 0%, rgba(255, 145, 0, 0.158), transparent 400px),
    radial-gradient(circle at 100% 16%, rgba(255, 145, 0, 0.068), transparent 500px),
    radial-gradient(circle at 0% 35%, rgba(255, 145, 0, 0.158), transparent 400px),
    radial-gradient(circle at 0% 50%, rgba(255, 145, 0, 0.158), transparent 400px),
    radial-gradient(circle at 100% 65%, rgba(255, 145, 0, 0.068), transparent 500px);

  background-size:
    30px 30px,     /* Tamanho do padrão de pontos */
    cover, cover, cover, cover, cover;

  background-repeat:
    repeat,        /* Repetir o padrão de pontos */
    no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;

  color: white;
  font-family: 'Barlow Regular';
  font-size: 21px;
  margin: 0;
}

h1{
    color:white;
    font-size: 40px;
    font-family: 'Barlow Extrabold';
}
h2{
    color:white;
    font-size: 40px;
    font-family: 'Barlow Extrabold';
}
h3{
    font-family: 'Barlow ExtraBold';
    margin: 0;
}

p{
    margin: 0;
    margin-TOP: 10px;
}
.highlight {
    color: #FE8600;
}
       
.container {
    margin: auto;
    max-width: 1500px;
}
#secao1{
    display: flex;
    height: 100vh;
    padding-top: 100px;
}
#secao2{
    height: 80vh;
   
}
#secao3{
    background-color: #FFFAF5;
    height: 80vh;
    text-align: center;
    padding: 100px;
      background-image:
    radial-gradient(circle at 0% 10%, rgba(255, 145, 0, 0.445), transparent 300px);
    
}
#secao3 h2{
    color:black;
    margin-bottom: 70px;
}
.principal{
    height: 650px;
    width: auto;
    margin-left: -100px;
}
#secao2 h2{
    text-align:center;
    margin-bottom: 100px;
}

.btn {
    display: inline-block;
    background: linear-gradient(88deg, #FE8600 37.02%, #FFE6CA 176.61%);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.25);
    color: black;
    padding: 15px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
    font-family: 'Barlow ExtraBold';
    font-size: 30px;
    text-align: center;
}
.btn:hover {
    background-color: #ff9900;
    transform: scale(1.05);
}

    .services {
            display: flex;
          
            gap: 20px;
            margin-top: 30px;
        }

        .service-item {
            padding: 20px;
            transition: transform 0.3s;
        }
        .service-item:hover {
            transform: translateY(-5px);
        }

.icone-servico{
    width: 40px;
    margin-bottom: -10px;
}

.entrega {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width:1200px ;
    margin: auto;

}
.entrega img{
    width:40px;
    height: auto;
}
.entrega-item {
    background-color: white;
    border-radius: 16px;
    padding: 20px;
    flex: 1 1 290px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    text-align:left ;
    font-size: 21px;
}

.entrega-item:hover {
    transform: translateY(-5px);
}

.entrega-item h3 {

    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: 'Barlow ExtraBold';
}

.entrega-item p {
  
    color: #333;
}

.icone-servico {
    width: 24px;
    height: 24px;
}

/* Botão especial */
.destaque-botao {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
}

#btn-destaque {
    position: relative;
    background: linear-gradient(to right, #ff9900, #ff6600);
    color: black;
    font-weight: bold;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(255, 153, 0, 0.3);
    overflow: hidden;
    display: flex;
    align-items: flex-end; /* Texto vai para baixo */
     text-decoration: none;
    
}
.destaque-botao p{
    font-family: 'Barlow ExtraBold';
   
    color: #000;
    font-size: 30px;
}
.btn-destaque:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 153, 0, 0.4);
}

.seta {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
}

#secao4{
    height: 70vh;
    padding: 100px;

}

#cta-form{
    display: flex;
    max-width: 1200px;
     justify-content: space-between;
    
}


.texto {
    max-width: 600px;
}
.formulario{
    max-width: 530px;
    text-align: center;
}
.formulario p {
    font-size: 20px;
    color: #ffffff;
}

form{
    display: flex;
    flex-direction: column;
}
input, textarea {
    
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    border: 1px solid #ff9900;
    background-color: #ffffff1a;
    backdrop-filter: blur(2px);
    color: rgb(255, 255, 255);
    font-family: 'Barlow Regular';
    font-size: 20px;
}
input::placeholder, textarea::placeholder {
  color: white;
  opacity: 1; /* Garante que não fica transparente */
}
textarea {
    height: 100px;
}
.botao {
    background: linear-gradient(to right, #ff9900, #ff6600);
    color: black;
    font-weight: bold;
    padding: 15px 25px;
    border-radius:30px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}
.botao:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(255,153,0,0.3);
}


.bene1 img{
    height: 50px;
    width: auto;
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}

#secao5{
       display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
    padding-bottom: 50PX;
    position: relative
}

/*portifolio*/


.wrapper {
    max-width: 1100px;
    width:100%;
    position:relative;
    padding-inline:35px ;
  
}

.wrapper svg{
    height: 50px;
    width: 50px;
    background: #FE8600;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    font-size: 2rem;
    z-index: 2;
    color: #000000;

}

.wrapper svg:first-child{
    left:-22px;
}
.wrapper svg:last-child{
    right:-22px;
}
.wrapper .carousel{
    display:grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 12px);
    gap:16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width:0;
}
.carousel{
    padding-block: 50px;
}
.carousel::-webkit-scrollbar{
    display: none;
}
.carousel.no-transition{
    scroll-behavior: auto;
}
.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}
.carousel.dragging .card{
    cursor: grap;
    user-select: none;
}
.carousel .card{
    scroll-snap-align: start;
    height: 400px;
    list-style: none;
    background: #FFF;

    border-radius: 30px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    cursor: pointer;

}

.card .img{
    position: relative;
    z-index: 1;
    width: 100%;

}
.card .img img{
    height: 400px;
    width: 100%;
    object-fit:cover;
    border-radius: 30px;
    display: block;
}

.sombra{
    height: 400px;
    width: 100%;
    background: linear-gradient(transparent, black);
    filter: opacity(0.5);
    position: absolute;
    z-index: 1; 
    border-radius: 30px;
}

.titulo-img-port{
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #fff;
    font-size: 25px;
    font-family: 'Barlow ExtraBold';
    text-align: left;
    padding: 2px;
    /*text-shadow: 0px 5px 20px black;*/
    overflow: hidden;
    z-index: 2;
        margin: 10px;
}
.card .detalhes_port{
    padding-left: 15px;
    width: 100%;
    margin-top: 15px;
    line-height: 1.5rem;
    font-family: 'Barlow Regular';

}

.lista_servicos img{
    width: auto;
    height: 25px;
    margin-right: 10px;
}
.card .detalhes_port li{
    list-style: none;
    font-family: 22px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    
}

#modal-porti {
    z-index: 10;
    display: none;
    position: fixed;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.modal-content-porti {
    display: block;
    width: 80%;
    max-width: 600px;
}

.close {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#caption {
    color: #ccc;
    font-size: 3rem;
    width: 40rem;
    text-align: left;
    font-family: 'Barlow Bold';
    padding-bottom: 2rem;
    
}


.conteudofoto  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
}

.conteudofoto img{
    padding-right: 2rem;
    
}

.refer{
   padding-left: 5rem;
    display: block;
    

}
.refer li{
    text-align:left;
    padding-left: 50px;
    list-style:inside;
    
    
}


#details {
    color: #ccc;
    font-size: 1.5rem;
    text-align: left;
    font-family: 'Barlow Regular';
    padding-top: 10rem;
}

#secao6{
    height: 80vh;
    display: flex;
    background: #FFFAF5;
    align-items: center;
    color: #000;
    justify-content: center;
    
      background-image:
    radial-gradient(circle at 0% 50%, rgba(255, 145, 0, 0.445), transparent 300px);
}

#secao6 h2{
    width: 500px;
    color: #000;
}

.bene1{
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0px 4px 30px 0px rgba(92, 49, 0, 0.13);
    display: flex;
      margin-top: 20px;

}

.bene1 img{
    object-fit:contain;
    margin-right: 20px;
}

.footer{
    text-align: center;
    background: #131313;
    font-size: 16px;
    padding: 10px;
}

/* Inicialmente, os elementos estão invisíveis */
.fade-in {
    opacity: 0;
    transform: translateY(50px); /* Começa mais abaixo */
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Quando a classe 'show' é adicionada, eles aparecem */
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 868px){
  
    #secao1{
        flex-direction: column;
        padding-top: 20px;
        text-align: center;
        height: 80vh;
        align-items:center;
        padding: 20px;
    }
    h1{
        font-size: 35px;
        margin-top: 50px;
    }
    .principal{
        width: 100%;
        height: auto;
        margin: 0;
       display: none;
    }
    #secao1 p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .btn{
        font-size: 20px;
        text-align: center;
       
    }

    h2{
        font-size: 30px;
    }

    .services{
        flex-direction: column;
        gap:0;
    }
    #secao2{
        height: auto;
        padding-bottom: 100px;
        text-align: center;
        
    }
    .icone-servico{
        margin-bottom: -3px;
    }

    .service-item{
        padding-top: 0;
        padding-bottom: 40px;
    }

    #secao3{
        padding: 50px 20px 100px 20px;
        height: auto;
        background-image: none;
    }

    #btn-destaque{
        height: 190px;
    }

    #secao4{
        padding: 50px 20px;
        height: auto;
        align-items: center;
        
        
    }
    #secao4 h2{
        font-size: 25px;
    }
    #cta-form{
        flex-direction: column-reverse;
    }
    #cta-form img{
        display: none;
    }

    .wrapper {
       
        padding-inline: 30px;
    }
    .refer{
        padding-left: 5rem;
         display: none;
     }

     .conteudofoto img{
        padding-right: 0;
        margin-top: 100px;
       width: 100%;
     }

     #secao5{
        text-align: center;
        padding: 60px;
     }

     .formulario{
        margin-top: 50px;
     }
     #secao6 h2{
        text-align: center;
        width: 100%;

     }
     #secao6{
        flex-direction: column;
        height: auto;
        padding: 50px 20px 100px 20px;

        
     }
     h3{
        font-size: 20px;

      }
      p{
        font-size: 16px;
      }

      .footer img{
        width: 200px;
      }
}

.ir_topo {
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 70px;
    height: 70px;
    border-image: 50%;
    object-fit: cover;
    justify-content: center;
    align-items:center;
    text-decoration: none;
    border-radius: 50%;
    z-index: 11;
    box-shadow:5px 10px 20px rgba(0, 0, 0, 0.2);
}
.ir_topo::after {
    font-size: 32px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    transition: margin-top 250ms;
}
.ir_topo:hover::after {
    margin-top:-8px;
}
.ir_topo img{
    width: 100%;
}

@media screen and (max-width:900px) {
    .wrapper .carousel{
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width:550px) {
    .wrapper .carousel{
        grid-auto-columns:100%;
    }
}