html {
    scroll-behavior: smooth;
}
body{
  background: #453c69;
  font-family: 'Familjen Grotesk';
  color: #fff;
}
.button{
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 200px;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
  border: 2px solid transparent;
}
.button1{
  background: #F8E5D7;
  padding-bottom: 4px;
  color: #302746;
}
.button1:hover{
  background: #302746;
  border: 2px solid #F8E5D7;
}
.button1:hover{
  color: #F8E5D7;
}
.button2{
  background: #302746;
  width: 350px;
  padding-bottom: 4px;
  color: #F8E5D7;
}
.button2:hover{
  background: #F8E5D7;
  border: 2px solid #302746;
  color: #302746;
}
#header{
  height: 90px;
  width: 1180px;
  background: #016660;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 13px 50px;
}
nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  margin-top: 45px;
  font-size: 16px;
}
nav a{
  border-right: 1px solid #fff;
  padding-right: 10px;
}
nav a:hover{
  text-decoration: underline;
}
nav a:last-child {
  border-right: none;
}
#main{ 
  width: 1180px;
  margin: auto;
  padding: 20px 50px;
  background: #302746 url(../images/main-bg.jpg) no-repeat;
  height: 638px;
  background-size: contain;
  padding-top: 150px;
}
h1{
  font-family: 'Newsreader';
  font-size: 45px;
  line-height: 1;
  width: 445px;
  margin-bottom: 50px;
}
h1 b i{
  color: #F8E5D7;
  font-size: 60px;
}
#versiculo{
  width: 1180px;
  margin: auto;
  padding: 130px 200px;
  background: #016660;
}
#versiculo p{
  font-family: 'Newsreader';
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
#versiculo span{
  font-size: 25px;
  text-align: center;
  display: block;
}
#ricanegocios{
  width: 1180px;
  margin: auto;
  padding: 20px 50px;
  background: url(../images/negocios-bg.jpg) no-repeat;
  height: 1075px;
  background-size: contain;
  padding-top: 150px;
}
#ricanegocios h2{
  font-family: 'Newsreader';
  font-size: 44px;
  line-height: 1;
  color: #302746;
  width: 570px;
  padding-top: 80px;
}
#ricanegocios p {
  margin-top: 100px;
}
#ricaonline{ 
  width: 1180px;
  margin: auto;
  padding: 20px 50px;
  background: url(../images/online-bg.jpg) no-repeat;
  background-size: contain;
  height: 822px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ricaonline h2{
  font-family: 'Newsreader';
  font-size: 50px;
  line-height: 1;
  color: #F8E5D7;
  text-align: center;
  margin-bottom: 70px;
  width: 930px;
}
#ricacast{  
  width: 1180px;
  margin: auto;
  padding: 20px 50px;
  background: url(../images/cast-bg.jpg) no-repeat;
  background-size: contain;
  height: 805px;
}
#ricacast h3{
  font-family: 'Newsreader';
  font-size: 80px;
  font-weight: bolder;
  line-height: 1;
  color: #F8E5D7;
  width: 440px;
  margin-top: 350px;
  text-align: center;
  margin-bottom: 50px;
}
#ricacast p {
  width: 440px;
  display: flex;
  justify-content: center;
}
#ricassia{ 
  width: 1180px;
  margin: auto;
  padding: 20px 50px;
  background: url(../images/ricassia-bg.jpg) no-repeat;
  background-size: contain;
  height: 729px;
}
#ricassia h2{
  font-family: 'Newsreader';
  font-size: 80px;
  color: #302746;
  width: 630px;
  text-align: center;
  font-weight: bolder;
  margin-top: 205px;
  line-height: 1;
}
#ricassia h3{
  font-family: 'Newsreader';
  font-size: 40px;
  color: #302746;
  text-align: center;
  width: 630px;
  margin-bottom: 50px;
}
#ricassia h4{
  font-family: 'Newsreader';
  font-size: 35px;
  color: #302746;
  text-align: center;
  width: 630px;
  line-height: 1;
  padding: 0 50px;
}
#ricassia p {
  width: 630px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#curso{ 
  width: 1180px;
  margin: auto;
  padding: 20px 50px;
  background: url(../images/curso-bg.jpg) no-repeat;
  background-size: contain;
  height: 472px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#curso p a{
  font-family: 'Newsreader';
  font-size: 80px;
  font-weight: bolder;
  width: 560px;
  border: 2px solid #302746;
  border-radius: 130px;
  line-height: 0.8;
  text-align: center;
  padding: 30px;
}
#inscreva{ 
  width: 1180px;
  margin: auto;
  padding: 20px 50px;
  background: url(../images/inscreva-bg.jpg) no-repeat;
  background-size: contain;
  height: 702px;
}
#inscreva h2{
  font-family: 'Newsreader';
  font-size: 60px;
  color: #F8E5D7;
  text-align: center;
  width: 688px;
  margin: auto;
  line-height: 1;
  margin-top: 90px;
}
.hidden{
  display: none;
}
#inscreva p {
  margin-top: 260px;
  display: flex;
  justify-content: center;
}
#rodape {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1180px;
  margin: auto;
  padding: 20px 50px;
  height: 100px;
  background: #016660;
  box-sizing: border-box;
}
#rodape .coluna {
  display: flex;
  align-items: center;
}
#rodape .coluna1 {
  flex: 1; 
}
#rodape .coluna2 {
  flex: 0 0 50%; 
  justify-content: center;
}
#rodape .coluna2 p {
  font-family: 'Newsreader';
  font-size: 25px;
  color: #F8E5D7;
  text-align: center;
  margin: 0;
}
#rodape .coluna3 {
  flex: 1;
  justify-content: flex-end;
  gap: 10px;
}
#rodape .coluna3 img {
  width: 30px;
  height: 30px;
  transition: opacity 0.3s;
}
#rodape .coluna3 img:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  #header {
    width: 1000px;
  }
  #main {
    width: 1000px;
    height: 540px;
  }
  h1 {
      font-size: 40px;
      width: 375px;
  }
  #versiculo {
    width: 1000px;
  }
  #ricanegocios{
    height: 912px;
    width: 1000px;
  }
  #ricanegocios h2 {
    font-size: 38px;
    width: 520px;
    padding-top: 60px;
  }
  #ricaonline {
    width: 1000px;
    height: 697px;
  }
  #ricaonline h2 {
    font-size: 45px;
    width: 800px;
  }
  #ricacast {
    width: 1000px;
    height: 683px;
  }
  #ricacast h3 {
    margin-top: 300px;
    font-size: 70px;
    width: 370px;
  }
  #ricacast p {
    width: 370px;
  }
  #ricassia {
    width: 1000px;
    height: 618px;
  }
  #ricassia h2 {
    font-size: 70px;
    width: 520px;
  }
  #ricassia h3 {
    font-size: 30px;
    width: 520px;
  }
  #ricassia h4 {
    font-size: 30px;
    width: 520px;
  }
  #ricassia p {
    width: 520px;
  }
  #curso {
    width: 1000px;
    height: 400px;
  }
  #curso p a {
    font-size: 65px;
    width: 480px;
  }
  #inscreva {
    width: 1000px;
    height: 596px;
  }
  #inscreva h2 {
    font-size: 52px;
    margin-top: 70px;
  }
  #inscreva p {
    margin-top: 240px;
  }
  #rodape {
    width: 1000px;
  }
}
@media (max-width: 800px) {
  .button {
    font-size: 24px;
    width: 180px;
  }
  .button2 {
    width: 250px;
  }
  #header {
    width: 780px;
    padding: 13px;
  }
  nav {
    gap: 6px;
    font-size: 13px;
  }
  nav a{
    padding-right: 5px;
  }
  #main {
    width: 780px;
    height: 422px;
    padding: 20px;
    padding-top: 100px;
  }
  h1 {
    font-size: 30px;
    width: 305px;
  }
  #versiculo {
    width: 780px;
    padding: 100px 150px;
  }
  #versiculo p {
    font-size: 30px;
  }
  #versiculo span {
    font-size: 22px;
  }
  #ricanegocios {
    height: 710px;
    width: 780px;
    padding: 20px;
  }
  #ricanegocios h2 {
    font-size: 30px;
    width: 410px;
    padding-top: 30px;
  }
  #ricanegocios p {
    margin-top: 50px;
  }
  #ricaonline{
    width: 780px;
    height: 544px;
    padding: 20px;
  }
  #ricaonline h2 {
    font-size: 34px;
    width: 600px;
  }
  #ricacast {
    width: 780px;
    height: 532px;
    padding: 20px;
  }
  #ricacast h3 {
    margin-top: 230px;
    font-size: 55px;
    width: 310px;
  }
  #ricacast p {
    width: 310px;
  }
  #ricassia {
    width: 780px;
    height: 482px;
    padding: 20px;
  }
  #ricassia h2 {
    font-size: 60px;
    width: 430px;
    margin-top: 135px;
  }
  #ricassia h3 {
    font-size: 25px;
    width: 430px;
    margin-bottom: 20px;
  }
  #ricassia h4 {
    font-size: 22px;
    width: 430px;
  }
  #ricassia p {
    width: 430px;
  }
  #curso {
    width: 780px;
    height: 311px;
  }
  #curso p a {
    font-size: 55px;
    width: 440px;
  }
  #inscreva {
    width: 780px;
    height: 464px;
  }
  #inscreva h2 {
    font-size: 40px;
    margin-top: 70px;
  }
  #inscreva p {
    margin-top: 200px;
  }
  #rodape {
    width: 780px;
    padding: 20px;
  }
  #rodape .coluna2 p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .button {
    font-size: 22px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  #header {
    width: 100%;
    height: 150px;
    flex-direction: column;
  }
  #logo {
    margin: auto;
  }
  nav {
    gap: 2px;
    font-size: 11px;
    margin-top: 25px;
  }
  nav a{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 3px;
  }
  #main {
    background: #302746 url(../images/main-bg.jpg) no-repeat bottom right;
    background-size: 190%;
    width: 100%;
    height: 640px;
    padding-top: 20px;
  }
  h1 {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  h1 b i {
    font-size: 50px;
  }
  #versiculo {
    width: 100%;
    padding: 50px 20px;
  }
  #versiculo p {
    font-size: 26px;
  }
  #versiculo span {
    font-size: 20px;
  }
  #ricanegocios {
    background: #302746 url(../images/negocios-bg.jpg) no-repeat bottom right;
    background-size: 160%;
    width: 100%;
    height: 1080px;
    padding-top: 20px;
  } 
  #ricanegocios h2 {
    font-size: 26px;
    width: 100%;
    color: #F8E5D7;
    padding-top: 20px;
  }
  #ricanegocios p {
    margin-top: 25px;
  }
  #ricaonline {
    width: 100%;
    height: 510px;
    background: url(../images/online-bg.jpg) top center no-repeat;
    background-size: 730px;
  }
  #ricaonline h2 {
    font-size: 26px;
    width: 100%;
    margin-bottom: 20px;
  }

  #curso {
    width: 100%;
    background-size: auto;
    padding: 20px;
  }
  #curso p a {
    font-size: 45px;
    width: 95%;
  }
  
  #ricacast {
    width: 100%;
    height: 326px;
    padding: 20px;
  }
  #ricacast h3 {
    margin-top: 90px;
    font-size: 24px;
    width: 130px;
    margin-bottom: 20px;
  }
  #ricacast p {
    width: 130px;
  }
  #ricassia {
    width: 100%;
    height: 772px;
    padding: 20px;
    background-size: 180%;
    background-position: bottom right;
  }
  #ricassia h2 {
    font-size: 50px;
    width: 100%;
    margin-top: 20px;
    color: #F8E5D7;
  }
  #ricassia h3 {
    font-size: 22px;
    width: 100%;
    margin-bottom: 10px;
    color: #F8E5D7;
  }
  #ricassia h4 {
    font-size: 20px;
    width: 100%;
    color: #F8E5D7;
  }
  #ricassia p {
    width: 100%;
    margin-top: 22px;
  } 
  #ricassia .button {
    width: 200px;
  }
  #inscreva {
    width: 100%;
    height: 220px;    
    background: #302746;
  }
  .hidden {
    display: inline;
    font-weight: bold;
    font-style: italic;
  }
  #inscreva h2 {
    font-size: 26px;
    margin-top: 5px;
    width: 100%;
  }
  #inscreva p {
    margin-top: 35px;
  }
  #rodape{
    width: 100%;
  }
  #rodape .coluna1{
    flex: 0;
  }
  #rodape .coluna2{
    flex: 0 75%;
  }
  #rodape .coluna2 p {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  #inscreva h2 {
    font-size: 22px;
  }
}