.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.body {
  display: block;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(auto, auto);
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-areas: ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, 100px) 0px minmax(auto, 400px) 0px minmax(auto, 100px) 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: minmax(auto, 100px) minmax(auto, 400px) minmax(auto, 100px) auto auto auto auto auto;
  background-color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  border-top: 0px none hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, .9);
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.slider-interno {
  height: 200px;
}

.container {
  height: 100px;
  border-top: 5px solid #000;
}

.section-2 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #009144;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px none hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.div-block-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.div-block-3 {
  width: 20vw;
  height: 400px;
  background-color: hsla(347.82608695652175, 62.73%, 43.14%, 0.51);
}

.div-block-4 {
  width: 100%;
  height: 400px;
  background-image: url('../images/Banner-Porto-de-Galinhas-01.jpg');
  background-position: 50% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
}

.slide {
  width: 100%;
  height: 400px;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.div-block-5 {
  width: 100%;
  height: 400px;
  background-image: url('../images/Banner-Porto-de-Galinhas-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5.banner1 {
  height: 100%;
  background-image: url('../images/porto-de-galinhas.jpg');
  background-size: cover;
}

.div-block-5.banner2 {
  height: 100%;
  background-image: url('../images/Enotel-Recepção.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5.banner3 {
  height: 100%;
}

.brand {
  width: 16.5vw;
  height: 100%;
  padding-bottom: 0px;
  background-color: #f7f7f7;
  background-image: url('../images/Marca-horizontal-XII-ENMC-2018.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.75vw;
  height: 100%;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 10px solid #ededed;
  border-left: 10px solid #ededed;
  background-color: #f7f7f7;
}

.div-block-7 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.75vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(347.82608695652175, 62.73%, 43.14%, 0.80);
}

.div-block-8.principal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 88, 172, .5)), to(rgba(57, 88, 172, .5))), url('../images/Enotel-01-bx.jpg');
  background-image: linear-gradient(180deg, rgba(57, 88, 172, .5), rgba(57, 88, 172, .5)), url('../images/Enotel-01-bx.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  height: auto;
}

.grid {
  position: relative;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . ." ". . ." ". . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.block-sobre-o-evento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  color: #fff;
}

.div-block-12 {
  height: 180px;
  margin-left: 30px;
  border-right: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  border-bottom: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  background-color: transparent;
}

.div-block-12.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-left: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right-style: none;
  border-bottom-style: none;
  background-color: #fff;
}

.div-block-12.data.interno {
  background-image: linear-gradient(266deg, #fafafa, #fff);
}

.div-block-12.detalhes {
  height: 250px;
}

.div-block-13 {
  width: 90%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  border-bottom: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.div-block-13.principal {
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.div-block-13.data-interna {
  width: 100%;
  border-right-color: #eee;
  border-bottom-color: #eee;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: transparent;
  color: transparent;
}

.column._2 {
  background-color: #c7c7c7;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  font-size: 50px;
  line-height: 35px;
}

.text-block-3 {
  margin-top: 10px;
  color: #828282;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 5px;
}

.text-block-3.principal {
  color: #fff;
}

.text-block-3._2 {
  color: #fff;
  font-size: 20px;
}

.bold-text {
  color: #828282;
  font-weight: 800;
}

.bold-text.principal {
  color: #fff;
}

.bold-text._2 {
  color: #fff;
  font-size: 40px;
}

.button {
  margin-right: 6px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  background-color: transparent;
  -webkit-transition: color 100ms ease, background-color 400ms ease;
  transition: color 100ms ease, background-color 400ms ease;
  color: #595959;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #737373;
  color: #fff;
}

.button.endereco {
  margin-top: 17px;
}

.button.leia-mais {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.button.principal {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-color: #fff;
  color: #fff;
  font-size: 12px;
}

.button.principal.amarelo:hover {
  background-color: #dfea0b;
  color: hsla(354.4537815126051, 85.12%, 19.45%, 1.00);
}

.button._2 {
  margin-right: 0px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
  letter-spacing: 0px;
}

.div-block-14 {
  width: 90%;
  height: auto;
  margin-left: 30px;
  border-right: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.div-block-14.detalhes-interno {
  width: 100%;
  padding-right: 3px;
  border-right-color: #eee;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #d6d6d6;
  font-size: 14px;
}

.column-3._2 {
  padding-left: 0px;
  font-size: 12px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-4._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
}

.columns-2 {
  height: 40px;
  margin-right: 15px;
  border-bottom: 1px solid #d6d6d6;
  color: #929090;
}

.columns-2.verde {
  height: 50px;
}

.columns-2._2 {
  margin-right: 0px;
  border-bottom-color: #ededed;
  font-size: 12px;
}

.bold-text-2 {
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.text-block-4 {
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  font-weight: 700;
}

.text-block-5 {
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  font-weight: 700;
}

.heading {
  margin-top: 50px;
  margin-bottom: 21px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.div-block-15.endereco-interno {
  width: 100%;
  border-right-color: hsla(148.13793103448276, 0.00%, 93.33%, 1.00);
}

.div-block-16 {
  width: 80%;
  height: 15vh;
  background-image: url('../images/Enotel-Recepção.jpg');
  background-position: 50% 50%;
  background-size: 370px;
  background-repeat: no-repeat;
}

.div-block-16.cfc {
  width: 100%;
  height: 120px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/Imagem-post-CFC.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-16.cfc.crcpe {
  background-image: url('../images/Conheça-o-CRCPE.jpg');
}

.text-block-6 {
  width: 80%;
  margin-top: 8px;
  margin-right: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  color: #929090;
  font-size: 12px;
  line-height: 16px;
}

.text-block-7 {
  width: 80%;
  margin-top: 7px;
  color: #929090;
  font-size: 12px;
}

.button-2 {
  margin-top: 19px;
}

.div-block-17 {
  width: 90%;
  height: 600px;
}

.block-historico-home-interno {
  width: 90%;
  height: auto;
  padding-bottom: 20px;
  border-right: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  background-color: transparent;
}

.block-historico-home-interno._2 {
  margin-top: 0px;
  border-right-style: none;
}

.div-block-19 {
  height: auto;
  margin-right: 20px;
  margin-left: 30px;
  border-left: 1px solid #e8e8e8;
}

.text-block-8 {
  color: #9e9e9e;
  font-size: 11px;
}

.columns-3 {
  margin-bottom: 9px;
  margin-left: -16px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #a3a3a3;
  font-size: 30px;
}

.columns-3:hover {
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
}

.div-block-20 {
  height: 215px;
  background-color: transparent;
  background-image: url('../images/Inscreva-se.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-21 {
  width: 100%;
  background-color: #fff;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-22._2 {
  margin-left: 0px;
}

.div-block-23 {
  position: relative;
  width: 30vw;
  margin-right: 20px;
  background-color: transparent;
}

.paragraph {
  margin-top: 11px;
  margin-bottom: 20px;
  color: #ababab;
  line-height: 25px;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.heading-2 {
  margin-left: 18px;
  color: #787878;
  font-size: 15px;
  font-weight: 400;
}

.collection-item {
  margin-bottom: 24px;
}

.div-block-24 {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list {
  margin-top: 7px;
}

.div-block-25 {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-26 {
  width: 40%;
  height: 80px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-3 {
  width: 60%;
  margin-left: 15px;
  color: #a8a8a8;
  font-size: 15px;
  font-weight: 400;
}

.nav-link {
  margin: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #009144;
  border-radius: 15px;
  -webkit-transition: background-color 100ms ease, border-radius 300ms ease;
  transition: background-color 100ms ease, border-radius 300ms ease;
  color: hsla(347.82608695652175, 62.73%, 43.14%, 1.00);
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
}

.nav-link:hover {
  border-radius: 0px;
}

.nav-link:active {
  background-color: #f1fe06;
}

.nav-link.w--current {
  border-radius: 0px;
  color: hsla(347.82608695652175, 62.73%, 43.14%, 1.00);
}

.div-block-27 {
  height: 210px;
  margin-bottom: 20px;
  background-image: url('../images/Inscreva-se.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-3 {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #f2f2f2;
  -webkit-transition: box-shadow 500ms ease, border-color 200ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 500ms ease, border-color 200ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, box-shadow 500ms ease, border-color 200ms ease;
  transition: transform 500ms ease, box-shadow 500ms ease, border-color 200ms ease, -webkit-transform 500ms ease;
  text-decoration: none;
}

.link-block-3:hover {
  border-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  box-shadow: 0 0 15px 1px hsla(148.13793103448276, 0.67%, 37.75%, 1.00);
  opacity: 1;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-block-28 {
  height: 23vh;
  background-image: url('../images/porto-de-galinhas.jpg');
  background-position: 50% 50%;
  background-size: 640px;
  background-repeat: no-repeat;
}

.div-block-28.b {
  height: 23vh;
  background-image: url('../images/Camarão-frito-porto-de-galinhas-bx.jpg');
}

.div-block-28.c {
  background-image: url('../images/Porto-de-galinhas-cerca-vista-para-o-mar-bx.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-4 {
  color: #636363;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.collection-list-wrapper {
  margin-bottom: 20px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  height: auto;
  margin-top: 20px;
  padding: 10px;
  background-color: transparent;
}

.right-arrow-3 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.div-block-31 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Placa-indicativa-de-Porto-de-Galinhas-bx.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-5 {
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
}

.div-block-32 {
  width: 100%;
  height: 100%;
  background-image: url('../images/porto-de-galinhas.jpg');
  background-position: 50% 50%;
  background-size: 640px;
  background-repeat: no-repeat;
}

.section-6 {
  position: relative;
  background-color: #18b43f;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}

.section-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(349.94764397905755, 79.25%, 52.75%, 1.00);
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  width: 25%;
  height: 150px;
  padding: 10px;
  background-color: #fff;
}

.div-block-34 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Marca-horizontal-XII-ENMC-2018.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  margin: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(349.94764397905755, 61.15%, 45.92%, 1.00);
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.button-3:hover {
  border-color: #fff;
}

.bold-text-3 {
  width: 70%;
  color: #fff;
  letter-spacing: 1px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  padding-bottom: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}

.heading-6 {
  font-size: 16px;
  text-align: center;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  line-height: 25px;
}

.bold-text-4 {
  width: 50%;
}

.link-block-5 {
  width: 50%;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.paragraph-3 {
  line-height: 22px;
  letter-spacing: 1px;
}

.link-block-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-35 {
  position: relative;
  top: auto;
  width: 50px;
  margin-bottom: 50px;
  opacity: 0.8;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-39 {
  height: 22vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  text-decoration: none;
}

.link-block-10:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.heading-7 {
  margin: 25px 5px;
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  font-size: 16px;
  text-align: center;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.div-block-41 {
  background-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.div-block-42 {
  width: 100%;
  background-color: transparent;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.text-block-12 {
  line-height: 17px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-13 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 2px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-45 {
  position: relative;
  margin-top: 80px;
  margin-left: -311px;
  background-image: url('../images/icon-triangulo-amarelo.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-45.azul {
  margin-top: 3px;
  margin-left: 49px;
  background-image: url('../images/icon-triangulo-azul.png');
  background-size: cover;
}

.div-block-45.green {
  margin-top: -202px;
  margin-left: 283px;
  background-image: url('../images/icon-triangulo-verde.png');
  background-size: auto;
}

.text-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 255px;
  margin-left: 269px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 30px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-48._2 {
  padding-left: 20px;
}

.div-block-49 {
  width: 100%;
  height: 40vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-51 {
  width: 30%;
  height: auto;
}

.div-block-52 {
  width: 70%;
  height: auto;
  padding-left: 20px;
}

.heading-8 {
  margin-bottom: 20px;
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.rich-text-block {
  color: #9e9e9e;
  font-size: 16px;
  line-height: 28px;
}

.text-block-15 {
  font-size: 14px;
}

.text-block-15._2 {
  font-size: 12px;
}

.text-block-16 {
  font-size: 12px;
}

.div-block-53 {
  width: 105%;
  height: auto;
  margin-top: 30px;
  border-top: 30px solid #f2f2f2;
}

.div-block-54 {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-17 {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-9 {
  display: none;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input {
  display: block;
  height: 100%;
  margin-bottom: 0px;
  background-color: transparent;
  font-size: 20px;
  font-style: italic;
}

.search-button {
  display: block;
  width: 10%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  background-image: url('../images/lupa-ok.png');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: background-color 300ms ease, -webkit-filter 300ms ease;
  transition: background-color 300ms ease, -webkit-filter 300ms ease;
  transition: filter 300ms ease, background-color 300ms ease;
  transition: filter 300ms ease, background-color 300ms ease, -webkit-filter 300ms ease;
}

.search-button:hover {
  background-color: #d4d638;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
}

.container-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
  border-radius: 5px;
  background-color: #fff;
}

.search-button-2 {
  background-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.div-block-56 {
  width: 25%;
  height: 12vh;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.body-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  width: 74vw;
  height: auto;
  margin: 20px 0px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
}

.heading-9 {
  width: 100%;
  text-align: center;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.collection-list-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  margin-top: 30px;
}

.collection-item-3 {
  width: 21.33vw;
  height: auto;
  margin: 20px 1vw;
  padding-right: 0px;
  padding-left: 0px;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block-11 {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-60 {
  height: 200px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-61 {
  height: auto;
}

.heading-10 {
  color: #adadad;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}

.paragraph-4 {
  color: #949494;
}

.query {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2f2f2;
}

.text-block-18 {
  margin-left: 5px;
  color: #387ffa;
  font-weight: 600;
}

.query-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e1f4e8;
  font-size: 13px;
}

.text-block-19 {
  margin-left: 5px;
  color: #7a7a7a;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-20 {
  color: #baea0b;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.body-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
}

.section-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-62 {
  position: relative;
  display: block;
  width: 74vw;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-11 {
  width: 100%;
}

.pesquisa {
  width: 100%;
}

.collection-list-wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-63 {
  width: 100%;
}

.collection-list-wrapper-5 {
  width: 74vw;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.collection-item-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  text-decoration: none;
}

.link-block-12:hover {
  border-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.heading-12 {
  width: 100%;
}

.div-block-64 {
  width: 30%;
  height: 150px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-65 {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  text-decoration: none;
}

.heading-13 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
}

.paragraph-5 {
  color: #ababab;
  text-decoration: none;
}

.text-block-18-copy {
  margin-left: 5px;
  color: #387ffa;
  font-weight: 600;
}

.empty-state {
  background-color: #fafafa;
}

.div-block-66 {
  width: 74vw;
  height: 100%;
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.div-block-67 {
  width: 300px;
  height: auto;
  margin-right: 20px;
  margin-left: 127px;
  padding-top: 0px;
  border-top: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  border-right: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  border-radius: 0px;
  background-color: #e8e8e8;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  margin-top: 0px;
  margin-left: -45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #8c8c8c;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading-14 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0px;
}

.heading-14-copy {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-21 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-column-count: 1;
  column-count: 1;
}

.rich-text-block-2 {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.titulo-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115%;
  height: auto;
  margin-left: -45px;
  padding: 11px 11px 11px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-72 {
  border-radius: 120px;
  background-color: #adc738;
}

.list-item {
  height: 100%;
  margin-left: 0px;
  color: hsla(349.84615384615387, 65.66%, 38.82%, 1.00);
  text-transform: uppercase;
}

.list {
  margin-top: 10px;
  padding: 10px;
  background-color: #fdc3cc;
  box-shadow: 1px 1px 8px 0 hsla(350.5882352941176, 57.30%, 82.55%, 1.00);
  font-size: 15px;
  font-weight: 600;
}

._11-09-card {
  width: 18vw;
  height: 100%;
  margin: 10px 40px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(148.13793103448276, 0.00%, 74.67%, 1.00) #bebebe #bebebe transparent;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
}

._11-09-card:hover {
  border-color: hsla(349.8529411764706, 65.38%, 40.78%, 1.00);
  box-shadow: 1px 1px 5px 1px #bfbfbf;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div-block-73 {
  height: 30px;
  border-left: 1px solid #bebebe;
}

.div-block-71-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115%;
  height: 100px;
  margin-left: -45px;
  padding: 11px 11px 11px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Camarão-frito-porto-de-galinhas-bx.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-36 {
  width: 70px;
  height: 70px;
  border-radius: 120px;
}

.div-block-74 {
  border-radius: 120px;
  background-image: url('../images/Camarão-frito-porto-de-galinhas-bx.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-13 {
  background-image: url('../images/Camarão-frito-porto-de-galinhas-bx.jpg');
  background-position: 50% 50%;
  background-size: 303px;
}

.lista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115%;
  height: auto;
  margin-bottom: 10px;
  margin-left: -45px;
  padding: 0px 11px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.list-2 {
  width: 100%;
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.list-item-2 {
  margin-top: 1px;
}

.list-item-3 {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  color: hsla(349.60629921259846, 0.00%, 44.67%, 1.00);
  font-weight: 600;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 50px 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c72943;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.div-block-75:hover {
  background-color: #fff5f5;
}

.div-block-75._12-09 {
  border-color: hsla(147.27272727272728, 95.65%, 27.06%, 1.00);
}

.div-block-75._12-09:hover {
  background-color: hsla(148.13793103448276, 100.00%, 96.88%, 1.00);
}

.div-block-75._13-09 {
  border-color: hsla(214.4055944055944, 66.51%, 42.16%, 1.00);
}

.div-block-75._13-09:hover {
  background-color: hsla(214.28571428571428, 100.00%, 96.43%, 1.00);
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(147.5187969924812, 97.08%, 26.86%, 1.00);
  border-radius: 120px;
  background-color: hsla(148.13793103448276, 0.00%, 70.67%, 1.00);
}

.div-block-76._11-09 {
  border-color: hsla(349.84615384615387, 65.66%, 38.82%, 1.00);
}

.div-block-76._13-09 {
  border-color: hsla(214.1095890410959, 65.77%, 43.53%, 1.00);
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #e6e6e6;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.heading-15-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e6e6e6;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 43px;
  background-color: transparent;
}

.div-block-78 {
  margin-top: -34px;
  margin-bottom: 21px;
  margin-left: 51px;
  padding: 10px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #b5b5b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(350.3105590062112, 65.18%, 48.43%, 1.00)), to(#9c2135));
  background-image: linear-gradient(180deg, hsla(350.3105590062112, 65.18%, 48.43%, 1.00), #9c2135);
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.div-block-78-12-09 {
  margin-top: -34px;
  margin-bottom: 21px;
  margin-left: 51px;
  padding: 10px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #b5b5b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(148.13793103448276, 100.00%, 28.43%, 1.00)), to(#0e5828));
  background-image: linear-gradient(180deg, hsla(148.13793103448276, 100.00%, 28.43%, 1.00), #0e5828);
}

.list-12-09 {
  margin-top: 10px;
  padding: 10px;
  background-color: hsla(148.13793103448276, 53.20%, 65.81%, 1.00);
  box-shadow: 1px 1px 8px 0 hsla(148.38709677419354, 53.14%, 65.69%, 1.00);
  font-size: 15px;
  font-weight: 600;
}

.list-item-12-09 {
  height: 100%;
  margin-left: 0px;
  color: hsla(148.13793103448276, 93.94%, 16.84%, 1.00);
  text-transform: uppercase;
}

.list-2-com-foto {
  width: 280px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
}

.com-foto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 121%;
  height: auto;
  margin-left: -45px;
  padding: 0px 0px 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: url('../images/Favicon-256x256.png');
  background-position: 0% 0%;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.com-foto.vania {
  background-image: url('../images/Vania-Borgerth---500x500-compressed.jpg');
}

.com-foto.alexsandro {
  background-image: url('../images/Alexandro-Broedel-500x500-compressed.jpg');
}

.com-foto.monica {
  background-image: url('../images/Monica-Foerster---500x500-compressed.jpg');
}

.com-foto.lucelia {
  background-image: url('../images/Lucelia-Lecheta---500x500-compressed.jpg');
}

.com-foto.marcia-alcazar {
  background-image: url('../images/Marcia-Alcazar---500x500-compressed.jpg');
}

.div-block-79 {
  margin-right: 10px;
  border-radius: 120px;
  background-image: url('../images/Placa-indicativa-de-Porto-de-Galinhas-bx.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-item-3-com-foto {
  margin-left: 30%;
  padding: 0px 10px 5px 6px;
  border-left: 1px solid #d1d1d1;
  color: hsla(349.60629921259846, 0.00%, 43.33%, 1.00);
  font-size: 13px;
  line-height: 18px;
}

.imagem-card-programacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115%;
  height: 130px;
  margin-left: -45px;
  padding: 11px 11px 11px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(148.13793103448276, 100.00%, 28.43%, 0.21)), to(rgba(30, 118, 70, .63))), url('../images/coffee-break.png');
  background-image: linear-gradient(180deg, hsla(148.13793103448276, 100.00%, 28.43%, 0.21), rgba(30, 118, 70, .63)), url('../images/coffee-break.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.imagem-card-galo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115%;
  height: 180px;
  margin-left: -45px;
  padding: 11px 11px 11px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/carnaval-recife.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-78-13-09 {
  margin-top: -34px;
  margin-bottom: 21px;
  margin-left: 51px;
  padding: 10px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #b5b5b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a6bc0), to(#012f74));
  background-image: linear-gradient(180deg, #2a6bc0, #012f74);
}

._13-de-setembro {
  width: 18vw;
  height: 100%;
  margin: 10px 40px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(148.13793103448276, 0.00%, 74.67%, 1.00) #bebebe #bebebe transparent;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
}

._13-de-setembro:hover {
  border-color: hsla(215.70247933884298, 88.24%, 38.60%, 1.00);
  box-shadow: 1px 1px 5px 1px #bfbfbf;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.list-13-09 {
  margin-top: 10px;
  padding: 10px;
  background-color: #93b0e1;
  box-shadow: 1px 1px 8px 0 #7aabd6;
  font-size: 15px;
  font-weight: 600;
}

.list-item-13-09 {
  height: 100%;
  margin-left: 0px;
  color: #043c67;
  text-transform: uppercase;
}

.imagem-card-programacao-13-09 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115%;
  height: 130px;
  margin-left: -45px;
  padding: 11px 11px 11px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 52, 143, .21)), to(rgba(17, 54, 156, .63))), url('../images/coffee-break.png');
  background-image: linear-gradient(180deg, rgba(0, 52, 143, .21), rgba(17, 54, 156, .63)), url('../images/coffee-break.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.imagem-card-quirino {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115%;
  height: 120px;
  margin-left: -45px;
  padding: 11px 11px 11px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/quirino.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._12-09-card {
  width: 18vw;
  height: 100%;
  margin: 10px 40px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(148.13793103448276, 0.00%, 74.67%, 1.00) #bebebe #bebebe transparent;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
}

._12-09-card:hover {
  border-color: hsla(147.85714285714286, 98.59%, 27.84%, 1.00);
  box-shadow: 1px 1px 5px 1px #bfbfbf;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.collection-list-4 {
  height: auto;
}

.section-13 {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #e50b0b;
}

.pagination-2 {
  margin-bottom: 30px;
}

.search-result-wrapper {
  display: none;
}

.section-14 {
  width: 74vw;
  height: 2000px;
  background-color: #fff;
}

.cms-section---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  padding: 40px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.collection-list-wrapper-6 {
  width: 100%;
  max-width: 1200px;
}

.collection-list-5 {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-5 {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.search-result-card---copy-this {
  display: block;
  width: 100%;
  text-decoration: none;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-80:hover {
  border-color: #fff;
  box-shadow: 1px 1px 28px 0 rgba(0, 0, 0, .09);
}

.div-block-105 {
  width: 450px;
  height: 200px;
  border-radius: 0%;
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-17 {
  display: block;
  margin-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #177fe8;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}

.paragraph-6 {
  font-family: 'Open Sans', sans-serif;
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.button-4 {
  width: 50px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ececec;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
  color: #bebebe;
  font-weight: 300;
  text-align: center;
}

.button-4:hover {
  background-color: #f3f3f3;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin-right: 0px;
  padding: 15px 25px;
  border: 2px solid #7d70d6;
  border-radius: 5px;
  background-color: #7d70d6;
  font-size: 18px;
  text-align: center;
}

.button-5:hover {
  background-color: transparent;
  color: #7d70d6;
}

.button-5.next {
  display: block;
  width: 120px;
  margin-right: 0px;
  padding: 9px 0px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  border-radius: 0px;
  background-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-5.next:hover {
  background-color: transparent;
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  font-weight: 600;
  letter-spacing: 1px;
}

.button-5.previous {
  display: block;
  width: 120px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px 10px;
  float: none;
  border-width: 1px;
  border-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  border-radius: 0px;
  background-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-5.previous:hover {
  background-color: transparent;
  color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  font-weight: 600;
  letter-spacing: 1px;
}

.list-item-6 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.button-6 {
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #ebebeb;
  background-color: #f3f3f3;
  color: #bebebe;
  font-weight: 300;
  text-align: center;
}

.button-7 {
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ececec;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  color: #bebebe;
  font-weight: 500;
  text-align: center;
}

.button-7:hover {
  background-color: #fff;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unordered-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boxed-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.boxed-container-2.navigation {
  display: block;
  width: 100%;
  max-width: 1800px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.pagination-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f0f0f0;
}

.div-block-106 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-7 {
  color: #919191;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-decoration: none;
}

.link-block-14:hover {
  box-shadow: 1px 1px 28px 0 rgba(0, 0, 0, .09);
}

.div-block-107 {
  width: 45%;
  height: 30vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-18 {
  color: #4377c7;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: underline;
}

.paragraph-8 {
  color: #999;
}

.text-block-22 {
  color: #737373;
  font-size: 11px;
}

html.w-mod-js *[data-ix="rotate-5-deg"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .section.slider-interno {
    height: 150px;
  }
  .div-block {
    width: 95vw;
  }
  .brand {
    width: 25vw;
  }
  .div-block-6 {
    width: 30vw;
  }
  .div-block-7 {
    width: 95vw;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-8 {
    width: 30vw;
  }
  .div-block-8.principal {
    width: 40vw;
  }
  .section-3 {
    display: none;
  }
  .div-block-9 {
    width: 95vw;
  }
  .div-block-10 {
    width: 95vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid {
    grid-column-gap: 16px;
    grid-template-areas: ". . ." ". . ." ". . ." ". . .";
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-block-12.data.interno {
    background-image: none;
  }
  .button.principal {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .div-block-23 {
    width: 70%;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 100ms ease, background-color 100ms ease, border-radius 300ms ease;
    transition: color 100ms ease, background-color 100ms ease, border-radius 300ms ease;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 2px;
  }
  .nav-link:active {
    color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  }
  .link-block-4 {
    width: 50%;
    height: 130px;
  }
  .div-block-36 {
    width: 80%;
  }
  .div-block-37 {
    width: 80%;
  }
  .link-block-5 {
    width: 80%;
  }
  .div-block-38 {
    width: 99%;
    padding: 5px;
  }
  .div-block-39 {
    height: 15vh;
  }
  .collection-list-wrapper-2 {
    padding: 5px;
  }
  .collection-item-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .heading-7 {
    font-size: 14px;
  }
  .text-block-13 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .div-block-45 {
    margin-top: 27px;
    margin-left: -329px;
  }
  .div-block-45.azul {
    margin-top: -15px;
  }
  .div-block-45.green {
    margin-left: 320px;
  }
  .text-block-14 {
    display: none;
    margin-left: 71px;
  }
  .div-block-46 {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-47 {
    width: 95%;
  }
  .div-block-48._2 {
    width: 80%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-51 {
    width: 50%;
  }
  .div-block-52 {
    width: 100%;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .text-block-17 {
    text-align: left;
  }
  .section-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  }
  .div-block-57 {
    width: 95vw;
  }
  .collection-item-3 {
    width: 45%;
  }
  .div-block-62 {
    width: 94vw;
  }
  .div-block-64 {
    width: 40%;
    height: 100px;
  }
  ._11-09-card {
    width: 350px;
  }
  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-item-3-com-foto {
    margin-left: 10px;
  }
  ._13-de-setembro {
    width: 350px;
  }
  ._12-09-card {
    width: 350px;
  }
  .cms-section---copy-this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-list-wrapper-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-list-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item-5 {
    width: 100%;
    height: auto;
  }
  .div-block-80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: auto;
    min-height: 200px;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-5 {
    float: left;
  }
  .button-5.next {
    margin-right: 0px;
    float: right;
  }
  .button-5.previous {
    margin-left: 0px;
  }
  .boxed-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .boxed-container-2.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pagination-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-107 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section.slider-interno {
    height: 130px;
  }
  .brand {
    width: 35vw;
  }
  .div-block-6 {
    width: 40vw;
  }
  .div-block-8 {
    width: 40vw;
  }
  .div-block-8.principal {
    width: 55vw;
  }
  .section-3 {
    display: none;
  }
  .column-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-4 {
    width: 60%;
  }
  .div-block-38 {
    width: 70%;
  }
  .div-block-48._2 {
    width: 80%;
  }
  .div-block-51 {
    width: 70%;
  }
  .section-9 {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .cms-section---copy-this {
    padding-top: 65px;
    padding-bottom: 0px;
  }
  .div-block-80 {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-5.next {
    margin-right: 0px;
  }
  .button-5.previous {
    margin-left: 0px;
  }
  .boxed-container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .boxed-container-2.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pagination-section {
    background-color: #fff;
  }
  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  .section.slider-interno {
    display: none;
    height: 100px;
  }
  .brand {
    width: 55vw;
  }
  .div-block-6 {
    width: 65vw;
  }
  .div-block-8.principal {
    width: 90vw;
  }
  .block-sobre-o-evento {
    text-align: center;
  }
  .div-block-12.data {
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-13 {
    border-left: 1px solid hsla(148.13793103448276, 100.00%, 28.43%, 1.00);
  }
  .div-block-13.principal {
    border-left-style: none;
  }
  .column-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
  .button.endereco {
    margin-right: 0px;
  }
  .button.leia-mais {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-14 {
    margin-left: 0px;
    border-right-style: none;
  }
  .column-3 {
    font-size: 13px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }
  .columns-2 {
    margin-right: 0px;
  }
  .heading {
    width: 100%;
    text-align: left;
  }
  .heading.center {
    text-align: center;
  }
  .div-block-15 {
    width: 100%;
    margin-top: 17px;
    padding-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    background-color: #f7f7f7;
    text-align: center;
  }
  .div-block-16 {
    width: 90%;
  }
  .text-block-6 {
    margin-right: 0px;
    text-align: center;
  }
  .text-block-7 {
    text-align: center;
  }
  .block-historico-home-interno {
    padding-bottom: 0px;
    border-right-style: none;
  }
  .columns-3 {
    margin-left: -10px;
  }
  .div-block-23 {
    width: 100%;
    margin-right: 0px;
  }
  .link-block-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-26 {
    width: 100%;
    height: 150px;
  }
  .heading-3 {
    width: 100%;
    margin-left: 0px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: hsla(148.13793103448276, 83.66%, 91.84%, 1.00);
  }
  .heading-4 {
    font-size: 15px;
    text-align: center;
  }
  .heading-5 {
    width: 100%;
  }
  .link-block-4 {
    height: 80px;
  }
  .image-35 {
    top: auto;
  }
  .div-block-38 {
    width: 95%;
  }
  .div-block-39 {
    height: 19vh;
  }
  .div-block-43 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-45 {
    margin-left: -231px;
  }
  .div-block-45.green {
    margin-top: -135px;
    margin-left: 249px;
  }
  .section-8 {
    margin-top: 100px;
  }
  .div-block-47 {
    width: 100%;
    margin-top: 10px;
    padding: 10px 5px;
  }
  .div-block-48._2 {
    width: 100%;
  }
  .div-block-49 {
    height: 200px;
  }
  .div-block-51 {
    width: 100%;
  }
  .rich-text-block {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-2 {
    margin-top: 100px;
  }
  .div-block-57 {
    margin-top: 100px;
  }
  .div-block-58 {
    width: 95%;
  }
  .heading-9 {
    font-size: 25px;
  }
  .div-block-59 {
    padding-bottom: 0px;
  }
  .collection-item-3 {
    width: 100%;
  }
  .query {
    height: 60px;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-18 {
    margin-left: 0px;
  }
  .text-block-20 {
    display: none;
  }
  .div-block-62 {
    margin-top: 120px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .heading-12 {
    font-size: 20px;
    line-height: 30px;
  }
  .div-block-64 {
    width: 70%;
  }
  .heading-13 {
    font-size: 16px;
  }
  .div-block-68 {
    margin-left: 0px;
  }
  .heading-14 {
    font-size: 20px;
  }
  .titulo-1 {
    width: 100%;
    margin-left: 0px;
  }
  ._11-09-card {
    width: 260px;
  }
  .div-block-76 {
    width: 60px;
    height: 60px;
  }
  .div-block-76._11-09 {
    width: 60px;
    height: 60px;
  }
  .heading-15 {
    font-size: 26px;
  }
  .div-block-77 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-78 {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-16 {
    font-size: 25px;
  }
  .div-block-78-12-09 {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .list-2-com-foto {
    width: 100%;
  }
  .com-foto {
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .list-item-3-com-foto {
    margin-top: 75px;
    margin-left: 0px;
    border-left-width: 0px;
  }
  .imagem-card-programacao {
    width: 100%;
    margin-left: 0px;
  }
  .imagem-card-galo {
    width: 100%;
    margin-left: 0px;
  }
  .div-block-78-13-09 {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  ._13-de-setembro {
    width: 260px;
  }
  .imagem-card-programacao-13-09 {
    width: 100%;
    margin-left: 0px;
  }
  .imagem-card-quirino {
    width: 100%;
    margin-left: 0px;
  }
  ._12-09-card {
    width: 260px;
  }
  .cms-section---copy-this {
    width: 95%;
    padding: 50px 5px 0px;
  }
  .collection-item-5 {
    width: 100%;
  }
  .div-block-80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 220px;
    min-width: auto;
    margin-bottom: 20px;
  }
  .button-5.next {
    margin-right: 0px;
    font-size: 14px;
  }
  .button-5.previous {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .column-8 {
    display: none;
  }
  .column-7 {
    padding-left: 0px;
  }
  .boxed-container-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
  .boxed-container-2.navigation {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pagination-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-block-14 {
    padding: 10px 5px;
  }
  .div-block-107 {
    height: 20vh;
  }
}