*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'BaksoDaging';
    src: url('/assets/fonts/BaksoDaging-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Built';
    src: url('/assets/fonts/built titling bd.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Built';
    src: url('/assets/fonts/built titling sb.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mundial';
    src: url('/assets/fonts/MundialNarrow-Medium-BF67624ba5a687e.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Moderniz';
    src: url('/assets/fonts/MUderniz-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: sans-serif;
    background-image: url('/assets/background1.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

a {
  text-decoration: none;
}

.header{
    text-align: center;
    color: #ddd;
    background-image: url('/assets/header/header.png');
    background-position: center -70px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;

    font-family: 'Mundial', sans-serif;
    font-size: 1.3rem;

    position: absolute;
    top: 0;

    transition: background-position 0.5s, transform 0.5s;
    z-index: 3;
}
.header:hover{background-position: center -50px;}

.header ul{
    list-style-type: none;
}
.header a{color: white; transition: color 0.2s;}
.header a:hover{color: rgb(118, 167, 210);}

.h-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 25px;
    transition: transform 0.5s;
}
.h-buttons{
    display: flex;
    gap: 40px;
}

.h-btn{transition: transform 0.3s; cursor: pointer;}
.h-btn:hover{transform: scale(1.05) translateY(-3px);}

.h-logo{
    height: 60px;
    width: 60px;
}
.h-logo img{height: 100%; width: 100%;}
.lead-page{
    display: flex;
    justify-content: space-around;
    font-family: 'BaksoDaging', sans-serif;
    height: 100vh;
    z-index: 1;
    padding-top: 75px;
}
.main-content{
    display: flex;
    align-items: center;
    gap: 150px;
}

.main-title{
    display: flex;
    flex-direction: column;
    width: 40vw;
    gap: 25px;
}

.main-title p{
    width: auto;
    font-size: 1rem;
    text-align: justify;
}
.main-form h3{
    font-size: 1.5rem;
}

.main-form{
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 0px;
    margin: 0;

    color: rgb(53, 107, 154);
}

.main-form h2{
    font-size: clamp(1.2rem, 2.5vw, 2.3rem);
    margin: -15px;
}
.main-form h3{
    font-size: clamp(1.2rem, 2vw, 1.8rem);
}
.main-form input[type="email"], input[type="tel"], input[type="name"]{
    outline: #000;
    background-color: transparent;
    height: 7.8vh;
    width: 20vw;
    border: none;
    padding: 0 10px;
    font-size: 1rem;
    font-family: 'BaksoDaging', sans-serif;
}

.main-form select{
    outline: #000;
    background-color: transparent;
    text-align: center;
    color: gray;
    
    height: 7.8vh;
    width: 21.5vw;
    border: none;
    padding: 0 10px;
    font-size: 1rem;
    appearance: none;
    font-family: 'BaksoDaging', sans-serif;
}
.main-form select:valid{color: #000;}

.form{
    height: 80%;
    border: solid 2px #555;
    border-radius: 25px;
    align-content: center;
    background-image: url("/assets/background1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.3);
}

#lead-form{
    width: 25vw;
    height: auto;
    gap: 10px;
}

#lead-form p{
    text-align: center;
    color: black;
    width: 20vw;
    font-size: 1rem;
}

.btn-submit{
    background-image: url("/assets/form/formButton.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 70px;
    width: 21.5vw;
    margin-top: 0px;
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s;
}
.btn-submit:hover{transform: scale(1.05);}

.btn-submit h2{
    position: relative;
    top: -45px;
}

.course-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    min-height: 100vh;
    z-index: 2;
    text-align: center;
}
.curso-title{
    display: flex;
    color: rgb(255, 255, 255);
    z-index: 3;
}
.cards{
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 50px;
    width: auto;
    z-index: 3;
    color: white;
}
#bg-curso{
    position: absolute;
    top: 90vh;
    width: 100%;
    height: auto;
}
.card{
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.2);
    height: 410px;
    width: 18vw;
    padding: 20px;
    gap: 15px;
    border-radius: 5px;
    transition: background-color 0.5s, transform 0.5s;
}
.card:hover{background-color: rgb(53, 107, 154); transform: scale(1.05);}

.card img{
  width: 100%;
  height: auto;
}
.card h2{
  font-size: 4.5rem;
  line-height: 2.5rem;
}
.card p{
  font-family: 'BaksoDaging', sans-serif;
  text-align: justify;
}
.card a{
  display: flex;
  flex-direction: column;
  color: white;
  gap: 15px;
}
.mid-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#seta-info{
  fill: #fff;
  height: 80px;
  transform: rotate(-45deg);
  float: right;
  cursor: pointer;
}


.kids-page{
  display: flex;
  justify-content: space-evenly;
  background-image: url("/assets/kids/kids_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  min-width: 100%;

  align-items: center;
  margin: 100px 0 -75px 0 ;
  padding: 30px 0px;
}
.kids-imgs{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#baby-img{
  width: 70%;
}
.kids-text{
  display: flex;
  flex-direction: column;
  color: white;
  width: min-content;
  text-align: center;
  gap: 10px;
}
.kids-p{
  font-family: 'BaksoDaging', sans-serif;
  text-align: justify;
  font-size: 1rem;
}
.kids-title{
  text-align: center;
  line-height: 83px;
}

.kids-btn{
  align-content: center;
  width: 430px;
  height: 100px;
  background-color: #fff;
  border: 0;
  border-radius: 25px;
  color: #000000;
  cursor: pointer;
  mix-blend-mode: screen;
}
.kids-btn:active{background-color: #76a7d2;}

.contact-page{
    display: flex;
    position: relative;
    justify-content: space-around;
    text-align: center;
    font-family: 'Built', sans-serif;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: position 0.5s;
}
.cont-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 31.25vw;
    position: absolute;
    top: 20%;
    left: 100px;
    gap: 15px;
    z-index: 2;
}
#cont-btn{transition: transform 0.3s;}
#cont-btn h2{
    align-content: center;
    color: white;
    border-radius: 20px;
    font-size: 3vw;
    background-color: rgb(53, 107, 154);
    height: 9.7vh;
    width: 18.3vw;
}
#cont-btn:hover{transform: scale(1.05);}
#cont-title{
    font-family: 'Moderniz', sans-serif;
    text-align: start;
    font-size: 2.5vw;
    width: 700px;
}
#cont-p{
    font-family: 'BaksoDaging', sans-serif;
    text-align: justify;
    font-size: 1rem;
}
.cont-img img{
    height: auto;
    width: 36vw;
    position: absolute;
    right: 0;
    bottom: 75px;
    z-index: 2;
}
#setinha{
  position: absolute; 
  top: 0; 
  margin-top: 30px; 
  width: 5vw; 
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;}
#bg-contato{
    height: 100%;
    width: 100%;
    z-index: 1;
}
.bot-page{
    display: flex;
    justify-content: center;
    align-items: end;
    color: white;
    height: 36vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-family: 'BaksoDaging', sans-serif;
    background-image: url('/assets/contato/papelPreto.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
.footer{
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 5%;
}
/* Atomic */

h1, h2, h3{
    font-family: 'Built', sans-serif;
    font-weight: normal;
}
#box1{
    background-image: url('/assets/form/formBox1.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#box2{
    background-image: url('/assets/form/formBox2.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#box3{
    background-image: url('/assets/form/formBox3.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#title-center{font-size: clamp(1rem, 2.5vw, 2.3rem);}
#p-center{text-align: center;}
#f-btn{color: #e4e4e4;}
a{
    text-decoration: none;
    height: fit-content;
}
.main-form select option {
  color: #000000;
}

.i-guitar{height: 100%;}
.i-teclado{height: 100%;}
.i-microfone{height: 100%;}
.i-violino{height: 100%;}
.i-violao{height: 100%;}
.i-baixo{height: 100%;}
.i-violoncelo{height: 100%;}
.i-acordeon{height: 100%;}
.i-viola{height: 100%;}
.i-infant{height: 100%;}
#t-card{position: absolute;}
#social{display:flex; position: absolute; right: 75px; bottom: 50px; gap: 15px; border-bottom: 1px solid #fff;}
#social a{color: white; transition: color 0.3s;}
#social a:hover{color: rgb(118, 167, 210);}
#olivial a{color: #5a7745;}
#bdog a{color: #3b6c54;}
#moderniz{
  font-family: 'Moderniz', sans-serif;
  /* clamp(min, preferido, max) */
  font-size: clamp(1rem, 1.5vw, 2.5rem);
  line-height: 1.1;
  margin: 0;
}
#built{
  font-family: "Built", sans-serif;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: 1.1;
  margin: 0;
}
.ajuste1{font-size: 56px;}
.ajuste2{font-size: 105px; margin: -30px;}
.ajuste3{font-size: 5.68rem;}
.ajuste4{font-size: 4.09rem;}
.azul11{color: rgb(118, 167, 210);}
.azul10{color: rgb(53, 107, 154);}


/* Media queries melhoradas para mobile */

@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }

  .header {
    background-position: center;
    font-size: 1rem;
    height: 250px;
    padding: 10px 0px;
  }
  .header:hover{background-position: center}

  .h-content {
    flex-direction: column;
    gap: 7px;
    margin-top: 0px;
  }

  .h-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .h-logo {
    height: 50px;
    width: 50px;
  }

  /* Seção Lead/Formulário */
  .lead-page {
    flex-direction: column;
    align-items: center;
    padding: 220px 20px 40px;
    height: auto;
    min-height: 100vh;
  }

  .main-content {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 500px;
  }

  .main-title {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .main-title img {
    width: 100%;
    max-width: 350px;
  }

  .main-title p {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
  }

  .main-form h3{
    font-size: 1.5rem;
  }
  #title-center{font-size: 1.8rem;}

  .form{
    height: 95vw;
  }
  #lead-form {
    width: 100%;
    padding: 0px;
    background-size: contain;
  }

  #lead-form input {
    height: 10vw;
    width: 40vw;
    font-size: 0.8rem;
    padding: 0 10px;
  }
  #lead-form select{
    height: 10vw;
    width: 43vw;
    font-size: 0.8rem;
    padding: 0px;
  }

  .btn-submit {
    width: auto;
    height: 9vw;
    margin-top: 5px;
  }

  .btn-submit h2 {
    font-size: 1.2rem;
    top: -85%;
  }

  #lead-form p {
    width: 80%;
    font-size: 0.7rem;
    margin-top: 0px;
  }

  /* Seção de Cursos */
  .course-page {
    height: auto;
    padding: 30px 0px;
    min-height: 80vh;
  }

  .curso-title {
    flex-direction: column;
    align-items: start;
    left: 0;
    top: 0;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
  }

  .curso-title p {
    width: 95%;
    align-self: center;
    max-width: 600px;
    font-size: 0.8rem;
    text-align: justify;
    margin-bottom: 0;
  }

  .ajuste1 {
    font-size: 24.76px;
    margin-left: 10px;
  }

  .ajuste2 {
    font-size: 65px;
    margin: -15px 0;
    margin-left: 10px;
  }

  .cards {
    height: 320px;
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: normal;
    overflow-x: scroll;
    overflow-y: clip;
  }

  .card {
    min-width: 150px;
    height: 272px;
    padding: 10px;
    position: relative;
  }
  .mid-title{justify-content: center;}
  .card p{font-size: clamp(0.6rem, 2vw, 1rem);}

  #seta-info{display: none;}
  .card h2 {
    font-size: 1rem;
    text-align: center;
    word-wrap: break-word;
    line-height: 1.1;
  }

  #bg-curso {
    top: auto;
    position: absolute;
    height: 700px;
    width: 100%;
  }

  .kids-page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -78px 0 -100px 0;
  }
  #kids-logo{width: 60%;}
  .kids-imgs{width: 80%; flex-wrap: nowrap;}
  .kids-text{
    display: flex;
    flex-direction: column;
    color: white;
    width: 350px;
    text-align: center;
    gap: 10px;
  }
  .kids-p{
    font-family: 'BaksoDaging', sans-serif;
    text-align: justify;
    font-size: 1rem;
  }
  .kids-title{
    text-align: center;
    line-height: 75px;
  }
  .kids-btn{
    width: 350px;
  }

  .ajuste3{font-size: 5rem;}
  .ajuste4{font-size: 3.60rem;}


  /* Seção de Contato */
  .contact-page {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0px;
    height: 340px;
  }

  .cont-text {
    width: 100%;
    max-width: 500px;
    left: 0;
    top: auto;
    bottom: 0px;
    align-items: center;
    gap: 17px;
    margin-bottom: 0px;
  }
  #cont-title {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
  }
  #cont-p {
    width: 80%;
    font-size: 0.8rem;
    margin-bottom: -10px;
    text-align: justify;
    line-height: 1.3;
  }

  #cont-btn h2 {
    font-size: 1.5rem;
    width: auto;
    height: 20px;
    padding: 15px 30px;
    border-radius: 25px;
  }

  .cont-img {
    display: flex;
    justify-content: center;
  }

  .cont-img img {
    visibility:hidden;
    position: relative;
    max-width: 300px;
    height: 0;
    bottom: 0;
    right: 0;
    margin-top: 20px;
  }

  #setinha img{
    width: 50px;
    margin-top: 75px;
    position: relative;
    right: auto;
    top: 0;
  }

  #bg-contato {
    position: absolute;
    width: 100%;
    height: 75%;
    bottom: 0;
    margin-top: 20px;
  }

  /* Footer */
  .bot-page {
    justify-content: space-between;
    height: 100px;
    width: 100%;
    padding: 0;
    background-size: cover;
    position: relative;
  }

  .footer {
    width: auto;
    font-size: 0.8rem;
    text-align: left;
    padding-bottom: 20px;
  }

  .footer p {
    margin-left: 15px;
  }

  #social {
    width: auto;
    gap: 10px;
    right: 20px;
    bottom: 20px;
    position: absolute;
  }
}

/* Media query adicional para telas muito pequenas */
@media (max-width: 480px) {
  .header {
    height: 200px;
    font-size: 0.9rem;
  }
  .h-content h1{
    font-size: 0.9rem;
  }

  .h-buttons {
    gap: 10px;
  }

  .lead-page {
    padding: 200px 0px 30px;
  }

  .main-content {
    max-width: 350px;
  }

  #cont-title {
    font-size: 1.3rem;
  }

  #cont-btn h2 {
    font-size: 1.2rem;
    padding: 12px 25px;
  }

  .footer {
    font-size: 0.7rem;
  }
}