@import url('https://fonts.googleapis.com/css2?family=Palanquin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url(owl.carousel.min.css);
@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Sarala:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Sarala:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@600;700&family=Roboto:ital,wght@0,400;0,700;1,100&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* Gerais */



*, *::before, *::after {
  box-sizing: border-box;
  color: #3c5561;
  ;
  ;

}

body {
  margin: 0;
}

html{
  scroll-behavior: smooth;
}

.sect-titulo {
  color: #24C96E;

}


.sect-desc {
  font-weight: 50;
  color: #434d48;
}

.btn-g-bg {

  background-color: #24C96E;
  border: #fff;
  border-radius: 50px;
  color: #e5e7e6;
  padding: 5px;
}

a {
  text-decoration: none;
}

.texto1 {
  font-size: 18px;
}

.texto2 {
  font-size: 18px;
}

.texto3 {
  font-size: 18px;
}

.texto4 {
  font-size: 18px;
}

.textop {
  padding-top: 10px;
  height: 179px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */


  color: #173146;
}

.ev-data-ic {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.row-margin{
  padding: 20px 0px;
}
.ev-data-item {
  padding: 2px 4px;
  border: 1px solid #E3EFE8;
  background-color: #17314611 !important;
  border-radius: 5px;
}

.ic-text {
  vertical-align: middle;
  color: #173146;
}

.hero-title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.9rem !important;
  line-height: 75px;
  letter-spacing: -1px;
  text-align: left;
  line-height: 1.15384615 !important;
  /* identical to box height */


  color: #24C96E;
}

.section-title, .hero-description {
  width: 546px;
  height: 56px;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;

  color: #FFFFFF;
}

.section-subtitle {
  width: 364px;
  height: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  /* identical to box height */


  color: #173146;
}


.title-item-sect {
  width: 254px;
  height: 36.02px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;

  color: #24C96E;
}

.button-text {

  /* Read More */
  width: 106px;
  height: 16.48px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;

  color: #FFFFFF;
}

/* Sistema de cores */

.button2 {
  background: #E3EFE8;
  border: 1px solid #E3EFE8;
  border-radius: 10px;

}

.button2 {
  background: #FFFFFF;
  border: 1px solid #E3EFE8;
  border-radius: 10px;

}

.placeholder {
  color: #A7A7A7;
}

.hero-bg {
  position: absolute;
  width: 1980px;
  height: 800px;
  left: 0px;
  top: 0px;

  background: rgba(23, 49, 70, 0.55);
  /*bgcolor:#173146*/
}

/* Fim Gerais*/


/* Página Inicial*/



/* Slide da Hero Section */
.slider {
  position: relative;
  width: 100%;
  background: #2c3e50;
  /* darckblue */
}

.myslide {
  height: 655px;
  display: none;
  overflow: hidden;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 50px;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  transition: 0.1s;
  user-select: none;
}

.prev:hover, .next:hover {
  color: #00a7ff;
  /* blue */
}

.next {
  right: 0;
}

.dotsbox {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
  cursor: pointer;
}

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}

/* /2 */

/* javascript */
.active, .dot:hover {
  border-color: #00ff88;
  /* blue */
}

/* /javascript */

/* muslide add fade */

/*
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}

*/
/* /muslide add fade */

/* 3 */
.txt {
  position: absolute;
  color: #fff;
  letter-spacing: 2px;
  line-height: 35px;
  top: 40%;
  left: 15%;
  -webkit-animation-name: posi;
  -webkit-animation-duration: 2s;
  animation-name: posi;
  animation-duration: 2s;
  z-index: 1;
}

@-webkit-keyframes posi {
  from {
    left: 25%;
  }

  to {
    left: 15%;
  }
}


@keyframes posi {
  from {
    left: 25%;
  }

  to {
    left: 15%;
  }
}

.txt h1 {
  color: #00a7ff;
  /* blue */
  font-size: 50px;
  margin-bottom: 20px;
}

.txt p {
  font-weight: bold;
  font-size: 20px;
}

/* /3 */

/* 4 */

/*
.myslide img {
  transform: scale(1.5, 1.5);
  -webkit-animation-name: zoomin;
  -webkit-animation-duration: 40s;
  animation-name: zoomin;
  animation-duration: 40s;
}

@-webkit-keyframes zoomin {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}


@keyframes zoomin {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}
*/
/* /4 */



/* 5 */
@media screen and (max-width: 800px) {
  .myslide {
    height: 500px;
  }

  .txt {
    letter-spacing: 2px;
    line-height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-name: posi2;
    -webkit-animation-duration: 2s;
    animation-name: posi2;
    animation-duration: 2s;
  }

  @-webkit-keyframes posi2 {
    from {
      top: 35%;
    }

    to {
      top: 50%;
    }
  }


  @keyframes posi2 {
    from {
      top: 35%;
    }

    to {
      top: 50%;
    }
  }

  .txt h1 {
    font-size: 40px;
  }

  .txt p {
    font-size: 13px;
  }

}

/* /5 */

/* 6 */
@media screen and (max-width: 520px) {
  .txt h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .sign {
    margin-right: 20px;
  }

  .sign a {
    font-size: 12px;
  }
}

/* /6 */
/* Fim do Slider da Hero Section*/







/* Secção Sobre Nós */

.sobre-nos {
  background-color: #F5FEFF;
}


/* Secção Pontos Principais*/

.pontos-principais {
  background-color: #ECF7F8;
  padding: 50px 0px 100px;
}




/* Secção Pontos (Sub)Principais*/

.sub-pontos-principais {
  background-color: #ECF7F8;
}

.sub-pontos-principais {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.sbp-card {

  width: 655px;
  min-height: 200px;
  display: grid;
  background-color: #173146;

}

.ssp-left {
  padding-left: 120px;
  padding-right: 60px;
  background-color: #173146;

}

.ssp-right {
  padding-right: 120px;
  padding-left: 60px;
  background-color: #173146;

}


.imgblock {
  top: -20%;
  width: 475px;
  height: 200px;
  background-color: #00ff88;
  display: flex;
  justify-content: center;
}





/* Secção Alerta*/

.alerta {
  background-color: #F5FEFF;
}


/* Secção Memória Discritiva*/

.memoria-discritiva {
  background-color: #ECF7F8;
}

/* Secção Memória (Mais)Discritiva*/

.ot-memoria-discritiva {
  background-color: #F5FEFF;
}

/* Secção Formulário de Contato*/

.formulario-contato {
  background-color: #ECF7F8;
}




/* Fim Página inicial*/




/* Sobre Nós */


/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #9ab39f;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #f6faf8;
  border: 5px solid #24C96E;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}


/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}


/* Secção Entidades */


.entity {
  position: relative;
  overflow: hidden;
}

.entity-category {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.entity-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.entity-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
  top: 30px;
}

.entity-container::-webkit-scrollbar {
  display: none;
}

.entity-card {
  flex: 0 0 auto;
  width: 400px;
  height: 300px;
  margin-right: 40px;
  background-color: black;
}

.entity-image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.entity-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount-tag {
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  color: #ff7d7d;
  right: 10px;
  top: 10px;
  text-transform: capitalize;
}

.card-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  width: 90%;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0;
}

.entity-card:hover .card-btn {
  opacity: 1;
}

.card-btn:hover {
  background: #ff7d7d;
  color: #fff;
}

.entity-info {
  width: 100%;
  height: 300px;
  padding-top: 10px;
}

.entity-brand {
  text-transform: uppercase;
}

.entity-short-description {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  opacity: 0.5;
  text-transform: capitalize;
  margin: 5px 0;
}

.address {
  font-weight: 900;
  font-size: 20px;
}

.actual-address {
  margin-left: 20px;
  opacity: 0.5;
  text-decoration: line-through;
}

.pre-btn,
.nxt-btn {
  border: none;
  width: 10vw;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  cursor: pointer;
  z-index: 8;
}

.pre-btn {
  left: 0;
  transform: rotate(180deg);
}

.nxt-btn {
  right: 0;
}

.pre-btn img,
.nxt-btn img {
  opacity: 0.8;
}

/* Secção Team */

.team .card {
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.team .card-body i {
  font-size: 20px;
}

.team-member-btn {
  padding: 32px;
}


.team-member-show {
  width: 200px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}



.socials a {
  color: #2d8343;
}

.socials a:hover {
  color: #2d8343;
  opacity: 0.9;
  width: 300px;
}


/* Finaceamento */

.financiamento {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(92, 99, 94, 0.425);
  z-index: 1;
  padding: 40px;
}

/* Fim Sobre Nós*/



/* Eventos */

/*Evento 1*/

.event-img {
  width: 100%;
  padding: 0px;
  border-radius: 10px;

}

.event-dt-bg {
  border-radius: 10px;

}

.time-icon {}

.date {}

.date-card {}

.time-txt {}

.address-icon {}

.address-txt {}

.card-evt-detail {}

/* Fim evento 1*/




/* Evento Selcionado */


/* Notícias */

/* Notícia Selcionada*/
#more, #more-a1, #more-a2, #more-a3, #more-a4, #ipcbMore, #ubiMore {
  display: none;
}



.col-left {
  top: 75%;
  color: #ECF7F8;
  z-index: 2;
  padding-left: 10px;
}

.ev-countdown {
  /*background-color: #173146;*/
  width: 50%;
  height: 50px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 10px 0px;
}



.ev-countdown .count-cont {
  background-color: #17314611 !important;
  height: 77px;
  width: 77px;
  border: 1px solid #17314611 !important;
  border-radius: 10px;
  text-align: center;

  margin: auto;
  line-height: 70px;
  font-size: 20px;

}

.ev-countdown .ev-dtext {
 
  text-align: center;

 

}

.ev-countdown> div  {
 display: flex;
 flex-direction: column;
}

.ev-countdown>div .numero {
  opacity: 0.75;
  color: #173146 !important;
}


.card-title-limit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.about-title-limit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;

}

.ini-ev-not-title-limit {
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

}


.carta-texto {
  padding: 10px;
}

.carta-imagem {
  width: 100%;
  height: 200px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.events-item__date {
  background: #36f757;
  position: absolute;
  top: 0;
  left: 20px;
  padding: 15px 20px;
  z-index: 5;
}

.events-item__date span:first-of-type {
  font-size: 30px;
  line-height: 30px;
}

.events-item__date span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.page-title {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 195px 0px 130px 0px;
}


.page-title .title {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.page-title .bread-crumb li {
  color: #24C96E;
}

.page-title .bread-crumb ul {
  display: flex;
  flex-direction: row;
  gap: 5px;
}


ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}



.page-title .bread-crumb a {
  color: #fff;
}

a {
  text-decoration: none;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  cursor: pointer;
  color: #777;
  transition: all 900ms ease;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a {
  background-color: transparent;
}

.carta {
  padding: 20px;

  background: #F5FEFF;
  border-radius: 10px;
}

.ot-carta {
  padding: 20px;

  background-color: #ECF7F8;
  border-radius: 10px;
}

.rw-cont {
  display: flex;
  flex-direction: row;
}


.rodape {
  background-color: #173146;

}


.txt-green-pam {
  color: #24C96E;
}

.dropdown {
  position: relative;
  width: 300px;
  height: 50px;
}

.dropdown::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  right: 20px;
  top: 18px;
  z-index: 110000;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition: 0.5s;
  pointer-events: none;
}

.dropdown.active::before {
  transform: rotate(-225deg);
  top: 22px;
}

.dropdown input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fff;
  border: none;
  outline: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 12px 20px;

  z-index: 10000;
}

.dropdown .option {
  position: absolute;
  top: 60px;
  width: 100%;
  background: #fff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.05);

  overflow: hidden;
  display: none;
  z-index: 10000;
}

.dropdown.active .option {
  display: block;

}

.dropdown .option div {
  padding: 12px 20px;
  cursor: pointer;
}

.dropdown .option div:hover {
  background: lightgreen;
  color: #fff;
}

.recent_news {
  filter: brightness(70%);
}

.recent_news:hover {
  filter: brightness(40%);
}

.recent_news_brighter:hover {
  filter: brightness(70%);
}

.img_recent {
  width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lattest-news-header {
  display: block;
  position: absolute;
  top: 75%;
  color: #ECF7F8;
  z-index: 2;
  margin-left: 15px;
}

.box {
  width: 100%;
}

.box ul {
  position: relative;
  background: #fff;
}

.box ul li {
  list-style: none;
  padding: 10px;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
  color: black;
  font-size: large;
}

.box ul li:hover {
  z-index: 100;
  background: lightgreen;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
  color: #fff;
}

.box ul li span {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 20px;
  background: lightgreen;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

.box ul li:hover span {
  background: #fff;
  color: lightgreen;
}

.txt-white {
  color: white;
}


.font-weight-bold{
  font-weight: bold;
}

.btn-g-bg .ab-link:hover{
  color: white;
}

.rodape a:hover{
  color: #24C96E;
}

.cabecalho a:hover{
  color: #24C96E;
}

.reduce{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}


/*Scroll & sua Animação*/


.cabecalho {
  background-color: #F5FEFF;
  position: fixed;
  z-index: 10000;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;

}


.a_event:hover{
  color: white;
}