*{ 
    margin: 0;
    padding: 0;
    text-decoration: none;
   list-style: none;
   scroll-behavior: smooth;
    
}


:root {
    --bg-color: #ff580b;
    --text-color: #fff;
    --main-color: #fd8829;
}

body {
    background: #303030;

}

.background {
    background-image: url(../imagem/nel.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}


.conteiner {
    position: relative;
    
}

.conteiner, .titulo h1 {
    color: #ffffff;
    position: absolute;
    font-family: Anton;
    padding: 200px 0 0 100px;
   align-items: center;
   justify-content: center;


}



@media (max-width: 382px) {
    .conteiner h1 {
        font-size: 160%;
    }
}
.conteiner , .titulo h1 span {
    color: #fc7b04;
    margin-left: 10px;
}

.imagem {
    text-align: center;
}

.conteiner , .titulo p {
    color: #fff;
    font-weight: 500;    
    font-size: clamp(1em, 1em + 1vw, 1.5em);
    width: 100vh;
    margin-top: 50px;
    position: absolute;
    font-family: Fjalla One;
    padding: 200px 0 0 100px;
}

.conteiner, .titulo a {
    color: #ffa806;
    position: absolute;
    left: 100px;
   font-size: clamp(1em, 1em + 1vw, 1.5em);
   margin-top: 25%;
   text-decoration: none;
   transition: .5s;
   font-family: Arial, Helvetica, sans-serif;

}




.conteiner, .titulo a:hover {
    color: rgb(255, 255, 255);
    border: solid 2px;
    padding: 3px;
    border-radius: 5px;
    transform: scale(1.1);
    box-shadow: 0px -25px 20px -20px rgba(255, 254, 254, 0.808), 25px 0 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
}
@media (max-width: 750px) {
    .conteiner, .titulo p {
        max-width: 100%;
        margin-top: 90px;
        margin-left: -10%;
    }

    .conteiner, .titulo h1 {
        margin-left: -10%;
    }

    .background {
        width: 100vh;
    }

    .conteiner, .titulo a {
        margin-top: 76% ;
        margin-left: -80px;    
      }
  }

@media (max-width: 390px) {
    .conteiner, .titulo p {
        max-width: 50%;
        margin-top: 90px;
        margin-left: -25%;
    }

    .conteiner, .titulo h1 {
        margin-left: -25%;
    }
    .conteiner, .titulo a {
        margin-top: 190% ;
        right: 50px;
      }
  }

@media (max-width: 360px) {
    .conteiner, .titulo p {
        max-width: 50%;
        margin-top: 90px;
        margin-left: -25%;
    }

    .conteiner, .titulo h1 {
        margin-left: -25%;
    }
    .conteiner, .titulo a {
        margin-top: 150% ;
        right: 50px;
      }
}




@media (max-width: 550px) {
    .conteiner, .titulo p {
        max-width: 100%;
        margin-top: 90px;
        margin-left: -10%;
    }

    .conteiner, .titulo h1 {
        margin-left: -10%;
    }

    .background {
        width: 100vh;
    }

}

    



@media (max-width: 360px) {
    .section {
        min-height: 200vh;
    margin-top: 100px;
    }
}

@media (max-width: 379px){
    .image-section iframe {
        padding-left: 40px;
        
    }
}


.section {
    width: 100%;
    min-height: 120vh;
    margin-top: 100px;
}



.container {
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 100px;
}


.container-section {
    float: left;
    width: 55%;
}

.image-section {
    float: right;
    width: 40%;
}

.image-section iframe {
    margin: 10px;
    transition: 2s;
    
}

.image-section iframe:hover {
    box-shadow: rgba(255, 255, 255, 0.925) 0px 5px 15px;
    
}

.container-section .title {
    text-transform: uppercase;
    font-size: 28px;
    font-family: Anton;
    color: var(--text-color);
}

.container-section .title span {
    color: #fc7b04;
}

.container-section .content h3 {
    margin-top: 20px;
    color: var(--main-color);
    font-family: Anton;
    font-size: 25px;
    
}


.container-section .content p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-color);
    font-family: Fjalla One;
    

}

.container-section .content .button {
    margin-top: 30px;
}

.container-section .content .button a {
    background-color: var(--main-color);
    padding: 12px 40px ;
    font-family: Fjalla One;
    text-decoration: none;
    color: var(--text-color);
    border-radius: 30px;
    font-size: 15px;
    letter-spacing: 1.5px;
    transition: .50s;
}


    




.container-section .content .button a:hover {
    background-color: transparent;
    border: 2px solid var(--main-color); 
    box-shadow: rgba(255, 255, 255, 0.925) 0px 5px 5px;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .container {
        width: 80%;
        display: block;
        margin: auto;
        padding-top: 50px;
        /* margin-left: 50%; */
    }
    .container-section {
        float: none;
        width: 100%;
        display: block;
        margin: auto;
    }
    .image-section iframe {
        width: 45vh;
        height: 45vh;
        float: none;
        display: block;
        margin-top: 70px;
        margin-left: -29vh;
    }
    .container-section .title {      
        font-size: 19px;
    }
    .container-section .content .button {
        text-align: center;
    }
    .container-section .content .button a {
        padding: 9px 30px;
        
    }
}




@media (max-width: 390px) {
    .container-section .content .button  {
        padding: 9px 30px;
        font-size: 1px;
        display: grid;

    }
}


@media (max-width: 440px) {
    .container-section .content .button a {
        padding: 9px 30px;
       display: grid;
        margin-top: 20px;
    }
}


.image-section audio {
    background-color:  #fc7b04;
    text-decoration: none;
    padding: 5px;
    color: var(--text-color);
    border-radius: 30px;
    font-size: 15px;
    letter-spacing: 1.5px;
    transition: .50s;
    
}

.image-section audio {
    margin-top: 140px;

}


.image-section audio:hover {
    background-color: transparent;
    border: 2px solid var(--main-color); 
    box-shadow: rgba(255, 255, 255, 0.925) 0px 5px 5px;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .image-section audio {
        margin-top: -25px;
        margin-left: -180px;
    }
}




/* Estilos para o footer */
.footer {
    background-color: #333;
    color: white;
    text-align: center;
    font-family: Anton;
    padding: 20px;
    bottom: 0;
   
  }

  /* Estilos para links no footer */
  .footer a {
    color: #f2f2f2;
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer a:hover {
    color: #d44e00;
  }

  @media (max-width: 368px) {
    .footer {
        margin-top: 40%;
        width: 100vh;
    }

    
  }



  

