@import url(reset.css);
@import url(Untitled-1.txt);

body {
    background-color: rgb(4, 4, 4);
}

/* Header */

.banner {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(49, 168, 221, .2), rgba(0, 0, 0, .6)), url('../assets/images/organizada-sp.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  border-bottom: 1px solid #ffffff86;
}

/* Main */

#h2 {
  width: 100%;
  text-align: center;
  padding: 1rem;
}

h2 {
  font-size: 0.8rem;
  color: #ff0000;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: center;
  text-transform: uppercase;
} 

#imagem img{
  width: 100%;
  height: auto;
  padding: 0.8rem;
}

#txt {
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  padding-bottom: 1rem;
}

p {
  font-size: 0.9rem;
  color: white;
  text-align: center;
}

.modules-list {
  width: 100%;

}

.module {
  color: rgb(255, 255, 255);
  width: 80%;
  height: 3rem;
  margin: 0 auto 14px;
  border: 1px solid #ff0000;
  background-color: #560101;
  padding: 8px;
  border-radius: 100px;
  box-shadow: inset -5px 3px 4px rgba(0, 0, 0, .7);
  text-align: center;
  font-size: 0.9rem;
}

/* Video */

#video {
  width: 100%;
  height: 300px;
  padding: 0.5rem;
}

#botao {
  text-align: center;
  width: 100%;
  padding: 1rem;
}

button {
  color: #d0d0d0;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: transparent;
  border-image: linear-gradient(#b31717, #431616);
  border-image-slice: 10;
  
}

a {
  color: #ff0000;
}

#h3{
  padding: 0.5rem;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
  color: #d0d0d0;
}

/* 470px */

@media (min-width: 470px) {

  h2 {
    font-size: 0.90rem;
    padding-top: 0.50rem;
  }

  p {
    font-size: 1rem;
  }

  #imagem img{
    padding-inline: 2rem;
  }

  #txt p {
    padding-inline: 1rem;
  }

  .module {
    font-size: 1rem;
    align-content: center;
    height: 3.2rem;
  }

  #video {
    padding-inline: 2rem;
  }

  #h3 {
    padding-inline: 2rem;
  }

  button {
    width: 70%;
    font-size: 1rem;
  }
}

/* 530px */

@media (min-width: 530px) {

  h2 {
    font-size: 1rem;
    padding-top: 0.50rem;
  }

  p {
    font-size: 1.1rem;
  }

  #txt p {
    padding-inline: 1rem;
  }

  .module {
    font-size: 1.1rem;
    height: 3.8rem;
    align-content: center;
  }

  #video {
    padding-inline: 2rem;
  }

  #h3 {
    padding-inline: 2rem;
  }

  button {
    font-size: 1rem;
    width: 70%;
  }

  #h3 {
    font-size: 0.9rem;
  }
}

/* 600px */

@media (min-width: 600px) {

  h2 {
    font-size: 1.2rem;
    padding-top: 0.50rem;
    align-content: center;
  }

  p {
    font-size: 1.3rem;
  }

  #txt p {
    padding-inline: 1rem;
  }

  .module {
    font-size: 1.3rem;
    height: 4rem;
    align-content: center;
  }

  button {
    font-size: 1.2rem;
    width: 80%;
  }

  #botao {
    padding-top: 2rem;
  }

  #h3 {
    font-size: 1rem;
  }

}
/* 768px */

@media (min-width: 768px) {

  .banner {
    height: 400px;
  }

  h2 {
    font-size: 1.2rem;
    padding-top: 0.50rem;
  }

  p {
    font-size: 1.4rem;
  }

  #imagem img {
    padding-inline: 4rem;
  }

  #txt p {
    padding-inline: 3rem;
  }

  .module {
    width: 65%;
    font-size: 1.4rem;
    height: 4.2rem;
    align-content: center;
  }

  #transform-world {
    width: 100%;
    height: 560px;
    background-size: cover;
    background-image: url("../assets/images/capa\ de\ video\ n.jpg");
    background-attachment: inherit;
    border-top: 1px solid #ffffff86;
    border-bottom: 1px solid #ffffff86;
    background-position: left;
  }

  button {
    font-size: 1.2rem;
    width: 60%;
  }

  #botao {
    padding-top: 2rem;
  }

  #video {
    padding-inline: 4rem;
  }

  #video {
    height: 300px;
  }

  iframe {
    height: 300px;
  }

  #h3 {
    font-size: 1rem;
  }

}

/* Transform-world */

/* #transform-world {
  width: 100%;
  height: 560px;
  background-size: cover;
  background-image: url("../assets/images/capa\ de\ video\ n.jpg");
  background-attachment: inherit;
  border-top: 1px solid #ffffff86;
  border-bottom: 1px solid #ffffff86;
  background-position: left;
} */

/* 900px */

@media(min-width: 900px) {
  #video {
    height: 450px;
  }

  iframe {
    height: 450px;
  }

  #transform-world {
    height: 660px;
  }
}

/* 968px */

@media (min-width: 968px) {

  .banner {
    height: 500px;
  }

  .module {
    font-size: 1.3rem;
    width: 60%;
    height: 4rem;
    align-content: center;
  }

  button {
    font-size: 1.2rem;
    width: 80%;
  }

  #botao {
    padding-top: 2rem;
  }

  #h3 {
    font-size: 1rem;
  }
  
  button {
    width: 50%;
  }
}

/* 1200px */

@media (min-width: 1200px) {

  h2 {
    font-size: 1.3rem;
    padding-top: 0.50rem;
    align-content: center;
  }

  p {
    font-size: 1.5rem;
  }

  .banner {
    height: 600px;
  }

  #imagem img {
    padding-inline: 18rem;
  }

  #txt p {
    padding-inline: 18rem;
  }

  .module {
    font-size: 1.2rem;
    width: 30%;
    height: 4rem;
    align-content: center;
  }

  #video {
    height: 600px;
    padding-inline: 8rem;
  }

  iframe {
    height: 600px;
  }

  button {
    font-size: 1rem;
    width: 30%;
  }

  #botao {
    padding-top: 2rem;
  }

  #h3 {
    font-size: 1rem;
  }

}
/* 1400px */

@media (min-width: 1400px) {

  h2 {
    font-size: 1.3rem;
    padding-top: 0.50rem;
    align-content: center;
  }

  p {
    font-size: 1.5rem;
  }

  .banner {
    height: 700px;
  }

  #imagem img {
    padding-inline: 18rem;
  }

  #txt p {
    padding-inline: 18rem;
  }

  .module {
    font-size: 1.2rem;
    width: 30%;
    height: 4rem;
    align-content: center;
  }

  #video {
    height: 600px;
    padding-inline: 8rem;
  }

  iframe {
    height: 600px;
  }

  button {
    font-size: 1rem;
    width: 30%;
  }

  #botao {
    padding-top: 2rem;
  }

  #h3 {
    font-size: 1rem;
  }

}