.owl-item {
  z-index: 100!important;
}

.projetos {
  margin-top: 250px;
}
.projetos-h1 {
  font-family: 'Rubik-Bold';
  font-size: 35px;
  color: #0A043C;
  text-align: center;
  margin-top: 360px;
}
.topo-projetos {
  background-color: #80FFD8;
  margin-top: -300px;
  text-align: center;
}
.topo-projetos p {
    font-family: 'Rubik-Regular';
    color: #0A043C;
    font-size: 18px;
    width: 100%;
    max-width: 732px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -140px;
}

.topo-projetos img {
    width: 918px;
    height: 436px;
    border-radius: 20px;
        position: relative;
    top: 200px;
}

.projetos-h2, .marcas h2 {
  font-family: 'Rubik-Bold';
  font-size: 24px;
  color: #0A043C;
  text-align: center;
}

.projetos p, .marcas p {
    font-family: 'Rubik-Regular';
    color: #707070;
    font-size: 18px;
    width: 100%;
    max-width: 732px;
    margin: 0 auto;
    text-align: center;
}

.edital-button {
    background-color: #0A043C;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 24px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

.edital-button a {
    text-decoration: none;
    color: white;
}

/*conteudo projetos*/
button{
  font-family: 'Rubik-Medium';
  border: none;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button-fdr{
  background-color: #00828A;
  color: #fff;
  width: 220px;
  height: 60px;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
.button-fdr:hover {
  width: 240px;
  letter-spacing: 0px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 131, 138, 0.66);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 131, 138, 0.66);
  box-shadow: 5px 40px -10px rgba(0, 131, 138, 0.66);
}

p{
  font-family: 'Rubik-Regular';
  font-size: 21px;
  color: #707070;
}

.projetos h1, .areas h1, .anosfdr h1, .democrito h1, .missao h1, .equipe h1{
  font-family: 'Rubik-Bold';
  font-size: 35px;
  color: #0A043C;
  text-align: center;
}

.projetos li{
  list-style: none;
}

/*modal*/

.overlay {
  display: none;
  position: fixed;
  /* z-index: 9999; */
  padding-top: 15%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgb(0, 0, 0, 0.8);
}

.close {
  float: right;
  color: white;
  background-color: transparent;
  font-size: 20px;
  outline: none;
}

.modal {
  display: none;
  background-color: rgb(0,37,76);
  margin: auto;
  padding: 20px;
  width: 640px;
  height: 300px;
  border-radius: 6px;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 40%;
}

.text-modal {
    font-family: 'Rubik-Regular';
    color: white;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}

.modal h3 {
    font-family: 'Rubik-Bold';
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.card-mb-cl {
  position: relative;
}

.card-button-cl.card-text-lc-m a{
  color: white;
  text-decoration: none;
}

/* Card-cl */

.cards-timeline{
  opacity:0.4;
  transition:.4s ease all;
  margin: 0 auto;
  transform:scale(.8);
  border: 2px solid #00828A;
  padding: 0 10% 0 10%;
  border-radius:10px;
  box-shadow: 0px 3px 6px #00000029;
  height: 410px;
  width: 550px;
  display:flex;
  justify-content: center;
  align-items:center;
  margin-top: 115px;
}

/* Card-cl */

/* .card-cl{  */
  /*display: flex;*/
  /* border-radius: 20px 20px 10px 10px;
  max-width: 322px;
  width: 100%;
  height: auto;
  background-color: #F1F1F1;
  -webkit-box-shadow: 2px 2px 6px rgba(181, 181, 181, 0.77);
  -moz-box-shadow: 2px 2px 6px rgba(181, 181, 181, 0.77);
  box-shadow: 2px 2px 6px rgba(181, 181, 181, 0.77);

} */
.card-mb-cl{
  margin-bottom: 2.5rem;
  margin: 0 auto;
}
/* .card-img {
    width: 228.99px !important;
    height: 243.99px !important;
}
*/
/* .card-img img{
  width: 322px !important;
  height: 240px;
  border-radius: 20px;
}  */
.card-content-cl{
  padding: 20px;
}
p.card-title-cl{
  font-size: 18px;
  color: #0A043C;
  font-family: "Rubik-Bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-bottom: solid 1px #0A043C;
  padding-bottom: 12px;
  height: 46px;
}
p.card-text-cl {
  color: #0A043C;
  font-size: 16px;
  margin-top: 15px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-text-lc-m{
  margin: 20px 20px 0 30px;
}
.card-button-cl{
  font-size: 16px;
  text-align: center;
  width: 120px;
  height: 35px;
  border-radius: 24px;
  border: none;
  background-color: #0A043C;
  color: #ffffff;
  margin-top: 30px;
  outline: none;
}

.card-button-cl:hover {
    background-color: #102073;
    border: none;
}

/*EQUIPE*/
.equipe ul{
  padding: 0 65px;
}

.equipe li{
  list-style: none;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  flex-basis: 150px;
}

.equipe img{
  width: 100px;
  height: 114px;
}

.autores p{
  margin-bottom: 2px;
  font-family: "Rubik-Bold";
  font-size: 18px;
  align-items: center;
  color: #707070;
  margin: 0 auto;
  text-align: center;
}
.autores span{
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #707070;
  margin: 0 auto;
  text-align: center;
  width: 130px;
}
.autores{
  display: grid;
  position: absolute;
  padding-top: 185px;
  width: 140px;
  text-align: center;
}

/* Carrossel */
.item {
    text-align: center;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.carousel {
    height: 366px;
}

.owl-carousel .owl-item figure {
    transition: .175s;
    margin: 50px auto;
    justify-content: center;
    align-items: flex-start;
    width: 235px;
    opacity: 1;
    border-radius: 20px 20px 10px 10px;
    max-width: 322px;
    width: 100%;
    height: auto;
    background-color: #F1F1F1;
    -webkit-box-shadow: 2px 2px 6px rgba(181, 181, 181, 0.77);
    -moz-box-shadow: 2px 2px 6px rgba(181, 181, 181, 0.77);
    box-shadow: 2px 2px 6px rgba(181, 181, 181, 0.77);
}

.carousel-timeline .owl-item.active.center figure {
    transform: scale(1.1);
    opacity: 1;
    min-height: 240px;
}

.carousel-timeline .owl-item.active.center {
    z-index: 9;
}

.owl-carousel .owl-item figure>div.textos-projetos {
    height: 240px;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 150px;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border-radius: 50px;
    border: none;
    padding: 0!important;
    width: 30px;
    height: 30px;
    margin-top: 205px;
    outline-style: none;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: -35px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: -30px;
    /* margin-left: 100%; */
}

.owl-theme .owl-nav [class*="owl-prev"] span,
.owl-theme .owl-nav [class*="owl-next"] span {
    font-size: 12px;
    color: #ffff;
}

.owl-theme .owl-nav [class*="owl-prev"]:hover,
.owl-theme .owl-nav [class*="owl-next"]:hover {
        background-color: transparent!important;

}

.owl-nav button.owl-next {
    background-image: url(../img/next.png)!important;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 30px 30px!important;
}

.owl-nav button.owl-prev {
    background-image: url(../img/prev.png)!important;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-size: 30px 30px!important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 322px;
    height: 240px;
    border-radius: 20px;
}

 .owl-theme .owl-nav [class*="owl-prev"] span,
.owl-theme .owl-nav [class*="owl-next"] span {
    display: none;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot {
    float: unset;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #5E8402;
}



/*MENU DESKTOP*/

@media only screen and (min-width: 1189px) {
    .desc-projetos {
        width: 542px;
        margin: 0 auto;
        line-height: 1.3em;
    }
}

@media only screen and (max-width: 1020px) {
    /* .owl-carousel .owl-item figure {
        width: 220px;
    } */
}

@media only screen and (max-width: 375px) and (min-width: 320px) {
    .projetos h5 {
        -webkit-line-clamp: 3;
    }
}


@media (max-width: 767px) {
    .owl-item.active {
        width: 212px!important;
    }
    
}

@media (max-width: 375px) {
    .owl-carousel .owl-item figure {
        width: 212px;
        margin-right: 10px;
    }
    
    
}

/* /Carrossel */

@media only screen and (min-width: 1190px){
  .cards-timeline{
    height: 410px;
    width: 550px;
  }
}
@media only screen and (max-width: 1189px) {
  .projetos-h1 {
    font-size: 30px;
    font-family: 'Rubik-Bold';
  }
  p, .anosfdr p, .autores p{
    font-size: 18px;
  }

  h1{
    font-size: 26px;
  }
  .equipe ul{
    padding: 0 0px;
  }

  .equipe img{
    width: 90px;
    height: auto;
  }

  .autores p{
    margin-bottom: 2px;
    font-family: "Rubik-Bold";
    font-size: 20px;
    align-items: center;
    color: #01718E;
  }
  .autores span{
    font-family: "Rubik-Regular";
    font-size: 17px;
    align-items: center;
    color: #707070;
  }
  .autores{
    display: block;
    position: absolute;
    padding-top: 175px;
    width: 140px;
    text-align: center;
  }

  .modal {
    margin: 0 auto;
    width: 300px;
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .modal {
    max-width: 90%;
    height: 60%;
    margin: 0 auto;
    overflow-y: auto;
  }

  .modal .container {
    overflow-y: auto;
    height: 90%;
  }
  .card-button-cl {
    width: 110px;
  }
  .topo-projetos p {
    text-align: left;
    font-size: 18px;
    margin-bottom: -140px;
  }
  .projetos-h2 {
    font-size: 30px;
  }
  .projetos p {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  /* .card-cl > div {
    height: 100%;
  }
  .card-text-cl {
    display: none;
  }
  .card-title-cl {
    font-size: 16px;
    text-align: left;
  }
  .card-title-cl {
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
  }
  .card-content-cl {
    width: 100%;
  }
  .card-mb-cl {
    max-width: 400px;
    margin: 0 auto;
    height: 130px;
    overflow: hidden;
  } */
  .card-button-cl {
    width: 80px;
    height: 30px;
    font-size: 12px;
    letter-spacing: 0;
 }
  .card-button-cl.open-modal {
    margin-right: 3%;
}
p.card-title-cl {
  text-align: center;
}
p.card-text-cl {
  text-align: center;
}
  /* .card-img img{
    width: 50%;
}
  .card-img {
    width: 150px;
    height: 130px;
  } */
}

@media only screen and (max-width: 1020px) {
  /* .card-cl > div {
    height: 100%;
  }
  .card-text-cl {
    display: none;
  }
  .card-title-cl {
    font-size: 18px;
    text-align: left;
  }
  .card-content-cl {
    width: 200px;
  }
  .card-mb-cl {
    max-width: 400px;
    margin: 0 auto;
    height: 130px;
    overflow: hidden;
  } */
  /* .card-button-cl{
   width: 70px;
   height: 25px;
   font-size: 12px;
   margin: 0 auto;
   float: left;
   letter-spacing: 0;
 } */
 .card-button-cl.open-modal {
  margin-right: 3%;
}
/* .card-img img {
  width: 150px !important;
  height: 130px !important;
  object-fit: cover;
  float: left;
}
.card-img {
    width: 150px!important;
    height: 130px!important;
  } */
  .topo-projetos img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 520px){
  .popup {
    margin: 45% auto;
    width: 300px;
    height: 415px;
  }
  .container {
    max-width: none!important;
  }
  div.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 150px;
  }
  p.card-title-cl {
    padding-bottom: 4px;
    height: auto;
  }
  .card-equipe {
    width: 137px!important;
  }
}

@media only screen and (min-width: 475px) and (max-width: 768px) {

  .anosfdr span {
    font-size: 14px;
  }
  .anosfdr img {
    height: 140px;
    margin-top: 40%;
  }
  p, .anosfdr p, .autores p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 474px) {

  .anosfdr span {
    font-size: 14px;
  }
  .anosfdr img {
    height: 140px;
    margin-top: 40%;
  }
  p, .anosfdr p, .autores p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 331px) and (max-width: 424px) {

  .anosfdr span {
    font-size: 14px;
  }
  .anosfdr img {
    height: 140px;
    margin-top: 70%;
  }
  p, .anosfdr p, .autores p {
    font-size: 16px;
  }

}

@media only screen and (max-width: 320px) {

  .anosfdr span {
    font-size: 14px;
  }
  .anosfdr img {
    height: 140px;
    margin-top: 40%;
  }
  p, .anosfdr p, .autores p {
    font-size: 16px;
  }
  .projetos-h1 {
    margin-top: 350px;
  }
  .topo-projetos p {
    margin-bottom: -74px;
  }
  .topo-projetos img {
    top: 100px;
  }
  .projetos {
    margin-top: 150px;
  }

  .card-button-cl {
    height: 25px;
    font-size: 9px;
}
   

}

/* Começo Equipe */
.card-equipe {
    width: 200px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.card-equipe img {
    width: 100%;
    height: 168px;
    border-radius: 10px 0;
}

.equipe form{
    width: 517px;
    margin: 0 auto;
}

.nome-autor{
    font-family: 'Rubik-Bold';
    color: #0A043C;
    display: block;
    font-size: 18px;
    text-align: center;
}

.profissao{
    font-family: 'Rubik-Regular';
    color: #0A043C;
    display: block;
    font-size: 16px;
    text-align: center;
}

.email{
    font-family: 'Rubik-Regular';
    color: #0A043C;
}

/* Final Equipe */


 /* Banners */
@media (max-width: 768px) {
    .ad-banner-desktop {
        display: none!important;
    }
}

@media (min-width: 769px) {
    .ad-banner-mobile {
        display: none!important;
    }
}
/* end banners*/