@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;

}

body{
    background-color: #d4d5d4!important;
}

header{
    background-color: #fff;
}

span{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.bg-azul {
    color: #fff;
    background: url(../img/fundo.png) 50% 0 repeat;
    background-color: #3490b0;
    padding: 50px 0;
}

#whatsapp img{
  position: fixed; 
  right: 20px; 
  bottom: 20px; 
  z-index: 9999; 
  width: 60px; 
  height: 60px; 
  border-radius: 50%; 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); 
  transition: 0.3s;
}

#whatsapp img:hover{
  width: 70px!important;; 
  height: 70px!important;;
}


.logo{
    width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.logo img{
    max-width: 60% !important;
    margin: 20px;
}

.cont{
    margin-top: 50px;
    color: #fff;
}

.cont p{
    width: 70%;
    margin: 20px auto;
    font-size: 14pt;
}

.form{
width: 60%;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0.493);
padding: 50px;
border-radius: 25px;
margin-bottom: 25px;
}

.form iframe{
    width: 100%;
    height: 810px;
    margin: 0 auto;
    border-radius: 25px;
}

.contato{
    margin-top: 50px;
}

.contato a{
    text-decoration: none;
    color: #fff;
    font-size: 26pt;
    font-weight: bold;

}

.contato a:hover{
    color: #fff;
    font-weight: bold;
    color: #17c2ec;
}

.copy{
    background-color: #17c2ec;
    margin-bottom: -20px;
}

.copy p{
    padding: 10px;
}

.copy a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#sobre{
  padding: 150px 0;
}

#sobre h2{
  color: #9d9d9d;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.sobre-nos{
    margin-top: -120px;
    background-color: #fb842d;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,1);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,1);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,1);
}

.balao-branco {
    color: #fff;
    background: url(../img/fundo.png) 50% 0 repeat;
    background-color: #fb842d;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.balao-branco h3{
  margin-top: 25px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.aulas{
  text-align: center;
}

#aulas-extras{
  background-color: #f3f3f3;
  padding: 50px 0;
}

#aulas-extras h2{
    color: #9d9d9d;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.aulas img{
  border-radius: 50%;
  margin-bottom: 25px;
}

#bottom-bar{
    padding-top: 15px;
    padding-bottom:5px;
    margin-bottom: -30px;
    background: rgb(1 86 38);
    text-align: center;

}

#bottom-bar p{
    color: #002c13;
}

#bottom-bar a{
    text-decoration: none;
    color: #c9c9c9;
    transition: 0.3s;
}

#construcao{
    padding: 50px 0;
}

#construcao h2{
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

#instagram-mobile{
  display: none;
}

.btn-instagram{
  width: 100%;
  display: block;
  background-color: #f68633;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  padding: 15px;
  border-radius: 50px;
}


@media screen and (max-width: 699px){
  #whatsapp{
    display: none;
  }

  .logo{
    width: auto;
  }

  #sobre{
    padding: 80px 10px;
  }

  #instagram-mobile{
    display: block;
  }

  #instagram-desktop{
    display: none;
  }

  #mvv{
    margin-bottom: 100px;
  }

  #balao-infantil{
    margin-top: 120px;
  }

  .balao-branco{
    width: 90%!important;
    margin-left: 5%;
  }

  .form{
    width: 100%;
    padding: 20px;
  }


}