body{
  font-family: 'Source Sans Pro', sans-serif;
  color: #3e4856;
}

h1{
  font-weight: 700;
}

.swiper {
    width: 100%;
    height: 300px;
}

#partners .swiper {
    width: 100%;
    height: 150px;
}

header{
  padding-top: 2em;
  margin-bottom: 4em;
}

.menu-link{
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.2s;
  border-radius: 0 1.5rem 0 1.5rem;
}
.menu-link.type1{
  border: 3px solid #d2232a;
  background-color: #d2232a;
  color: #fff;
}
.menu-link.type1:hover{
  background-color: #fff;
  color: #d2232a;
}
.menu-link.type2{
  border: 3px solid #004c8e;
  background-color: #004c8e;
  color: #fff;
}
.menu-link.type2:hover{
  background-color: #fff;
  color: #004c8e;
}
.menu-link.type3{
  border: 3px solid #5977ad;
  background-color: #5977ad;
  color: #fff;
}
.menu-link.type3:hover{
  background-color: #fff;
  color: #5977ad;
}
.menu-link.type4{
  border: 3px solid #8598c4;
  background-color: #8598c4;
  color: #fff;
}
.menu-link.type4:hover{
  background-color: #fff;
  color: #8598c4;
}
.menu-link.type5{
  border: 3px solid #a73c4f;
  background-color: #a73c4f;
  color: #fff;
}
.menu-link.type5:hover{
  background-color: #fff;
  color: #a73c4f;
}
.menu-link.type6{
  border: 3px solid #ba646d;
  background-color: #ba646d;
  color: #fff;
}
.menu-link.type6:hover{
  background-color: #fff;
  color: #ba646d;
}

.site-logo{
  color: inherit;
  text-decoration: none;
  display: flex;
  padding-top: 0.5em;
}
.slogan {
  visibility: initial;
  display: inline-block;
  max-width: 130px;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  padding-left: 0.5em;
}

#intro{
  margin-bottom: 4em;
}

footer{
  background-color: #48576b;
  color: #fff;
}

footer .card{
  color: #3e4856;
  box-shadow: 0px 0px 20px 0px #48576b;
}

footer .overlap-top{
  position: absolute;
  margin-top: -4.5em;
  margin-bottom: 4em;
}
footer .padding-fix{
  padding-top: 7em;
}

.footer-menu{
  display: flex;
  padding: 0;
  list-style: none;
}
.footer-menu a{
  text-decoration: none;
  color: inherit;
  font-size: 0.9em;
}
.footer-logo{
  filter: grayscale(1) brightness(5) contrast(5);
  margin-bottom: .5em;
}

footer .list-group-item{
  background-color: transparent;
  color: #fff;
}

#leadership .card{
  padding: 4em 10em;
  border: 0;
  border-radius: 0;
  border-top: 8px solid #f44336;
  box-shadow: 0px 0px 20px 0px #48576b;
}
#support a,
#projects a,
.convenios-list-target a{
  color: #b8280e;
  text-decoration: none;
  font-size: 1.0em;
}
#support img{
  border: solid 5px #004c8e;
  object-fit: cover;
  object-position: center center;
}
#projects img{
  border: solid 5px #d2232a;
  object-fit: cover;
  object-position: center center;
}

#search .card {
  background-color: #fafafa;
}

#partners .card{
  border: 0;
  border-top: 8px solid #009688;
  border-radius: 0;
  box-shadow: 0px 0px 20px 0px #48576b;
}

#partners .swiper-slide{
  filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%);

  transition: all 0.25s ease;
}
#partners .swiper-slide:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.border-top-red{
  border-top: 4px solid #f44336;
}

.border-top-red{
  border-top: 4px solid #f44336;
}
.border-top-purple{
  border-top: 4px solid #9c27b0;
}

.swiper-webdoor .swiper-slide img{
  max-height: 130px;
  object-fit: cover;
  object-position: center center;
}
#projects img,
#support img{
  width: 150px;
  height: 150px;
}

.swiper-destaques .swiper-button-prev,
.swiper-destaques .swiper-button-next{
  background-color: rgba(0,0,0,.7);
  color: #fff;
  padding: 2rem;
  top: 46%;
}
.swiper-destaques .swiper-button-next:after,
.swiper-destaques .swiper-button-prev:after{
  font-size: 1.2rem;
  font-weight: bold;
}
.swiper-destaques .h3{
  font-size: 1.5rem;
  font-weight: bold!important;
}
.swiper-destaques .swiper-pagination{
  position: initial;
  margin-top: 0.5rem;
}
.swiper-destaques .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: 0.4;
}
.swiper-destaques .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  background: #000;
}
#cornerstone .card{
  border: 0;
  border-radius: 0px 80px 0px 80px;
  color: #3e4856;
}
#cornerstone .card a{
  color: #3e4856;
  font-weight: bold;
  text-decoration: none;
}
#cornerstone .card h4{
  /*color: #fff;*/
  font-weight: bold;
  font-size: 2.2rem;
  position: relative;
}
#cornerstone .card h4 .icon svg{
  position: absolute;
}
#cornerstone .card h4 .icon{
  display: inline-block;
  position: relative;
  color: #d2232a;
  height: 1.8rem;
  width: 1.8rem;
  margin: 0 0.2rem 0 0;
}
.cardback-1{
  background-color: #f0aa92;
}
.cardback-2{
  background-color: #97a6cd;
}
.cardback-3{
  background-color: #cf8f92;
}
.coordenadorias{
  list-style: none;
  padding-left: 0;
}
.coordenadorias li{
  padding: 0.3rem;
  padding-left: 0.8rem;
  margin-top: 1rem;
}
.coordenadorias li:nth-child(odd){
  border-left: 6px solid #194383;
}
.coordenadorias li:nth-child(even){
  border-left: 6px solid #f44336;
}
.coordenadorias li:first-child{
  margin-top: 0rem;
}
.add-square{
  position: relative;
  margin-left: 1.0rem;
}
.add-square:before{
  content: "■";
  position: absolute;
  left: -1.4rem;
  top: -0.1rem;
}
.mais-sobre a{
  color: #f44336;
  font-weight: bold;
  text-decoration: none;
}
.mais-noticias{
  margin-bottom: 5rem;
}
.mais-noticias a{
  text-decoration: none;
}
.mais-noticias .bg-1{
  height: 0.2rem;
  background-color: #f83324;
}
.mais-noticias .bg-2{
  height: 0.2rem;
  background-color: #065091;
}
.mais-noticias .bg-3{
  height: 0.2rem;
  background-color: #ecad97;
}
.mais-noticias .bg-4{
  height: 0.2rem;
  background-color: #b8280e;
}
.mais-noticias .bg-5{
  height: 0.2rem;
  background-color: #1029b6;
}
.bg-purple{
  background-color: #a1a1cb;
}
.bg-light-orange{
  background-color: #ecad97;
}
.border-red{
  border: 5px solid #f83324;
}
.border-leaf{
  border-radius: 0 3rem 0 3rem;
}
.border-leaf-alt{
  border-radius: 3rem 0 3rem 0;
}
#general_requirements .card{
  padding: 3rem;
}
#general_requirements li::marker{
  font-size: 0.8em;
  color: #b8280e;
  line-height: 2.5;
}
#general_requirements li{
  font-size: 1.2em;
  line-height: 1;
}
a.link-red{
  text-decoration: none;
  color: #b8280e;
  font-weight: bold;
  font-size: 1.3em;
}
a.link-blue{
  text-decoration: none;
  color: #1029b6;
  font-weight: bold;
  font-size: 1.3em;
}
#planos a{
  text-decoration: none;
}
.discount-tag{
  display: flex;
  width: 100px;
  position: absolute;
  top: -50px;
  right: 45px;
  padding: 1rem;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: -0.1rem;
  color: #fff;
  background-color: #0c4d8a;
  height: 100px;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 3rem 0 0 0;
}

.mais-noticias .h2{
  font-size: 1.7rem!important;
}

@media (min-width: 600px) {
  .text-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
  #projects img,
  #support img{
    width: 200px;
    height: 200px;
  }
  .border-leaf{
    border-radius: 0 5rem 0 5rem;
  }
  .border-leaf-alt{
    border-radius: 5rem 0 5rem 0;
  }
  .swiper-destaques .h3{
    font-size: 2.5rem;
    font-weight: bold!important;
  }
}

@media (max-width: 600px) {
  .text-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}