#cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #282828;
  display: none;
  z-index: 9999;
}

@media screen and (min-width: 860px) {
  #cookies {
    padding: 10px 0;
  }
}

#cookies_in {
  float: left;
  width: auto;
  padding: 5px 0;
}

@media screen and (min-width: 860px) {
  #cookies_in {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    width: 860px;
  }
}

#cookies_in span {
  color: #ffffff;
  display: block;
  width: auto;
  font-size: 11px;
  padding: 5px 5% 10px 5%;
}

@media screen and (min-width: 860px) {
  #cookies_in span {
    float: left;
    margin: 0 0 0 20px;
    padding: 7px 0 10px 0;
  }
}

#cookies .buttons {
  display: block;
  float: left;
  margin: 0 0 0 5%;
  width: 180px;
}

@media screen and (min-width: 860px) {
  #cookies .buttons {
    margin: 0 0 0 20px;
  }
}

#cookies .button {
  text-decoration: none;
  border: 1px solid #646464;
  color: #646464;
  display: block;
  float: left;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  padding: 0 16px;
  text-transform: uppercase;
  width: auto;
}

#cookies .button:hover {
  background-color: #646464;
  color: #ffffff;
}

#cookies .more {
  color: #9a9a9a;
  display: block;
  float: left;
  font-size: 10px;
  height: 21px;
  line-height: 21px;
  text-decoration: underline;
  width: auto;
  margin: 3px 20px 0 0;
}

#cookies .more:hover {
  color: #ffffff;
}

@media screen and (min-width: 1200px) and (max-device-width: 1667px) {
  .title-small h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .date-news {
    margin-top: -10px;
  }
}

@media screen and (min-width: 769px) {
  .date-news {
    margin-top: -35px;
    margin-bottom: 20px;
  }
}

/* ALTERACOES */

.carousel {
  outline: none;
}

.carousel-nav .carousel-cell-pag {
  margin-bottom: 10px;
}

.pageSlider__wrapper {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .homeSlider-cell img {
    max-width: none;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 400px) {
  .homeSlider-cell img {
    max-width: none;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ===============
 * Cards
=============== */

.cardThumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  margin-bottom: 20px;
}

.cardThumb a {
  display: flex;
  width: 100%;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #464646;
}

.cardThumb a:hover img {
  opacity: 0.5;
}

.cardThumb img, .cardThumb .zoomingWrap {
  display: block;
  flex-shrink: 0;
  width: 100%;
  /* max-height: 220px; */
  object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cardThumb div.card-body .card-text {
  display: flex;
  justify-content: space-between;
}

.cardThumb div.card-body .card-date {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin: auto;
  padding: 0;
  color: #0076b6;
  font-weight: normal;
}

.cardThumb p {
  padding: 0;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #464646;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.cardThumb span {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  border: 1px solid white;
  background: transparent url("../images/plus-sign.png") center center no-repeat;
  text-align: center;
}

.cardThumb div.card-body {
  color: #0076b6;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.cardThumb--video a,
.cardThumb--video p {
  background-color: #0076b6;
}

.cardThumb--video span {
  border: none;
  background: transparent url("../images/play.png") center center no-repeat;
}

@media screen and (max-width: 992px) {
  .pageSlider__wrapper {
    max-width: initial;
  }

  .cardThumb p {
    padding: 0;
    font-size: 12px !important;
  }

  /* .cardThumb div.card-body .card-text{
      flex-direction:column;
    }

    .cardThumb div.card-body .card-text span{
     margin-top:  10px;
    } */

  .cardThumb span {
    width: 22px;
    height: 22px;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    background-size: 14px 14px;
  }

  .homeProducts {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .cardThumb img, .cardThumb .zoomingWrap {
    max-height: 220px;
    object-fit: cover;
    object-position: center;
  }
}

/* GERAL */

ul.infoDescGeral {
  padding-left: 15px;
}

ul.infoDescGeral > li {
  font-size: 16px;
  color: #58595b;
  padding: 5px 0;
}

.carousel-main .caso-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.carousel-main .caso-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-main .caso-video img {
  width: 100%;
}

.carousel-main .caso-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  background: url(../images/video-play.png) center center no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.1s ease;
}

/* FOOTER */

.align-item {
  display: inline-block;
}

.footer__credits a:before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

.footer__credits a:first-of-type:before {
  content: "|";
  display: none;
}

.align-center {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* CARDTHUMB DATE */

.equal {
  display: flex;
  flex-wrap: wrap;
}

.card-body .date {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin: auto;
  padding: 10px 70px 0 20px;
  color: #0076b6;
  font-weight: normal;
}

/* TIMELINE */

.timelineFeature {
  position: relative;
  padding: 100px 0 100px 0;
}

.timelineFeature .drag_container {
  position: absolute;
  top: 25%;
  left: 53%;
  transform: translateX(-53%);
}

.timelineFeature .row-order {
  display: flex;
  flex-direction: column;
}
.timelineFeature .row-order > .row:nth-child(1) {
  order: 1;
}

.timelineFeature .row-order > .row:nth-child(2) {
  order: 2;
}

@media screen and (max-width: 1000px) {
  .timelineFeature {
    padding: 50px 0 50px 0;
  }

  .timelineFeature .row-order > .row:nth-child(1) {
    order: 2;
  }

  .timelineFeature .row-order > .row:nth-child(2) {
    order: 1;
  }
}

.timelineFeature .carousel-a-sync {
  outline: none;
}

.timelineFeature .carousel-b-sync,
.timelineFeature .carousel-c-sync {
  overflow: hidden;
  margin-bottom: 0;
  outline: none;
}

.timelineFeature .carousel-b-sync .flickity-viewport {
  transition: height 0.2s;
}

.timelineFeature .carousel-b-sync .infoTimeline .infoYear {
  font-size: 20px;
  color: #464646;
  font-weight: bold;
}

.timelineFeature .carousel-b-sync .infoTimeline .infoTitle {
  font-size: 24px;
  color: #0076b6;
  font-weight: bold;
  margin-bottom: 50px;
}

.timelineFeature .carousel-b-sync .infoTimeline .infoDesc {
  padding-left: 15px;
}

.timelineFeature .carousel-b-sync .infoTimeline .infoDesc > li {
  color: #58595b;
  padding: 5px 0;
}

.timelineFeature .carousel-b-sync .infoTimeline .infoDescParagraph {
  color: #58595b;
  padding: 5px 0;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .timelineFeature .carousel-b-sync .infoTimeline .infoTitle {
    margin-bottom: 25px;
  }
  .timelineFeature .carousel-b-sync .infoTimeline .infoDesc {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .timelineFeature .carousel-b-sync .infoTimeline .infoYear {
    font-size: 18px;
  }
  .timelineFeature .carousel-b-sync .infoTimeline .infoTitle {
    font-size: 14px;
  }
  .timelineFeature .carousel-b-sync .infoTimeline .infoDesc > li {
    font-size: 12px;
  }
  .timelineFeature .carousel-b-sync .infoTimeline .infoDescParagraph {
    font-size: 12px;
  }
}

.timelineFeature .carousel-c-sync::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50px;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #acacad;
  z-index: 0;
}

.timelineFeature .carousel-c-sync .flickity-slider {
  margin: 10px calc(100% / 40);
}

.timelineFeature .carousel-c-sync .timeline-select-years {
  display: flex;
  width: calc(100% / 10);
}

@media screen and (max-width: 1300px) {
  .timelineFeature .carousel-c-sync .flickity-slider {
    margin: 10px 0 0 20px;
  }

  .timelineFeature .carousel-c-sync .timeline-select-years {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 1000px) {
  .timelineFeature .carousel-c-sync .flickity-viewport {
    width: 100%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .timelineFeature .carousel-c-sync::before {
    left: 0;
    width: 100%;
  }

  .timelineFeature .carousel-c-sync .flickity-slider {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .timelineFeature .carousel-c-sync .flickity-slider {
    margin: 10px 0 0 0;
  }
}

.timelineFeature .carousel-c-sync .timeline-years {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
}

.timelineFeature .carousel-c-sync .flickity-prev-next-button {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  border-color: #0076b6;
  border-width: 1px;
  background-color: #ffffff;
  z-index: 0;
  padding: 6px 0;
}

.timelineFeature .carousel-c-sync .flickity-prev-next-button svg {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  fill: #0076b6;
  z-index: 1;
}

.timelineFeature .carousel-c-sync .flickity-prev-next-button.previous svg,
.timelineFeature .carousel-c-sync .flickity-prev-next-button.previous {
  left: 0;
}

.timelineFeature .carousel-c-sync button:disabled {
  opacity: 1;
}

.timelineFeature .carousel-c-sync .flickity-prev-next-button.next svg,
.timelineFeature .carousel-c-sync .flickity-prev-next-button.next {
  right: 0;
}

.timelineFeature .carousel-c-sync .year-select {
  font-size: 16px;
  color: #bab9b9;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.timelineFeature
  .carousel-c-sync
  .timeline-select-years.is-nav-selected
  .year-select::before {
  content: "";
  display: block;
  position: relative;
  top: -10px;
  left: 1%;
  width: auto;
  height: 4px;
  background-color: #0076b6;
  z-index: 1;
}

.timelineFeature
  .carousel-c-sync
  .timeline-select-years.is-nav-selected
  .year-select {
  font-size: 20px;
  color: #0076b6;
}

@media screen and (max-width: 1000px) {
  .timelineFeature .carousel-c-sync .year-select {
    font-size: 12px;
  }

  .timelineFeature
    .carousel-c-sync
    .timeline-select-years.is-nav-selected
    .year-select {
    font-size: 16px;
  }
}

.footer__credits {
  padding-bottom: 100px;
}

.footer__fixed {
  position: fixed;
  width: 100%;
  margin-top: 0;
  /* padding: 15px 0; */
  padding: 0px 0;
  bottom: 0;
  z-index: 10;
}

.footer__fixed .align-center {
  margin-top: 0;
}

.footer__fixed .align-center .financiamento-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__fixed .align-center img {
  display: block;
  width: 100%;
  /* max-width: 350px; */
  max-width: 950px;
  height: auto;
  object-fit: contain;
}


.div-container-info{padding-bottom: 100px;}
.div-info-mapa{margin-bottom: 60px;}
.div-info-mapa h3{color: #0076b6; font-weight: 600; margin-bottom: 16px; position: relative; padding-top: 16px;}
.div-info-mapa h3:before{content: ""; position: absolute; top: 0; left: 0; background-color: #0076b6; height: 2px; width: 40px;}
.div-info-mapa p{font-size: 14px; line-height: 22px; margin-bottom: 4px;}
.div-info-mapa img{width: 24px; margin-right: 8px;}
.div-info-mapa .p-afast{margin-left: 32px;}
.div-info-mapa .p-line{position: relative; padding-top: 16px; margin-top: 16px;} 
.div-info-mapa .p-line:before{content: ""; position: absolute; top: 0; left: 0; background-color: #58595b; height: 1px; width: 40px;}

#googleMap{
  height: 500px;
  position: absolute;
  top: 152px;
  right: 50px;
  width: 45%;
  overflow: hidden;
  z-index: 1;
}
.p-pais{color: #58595b; font-size: 24px; font-weight: 700;position: relative; width: max-content; margin-bottom: 30px; margin-top: 94px;}
.p-pais:before{content: ""; position: absolute; bottom: -3px; left: 0; background-color: #0076b6; height: 3px; width: 100%;}

.dropdown-div{display: flex; margin-bottom: 50px;}
.dropdown-div p{
  transform: rotate(90deg); 
  color: #0076b6; 
  font-weight: 600;
  border: 1px solid #0076b6;
  padding: 0px 10px;
  text-align: center;
  /* font-size: 20px; */
  display: inline-block;
  line-height: 28px;
}
.dropdown-div p:hover{cursor: pointer; background-color: #0076b6; color: #fff;}
.dropdown-div span{ color: #0076b6; font-size: 22px; font-weight: 600; margin-left: 20px; text-transform: uppercase; min-width: 160px;}
.dropdown-div img{
  width: 36px;
  height: 36px;
  border-radius: 100%;
  object-fit: cover;
  /* margin-left: 20px; */
}
.dropdown-menu__edited{
  border-radius: 0;
  padding: 24px 30px;
  width: 80%;
  box-shadow: none;
  border-color: #0076b6;
}
.dropdown-menu__edited ul{
  max-height: 314px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.dropdown-menu__edited ul li{
  margin-bottom: 16px;
}
.dropdown-menu__edited ul li:last-child{
  margin-bottom: 0;
}
.dropdown-menu__edited ul li::marker{
  content: none;
}
.dropdown-menu__edited ul li a{
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 10px;
  margin-right: 24px;
  text-transform: uppercase;
  display: inline-block;
}
.dropdown-menu__edited ul li a:hover{
  text-decoration: none;
  background-color: #f6f6f6;
  color: #0076b6;
}
.dropdown-menu__edited ul li a:focus{
  outline: none;
}
.dropdown-menu__edited ul li a span{
  min-width: 180px;
  display: inline-block;
}
.dropdown-menu__edited ul li a img{
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  object-fit: cover;
  /* margin-left: 20px; */
}

@media screen and (min-width: 1200px){
  #googleMap{
    width: 52%;
  }
}

@media screen and (max-width: 991px){
  #googleMap{
    height: 200px;
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
  }
  .p-pais{
    margin-top: 50px;
  }
  .dropdown-div{
    margin-bottom: 20px;
  }
  .dropdown-menu__edited {
    padding: 24px;
}
  .dropdown-menu__edited ul li {
    margin-bottom: 8px;
  }
  .dropdown-menu__edited ul li a{
    margin-right: 0;
  }
  .dropdown-menu__edited ul li a span{
    min-width: 160px;
  }
  .dropdown-menu__edited ul li a img{
    width: 32px;
    height: 32px;
  }
  .div-container-info{padding-bottom: 50px;}
  .div-info-mapa{margin-bottom: 30px;}
}

@media screen and (max-width: 767px){
  .dropdown-menu__edited ul{
    max-height: max-content;
    flex-wrap: nowrap;
  }
}