
@font-face{
  font-family:'roboto-regurar';
  src: url('fonts/RobotoSlab/RobotoSlab-Regular.ttf');
}

@font-face{
  font-family:'roboto-light';
  src: url('fonts/RobotoSlab/RobotoSlab-Light.ttf');
}

@font-face{
  font-family:'nunito';
  src: url('fonts/Nunito/Nunito-Regular.ttf');
}

@font-face{
  font-family:'nunito-bold';
  src: url('fonts/Nunito/Nunito-Bold.ttf');
}

body {
  font-size: 20px;
  color: #280044;
  background-position: center;
  padding-top: 75px; /* distância do nav fixo */
  position: relative; 
  padding-bottom: 122px; /* distância do footer */
  min-height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/* font-weight: 800; */
  font-family: 'roboto-light';
}

p{
  font-family: 'nunito';
  color: #280044;
}

b{
  font-family: 'nunito-bold';
}

a:hover{
  color: #F3C42E;
  text-decoration: none;
}

.a-yellow {
  color: #F3C42E;
  transition: all 0.2s;
  text-decoration: underline;
}

.a-yellow:focus, .a-yellow:hover {
  color: #4563CD;
  text-decoration: underline;
}

mark{
  background: none;
  color: white;
}

/* Grid */
.mt-n6{
  margin-top: -4rem !important;
}

/* Link roxo sem derocação de texto */
.link-roxo{
  color: #280044;
  text-decoration: none;
}

.link-roxo:hover{
  color: #F3C42E;
  text-decoration: none;
}
/*  */

/* Divisor */
.divide{
  padding-top: 20px;
}

/* Botão */
.btn {
  background: #4563CD 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 3px 6px #4563CD; */
  border-radius: 30px;
  opacity: 1;
  font-size: 16px;
  color: white;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn:hover{
  color:  #F3C42E;
  text-decoration: none;
}

.btn:active{
  border: none;
}

/* Botão Menor */
.btn-tiny, #participe #ff-compose button {
  background: #4563CD 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 0px #4563CD;
  border-radius: 30px;
  opacity: 1;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
}

.btn-tiny:hover, #participe #ff-compose button:hover{
  color:  #F3C42E;
  text-decoration: none;
}

@media only screen and (max-width: 600px){
  .btn-tiny, #participe #ff-compose button {
    font-size: 12px;
    padding: 7px 12px;
  }
}

.btn-yellow {
  background: #F3C42E 0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 1;
  font-size: 14px;
  color: white;
  padding: 3% 12%;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-purple {
  background: #280044 0% 0% no-repeat padding-box;
  border-radius: 50px;
  opacity: 1;
  font-size: 18px;
  color: white;
  padding: 1% 3%;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-yellow:hover{
  color: #4563CD;
  text-decoration: none;
} 

.btn-danger{
  background:red 0% 0% no-repeat padding-box;
  border: red;
  border-radius: 30px;
  opacity: 1;

  font-size: 16px;
  color: white;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-danger:hover{
  color:  #F3C42E;
  text-decoration: none;
}

/* Fim Botão */


/* Home */
.home{
  width: 74%;
  text-align: left; 
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home h2{
  font-size: 35px;
}

@media only screen and (max-width: 600px){
  .home h2 {
    font-size: 2rem;
  }
}

#email h1{
  font-size: 60px;
  margin-top: -99px;
  margin-left: 60px;
}

@media only screen and (max-width: 600px){
  #email p{
    margin-top: 25px;
    text-align: center;
  }

  #email h5{
    padding-bottom: 25px;
  }
}

.texto{
  margin-left: 44px;
}

#pixlee_container{
  width:100%;
  border:0;
  overflow:hidden;
}
/* Fim Home */

/* Inicio Sobre */
#sobre{
  padding-top: 100px;
  min-height: 450px;
}

#sobre h1{
  font-size: 60px;
  margin-top: -108px;
  margin-left: 66px;
  
}

#sobre p{
  font-size: 18px;
  text-align: justify;
  line-height: 1.8em;
}

.bg-about{
  background-color: #4563CD;
  color: white;
  font-size: 18px;
}

.bg-about p{
  color: white;
  
}

.bg-about h3{
  margin-bottom: 20px;
}

.borda{
  border-left: 1px solid #280044;
  border-right: 1px solid #280044;
}

.bg-cinza{
  background-color: #EFEFEF;
}


@media only screen and (max-width: 1124px){
  .borda{
    border-left: none;
    border-right: none;
  }
}

@media only screen and (max-width: 778px){
  .borda{
    border-left: none;
    border-right: none;
  }
}


@media only screen and (max-width: 600px){
  #sobre{
    padding-top: 50px;
  }

  .borda{
    border-left: none;
    border-right: none;
  }

  .espaco{
    padding-top: 48px;
    padding-bottom: 80px;
  }
} 

#team h5{
  color: #4563CD;
  font-size: 18px;
}

#team p{
  font-size: 16px;
}
/* Fim Sobre */

/* Inicio Elas */
.pg-elas .btn{
  background-color: white;
  color: #3354a9;
  border: 1px solid #ced4da;
  border-left: none;

}

.pg-elas .form-rounded {
  border-radius: 30px;
  height: 50px;
}

.card-container {
  width: 100%;
  margin: 15px auto 0;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 290px;
  grid-row-gap: 25px;
  justify-items: center; /* Center cards*/
}

@media only screen and (max-width: 1024px){
  .card-container {
    width: 100%;
    margin: 15px auto 0;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 290px;
    grid-row-gap: 25px;
  }
}

@media only screen and (max-width: 768px){
  .pg-elas p{
    text-align: center;
  }

  .card-container {
    width: 100%;
    margin: 15px auto 5px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px;
    grid-row-gap: 25px;
  }
}

@media only screen and (max-width: 600px){
  .card-container {
    grid-template-columns: 1fr;
  }

  .card-container .custom-card {
    height: 15rem; 
  }
}

@media only screen and (max-width: 375px){
  .card-container {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 330px){
  .card-container {
    margin-left: -38px;
  }
}

.card-container .custom-card {
  position:relative;
  background:#352f2e;
  overflow: hidden;
  border-radius: 0px;
  transition: .5s;
  height: 18rem; 
  width: 18rem;  
}

.card-container .custom-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 20px 20px rgba(0,0,0,0.2);
}

.card-container .custom-card .card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.card-container .custom-card:hover .card-img-box {        
  opacity: 0.05;
}

.card-container .custom-card .card-img-box img {
  width:100%;
  height: 100%;
}

.card-container .custom-card .card-content {
  position: absolute;
  width: 100%;
  height: 95%;
  bottom: -100%;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s;
  padding-top: 0px;
}

.card-container .custom-card:hover .card-content {
  bottom:0;
}

.card-container .custom-card .card-content h2 {
margin: 0 0 10px;
padding:0;
color: #ffffff;
font-size: 16px;
}

.card-container .custom-card .card-content p {
margin: 0;
padding: 0;
color: #ffffff;
font-size: 14px;
}

.card-container .custom-card .card-content ul {
  display: flex;
  margin: 10px 0 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.card-container .custom-card .card-content ul  li {
  list-style: none;
}

.card-container .custom-card .card-content ul li a {
color: #fff;
padding: 0 5px;
font-size: 18px;
transition: 0.5s;
}
/* Fim Elas */

/* Inicio Blog */
#blog{
  margin-top: -130px;
}

#blog .btn-tiny {
  color: white;
}

#blog .btn-tiny:hover {
  color: #F3C42E;
}

#blog .card{
  border-radius: 0px;
  -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.25);
  box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.25);
}

.post{
  margin: 50px;
}

.card-text{
  font-family: 'nunito'; 
}

@media only screen and (max-width: 600px) {
  #blog{
    padding-bottom: 30px;
  }

  .post{
    margin: 9px;
    text-align: center;
  }

  .card-title{
    font-size: 22px;
  }

  .card-text{
    font-size: 16px;
  }
}

/* Fim Blog */

/* Inicio Oportunidades */
#oportunidades h4{
  line-height: 1.5em;
}

.vaga{
  margin-top: 50px;
  margin-bottom: 80px;
}

.vaga a, .btn-yellow{ 
  color: white;
}

.vaga .link-roxo{
  color: #280044;
}

.vaga button{
  margin-top: 10px;
}

.job{
  margin: 25px;
  font-family: 'nunito'; 
}

.job p, ul, li{
  font-family: 'nunito'; 
  font-size: 18px;
}

.job p b{
  font-family: 'nunito-bold';
}

.job .w-100{
  margin-bottom: 20px;
}

.collapsible {
  background-color: #530084;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 10%;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px
}

.active, .collapsible:hover {
  background-color: #3f0063;
}

.content {
  display: none;
  overflow: hidden;
  background-color: #EFEFEF;
  border-radius: 6px;
}

.collapsible:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 16px;
  float: right;
  margin-left: 5px;
}

.vaga .active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
  font-size: 16px;
}
/* Fim Oportunidades */

/* Inicio Nova Oportunidade */
#nova-oportunidade .alert, #novo-evento .alert{
  width: 70%;    
}

#nova-oportunidade form, #novo-evento form{
  color:  #530084;
  font-family: 'nunito';  
  width: 70%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}

#nova-oportunidade .form-control:focus, #novo-evento .form-control:focus{
  border-color: #4563CD;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(69, 99, 205, 0.4);
}

@media only screen and (max-width: 768px) {
  #nova-oportunidade form, #nova-oportunidade .alert, #novo-evento .alert, #novo-evento form{
    width: 90%;
  }
}
/* Fim  Nova Oportunidade */

/* Inicio Participe */
#participe h3{
  font-size: 35px;
}

#participe #ff-compose {
  font-size: 14px;
}

#participe #ff-compose p{
  font-size: 16px;
  color: #6c757d!important;
}

/* Fim Participe */

/* Inicio Contato e Login*/
#contato, #pg-login{
  overflow: hidden;
  padding-top: 100px;
  background-color: #EFEFEF
  
}

#contato .container{
  min-height: 63.5vh;
  /* min-height: calc(100% - 200px - 80px); */
  position: relative;
}

@media only screen and (max-width: 768px) {
  #contato{ 
    padding-top: 55px;
    /* min-height: 80vh; */
  }

  #pg-login{
    padding-top: 55px;
    /* min-height: 90vh; */
  }
}

#contato h1, #pg-login h1{
  font-size: 60px;
  margin-top: -108px;
  margin-left: 66px;
}
/* Fim Contato */

/* Navbar */
nav{
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}

.navbar-nav{
  margin-left: auto;
}

.nav-item a{
  font-size: 16px;
  color: #280044;
  text-transform: uppercase;
  text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f8f9fa;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: #ddd;
}
/* Fim Navbar */


/* header */
header.masthead {
  margin-bottom: 50px;
  background-attachment: scroll;
  position: relative;
  height: 450px;
  background-size: cover;
  margin-bottom: 0;
  background-position: center;

}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
  font-family: 'roboto-light';
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 120px 0;
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: left;
  height: 400px;
  width: auto;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 25px;
  font-weight: 350;
  line-height: 1.1;
  display: block;
  margin: 0px 0 0;
  font-family: 'roboto-light';
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 60px;
    font-family: 'roboto-light';
    color: #ffffff;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'roboto-light';
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'roboto-light';
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }

  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 400px) {
  header.masthead .site-heading h1  {
    font-size: 35px;
    margin: 0;
  }
}

.bg-overlay{
  background: rgba(0,0,0, .7);
  position: absolute;
  top: -60px;
  bottom: -100px;
  left: 0;
  right:0;
  z-index: 0;
}
/* fim header */

/* Footer */
footer {
  position: absolute;
  bottom: 0;
  background: #530084 0% 0% no-repeat padding-box;
  width: 100%;
  color: white;
  padding: 33px 0 33px;
  font-family: 'nunito';  
  margin-top: 15px;
}

footer a{
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-family: 'nunito'; 
}

footer .copyright {
  color: white;
  font-size: 12px;
  margin-bottom: 0;
  font-family: 'nunito'; 
}
/* Fim Footer */

/* Eventos */
.pg-eventos{
  width: 74%;
  text-align: left; 
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .pg-eventos{
    width: 95%;
  }

  .eventos{
    text-align: center;
  }
}

.eventos p{
  color: #404040;
  line-height: 1.7;
}

.eventos h4{
  line-height: 1.3;
}

@media only screen and (max-width: 600px) {
  .eventos i{
    font-size: 24px;
  }
  .eventos h4{
    line-height: 1.7;
  }
}

.evento a:active{ 
  color: white;
}

.pg-eventos .btn-yellow{
  color: #fff;
  text-decoration: none;
}

.pg-eventos .btn-yellow:hover{
  color: #4563CD;
  text-decoration: none;
}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
  border-left: 4px #530084 solid;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 4px #efefef solid;
}

.row-striped {
  padding: 15px 0;
}

/* Fim Eventos */

/* Paginação */

.pagination {
  display: inline-block;
}

.pagination li {
  color: #280044;
  float: left;
  padding: 8px 16px;
}

.pagination li a {
  text-decoration: none;
  color: #280044;
}

.pagination li.active {
  background-color: #ffe74c;
  color: #280044;
  border-radius: 5px;
}

.pagination li:hover:not(.active) {
  background-color: #efefef;
  color: #280044;
  border-radius: 5px;
  text-decoration:  none;
}

/* Inicio Login */
#login form{
  width: 500px;
}

#login .btn{
  padding: 10px 60px;
}

#login a{
  color: #404040;
  text-decoration: none;
  font-size: 16px;
}

#login a:hover{
  color: #F3C42E;
}

#login p{
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  
  #login {
    margin-top: 50px;
    margin-bottom: 100px;
  }


}
/* Fim Login */

/* Administrativa */
#sidebarMenu .active{
  background: #F3C42E;
}

#admin .busca .form-control{
  border: 0;
  border-radius: 0%;
  border-bottom: 1.5px solid #4563CD;
}

#admin .busca  .form-control:focus {
  border-color: #4563CD;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4);
}

#admin .busca .form-control:active{
  border: 0;
}

.table{
  color: #280044;
  /* font-family: 'nunito';  */
  font-size: 16px; 
  letter-spacing: 0em;
}

.table th{
  font-family: 'nunito-bold'; 
  font-size: 18px; 
}

.table .fas{
  font-size: 26px;
}

/* Fim Administrativa */

/* Capacita */
#capacita-img{
  background-size: 90%;
  background-position: center center;
}

@media only screen and (max-width: 800px) {
  #capacita-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #280044;
  }
}

@media only screen and (max-width: 600px) {
  #capacita-img{
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #280044;
  }
}

/* Início Capacite */

#capaciita h4{
  line-height: 1.5em;
}

.sessao{
  margin-top: 50px;
  margin-bottom: 80px;
}

.sessao .list-group{
  font-size: 17px;
}

.sessao a, .btn-yellow{ 
  color: white;
}

.sessao .link-roxo{
  color: #280044;
}

.sessao button{
  margin-top: 10px;
}

.collapsible {
  background-color: #280044;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 10%;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Retirar o foco: boarda azul */
.collapsible:focus {outline:0;}


.active, .collapsible:hover {
  background-color: #4b047e;
}

.content {
  display: none;
  overflow: hidden;
  background-color: #EFEFEF;
  border-radius: 6px;
}

.collapsible:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 18px;
  float: right;
  margin-left: 5px;
}

.sessao .active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
  font-size: 16px;
}



/* Fim Capacita */

/* Inicio Termos*/
#termos, #pg-login{
  overflow: hidden;
  padding-top: 100px;
  background-color: #EFEFEF
}

#termos .container{
  min-height: 63.5vh;
  /* min-height: calc(100% - 200px - 80px); */
  position: relative;
  font-size: 15px;
  color: rgb(66, 66, 66);
}

#termos h1, #pg-termos h1{
  font-size: 20px;
  color: rgb(26, 25, 25);
}
/* Fim Termos */

#t{
  opacity: 100%;

}

/* Início Carousel */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.text-parcerias {
  color: #f2f2f2;
  font-size: 18px;
  padding: 0px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Fim Carousel */

/* Início Projetos galeria (página antiga - podemos apagar se usarmos a nova) */
.gallery-container {
  width: 100%;
  padding-bottom: 25px;
  margin: 45px auto 0;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 150px;
  grid-row-gap: 25px;
}

@media only screen and (max-width: 1024px){
  .gallery-container {
    width: 100%;
    margin: 15px auto 0;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 290px;
    grid-row-gap: 25px;
  }
}

@media only screen and (max-width: 768px){
  .pg-elas p{
    text-align: center;
  }
  .gallery-container {
    width: 100%;
    margin: 15px auto 5px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px;
    grid-row-gap: 25px;
  }
}

@media only screen and (max-width: 600px){
  .gallery-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media only screen and (max-width: 375px){
  .gallery-container {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 330px){
  .gallery-container {
    margin-left: -38px;
  }
}

.gallery-container .custom-gallery {
  position:relative;
  background:#a09e9e;
  overflow: hidden;
  border-radius: 0px;
  transition: .5s;
  height:350px;
}

.gallery-container .custom-gallery .gallery-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.gallery-container .custom-gallery:hover .gallery-img-box {        
  opacity: 0.7;
}

.gallery-container .custom-gallery .gallery-img-box img {
  width:100%;
  height: 100%;
}

/* ABAIXO - NOVOS PÁGINA PROJETOS */
#projetos{
  min-height: 450px;
}

.card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  word-wrap:break-word;
  background-color:#fff;background-clip:border-box;
  border:1px solid rgba(0,0,0,0.125);border-radius:.25rem
}


.card>hr{
  margin-right:0;
  margin-left:0
}

.card>.list-group{
  border-top:inherit;
  border-bottom:inherit
}

.card>.list-group:first-child{
  border-top-width:0;
  border-top-left-radius:calc(.25rem - 1px);
  border-top-right-radius:calc(.25rem - 1px)
}

.card>.list-group:last-child{
  border-bottom-width:0;
  border-bottom-right-radius:calc(.25rem - 1px);
  border-bottom-left-radius:calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer{
  border-top:0
}

.card-body{
  flex:1 1 auto;
  min-height:1px;
  padding:1.25rem
}

.card-title{margin-bottom:.75rem}

.card-subtitle{margin-top:-.375rem;margin-bottom:0}

.card-text:last-child{margin-bottom:0}

.card-link:hover{text-decoration:none}

.card-link+.card-link{margin-left:1.25rem}

.card-header{
  padding:.75rem 1.25rem;
  margin-bottom:0;
  background-color:rgba(0,0,0,0.03);
  border-bottom:1px solid rgba(0,0,0,0.125)}
  
.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}

.card-footer{
  padding:.75rem 1.25rem;
  background-color:rgba(0,0,0,0.03);
  border-top:1px solid rgba(0,0,0,0.125)
}

.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}


.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}

.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}

.card-img-overlay{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  padding:1.25rem;
  border-radius:calc(.25rem - 1px)
}

.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}

.card-img,.card-img-top{
  border-top-left-radius:calc(.25rem - 1px);
  border-top-right-radius:calc(.25rem - 1px)
}

.card-img,.card-img-bottom{
  border-bottom-right-radius:calc(.25rem - 1px);
  border-bottom-left-radius:calc(.25rem - 1px)
}

.card-deck .card{margin-bottom:15px}

@media (min-width: 576px){
  .card-deck{display:flex;
    flex-flow:row wrap;
    margin-right:-15px;
    margin-left:-15px
}
.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}

.card-group>.card{margin-bottom:15px}@media (min-width: 576px){
  
  .card-group{display:flex;flex-flow:row wrap}
  
  .card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}
  
  .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}
  .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) 
  
  .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) 
  
  .card-img-bottom,.card-group>.card:not(:last-child)
  
  .card-footer{border-bottom-right-radius:0}
  
  .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}

.project-cards .card-title{
  font-size:1.125rem

}

.project-cards .card-title a{
  color:#4563CD
}

.card-img-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:1.25rem;
    border-radius:calc(.25rem - 1px)
}

.project-cards .card-title{
  font-size:1.125rem
}

.project-cards .card-title a{
  color:#4563CD
}

.project-cards .card-img-container{overflow:hidden}

.project-cards .card-img-container:hover .overlay-logo{
  -webkit-opacity:0;-moz-opacity:0;opacity:0}
  
  .project-cards .card-img-container:hover .overlay-content{margin-top:0}
  
  .project-cards .card-img-overlay{color:#fff;transition:all 0.4s ease-in-out}
  
  @media (prefers-reduced-motion: reduce){
    .project-cards .card-img-overlay{transition:none}}
    .project-cards .card-img-overlay.overlay-logo{margin-top:0;background:rgba(40, 0, 68,0.6)}
    .project-cards .card-img-overlay.overlay-logo .project-logo{position:absolute;width:100%;left:0;top:50%;margin-top:-38px}
    .project-cards .card-img-overlay.overlay-content{
      margin-top:600px;
      background:rgb(40, 0, 68);
      text-decoration:none
    }

    .card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}
    .card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);
      border-top-right-radius:calc(.25rem - 1px)}
    .card-img,.card-img-bottom{
        border-bottom-right-radius:calc(.25rem - 1px);
        border-bottom-left-radius:calc(.25rem - 1px)}
    .card-deck .card{margin-bottom:15px}@media (min-width: 576px){
      .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}
      .card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}
      .card-group>.card{margin-bottom:15px}@media (min-width: 576px){
        .card-group{display:flex;flex-flow:row wrap}
        .card-group>.card{flex:1 0 0%;margin-bottom:0}
        .card-group>.card+.card{margin-left:0;border-left:0}
        .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}
        .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) 
        .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) 
        .card-img-bottom,.card-group>.card:not(:last-child) 
        .card-footer{border-bottom-right-radius:0}
        .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
        .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) 
        .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,
        .card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns 
        .card{margin-bottom:.75rem}@media (min-width: 576px){
          .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
        .accordion>
        .card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}
    .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}

/* Fim Projetos */

/* Início Tags */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.filters { list-style:none }

.filters .type{
  display:inline-block;
  padding:0.275rem 0.875rem;
  border-radius:4px;
  cursor:pointer
}

.filters a:hover{
  background-color: #4563CD;
  color:  #F3C42E;
}

.filters .type.active .active{
  background-color: #280044;
}

.filters .type.active{
  background:none;
}

/* .filters .type.active:hover{background:#41A4F5;color:#fff} */
/* .filters .type:hover{background:#e6e9ed} */

.badge-info {
  background: #280044 0% 0% no-repeat padding-box;

}
.badge-info{
  background: #4563CD 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 0px #4563CD;
  border-radius: 30px;
  opacity: 1;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
}

.badge-pill{
  padding: 5px 10px;
  border-radius: 10px;
}
/* Fim Tags  */
