@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('./uicons-regular-straight.css');
@import url('./uicons-regular-rounded.css');
@import url('./reset.css');

/*  Header  */
@import url('./header.css');

/*  Buttons  */
@import url('./buttons.css');

/*  Helpers  */
@import url('./helpers.css');

/*  Banner  */
@import url('./banners.css');

/*  Fontes  */
@font-face {
  font-family: Kastelov;
  src: url('../webfonts/kastelov-axiforma-regular.otf') format('opentype');
}

@font-face {
  font-family: Kastelov;
  font-weight: 200;
  src: url('../webfonts/kastelov-axiforma-light.otf') format('opentype');
}

@font-face {
  font-family: Kastelov;
  font-weight: 600;
  src: url('../webfonts/kastelov-axiforma-semi-bold.otf') format('opentype');
}

@font-face {
  font-family: Kastelov;
  font-weight: bold;
  src: url('../webfonts/kastelov-axiforma-black.otf') format('opentype');
}

/*  Geral  */
body, html{
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
body{
  margin-top: 123px;
}

h1, h2, h3, h4, h5, h6{
  font-family: Kastelov;
  color: #005CA0;
  font-weight: 100;
  text-transform: uppercase;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
  font-family: Kastelov;
  font-weight: bold;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
  font-family: Kastelov;
  font-weight: bold;
  background-color: #ffdd09;
  padding: 5px;
  border-radius: 5px;
}

h2.titulo-secundario strong{
  font-family: Kastelov;
  font-weight: bold;
  background-color: #ffdd09;
  padding: 5px;
  border-radius: 5px;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.5rem;
}

a {
  color: #005CA0;
}

#FiltroPesquisa {
  position: relative;
  z-index: 8;
  margin-top: -50px;
}
#CarouselCursos {
  margin: 80px 0;
}
#Default {
  margin: 100px 0;
}
#ListagramCursos {
  margin: 80px 0;
}
#ListagramCursos .card-cursos {
  margin: 25px auto;
}
#news {
  margin: 80px 0;
}

.formulario-fpp input {
    width: 100%;
    padding: 12px;
    border: 1px #dbe6ef solid;
    border-radius: 4px;
    margin-bottom: 10px;
}
.formulario-fpp textarea {
    width: 100%;
    padding: 12px;
    border: 1px #dbe6ef solid;
    border-radius: 4px;
    margin-bottom: 10px;
    max-height: 200px;
}
.formulario-fpp input[type=submit] {
    background: #ffdd2a;
    border: none;
    color: #034578;
    font-weight: 600;
    width: auto;
    padding: 15px 40px;
}
hr.contato {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 4px solid rgb(255 221 42);
    width: 70px;
    margin-top: 30px;
    margin-left: 0;
}
.wpcf7 form .wpcf7-response-output {
    border-color: transparent !important;
}
#Bolsas {
	display: none;
}
.page-template-archive-graduacao #Bolsas,
.single-graduacao #Bolsas
{
	display: block;
}

.alignleft {
  float: left;
  margin: 15px;
}
#headerTitle.fixed-menu {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 110px;
    z-index: 9;
}
.img-destaque-banner-mobile {
	width: 100%;
}
.topbar form {
    display: none;
}

.titile-dropdown {
    color: #ffdd2a;
    font-size: 18px;
    display: block;
    font-weight: 500;
    padding-left: 16px;
}
.dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #ffffff;
}

@media (min-width: 1440px) {}
@media (max-width: 1440px) {}
@media (max-width: 1024px) {}
@media (max-width: 768px) {
    body {
        margin-top: 180px;
    }
  #headerTitle.fixed-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 165px;
    z-index: 9;
  }
      #headerTitle.fixed-menu .link-yellow {
        padding: 2px 5px 2px 5px ;
        font-size: 11px;
        padding-left: 5px;
		margin: 5px 2px;
    }
      #headerTitle.fixed-menu .link-yellow::after {
        display:none;
    }
  .img-destaque-banner-mobile {
	padding: 0 20%;
  }
  .topbar .navbar-nav.mr-auto .nav-link {
      font-size: 8px;
   }
  .topbar .navbar-nav.ml-auto {
      display: none;
   }
  .banner-principal {
     text-align: center;
  }
  .banner-principal .img-bg-banner {
    min-height: 70vh;
  }
  .banner-principal .mb-5 {
     margin-bottom: 0!important;
  }
  .banner-principal .row {
    align-items: center;
    padding-bottom: 0;
  }
}
@media (max-width: 425px) {}
@media (max-width: 376px) {}