@font-face {
  font-family: 'ITCAvantGardeStd-Bold';
  src: url('../fonts/ITCAvantGardeStd-Bold.eot');
  src: url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
       url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
       url('../fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'),
       url('../fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg'),
       url('../fonts/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


.navbar {
  border-radius: 0px !important;
}

.carousel-centered {
    bottom: 45px;
    left: 50%;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
}

p.descricao-header {
  color: #fff;
  text-align: center;
  position: fixed;
  font-size: 16px !important;
  font-weight: 900 !important;
  bottom: 40px;
  width: 500px;
}

.btn-theme-sm {
    padding: 8px 10px !important;
}

.header .navbar-toggle {
    width: 45px !important;
    height: 35px !important;
}

.navbar-toggle {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
}

h1 {
  font-family: 'ITCAvantGardeStd-Bold' !important;
  text-transform: uppercase;
}

h2 {
  font-family: 'ITCAvantGardeStd-Bold' !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 34px !important;
}

h3, h4 {
  font-size: 20px !important;
  font-family: 'ITCAvantGardeStd-Bold' !important;
}


h5 {

 color:white !important;
 font-size:10px !important;
 padding-top: 6px !important;
 height: 22px !important;
 padding-bottom: 6px !important; 
 display: inline-block !important;
 width: 80px !important;
 border: 0.5px solid #fff !important;
 text-align: center!important;
 font-family: 'ITCAvantGardeStd-Bold' !important;
}


.carousel-title {
  font-family: 'ITCAvantGardeStd-Bold' !important;
  font-size: 68px;
}

a.projeto {
  color: white;
}

a.projeto:hover {
  color: black;
}

a.submenu {
  color: black;
    text-decoration: none;
    font-weight: bolder;
    margin-right: 10px;
}

a.submenu:hover {
  color: black;
    text-decoration: underline;
    text-underline-position: below;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}

.submenu-fix {
  color: black;
    font-size: 14px;
    font-weight: bolder;
    margin-right: 10px;
    text-decoration: underline;
    text-underline-position: below;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}

.content-md {
  padding-bottom: 25px !important;
}

.margin-btn-portfolio {
  margin-bottom: 45px;
}

a .btn-portfolio {
  display: inline-grid;
  margin-left: 10px;
  position: absolute;
}


.margin-btn-portfolio1 {

}

a .btn-portfolio1 {
  display: inline-grid;
  margin-right:-10px;
  position: absolute;
}

.content {
  padding-top: 25px !important;
  padding-bottom: 30px !important;
}

@media screen and (min-width: 0px) and (max-width: 478px) {
  .carousel-title {
    font-size: 38px;
  }
  p.descricao-header {
    font-size: 14px;
    font-weight: 900;
  }
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}

@media screen and (min-width: 992px) {
  .header .logo-wrap{
    padding:10px 0;
  }
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 15px 5px !important;
}
