@font-face {
  font-family: 'Teste';
  src: url(../font/Prometo.ttf) format('ttf');
}

/* .label-shadow {
  text-shadow: 0px 0px 2px #000;
} */

.owl-next i,
.owl-prev i {
  font-size: 40px;
  margin-top: 20px;
  color: #EEEEEE;
  margin-left: 10px;
  margin-right: 10px;
}

#conheca-valenca-carousel .owl-next i,
#conheca-valenca-carousel .owl-prev i {
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins;
  letter-spacing: -1px;
}

@font-face {
  font-family: Gotham;
  src: url(../font/Gotham-Bold.otf);
}



.bg-header {
  background-image: url('../img/fundo-banner-header.jpg');
  height: 70vh;
  background-size: 100%;
}

.view-height {
  height: 70vh;
}

@media (max-width: 426px) {
  .view-height {
    height: 120vh;
  }
}

.bg-turquesa {
  background-image: url('../img/bg-turquesa.jpg');
  background-size: 100%;
}

.bg-form {
  margin-top: -40px;
  background-color: #fff;
  padding: 60px;
  border-radius: 15px;
  box-shadow: 2px 2px 6px 3px #0003;
}

.txt-turquesa {
  color: #1ca484;
}

.txt-cinza {
  color: #6f6f6f;
}

.size-cta {
  font-size: 37px;
}

.size-lgpd {
  font-size: 10px;
  margin-bottom: 10px;
}

input {
  border: 1px solid #e7e7e7 !important;
  height: 50px;
}

select {
  border: 1px solid #e7e7e7 !important;
  height: 50px;
}

.btn-form {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  color: #fff;
  background: #1ca484;
  border: 2px solid #1ca484;
  border-radius: 4px;
  transition: ease 0.2s;
}

.btn-form:hover {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  color: #fff;
  background: #0e103b;
  border: 2px solid #0e103b;
}

.txt-01 {
  font-size: 43px;
  font-weight: 700;
  color: #fff;
}

.txt-02 {
  font-size: 58px;
  font-weight: 700;
  color: #0e103b;
  letter-spacing: -4px;
}

.card {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0px 0px 9px 2px #00000008;
}

.card h5 {
  margin-top: 21px;
  font-family: Poppins;
  font-weight: 600;
  color: #6f6f6f;
  font-size: 18px;
}

.link-leia-mais {
  color: #009a7b;
  font-weight: 600;
  text-decoration: none;
}


.m-vantagens {
  margin-top: -80px;
}

.txt-03 {
  font-size: 31px;
  font-weight: 600;
  color: #6c6c6c;
  letter-spacing: -2px;
}

.txt-04 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -3px;
  color: #1ca484;
}

.txt-05 {
  font-size: 17px;
  font-family: Poppins;
  color: #666;
}

.txt-06 {
  font-size: 21px;
  font-weight: 700;
  color: #1ca484;
}

.txt-07 {
  font-size: 21px;
  letter-spacing: -2px;
  color: #666;

}

.bg-aluno {
  background-image: url('../img/img-aluno.jpg');
  background-repeat: no-repeat;
  margin-left: 85px;
  border-radius: 10px;
  background-size: 100%;
}

/* @media (min-width: 768px) {
  .hvideo{
    height: 100%;
  }
} */

.bg-precos {
  background-image: url('../img/bg-precos.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  overflow: auto;
}

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.m-vantagens .card {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0px 0px 9px 2px #00000008;
  height: 240px;
}

.txt-08 {
  font-family: Poppins;
  text-align: center;
  font-size: 44px;
  color: #363636;
  font-weight: 700;
  letter-spacing: -2px;
}

.txt-09 {
  font-family: Poppins;
  font-size: 43px !important;
  font-weight: 700 !important;
  color: #1ca484 !important;
  letter-spacing: -2px;
  line-height: 53px;
}

.span-grey {
  font-family: Poppins;
  font-size: 43px !important;
  font-weight: 700 !important;
  color: #363636 !important;
  letter-spacing: -2px;
  line-height: 53px;
}

.bg-preco-01 {
  background: rgba(255, 255, 255, 0.57);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.bg-preco-01 span {
  font-family: Poppins;
  font-size: 25px;
  color: #777;
}

.disclaimer {
  font-family: Poppins !important;
  font-size: 11px !important;
  color: #777 !important;
}

.info {
  font-family: Poppins !important;
  font-size: 18px !important;
  color: #777 !important;
  font-weight: 500;
  line-height: 29px;
}


.btn-preco {
  background: #1ca484;
  color: #fff;
  padding: 16px;
  margin-top: 20px;
  display: block;
  width: 211px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  transition: ease 0.2s;
}

.btn-preco:hover {
  background: #0e103b;
  color: #fff;
  padding: 16px;
  margin-top: 20px;
  display: block;
  width: 211px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  transition: ease 0.2s;
}

.btn-preco-2 {
  background: #0e103b;
  color: #fff;
  padding: 16px;
  margin-top: 20px;
  display: block;
  width: 211px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  transition: ease 0.2s;
}

.btn-preco-2:hover {
  background: #1ca484;
  color: #fff;
  padding: 16px;
  margin-top: 20px;
  display: block;
  width: 211px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  transition: ease 0.2s;
}

.icon-g1 {
  display: block;
  width: 50px;
}

.txt-10 {
  font-size: 23px;
}

.bg-noticias {
  background: #fff;
}


.bg-qr {
  background-image: url('../img/bg-qr.jpg');
  background-size: cover;
}

.logo {
  display: block;
  width: 130px;
}

.btn-header {
  display: block;
  width: 190px;
  background: #00a282;
  text-align: center;
  float: right;
  padding: 13px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-right: 50px;
  padding-left: 40px;
  font-size: 17px;
  font-weight: 600;
  transition: ease 0.2s;
}

.btn-header:hover {
  display: block;
  width: 190px;
  background: #0e103b;
  text-align: center;
  float: right;
  padding: 13px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-right: 50px;
  padding-left: 40px;
  font-size: 17px;
  font-weight: 600;
  transition: ease 0.2s;
}

.bg-footer {
  background-color: #0e103b;
}

.icon-location {
  display: block;
  width: 60px;
  margin-bottom: 20px;
}

.logo-footer {
  display: block;
  width: 110px;
}

.icon {
  width: 30px;
}

.title-campus {
  color: #fff;
}

footer p {
  color: #fff;
}

.fr {
  float: right;
}

.conheca-valenca {
  background: url("../img/fundo-conheca-valenca.jpeg") top center;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot span {
  width: 35px !important;
  height: 6px !important;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #299d81 !important;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}


@media screen and (max-width: 991px) {
  .bg-header {
    background-image: url('../img/banner-unifaa-med.jpg');
    height: auto;
    background-size: cover;
  }

  .img-01 {
    display: block;
    width: 274px;
    margin-top: 90px;
    margin: 0 auto;
  }

  .img-02 {
    display: block;
    width: 306px;
    margin-top: 22px;
    margin-bottom: 128px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-bottom: 100px;
    margin-top: 30px;
    margin-left: 37px;
  }

  .bg-turquesa {
    background-image: url('../img/bg-turquesa.jpg');
    background-size: 100%;
    padding: 20px;
  }

  .bg-qr {
    background-image: url('../img/bg-qr.jpg');
    background-size: cover;
    display: none;
  }

  .pd-mobile {
    padding: 20px;
  }

  .txt-09 {
    font-size: 41px !important;
    font-weight: 700 !important;
    color: #1ca484 !important;
  }

  .bg-preco-01 span {
    font-family: Poppins;
    font-size: 18px;
    color: #777;
  }

  .logo {
    display: block;
    width: 130px;
    display: none;
  }

  .btn-header {
    display: block;
    width: 100%;
    background: #1ca484;
    text-align: center;
    float: right;
    padding: 13px;
    padding-right: 13px;
    padding-left: 13px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding-right: 50px;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 600;
    transition: ease 0.2s;
    margin-bottom: 40px;
  }

  .btn-header:hover {
    display: block;
    width: 100%;
    background: #0e103b;
    text-align: center;
    float: right;
    padding: 13px;
    padding-right: 13px;
    padding-left: 13px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding-right: 50px;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 600;
    transition: ease 0.2s;
    margin-bottom: 40px;
  }
}