@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);
html {
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body,
#app {
  height: 100%;
  min-height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

.avn-sprite {
  background-image: url("/storage/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
}

.avn-sprite-instagram {
  width: 24px;
  height: 24px;
  background-position: -5px -5px;
}

.avn-sprite-mail_outline {
  width: 24px;
  height: 24px;
  background-position: -39px -5px;
}

.avn-sprite-phone {
  width: 24px;
  height: 24px;
  background-position: -5px -39px;
}

.avn-sprite-phone_android {
  width: 24px;
  height: 24px;
  background-position: -39px -39px;
}

.avn-sprite-room {
  width: 24px;
  height: 24px;
  background-position: -73px -5px;
}

.avn-sprite-whatsapp {
  width: 24px;
  height: 24px;
  background-position: -73px -39px;
}

@font-face {
  font-family: "GeoSlab703 Md BT";
  src: url("/storage/fonts/GeometricSlab703BT-Medium.woff2") format("woff2"), url("/storage/fonts/GeometricSlab703BT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GeoSlab703 Md BT";
  src: url("/storage/fonts/GeometricSlab703BT-Bold.woff2") format("woff2"), url("/storage/fonts/GeometricSlab703BT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 900px) {
  .avn-header {
    margin: 1.2rem auto 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 0 3%;
    top: 0;
    left: 0;
  }
}
.avn-logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
}

.avn-footer-logo {
  width: 160px;
  margin: 0 auto;
}

@media only screen and (min-width: 900px) {
  .avn-logo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.avn-nav {
  display: none;
}

@media screen and (min-width: 900px) {
  .avn-nav {
    display: flex;
  }

  .avn-nav-list {
    display: flex;
    list-style: none;
    padding-left: 0;
  }

  .avn-nav-list-item {
    margin-right: 2rem;
  }

  .avn-nav-list-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

  .avn-nav-list-link:hover {
    text-decoration: underline;
  }
}
.avn-section {
  text-align: center;
  padding: 3rem 1.25rem;
  /* 48 20 / 16 */
}

@media only screen and (min-width: 768px) {
  .avn-section {
    padding: 4rem 1.25rem;
    /* 64 20 / 16 */
  }
}
@media only screen and (min-width: 1200px) {
  .avn-section {
    padding: 5rem 1.25rem;
    /* 80 20 / 16 */
  }
}
.avn-hero,
.avn-hero-small {
  height: 100%;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.avn-hero-small {
  height: 50%;
  height: 50vh;
}

.avn-hero-image {
  background-color: cornflowerblue;
  background-position: center;
  background-size: cover;
  background-image: url("/storage/home.jpg");
  height: 100%;
  width: 100%;
}

.avn-hero-about .avn-hero-image {
  background-image: url("/storage/home.jpg");
}

.avn-hero-course .avn-hero-image {
  background-image: url("/storage/services/414/cursos.jpg");
}

.avn-hero-services .avn-hero-image {
  background-image: url("/storage/services/414/servicos.jpg");
}

.avn-hero-service .avn-hero-image {
  background-image: url("/storage/services/414/servicos.jpg");
}

.avn-hero-contact .avn-hero-image {
  background-image: url("/storage/services/414/contato.jpg");
}

.avn-hero-mask {
  align-content: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.avn-hero-slogan {
  align-items: center;
  display: flex;
  flex: 1;
  color: #fff;
  font-size: 2.5rem;
  /* 40 / 16 */
  font-weight: 600;
  justify-content: center;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .avn-hero-slogan {
    font-size: 3.5rem;
    /* 56 / 16 */
  }

  .avn-hero-course .avn-hero-image {
    background-image: url("/storage/services/768/cursos.jpg");
  }

  .avn-hero-services .avn-hero-image {
    background-image: url("/storage/services/768/servicos.jpg");
  }

  .avn-hero-service .avn-hero-image {
    background-image: url("/storage/services/768/servicos.jpg");
  }

  .avn-hero-contact .avn-hero-image {
    background-image: url("/storage/services/768/contato.jpg");
  }
}
@media screen and (min-width: 1024px) {
  .avn-hero-slogan {
    font-size: 4rem;
    /* 56 / 16 */
  }

  .avn-hero-course .avn-hero-image {
    background-image: url("/storage/services/1024/cursos.jpg");
  }

  .avn-hero-services .avn-hero-image {
    background-image: url("/storage/services/1024/servicos.jpg");
  }

  .avn-hero-service .avn-hero-image {
    background-image: url("/storage/services/1024/servicos.jpg");
  }

  .avn-hero-contact .avn-hero-image {
    background-image: url("/storage/services/1024/contato.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .avn-hero-course .avn-hero-image {
    background-image: url("/storage/services/1366/cursos.jpg");
  }

  .avn-hero-services .avn-hero-image {
    background-image: url("/storage/services/1366/servicos.jpg");
  }

  .avn-hero-service .avn-hero-image {
    background-image: url("/storage/services/1366/servicos.jpg");
  }

  .avn-hero-contact .avn-hero-image {
    background-image: url("/storage/services/1366/contato.jpg");
  }
}
@media screen and (min-width: 1920px) {
  .avn-hero-slogan {
    font-size: 5rem;
    /* 80 / 16 */
  }

  .avn-hero-course .avn-hero-image {
    background-image: url("/storage/services/1920/cursos.jpg");
  }

  .avn-hero-services .avn-hero-image {
    background-image: url("/storage/services/1920/servicos.jpg");
  }

  .avn-hero-service .avn-hero-image {
    background-image: url("/storage/services/1920/servicos.jpg");
  }

  .avn-hero-contact .avn-hero-image {
    background-image: url("/storage/services/1920/contato.jpg");
  }
}
.avn-section.avn-home-course {
  padding-bottom: 3rem;
  /* 48 / 16 */
}

.avn-home-course {
  background: #1677ab;
  color: #fff;
}

.avn-home-course-txt {
  margin: 0 auto 2rem;
  max-width: 860px;
}

.avn-home-course-details {
  background: linear-gradient(0deg, #fff 50%, #1677ab 50%);
  margin-bottom: 1rem;
}

.avn-home-course-details-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 750px;
  margin: 0 auto;
}

.avn-home-course-detail {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  /* 24 / 16 */
  margin: 0 0.75rem;
  text-align: center;
  text-decoration: none;
  flex: 1;
}

.avn-home-course-detail:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.avn-home-course-detail-title {
  color: #11140f;
  font-size: 1.0625rem;
  /* 17 / 16 */
  font-weight: 600;
  margin-bottom: 4px;
}

.avn-home-course-detail-value-wrap {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.avn-home-course-detail-value {
  color: #1677ab;
  font-size: 3.5rem;
  /* 56 / 16 */
  font-family: "GeoSlab703 Md BT";
  font-weight: bold;
}

.avn-home-course-detail-value.avn-home-course-detail-value-medium {
  font-size: 2rem;
  /* 32 / 16 */
}

.avn-home-course-detail-value.avn-home-course-detail-value-small {
  margin-left: 2px;
  font-size: 1.5rem;
  /* 24 / 16 */
}

.avn-home-course-sign-up {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.375rem;
  /* 22 / 16 */
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #0cc7c7;
  transition: all 0.2s ease;
}

.avn-home-course-sign-up:hover {
  background: #0bafaf;
}

.avn-course-dates {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .avn-home-course-detail:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .avn-home-course-details-inner {
    flex-direction: row;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
  }

  .avn-home-course-detail {
    flex: auto;
    margin: 0;
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .avn-home-course-detail-big {
    width: 50%;
  }

  .avn-home-course-detail:last-child {
    border-right: 0;
    border-bottom: 0;
  }
}
.form-group {
  margin: 0 auto 20px;
  max-width: 450px;
  text-align: center;
  width: 100%;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.form-field {
  width: 100%;
  padding: 8px;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.alert {
  width: 100%;
  text-align: center;
  margin: 15px auto;
  text-transform: uppercase;
}

.alert-success {
  background: #2ecc71;
  color: #fff;
  padding: 12px;
}

.avn-section-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 2rem;
  max-width: 900px;
}

.avn-home-service {
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.avn-home-service-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  position: absolute;
  text-align: left;
  left: 10px;
  right: 10px;
  bottom: 14px;
  z-index: 2;
}

.avn-home-service-inner {
  background-color: black;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}

.avn-home-service-inner::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.avn-home-service:hover .avn-home-service-inner,
.avn-home-service:focus .avn-home-service-inner {
  transform: scale(1.1);
}

@media screen and (min-width: 768px) {
  .avn-home-service {
    width: calc(50% - 0.5rem);
    padding-bottom: 28.125%;
  }

  .avn-home-service-title {
    font-size: 1.25rem;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
  }
}
.avn-btn,
.avn-btn-small {
  display: inline-block;
  background: #1677ab;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 14px 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.avn-btn:hover,
.avn-btn-small:hover {
  background: #10587e;
}

.avn-btn-small {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px;
}

.avn-btn-right-wrap {
  text-align: right;
  margin: 0 auto;
  max-width: 800px;
}

/* TITLES */
.avn-title {
  color: #1677ab;
  display: inline-block;
  text-transform: uppercase;
  font-size: 2rem;
  /* 32 / 16 */
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  /* 20px do after + margem */
}
.avn-title.avn-title-reverse {
  color: #fff;
}

.avn-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -37px;
  background: #1677ab;
  height: 3px;
  width: 74px;
}

.avn-title.avn-title-reverse::after {
  background: #fff;
}

/* SUBTITLES */
.avn-home-subtitle {
  font-size: 1.5rem;
  /* 24 / 16 */
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

/* FEATURED TEXT */
.avn-home-featured-txt {
  font-size: 1.25em;
  /* 20 / 16 */
  text-transform: uppercase;
}

.avn-footer {
  color: #fff;
  padding: 3rem 2rem;
  background: #11140f;
}

.avn-footer-inner {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}

.avn-footer-logo {
  margin-bottom: 2rem;
}

.av-footer-icon-list {
  list-style: none;
  font-size: 0.75rem;
  /* 14 / 16 */
  font-weight: 500;
  padding-left: 0;
}
.av-footer-icon-list a {
  color: #fff;
  text-decoration: none;
}

.av-footer-icon-list-item {
  align-items: center;
  display: flex;
  margin-bottom: 1rem;
}

.av-footer-icon {
  margin-right: 0.75rem;
}

@media only screen and (min-width: 768px) {
  .avn-footer-links {
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .avn-footer-inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 1000px;
  }

  .avn-footer-logo {
    margin: 0;
  }

  .avn-footer-links {
    margin: 0;
    width: auto;
  }

  .av-footer-icon-list {
    padding-right: 3rem;
  }

  .av-footer-icon-list-item:last-child {
    margin-bottom: 0;
  }
}
.VideoBg {
  width: 100%;
}

.avn-text {
  max-width: 800px;
  margin: 0 auto 2rem;
  /* 32 / 16 */
}

.avn-justify-text {
  text-align: justify;
}

#mapa {
  height: 400px;
  width: 100%;
}

.avn-copyright {
  padding: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  /* 12 / 16 */
  font-weight: 600;
}

.flash-sucesso,
.flash-erro {
  display: none;
  max-width: 720px;
  padding: 16px;
  margin: 0 auto 20px;
}

.flash-sucesso {
  border: 3px solid #27ae60;
  color: #27ae60;
}

.flash-erro {
  border: 3px solid #e74c3c;
  color: #e74c3c;
}
