@font-face {
  font-family: unisans;
  font-weight: 200;
  src: url(uni-sans.thin-caps.otf);
}
@font-face {
  font-family: unisans;
  font-weight: 400;
  src: url(uni-sans-regular.ttf);
}
@font-face {
  font-family: unisans;
  font-weight: 600;
  src: url(uni-sans-bold.ttf);
}
@font-face {
  font-family: unisansItalic;
  font-weight: 400;
  src: url(uni-sans.thin-italic-caps.otf);
}
@font-face {
  font-family: unisansItalic;
  font-weight: 600;
  src: url(uni-sans.heavy-italic-caps.otf);
}
html,
body {
  position: relative;
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: unisans;
  font-size: 16px;
  text-align: center;
}
.verde {
  color: #07AD6A;
}
.azul {
  color: #0F96AE;
}
a {
  text-decoration: none;
  transition: all 0.4s;
}
a:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
.center {
  position: relative;
  display: block;
  width: 98%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .center {
    width: 100%;
  }
}
section.webdoor {
  position: relative;
  display: block;
  width: 100%;
  background: url("../images/bg-webdoor.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 1px;
  color: #fff;
}
@media (max-width: 768px) {
  section.webdoor {
    background-position: 80%;
  }
}
section.webdoor h1 {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -25px;
}
section.webdoor h1 img {
  margin-left: 20px;
  margin-right: 20px;
}
section.webdoor .content {
  position: relative;
  width: 85%;
  max-width: 700px;
  margin: 50px auto;
  line-height: 24px;
}
section.webdoor .wrapBoxes {
  position: relative;
  display: block;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  color: #343434;
}
@media (max-width: 768px) {
  section.webdoor .wrapBoxes {
    width: 100%;
  }
}
section.webdoor .wrapBoxes .box {
  width: 90%;
  min-height: 595px;
  flex-shrink: 0;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 50px;
  background: #FFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  section.webdoor .wrapBoxes .box {
    width: 93%;
    min-height: 650px;
  }
}
section.webdoor .wrapBoxes .box h3 {
  text-align: center;
  font-family: Unisans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 60%;
  margin: 0 auto -20px auto;
}
section.webdoor .wrapBoxes .box .btnCode {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  letter-spacing: 4px;
  padding: 16px 32px;
  border-radius: 4px;
  border: 1px solid #9F9F9F;
  background: #ECECEC;
  color: #343434;
}
section.webdoor .wrapBoxes .box .btnCode .icon-copy {
  position: relative;
  top: 5px;
  right: -10px;
}
section.webdoor .wrapBoxes .box .btnCursos {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  padding: 16px 32px;
  border-radius: 4px;
  border: 1px solid #FF8736;
  color: #FF8736;
  transition: all 0.4s;
}
section.webdoor .wrapBoxes .box .btnCursos:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #FF8736;
  transition: all 0.4s;
}
section.webdoor .wrapBoxes .box .btnInscrever {
  width: 65%;
  margin: 20px auto;
  text-align: center;
  padding: 16px 32px;
  border-radius: 4px;
  border: 1px solid #FF8736;
  color: #FF8736;
  transition: all 0.4s;
}
section.webdoor .wrapBoxes .box .btnInscrever:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #FF8736;
  transition: all 0.4s;
}
section.webdoor .wrapBoxes .box .content {
  position: relative;
}
section.webdoor .wrapBoxes .box .content.obs {
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -22px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
  section.webdoor .wrapBoxes .box .content.obs {
    position: relative;
  }
}
section.webdoor .wrapBoxes .box .content.maior {
  font-size: 24px;
}
section.webdoor .btnFale {
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 32px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.4s;
}
section.webdoor .btnFale:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #FF8736;
  transition: all 0.4s;
}
section.webdoor .breve {
  position: relative;
  display: block;
  margin: 30px auto;
}
footer {
  display: flex;
  width: 100%;
  height: 53px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #FF8736;
  color: #fff;
}
