body {
  font-family: "Montserrat", sans-serif;
}

#section-banner {
  background: url("../images/ebooks/bg2.jpg") no-repeat center top #ff5f01;
  background-size: cover;
  padding-top: 50px;
  color: white;
  padding-top: 20px;
}

#section-banner .row {
  display: flex;
  align-items: center;
}

#section-banner h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

#section-banner p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

#section-banner .image {
  max-width: 100%;
  margin-top: -20px;
}

#section-pdfs {
  background: url("../images/ebooks/bg.jpg") no-repeat center top #be0805;
  background-size: contain;
  padding-bottom: 20px;
}

#section-form {
  color: #333333;
  padding: 30px 0;
}

#section-form h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

#section-form p {
  font-size: 17px;
  margin-bottom: 15px;
}

form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.form-field {
  flex: calc(50% - 30px);
  margin: 0 15px 20px;
}

label {
  color: #88939a;
  font-weight: 700;
  width: 100%;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  color: #666;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
  width: 100%;
  border-radius: 30px;
  padding: 10px 15px;
  outline: 0;
}

input.btn-submit {
  background-color: #ed3237 !important;
  padding: 20px 0 !important;
  border: 2px solid #fff !important;
  transition: all 0.25s ease-in-out;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  border-radius: 30px;
  outline: 0;
}
input.btn-submit:hover {
  background-color: #fff !important;
  color: #ed3237;
  border: 2px solid #ed3237 !important;
  transition: all 0.25s ease-in-out;
}

.form-field.agree {
  display: flex;
}

.agree input {
  margin-right: 5px;
}
.agree label {
  font-weight: 300;
}

.agree label,
.agree input {
  width: auto !important;
}

.agree a {
  color: #ed3237;
}

.logo {
  text-align: center;
}

.mt-5 {
  margin-top: 30px;
}
.mb-2 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 15px;
}
.mb-4 {
  margin-bottom: 20px;
}
.mb-5 {
  margin-bottom: 30px;
}

.ebooks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

[data-anime] {
  opacity: 0;
  transition: 1s;
}

[data-anime="top"] {
  transform: translate3d(0, -200px, 0);
}

[data-anime="right"] {
  transform: translate3d(200px, 0, 0);
}

[data-anime="bottom"] {
  transform: translate3d(0, 200px, 0);
}

[data-anime="left"] {
  transform: translate3d(-200px, 0, 0);
}

[data-anime].animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 767px) {
  [data-anime] {
    opacity: 0;
    transition: 0s;
  }

  [data-anime="top"] {
    transform: translate3d(0, -200px, 0);
  }

  [data-anime="right"] {
    transform: translate3d(200px, 0, 0);
  }

  [data-anime="bottom"] {
    transform: translate3d(0, 200px, 0);
  }

  [data-anime="left"] {
    transform: translate3d(-200px, 0, 0);
  }

  [data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}

.ebook {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ebook img {
  width: 353px;
  max-width: 100%;
  border: 1px solid white;
}

.ebook_button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #ed3237;
  background-color: #ffffff;
  border-radius: 40px 40px 40px 40px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
    border-radius 0.3s ease 0s;
  white-space: nowrap;
  text-decoration: none;
}

.ebook_button:hover {
  background-color: #ed3237;
  color: #ffffff;
  text-decoration: none;
}

.ebook_button svg {
  transition: margin 0.2s;
  margin-right: 10px;
}
.ebook_button span {
  transition: margin 0.2s;
}

#rodape .ebook_button {
  font-size: 16px;
  width: 210px;
  padding: 16px 36px;
  box-shadow: 0px 10px 20px rgba(103, 17, 20, 0.5);
  background-color: #ffff !important;
  color: #ed3237 !important;
  transition: all 0.2s;
}

/* #rodape .ebook_button:hover{
    width: 220px;
    padding: 16px 45px;
} */
#rodape .ebook_button:hover span {
  margin-left: 10px;
}
#rodape .ebook_button:hover svg {
  margin-left: -5px;
}

#rodape {
  background: #ece6e0;
}

#rodape.red {
  background: #ed3237;
}

.rodape_title {
  text-align: center;
  color: #ed3237;
  font-size: 30;
  font-weight: 700;
  margin: 80px 0;
}
#rodape.red .rodape_title {
  color: #ffff;
}

.curso {
  min-height: 1px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}

.curso-img {
  transform: scale(1.2);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  max-width: 100%;
  object-fit: cover;
}

.curso{
    min-height: 1px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;.
    padding: 0;
    cursor: pointer;
}

.curso-img{
    transform: scale(1.15);
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
    max-width: 100%;
    object-fit: cover;
}


.curso .info{
    background-color: rgba(51, 51, 51, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all .4s;
}

.info-text {
  margin-bottom: -50px;
  transition: all 0.3s;
}

.info-text h3 {
  font-weight: bold;
}

.info-text p {
  font-size: 16px;
  font-weight: 300;
}

.cursos{
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
}

.curso:hover .info{
    opacity: 1;
}

.curso:hover .info-text {
  margin-bottom: 0px;
}

.curso:hover .curso-img{
    transform: scale(1.4);
}  

.curso a {
  background: #ed3237;
  color: #ffff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 40px 40px 40px 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.ebook-social-media {
  color: black;
  font-weight: bold;
  display: flex;

  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.ebook-social-media p {
  margin-bottom: 20px;
}
.social-media-icons a + a {
  margin-left: 10px;
}

footer {
  background: #fff;
  color: #000;
  font-weight: 300;
  padding-top: 3.66666em;
  padding-bottom: 1.66666em;
}

@media (max-width: 767px) {
  #section-banner .logo {
    text-align: center;
    margin: 30px auto 10px;
    display: block;
  }

  #section-banner .image {
    margin-top: 10px;
  }

  #section-banner .row {
    display: block;
  }

.cursos{
    display: block; 
}

.form-field {
    flex: 100%;
    margin: 0 0 20px;
  }
}
