a {
  font-family: "Exo 2", sans-serif;
  text-decoration: none;
  line-height: inherit;
  color: #376b9c;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
/* Default paragraph styles */
p,
span {
  font-family: "Exo 2", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: left;
  text-rendering: optimizeLegibility;
  color: #47494B;
}
p strong,
span strong,
p b,
span b {
  font-weight: 700;
  line-height: inherit;
}
form input[type],
form select,
form span,
form label,
form textarea {
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
}
form button[type] {
  font-family: "Exo 2", sans-serif;
}
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin: 0 0 16px 0;
  line-height: 1.2;
  color: #47494B;
}
/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
/* Lists */
ul,
ol,
dl {
  font-family: "Exo 2", sans-serif;
  list-style-position: outside;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 17px;
  color: #47494B;
}
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
/*
All snippets
**/
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
/*
Icomoon
**/
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
Responsive image canvas
**/
figure.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
figure.image img {
  visibility: hidden;
}
figure.image.contain {
  background-size: contain;
}
.image-item {
  height: auto;
}
img {
  max-width: 100%;
}
/*
Flexbox snippets
**/
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
.justify-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-centered {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 70em) {
  .tablet-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 40em) {
  .mobile-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*
Colors
**/
/*
Structure
**/
*:focus {
  outline: none;
}
html,
body {
  height: 100%;
  background-color: #ffffff;
}
[class*="grid-"] {
  margin: 0 -0.625rem;
}
/*
Fetures
**/
.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.opacity:hover {
  opacity: 0.6;
  text-decoration: none;
}
.opacity-translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.opacity-translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.default-button {
  text-align: center;
  font-size: 19px;
  border: none;
  color: #ffffff;
  background-color: #82CECB;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
}
@media (max-width: 40em) {
  .default-button {
    font-size: 16px;
  }
}
.default-button:hover {
  background-color: #47494B;
  text-decoration: none;
}
.default-button img,
.default-button i {
  margin-right: 8px;
}
.default-button.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.default-button.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.default-button.full {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.default-button.small {
  padding: 10px 15px;
  font-size: 12px;
}
.spacing {
  padding: 0 0 60px 0;
}
@media (max-width: 40em) {
  .spacing {
    padding: 20px 0;
  }
}
form input[type],
form textarea,
form select,
form label.file {
  border: 1px solid #eff0e7;
  height: 36px;
  padding: 2px;
  display: block;
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
  border-radius: 10px;
}
form input[type]:focus,
form textarea:focus,
form select:focus,
form label.file:focus {
  border: 1px solid #47494B;
  outline: 0;
}
form input[type]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form label.file::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #47494B;
  font-size: 16px;
}
form input[type]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder,
form label.file::-moz-placeholder {
  /* Firefox 19+ */
  color: #47494B;
  font-size: 16px;
}
form input[type]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder,
form label.file:-ms-input-placeholder {
  /* IE 10+ */
  color: #47494B;
  font-size: 16px;
}
form textarea {
  height: 150px;
}
/*
Slick slider
**/
.slider {
  position: relative;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 2;
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #82CECB;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slider .slick-arrow.slick-prev {
  left: 10px;
}
@media (max-width: 80em) {
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider .slick-arrow.slick-prev::before {
  content: "\f060";
}
.slider .slick-arrow.slick-next {
  right: 10px;
}
@media (max-width: 80em) {
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slider .slick-arrow.slick-next::before {
  content: "\f061";
}
.slider .slick-arrow:hover::before {
  opacity: 0.8;
}
.slider .slick-dots {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .slick-dots > li {
  margin: 0 5px;
}
.slider .slick-dots > li button {
  font-size: 0;
  border: none;
  background-color: transparent;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.slider .slick-dots > li button::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #005283;
  display: block;
  border-radius: 50%;
}
.slider .slick-dots > li.slick-active button::before {
  background-color: #82CECB;
}
@media (max-width: 70em) {
  .wrap-page {
    padding-top: 68px;
  }
}
/*
Slider
*/
.bv_hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.filled_obj {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider .main-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
@media (max-width: 70em) {
  .main-slider .main-slider {
    height: 50vh;
  }
}
.main-slider .main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .item {
  position: relative;
  height: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 750px;
}
@media (max-width: 70em) {
  .main-slider .item {
    height: 50vh;
    min-height: 420px;
  }
}
.main-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(273.85deg, rgba(222, 240, 239, 0.85) 18.97%, rgba(177, 227, 223, 0.85) 70.18%);
  opacity: 1;
  z-index: 1;
}
.main-slider .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  z-index: 2;
  background-image: url("../../images/bg-slide.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 110%;
}
@media (max-width: 40em) {
  .main-slider .item::after {
    background-position: center 103%;
  }
}
.main-slider .item video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.main-slider .item iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .item figure {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*img {
            visibility: hidden !important;
            }*/
}
.main-slider .item .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.main-slider .item .slide-image.show {
  opacity: 1;
}
.main-slider .item .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .item .loading {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  font-style: italic;
  font-size: 22px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.main-slider .item .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .item.slick-active {
  z-index: 1;
}
.main-slider .item.slick-active .slide-media {
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .item.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.main-slider .text {
  width: 100%;
  position: absolute;
  top: 220px;
  left: 0;
  color: #fff;
  z-index: 3;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*h2 {
        font-size: 16px;
        text-transform: uppercase;
        color: @color2;
        font-weight: 400;
        margin-bottom: 5px;
        text-align: center;
        @media (max-width: 40em) {
        font-size: 14px;
        }
        }
        
        h3 {
        font-size: 38px;
        color: @black;
        line-height: 1.2;
        display: block;
        font-weight: 700;
        text-align: center;
        /*border: solid 1px #fff;
        
        padding: 30px 40px;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(8px);* /
        margin-bottom: 5px;
        
        strong,
        b {
        font-weight: 700;
        }
        
        @media (max-width: 40em) {
        font-size: 23px;
        }
        }
        p {
        color: @white;
        line-height: 1.4;
        }
        
        a,
        span {
        margin-bottom: 10px;
        .default-button;
        
        white-space: nowrap;
        }*/
}
@media (max-width: 70em) {
  .main-slider .text {
    top: 40px;
  }
}
.main-slider .text .title h1,
.main-slider .text .title h2 {
  text-align: center;
}
.list-page .sidebar h3 {
  text-transform: uppercase;
  font-size: 16px;
}
.list-page .sidebar h3 strong {
  position: relative;
  color: #82CECB;
  font-weight: 700;
}
.list-page .sidebar h3 strong::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #82CECB;
  position: absolute;
  left: 0;
  top: -10px;
}
.list-page .sidebar .categories {
  list-style: none;
  margin-bottom: 10px;
}
.list-page .sidebar .categories > li:not(:last-child) {
  border-bottom: 1px solid #EBF4F3;
}
.list-page .sidebar .categories > li > a {
  color: #47494B;
  font-size: 15px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding: 10px 0;
}
.list-page .sidebar .categories > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.list-page .sidebar .categories > li .submenu {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
  display: none;
}
.list-page .sidebar .categories > li .submenu > li a {
  color: #47494B;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.list-page .sidebar .categories > li .submenu > li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.list-page .sidebar .categories > li .submenu > li ul {
  list-style: none;
  padding-left: 30px;
  display: none;
}
.list-page .sidebar .categories > li .submenu > li ul li a {
  color: #47494B;
}
.list-page .sidebar .categories > li .submenu > li.active > a {
  color: #82CECB;
}
.list-page .sidebar .categories > li.active > a {
  color: #82CECB;
}
.list-page .sidebar ul {
  list-style: none;
  margin-bottom: 10px;
}
.list-page .sidebar ul li {
  line-height: 1.1;
}
.list-page .sidebar ul li a {
  color: #47494B;
  font-size: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.list-page .sidebar ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.list-page .sidebar ul li a.active {
  color: #82CECB;
}
.list-page .sidebar ul li ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.list-page .sidebar ul li ul li {
  margin-left: 20px;
}
.list-page .filters {
  margin-bottom: 40px;
}
.list-page .filters form {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.list-page .filters form > div {
  margin-left: 30px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 40em) {
  .list-page .filters form > div {
    margin-left: 10px;
  }
}
.list-page .filters form > div h5 {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}
.list-page .filters form > div select {
  margin: 0 0 0 10px;
}
/*
Blog
*/
.blog-list {
  list-style: none;
}
.blog-list li {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.blog-list li figure {
  margin: 0 0 0 -1rem;
  border-radius: 10px;
}
.blog-list li a {
  display: block;
  border: 1px solid #EBF4F3;
  padding: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  border-radius: 10px;
}
.blog-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.blog-list li a header {
  height: 100%;
  position: relative;
  margin: 10px -1em 0 -1em;
}
.blog-list li a header h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: initial;
}
.blog-list li a header span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #47494B;
  margin: 0;
  font-style: italic;
  font-size: 12px;
}
.widgets {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #005283;
  border-radius: 10px;
}
@media (max-width: 70em) {
  .widgets {
    padding: 20px;
  }
}
@media (max-width: 40em) {
  .widgets {
    margin-top: 40px;
  }
}
.widgets h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #ffffff;
}
.widgets form {
  position: relative;
  margin-bottom: 40px;
}
.widgets form input[type] {
  background-color: #ffffff;
}
.widgets form button {
  position: absolute;
  right: 10px;
  top: 50%;
  background: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widgets ul {
  list-style: none;
}
.widgets ul li a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.widgets ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.widgets ul li a.active {
  font-weight: 400;
}
.pagination {
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  background-color: #82CECB;
  color: #ffffff;
  display: block;
  width: 20px;
  line-height: 1.2;
  border-radius: 10px;
  padding: 4px 10px;
  cursor: pointer;
  text-transform: capitalize;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.pagination li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.pagination li a.current {
  background-color: #005283;
  border-radius: 10px;
}
.pagination li.current {
  background-color: #005283;
  border-radius: 10px;
}
.pagination li:not(:first-child) a,
.pagination li:not(:last-child) a {
  width: auto;
}
.blog-content h1 {
  font-weight: 700;
  font-size: 30px;
}
.blog-content h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}
.blog-content h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}
.blog-content h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.blog-content .wrap-featured-image {
  margin-bottom: 16px;
}
.blog-content .wrap-featured-image .featured-image {
  display: block;
  float: right;
  margin-left: 15px;
}
.blog-content .wrap-featured-image .featured-image img {
  border-radius: 10px;
  max-width: 400px;
  height: auto;
}
.blog-content .wrap-featured-image iframe {
  width: 100%;
  margin-top: 40px;
}
.blog-content .wrap-featured-image a:hover {
  text-decoration: none;
}
.blog-content .carousel-blog {
  margin: 10px -10px 0 -10px;
}
.blog-content .carousel-blog .item {
  padding: 10px;
}
.blog-content .carousel-blog .item a:hover {
  text-decoration: none;
}
.blog-content .carousel-blog .slick-arrow {
  bottom: 50%;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.blog-content .carousel-blog .slick-arrow.slick-prev {
  left: -30px;
}
.blog-content .carousel-blog .slick-arrow.slick-next {
  right: -30px;
}
.blog-content .addthis_inline_share_toolbox span {
  margin: 0;
}
.blog-content figcaption {
  color: #82CECB;
  text-decoration: none;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 2px 2px;
  text-align: center;
  margin-left: 15px;
  margin-bottom: 10px;
}
/*
Header
*/
.addthis_inline_share_toolbox {
  margin: 40px 0;
}
.wrap-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 4;
  background-image: url("../../images/bg-header.svg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.wrap-header .header-bar {
  padding: 10px 0;
  background: #47494B;
  border-bottom: solid 1px #383838;
}
.wrap-header .header-bar .list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.wrap-header .header-bar .list > div {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-right: 40px;
}
.wrap-header .header-bar .list > div img {
  margin-right: 10px;
}
.wrap-header .header-bar .list > div a {
  color: #ffffff;
  font-size: 14px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header .header-bar .list > div a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header .header-bar .list > div h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.wrap-header .header-bar .list > div span {
  color: #ffffff;
  margin: 0 5px;
}
.wrap-header .header-bar .list > div.wrap-drop {
  position: relative;
}
.wrap-header .header-bar .list > div.wrap-drop .drop {
  margin-left: 10px;
}
.wrap-header .header-bar .social {
  list-style: none;
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.wrap-header .header-bar .social li {
  margin-left: 15px;
}
.wrap-header .header-bar .social li a {
  display: block;
  color: #ffffff;
}
.wrap-header .header-bar .social li a img {
  display: block;
}
.wrap-header .header-bottom-bar {
  background-color: #82CECB;
  padding: 10px;
}
.wrap-header .header-bottom-bar .list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.wrap-header .header-bottom-bar .list > div {
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.wrap-header .header-bottom-bar .list > div i {
  margin-right: 5px;
  font-size: 16px;
}
.wrap-header .header-bottom-bar .list > div a,
.wrap-header .header-bottom-bar .list > div h4 {
  display: block;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  margin: 0;
}
.wrap-header .header-bottom-bar .list > div a:hover,
.wrap-header .header-bottom-bar .list > div h4:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header .header-bottom-bar .list > div span {
  margin: 0 5px;
  color: #ffffff;
}
.wrap-header .inner {
  padding: 10px 0 25px 0;
}
.wrap-header .inner .logo img {
  max-width: 220px;
  height: auto;
  width: 100%;
}
.wrap-header .inner .menu {
  list-style: none;
  margin: 25px 0 0 0;
}
.wrap-header .inner .menu li a {
  color: #47494B;
  font-weight: normal;
  font-size: 19px;
  display: block;
  position: relative;
}
.wrap-header .inner .menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #82CECB;
  transition: width 0.5s;
}
.wrap-header .inner .menu li a:hover,
.wrap-header .inner .menu li a.active {
  text-decoration: none;
}
.wrap-header .inner .menu li a:hover::before,
.wrap-header .inner .menu li a.active::before {
  width: 100%;
}
.wrap-header .inner .menu li a.whatsapp,
.wrap-header .inner .menu li a.featured {
  text-decoration: none;
}
.wrap-header .inner .menu li a.whatsapp::before,
.wrap-header .inner .menu li a.featured::before {
  width: 0;
}
.wrap-header .inner .menu li a.whatsapp::before:hover,
.wrap-header .inner .menu li a.featured::before:hover {
  width: 0;
}
.wrap-header .inner .menu li a.featured {
  text-align: center;
  font-size: 19px;
  border: none;
  color: #ffffff;
  background-color: #82CECB;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
}
@media (max-width: 40em) {
  .wrap-header .inner .menu li a.featured {
    font-size: 16px;
  }
}
.wrap-header .inner .menu li a.featured:hover {
  background-color: #47494B;
  text-decoration: none;
}
.wrap-header .inner .menu li a.featured img,
.wrap-header .inner .menu li a.featured i {
  margin-right: 8px;
}
.wrap-header .inner .menu li a.featured.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.wrap-header .inner .menu li a.featured.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.wrap-header .inner .menu li a.featured.full {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wrap-header .inner .menu li a.featured.small {
  padding: 10px 15px;
  font-size: 12px;
}
.wrap-header .inner .menu li a.whatsapp {
  color: #ffffff;
}
.home .wrap-header .header-bar {
  border-bottom: none;
}
/*
Banner
*/
/*
.card-banner {

.image-item {
position: relative;

.text {
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);

h2 {
font-size: 16px;
text-transform: uppercase;
color: @white;
font-weight: 500;
@media (max-width: 40em) {
font-size: 14px;
}
}

h3 {
font-size: 40px;
color: @white;
line-height: 1.2;
font-weight: 500;

@media (max-width: 40em) {
font-size: 24px;
}
}

a,span {
.default-button;
}
}
}
}


.vimeo-wrapper {
width: 100%;
//height: 100vh;
height: 64.9vh;
//z-index: 2;
position: relative;
overflow: hidden;
display: none;


.text {
z-index: 3;
.card-banner .image-item .text;
}

iframe {
position: absolute;

z-index: -99;
//width: 101vw;
width: 100%;
//height: 56.8125vw;
//min-height: 101vh;
min-height: 116vh;
//min-width: 179.555555vh;
//	position: absolute;
top: 50%;
left: 0; 
transform: translate(0%,-50%);


}
}

.video-mobile  {
position: relative;
//top: 0;
//left: 0;
//height: 62.6vw;
height: 58.6vw; 
width: 100%;
//height: 100%;
z-index: 2;
pointer-events: none;
overflow: hidden;
//border: 0;
//opacity: 0;
display: none;


.text {
z-index: 3;
.card-banner .image-item .text;
}

iframe {
width: 101vw;
height: 58.6vw;
//min-height: 101vh;
//min-width: 179.555555vh;
position: absolute;
//top: 50%;
//left: 50%;
}
}
*/
/* fim */
/*
Home
*/
.title {
  margin-bottom: 30px;
}
@media (max-width: 40em) {
  .title {
    margin-bottom: 20px;
  }
}
.title h1,
.title h3 {
  text-transform: uppercase;
  color: #005283;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 40em) {
  .title h1,
  .title h3 {
    font-size: 15px;
  }
}
.title h2 {
  font-size: 36px;
  margin: 0;
}
@media (max-width: 40em) {
  .title h2 {
    font-size: 23px;
  }
}
.title.upper h2 {
  text-transform: uppercase;
}
.title.centered * {
  text-align: center;
}
.title.white h1,
.title.white h3 {
  color: #82CECB;
}
.title.white h2 {
  color: #ffffff;
}
.home-services {
  padding: 40px 0;
  background-color: #EBF4F3;
}
@media (max-width: 40em) {
  .home-services {
    padding: 20px 0;
  }
}
.home-services .carousel-services-home {
  margin: 0 -20px;
  padding-bottom: 30px;
}
@media (max-width: 72em) {
  .home-services .carousel-services-home {
    margin: 0;
  }
}
.home-services .carousel-services-home .item {
  padding: 0 20px;
}
@media (max-width: 70em) {
  .home-services .carousel-services-home .item {
    padding: 0 5px;
  }
}
.home-services .carousel-services-home .item a {
  display: block;
  padding: 25px;
  border: 1px solid #eff0e7;
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.home-services .carousel-services-home .item a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.home-services .carousel-services-home .item a figure {
  border-radius: 10px;
  margin-bottom: 10px;
}
.home-services .carousel-services-home .item a h2 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
.home-services .carousel-services-home .item a p {
  height: 65px;
  overflow: hidden;
}
.home-services .carousel-services-home .item a .content {
  position: relative;
  padding: 10px;
  margin-top: 10px;
}
.home-services .carousel-services-home .item a .content p {
  text-align: center;
  font-size: 13px;
}
.home-services .carousel-services-home .item a .content::before {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background-color: #eff0e7;
  position: absolute;
  left: -10px;
  top: 0;
}
.home-services .carousel-services-home .slick-dots {
  bottom: 0;
}
.home-advantages .list {
  margin-top: 30px;
}
.home-advantages .list li a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.home-advantages .list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.home-advantages .list li .wrap-image {
  width: 70px;
  margin: 0 auto 10px auto;
  height: 65px;
}
.home-advantages .list li .wrap-image img {
  height: auto;
  max-width: 60px;
}
.home-advantages .list li .wrap-content-advantages {
  width: calc(100% - 70px);
  padding: 0;
}
.home-advantages .list li .wrap-content-advantages h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.home-advantages .carousel-services-home {
  margin: 0 -0.625rem;
  padding-bottom: 30px;
}
@media (max-width: 72em) {
  .home-advantages .carousel-services-home {
    margin: 0 -0.625rem;
  }
}
.home-advantages .carousel-services-home .item2 {
  padding: 0 0.625rem;
}
@media (max-width: 70em) {
  .home-advantages .carousel-services-home .item2 {
    padding: 0 0.625rem;
  }
}
.home-advantages .carousel-services-home .item2 a {
  display: block;
  padding: 30px 15px;
  background-color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  border-radius: 10px;
}
@media (max-width: 40em) {
  .home-advantages .carousel-services-home .item2 a {
    padding: 10px 5px;
  }
}
.home-advantages .carousel-services-home .item2 a .wrap-image {
  width: 70px;
  margin: 0 auto 10px auto;
  height: 65px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.home-advantages .carousel-services-home .item2 a .wrap-image img {
  height: auto;
  max-width: 60px;
}
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages {
  width: 100%;
  padding: 0;
}
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages h3 {
  font-size: 22px;
  margin-bottom: 10px;
  height: 54px;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 40em) {
  .home-advantages .carousel-services-home .item2 a .wrap-content-advantages h3 {
    height: 70px;
  }
}
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages span {
  font-size: 19px;
  border: none;
  color: #ffffff;
  background-color: #82CECB;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #005283;
  margin: auto;
  width: 150px;
  text-align: center;
  display: block;
  padding: 5px;
  font-size: 18px;
}
@media (max-width: 40em) {
  .home-advantages .carousel-services-home .item2 a .wrap-content-advantages span {
    font-size: 16px;
  }
}
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages span:hover {
  background-color: #47494B;
  text-decoration: none;
}
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages span img,
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages span i {
  margin-right: 8px;
}
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages span.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages span.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages span.full {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.home-advantages .carousel-services-home .item2 a .wrap-content-advantages span.small {
  padding: 10px 15px;
  font-size: 12px;
}
.home-advantages .carousel-services-home .slick-dots {
  bottom: 0;
}
.home-products {
  padding: 0 0 40px 0;
  display: none;
}
@media (max-width: 40em) {
  .home-products {
    padding: 20px 0;
  }
}
.home-products .title h1 {
  color: #82CECB;
}
.home-products .carousel-services-home {
  margin: 0 -0.625rem;
  padding-bottom: 30px;
}
@media (max-width: 72em) {
  .home-products .carousel-services-home {
    margin: 0 -0.625rem;
  }
}
.home-products .carousel-services-home .item {
  padding: 0 0.625rem;
}
@media (max-width: 70em) {
  .home-products .carousel-services-home .item {
    padding: 0 0.625rem;
  }
}
.home-products .carousel-services-home .item span {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  padding: 40px 25px;
  background-color: #EBF4F3;
  text-decoration: none;
  border-radius: 10px;
  min-height: 180px;
  transition: all 0.4s;
}
.home-products .carousel-services-home .item span a {
  text-decoration: none;
  font-weight: 700;
  color: #005283;
}
.home-products .carousel-services-home .item span h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.home-products .carousel-services-home .item span figure {
  border-radius: 10px;
  height: 65px;
  width: 70px;
}
.home-products .carousel-services-home .item span figure img {
  height: auto;
  width: 50px;
  margin: 0 auto;
}
.home-products .carousel-services-home .item span .content {
  position: relative;
  padding: 10px;
  width: calc(100% - 70px);
  padding: 0;
  /*&::before {
                    content: "";
                    width: ~"calc(100% + 20px)";
                    height: 1px;
                    background-color: @border;
                    position: absolute;
                    left: -10px;
                    top: 0;
                    }*/
}
.home-products .carousel-services-home .item span .content p {
  font-size: 13px;
}
.home-products .carousel-services-home .item span:hover {
  background: #e3e3e3;
}
.home-products .carousel-services-home .slick-dots {
  bottom: 0;
}
.home .home-products,
.priorizzi-educa .home-products,
.produtos .home-products {
  display: block;
}
.priorizzi-educa .home-products,
.produtos .home-products {
  padding: 40px 0;
  background-color: #d4e8e6;
}
.home-equipe {
  padding: 80px 0;
  background-color: #005283;
}
@media (max-width: 40em) {
  .home-equipe {
    padding: 40px 0;
  }
}
.home-equipe .title h1 {
  color: #ffffff;
}
.home-equipe .title h2 {
  color: #82CECB;
}
.home-equipe .carousel-services-home {
  margin: 0 -20px;
  padding-bottom: 30px;
}
@media (max-width: 72em) {
  .home-equipe .carousel-services-home {
    margin: 0;
  }
}
.home-equipe .carousel-services-home .item {
  padding: 0;
  display: block;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
  /* &:hover {
            background: @silver;
            }*/
}
@media (max-width: 70em) {
  .home-equipe .carousel-services-home .item {
    padding: 0;
  }
}
.home-equipe .carousel-services-home .item span {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.home-equipe .carousel-services-home .item h2 {
  font-size: 28px;
  text-align: center;
  margin: 10px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
}
.home-equipe .carousel-services-home .item figure {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: auto;
}
.home-equipe .carousel-services-home .item .content {
  position: relative;
  /*&::before {
                content: "";
                width: ~"calc(100% + 20px)";
                height: 1px;
                background-color: @border;
                position: absolute;
                left: -10px;
                top: 0;
                }*/
}
.home-equipe .carousel-services-home .item .content p {
  text-align: center;
  color: #ffffff;
}
.home-equipe .carousel-services-home .item .content p.cargo {
  color: #82CECB;
}
.home-equipe .carousel-services-home .slick-dots {
  bottom: 0;
  display: none;
}
.home-equipe .carousel-services-home .slick-dots > li button::before {
  background-color: #005283;
}
.home-equipe .carousel-services-home .slick-dots > li.slick-active button::before {
  background-color: #82CECB;
}
.horizontal-home {
  background-size: cover;
  background-position: center;
  padding: 140px 0;
}
@media (max-width: 40em) {
  .horizontal-home {
    padding: 40px 0;
  }
}
.horizontal-home a {
  text-decoration: none;
}
.horizontal-home a h1 {
  color: #82CECB;
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.horizontal-home a h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
}
@media (max-width: 40em) {
  .horizontal-home a h2 {
    font-size: 26px;
  }
}
.horizontal-home a h2 strong,
.horizontal-home a h2 b {
  font-weight: 700;
}
.home-about {
  padding: 80px 0;
  background-color: #EBF4F3;
}
.home-about .default-button {
  margin-top: 15px;
}
@media (max-width: 40em) {
  .home-about {
    padding: 40px 0;
  }
  .home-about .row {
    flex-direction: column-reverse;
  }
  .home-about .about-image {
    margin-top: 15px;
  }
  .home-about .default-button {
    margin-top: 10px;
  }
}
.home-about .title {
  margin-bottom: 20px;
}
.home-about .title h1 {
  margin-top: 3px;
}
.home-about ul {
  margin-left: 1rem;
}
.home-about figure {
  border-radius: 10px;
  height: 100%;
}
.home-clients {
  padding: 80px 0;
  background-color: #EBF4F3;
}
@media (max-width: 40em) {
  .home-clients {
    padding: 50px 0;
  }
}
.home-clients .carousel-clients-home {
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.home-clients .carousel-clients-home .slick-track {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.home-clients .carousel-clients-home .item {
  padding: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background-color: #ffffff;
  margin: 0 0.625rem;
  min-height: 140px;
  border-radius: 10px;
}
.home-clients .carousel-clients-home .item:hover {
  opacity: 0.6;
  text-decoration: none;
}
.home-clients .carousel-clients-home .item .address {
  text-decoration: none;
  color: #82CECB;
  margin-top: 10px;
  min-height: 40px;
  text-align: center;
}
.home-clients .carousel-clients-home .item img {
  max-width: 140px;
  max-height: 85px;
  width: auto;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: luminosity;
}
@media (max-width: 40em) {
  .home-clients .carousel-clients-home .item img {
    max-width: 95px;
  }
}
.home-clients .carousel-clients-home .slick-dots {
  bottom: 0;
}
.home-depositions {
  padding: 80px 0;
  background-color: #005283;
  background-image: url("../../images/detail.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
@media (max-width: 40em) {
  .home-depositions {
    padding: 50px 0;
  }
}
.home-depositions .title h1 {
  color: #ffffff;
}
.home-depositions .title h2 {
  color: #82CECB;
  text-transform: initial;
}
.home-depositions .list li .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.home-depositions .list li .wrap .wrap-image {
  width: 50px;
  margin-right: 20px;
}
.home-depositions .list li .wrap .wrap-image figure {
  border-radius: 50%;
}
.home-depositions .list li .wrap .wrap-title {
  width: calc(100% - 90px);
}
.home-depositions .list li .wrap .wrap-title h3 {
  font-size: 20px;
  margin: 0;
  color: #ffffff;
}
.home-depositions .list li .wrap .wrap-title h4 {
  font-style: italic;
  font-size: 15px;
  margin: 0;
  color: #82CECB;
}
.home-depositions .list li p {
  margin-top: 10px;
  color: #ffffff;
}
.produtos .home-depositions .list li {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.253);
  margin-bottom: 1.25rem;
}
.produtos .home-depositions .list li:nth-child(6),
.produtos .home-depositions .list li:nth-child(5) {
  border: none;
}
@media (max-width: 40em) {
  .produtos .home-depositions .list li {
    border: none;
  }
}
.wrap-depositions {
  padding: 0 0 20px 0;
}
@media (max-width: 40em) {
  .wrap-depositions {
    padding: 20px 0;
  }
}
.wrap-depositions .list > li .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  border-bottom: solid 1px #EBF4F3;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 70em) {
  .wrap-depositions .list > li .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.wrap-depositions .list > li .inner .wrap-image {
  width: 120px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-right: 25px;
}
@media (max-width: 70em) {
  .wrap-depositions .list > li .inner .wrap-image {
    width: 120px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.wrap-depositions .list > li .inner .wrap-image figure {
  width: 100%;
  border-radius: 50%;
  border: solid 1px #EBF4F3;
}
.wrap-depositions .list > li .inner .content {
  width: calc(100% - 120px);
}
@media (max-width: 70em) {
  .wrap-depositions .list > li .inner .content {
    width: 100%;
  }
}
.wrap-depositions .list > li .inner .content h3 {
  color: #47494B;
  margin-bottom: 5px;
  font-size: 22px;
}
.wrap-depositions .list > li .inner .content h4 {
  color: #005283;
}
.home-blog {
  padding: 80px 0;
}
@media (max-width: 40em) {
  .home-blog {
    padding: 50px 0;
  }
}
.home-blog .list {
  margin: 0 -0.625rem;
}
.home-blog .list a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.home-blog .list a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.home-blog .list a figure {
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}
.home-blog .list a figure span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #82CECB;
  border-radius: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}
.home-blog .list a h3 {
  font-size: 22px;
  color: #47494B;
  height: 54px;
  overflow: hidden;
  font-weight: 400;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 40em) {
  .home-blog .list a h3 {
    height: auto;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.newsletter {
  padding: 20px 0;
  background: linear-gradient(92.82deg, #DEF0EF 28.3%, #B1E3DF 79.8%);
  border-bottom: solid 1px rgba(100, 100, 100, 0.2);
}
@media (max-width: 40em) {
  .newsletter {
    padding: 20px 0;
  }
}
.newsletter h2 {
  text-transform: uppercase;
  color: #47494B;
  font-size: 30px;
  margin: 0;
}
@media (max-width: 40em) {
  .newsletter h2 {
    margin: 0 0 5px 0;
  }
}
.newsletter h2 strong,
.newsletter h2 b {
  font-weight: 700;
}
.newsletter form input[type] {
  margin: 0;
}
@media (max-width: 40em) {
  .newsletter form input[type] {
    margin: 0 0 5px 0;
  }
}
.newsletter .default-button {
  background-color: #005283;
  height: 45px;
  text-transform: capitalize;
}
.newsletter .default-button.full {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/*
Footer
*/
.wrap-footer {
  padding: 40px 0 0 0;
  background: linear-gradient(92.82deg, #DEF0EF 28.3%, #B1E3DF 79.8%);
}
@media (max-width: 40em) {
  .wrap-footer {
    padding: 20px 0;
  }
}
.wrap-footer li {
  line-height: 1;
  margin-bottom: 7px;
}
.wrap-footer .logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  margin: auto;
}
.wrap-footer h3 {
  position: relative;
  color: #47494B;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
@media (max-width: 70em) {
  .wrap-footer h3 {
    font-size: 15px;
  }
}
.wrap-footer h3 a {
  color: #47494B;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer h3 a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer h3 img {
  position: absolute;
  left: -24px;
  top: 0;
}
@media (max-width: 40em) {
  .wrap-footer h3 img {
    left: 0;
    position: relative;
    margin-right: 10px;
    float: left;
  }
}
.wrap-footer h3.mail {
  margin-top: 20px;
}
.wrap-footer h3.mail a {
  color: #47494B;
}
@media (max-width: 40em) {
  .wrap-footer h3.mail {
    margin: 20px 0;
  }
}
.wrap-footer .social {
  margin-top: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 40em) {
  .wrap-footer .social {
    margin: 20px 0;
  }
}
.wrap-footer .social li {
  margin: 0 22px 0 0;
}
.wrap-footer .social li a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: #47494B;
  font-size: 16px;
}
.wrap-footer .social li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer ul {
  list-style: none;
}
.wrap-footer ul li a {
  font-size: 16px;
  color: #47494B;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 70em) {
  .wrap-footer ul li a {
    font-size: 15px;
  }
}
.wrap-footer p {
  position: relative;
  color: #47494B;
  font-size: 16px;
}
@media (max-width: 70em) {
  .wrap-footer p {
    font-size: 15px;
  }
}
.wrap-footer p a {
  color: #47494B;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer p a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 70em) {
  .wrap-footer p a {
    font-size: 15px;
  }
}
.wrap-footer p img {
  position: absolute;
  left: -24px;
  top: 0;
}
.wrap-footer h4 {
  font-size: 32px;
  color: #47494B;
}
@media (max-width: 70em) {
  .wrap-footer h4 {
    font-size: 20px;
  }
}
.wrap-footer h4 a {
  color: #47494B;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer h4 a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer h4 small {
  font-size: 18px;
}
@media (max-width: 70em) {
  .wrap-footer h4 small {
    font-size: 14px;
  }
}
.wrap-footer .wrap-numbers {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wrap-footer .wrap-numbers h4 a {
  color: #47494B;
  font-weight: 400;
}
.wrap-footer .wrap-numbers p {
  padding-left: 30px;
  font-weight: 700;
}
.wrap-footer .wrap-numbers p img {
  left: 0;
  top: 4px;
}
@media (min-width: 40em) {
  .wrap-footer .wrap-numbers p.whats {
    margin-top: -8px;
  }
  .wrap-footer .wrap-numbers p.whats a {
    font-size: 26px;
  }
  .wrap-footer .wrap-numbers p.whats img {
    left: 0;
    top: 12px;
  }
}
.wrap-footer .wrap-numbers .scroll-up {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer .wrap-numbers .scroll-up:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer .copy {
  padding: 0 0 10px 0;
}
.wrap-footer .copy p {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  color: #47494B;
  opacity: 0.4;
}
.wrap-footer .copy p a {
  color: #47494B;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  font-size: 12px;
}
.wrap-footer .copy p a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer .footer-cta {
  background-color: #82CECB;
  max-width: 300px;
  padding: 10px;
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  left: 3px;
  -webkit-transition: transform 0.9s;
  -moz-transition: transform 0.9s;
  -ms-transition: transform 0.9s;
  transition: transform 0.9s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.wrap-footer .footer-cta.aberto {
  -webkit-transform: translateY(13px);
  -moz-transform: translateY(13px);
  -ms-transform: translateY(13px);
  transform: translateY(13px);
}
.wrap-footer .footer-cta a {
  border-radius: 4px 4px 0 0;
  background-color: #82CECB;
  text-align: center;
  position: absolute;
  padding-top: 2px;
  display: block;
  padding: 2px 6px;
  color: white;
  width: 25px;
  right: 10px;
  top: -10px;
}
.wrap-footer .footer-cta p {
  color: white;
}
.wrap-footer .footer-cta form {
  margin-bottom: 0;
}
.wrap-footer .footer-cta form input[type="text"] {
  margin-bottom: 10px;
  height: 36px;
}
.wrap-footer .footer-cta form textarea {
  height: 100px;
}
.wrap-footer .footer-cta form button {
  width: 100%;
}
.wrap-footer .footer-cta .silver {
  background-color: #47494B;
}
/*
Pages
*/
.header-page {
  padding: 175px 0 100px 0;
  background-color: #EBF4F3;
  background-image: url("../../images/bg-slide.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 270px;
  animation-name: fadein;
  -webkit-animation-name: fadein;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible;
  z-index: 4;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 70em) {
  .header-page {
    padding: 30px 0 110px 0;
    background-position: center bottom;
  }
}
@media (max-width: 40em) {
  .header-page {
    padding: 30px 0 45px 0;
    background-position: center bottom;
  }
}
.header-page .title {
  margin: 0;
}
.header-page .title h2 {
  font-size: 28px;
}
@media (max-width: 40em) {
  .header-page .title h2 {
    font-size: 23px;
  }
}
.wrap-about {
  padding: 0 0 60px 0;
}
@media (max-width: 40em) {
  .wrap-about {
    padding: 20px 0;
  }
}
.wrap-about ul,
.wrap-about ol {
  margin-left: 1em;
}
.wrap-about h2 {
  font-size: 30px;
  padding-top: 20px;
}
.wrap-about h3 {
  font-size: 23px;
  padding-top: 20px;
}
.wrap-about figure {
  border-radius: 10px;
}
.wrap-about .carousel-about-thumb {
  margin: 0 -1px 0 0;
}
.wrap-about .carousel-about-thumb .item {
  padding: 2px 2px 0 0;
}
.wrap-about .carousel-about-thumb figure {
  border-radius: 10px;
}
.advantages-about {
  padding: 60px 0;
  background-color: #EBF4F3;
}
.advantages-about h3 {
  font-weight: 700;
}
.advantages-about ul li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.advantages-about ul li .wrap-image {
  width: 60px;
  margin-right: 10px;
}
.advantages-about ul li .wrap-content-advantages {
  width: calc(100% - 70px);
}
.advantages-about ul li .wrap-content {
  padding: 0;
}
.products-list span:not(.default-button) {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  padding: 40px 25px;
  background-color: #EBF4F3;
  text-decoration: none;
  border-radius: 10px;
  min-height: 180px;
  transition: all 0.4s;
}
.products-list span:not(.default-button) a {
  text-decoration: none;
  font-weight: 700;
  color: #005283;
}
.products-list span:not(.default-button) h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.products-list span:not(.default-button) figure {
  border-radius: 10px;
  height: 65px;
  width: 70px;
}
.products-list span:not(.default-button) figure img {
  height: auto;
  width: 50px;
  margin: 0 auto;
}
.products-list span:not(.default-button) .content {
  position: relative;
  padding: 10px;
  width: calc(100% - 70px);
  padding: 0;
  /*&::before {
                content: "";
                width: ~"calc(100% + 20px)";
                height: 1px;
                background-color: @border;
                position: absolute;
                left: -10px;
                top: 0;
                }*/
}
.products-list span:not(.default-button) .content p {
  font-size: 13px;
}
.products-list span:not(.default-button):hover {
  background: #e3e3e3;
}
.products-list.budget a {
  height: auto;
  margin: 5px 0;
}
.wrap-product {
  padding: 0 0 60px 0;
}
@media (max-width: 40em) {
  .wrap-product {
    padding: 20px 0;
  }
}
.wrap-product .carousel-product .item {
  padding: 2px 2px 0 0;
}
.wrap-product .carousel-product .item.video {
  position: relative;
}
.wrap-product .carousel-product .item.video::before {
  content: url('../../images/play.png');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.wrap-product .carousel-product .item.video figure {
  opacity: 0.9;
}
.wrap-product .carousel-product-thumb {
  margin: 0 -1px 0 0;
}
.wrap-product figure {
  border-radius: 10px;
  margin-bottom: 15px;
}
.wrap-product .content .title {
  margin: 0;
}
.wrap-product .content img {
  border-radius: 10px;
}
.wrap-product .content iframe {
  top: -115px;
  position: relative;
}
.wrap-product .content iframe img {
  border-radius: 10px;
}
.wrap-product .content em {
  display: inline-block;
  background-color: #005283;
  color: #ffffff;
  font-weight: bold;
  padding: 1px 8px;
  border-radius: 3px;
  margin-right: 5px;
}
.wrap-product .content h1 {
  font-size: 34px;
  color: #47494B;
  margin: 0 0 15px 0;
}
.wrap-product .content h3 {
  font-size: 25px;
  color: #005283;
  margin-bottom: 16px;
  font-weight: bold;
}
.wrap-product .content ul {
  margin-left: 1em;
}
.wrap-product .content .destaque {
  padding: 20px;
  background-color: #EBF4F3;
  border-radius: 10px;
  transform: translateY(0);
  margin: 30px 0;
  animation-name: destaque;
  -webkit-animation-name: destaque;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible;
  z-index: 4;
}
@keyframes destaque {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  50% {
    opacity: 1;
    transform: translateY(-150px);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrap-product .content .destaque h3 {
  margin-top: 0;
}
.wrap-product .content .destaque ul {
  list-style: none;
  margin-left: 0;
}
.wrap-product .content .destaque ul li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.wrap-product .content .destaque ul li img {
  margin-right: 10px;
  width: 40px;
  height: auto;
  display: block;
}
.wrap-product .content .destaque ul li span {
  width: calc(100% - 50px);
  margin: 0;
  line-height: 1.2;
}
.wrap-product .content .destaque2 {
  padding: 20px;
  background-color: #005283;
  border-radius: 10px;
  transform: translateY(0);
  margin: 30px 0;
  animation-name: destaque2;
  -webkit-animation-name: destaque2;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible;
  z-index: 4;
}
@keyframes destaque2 {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  50% {
    opacity: 0;
    transform: translateY(-50px);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrap-product .content .destaque2 h3 {
  margin-top: 0;
  color: #ffffff;
}
.wrap-product .content .destaque2 p,
.wrap-product .content .destaque2 ul,
.wrap-product .content .destaque2 li {
  color: #ffffff;
}
.wrap-product .content .wrap-add {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap-product .content .wrap-add input[type] {
  width: 70px;
}
.wrap-product .content .default-button {
  margin-top: 15px;
}
.wrap-contact {
  padding: 0 0 60px 0;
}
@media (max-width: 40em) {
  .wrap-contact {
    padding: 20px 0;
  }
}
.wrap-contact iframe {
  width: 100%;
}
@media (max-width: 40em) {
  .wrap-contact iframe {
    margin-top: 20px;
  }
}
.wrap-contact h2 {
  color: #82CECB;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 30px;
}
.wrap-contact h2:first-child {
  margin-top: 0;
}
.wrap-contact h3 {
  font-size: 15px;
  color: #47494B;
  margin-bottom: 5px;
  margin-top: 4px;
  font-weight: 400;
}
.wrap-contact a {
  color: #47494B;
  font-size: 15px;
  margin-bottom: 0;
}
.wrap-contact .default-button {
  margin-bottom: 40px;
}
.wrap-contact p {
  font-size: 14px;
  line-height: 1.2;
}
.wrap-contact .list p,
.wrap-contact .list a {
  color: #47494B;
  font-size: 14px;
  margin-bottom: 0;
}
.wrap-contact .list .default-button {
  font-size: 12px;
  margin-bottom: 5px;
}
.wrap-contact img {
  margin-right: 5px;
  margin-bottom: -5px;
}
.wrap-clients {
  padding: 0 0 60px 0;
}
@media (max-width: 40em) {
  .wrap-clients {
    padding: 20px 0;
  }
}
.wrap-clients .list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
}
.wrap-clients .list li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0;
}
.wrap-clients .list li a {
  padding: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 0.625rem;
  min-height: 140px;
  width: 100%;
  margin-bottom: 1.25rem;
  border: solid 1px #EBF4F3;
  border-radius: 10px;
}
.wrap-clients .list li a .address {
  text-decoration: none;
  color: #82CECB;
  margin-top: 10px;
  min-height: 40px;
  text-align: center;
}
.wrap-clients .list li a img {
  max-width: 140px;
  max-height: 85px;
  width: auto;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: luminosity;
}
/*
Mobile menu
**/
.wrap-header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 9;
  background-image: url("../../images/bg-header.svg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.wrap-header-mobile .toggle-menu {
  font-size: 24px;
  color: #82CECB;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .toggle-menu:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .toggle-menu i {
  color: #82CECB;
}
.wrap-header-mobile .logo {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 60px;
}
.wrap-header-mobile .logo img {
  display: block;
  max-height: 60px;
  margin: auto;
  width: auto;
}
.wrap-header-mobile .mobile-menu {
  background-color: #005283;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
.wrap-header-mobile .mobile-menu.opened {
  top: 0;
}
.wrap-header-mobile .mobile-menu .toggle-menu {
  padding: 30px 0 0 0;
}
.wrap-header-mobile .mobile-menu .menu {
  list-style: none;
  margin: 0;
}
.wrap-header-mobile .mobile-menu .menu li {
  display: block;
  width: 100%;
}
.wrap-header-mobile .mobile-menu .menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 15px 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .mobile-menu .menu li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .mobile-menu .menu li a i {
  margin-right: 5px;
}
.wrap-header-mobile .mobile-menu .menu li:not(:last-child) {
  border-bottom: 1px solid #82CECB;
}
.navigation {
  list-style: none;
  margin: 0;
}
@media (max-width: 40em) {
  .navigation {
    margin-bottom: 30px;
  }
}
.navigation > li {
  margin-bottom: 5px;
}
.navigation > li > a {
  width: 90%;
  padding: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.navigation > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.navigation > li > a .wrap-icon {
  width: 40px;
  height: 35px;
  margin-right: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.navigation > li > a .wrap-icon img {
  max-height: 35px;
}
.navigation > li > a h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  margin: 0;
}
.navigation > li > a.active {
  width: 100%;
  background-color: #82CECB !important;
}
.navigation > li > ul {
  list-style: none;
  background-color: #eff0e7;
  width: 90%;
  padding: 10px;
  display: none;
}
.navigation > li > ul > li > a {
  padding: 5px 0;
  font-size: 16px;
  color: #47494B;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.navigation > li > ul > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.navigation > li > ul > li > a.active {
  color: #82CECB;
  position: relative;
}
.navigation > li > ul > li > a.active::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #82CECB;
}
.navigation > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.navigation > li > ul.active {
  width: 100%;
}
.navigation > li > ul.active {
  display: block;
}
.wrap-content {
  padding: 0 0 60px 0;
}
@media (max-width: 40em) {
  .wrap-content {
    padding: 20px 0;
  }
}
.wrap-content .content .destaque {
  padding: 20px;
  background-color: #EBF4F3;
  border-radius: 10px;
  transform: translateY(0);
  margin: 30px 0;
  animation-name: destaque;
  -webkit-animation-name: destaque;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible;
  z-index: 4;
}
@keyframes destaque {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  50% {
    opacity: 1;
    transform: translateY(-150px);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrap-content .content .destaque h3 {
  margin-top: 0;
}
.wrap-content .content .destaque ul {
  list-style: none;
  margin-left: 0;
}
.wrap-content .content .destaque ul li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.wrap-content .content .destaque ul li img {
  margin-right: 10px;
  width: 40px;
  height: auto;
  display: block;
}
.wrap-content .content .destaque ul li span {
  width: calc(100% - 50px);
  margin: 0;
  line-height: 1.2;
}
.wrap-content .content .destaque2 {
  padding: 20px;
  background-color: #005283;
  border-radius: 10px;
  transform: translateY(0);
  margin: 30px 0;
  animation-name: destaque2;
  -webkit-animation-name: destaque2;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible;
  z-index: 4;
}
@keyframes destaque2 {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  50% {
    opacity: 0;
    transform: translateY(-50px);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrap-content .content .destaque2 h3 {
  margin-top: 0;
  color: #ffffff;
}
.wrap-content .content .destaque2 p,
.wrap-content .content .destaque2 ul,
.wrap-content .content .destaque2 li {
  color: #ffffff;
}
.wrap-content .content h2 {
  color: #47494B;
  font-size: 26px;
  font-weight: 700;
}
.wrap-content .content h2:not(:first-child) {
  margin-top: 40px;
}
.wrap-content .content h3 {
  font-weight: 700;
  color: #005283;
  margin-top: 20px;
  font-size: 23px;
}
.wrap-content .content hr {
  border: none;
  border-bottom: 1px solid #EBF4F3;
  margin: 30px 0;
}
.wrap-content .content ul,
.wrap-content .content ol {
  margin-left: 1em;
}
.wrap-content .content .default-button {
  margin-top: 25px;
}
.add-quantidade-interna {
  width: 100px;
  height: 39px;
  border: 1px solid #111111;
  border-radius: 10px;
  position: relative;
}
.add-quantidade-interna input[type] {
  height: 37px;
  text-align: center;
  border: 0;
  border-right: 1px solid #111111;
  border-radius: 4px 0 0 4px;
  width: 38px;
  margin: 0;
  display: inline-block;
}
.add-quantidade-interna button[type="button"] {
  width: 30px;
  height: 50%;
  border: 0;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 12px;
  position: absolute;
  right: 0;
}
.add-quantidade-interna button[type="button"].add {
  top: 0;
  border-bottom: 1px solid #111111;
}
.add-quantidade-interna button[type="button"].remove {
  bottom: 0;
}
.content-bottom {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #eff0e7;
  border-radius: 10px;
}
@media (max-width: 70em) {
  .content-bottom {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-bottom a {
    margin-top: 5px;
  }
}
.whatsapp {
  position: fixed;
  display: flex;
  bottom: 2vw;
  right: 2vw;
  border-radius: 10px;
  padding: 12px 18px;
  color: #ffffff;
  z-index: 20;
  background: #52ce5f;
  background: -moz-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #52ce5f), color-stop(100%, #32ba45));
  background: -webkit-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: -o-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: -ms-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: linear-gradient(to bottom, #52ce5f 0%, #32ba45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52ce5f', endColorstr='#32ba45', GradientType=0);
}
@media (max-width: 40em) {
  .whatsapp {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.whatsapp i {
  font-size: 20px;
  margin-right: 5px;
  color: #ffffff;
}
@media (max-width: 40em) {
  .whatsapp i {
    margin-right: 0px;
    font-size: 25px;
  }
}
.whatsapp:hover {
  text-decoration: none;
  background: #47494B;
}
@media (max-width: 40em) {
  .whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
  }
}
.team-page {
  padding: 0 0 60px 0;
}
.team-page ul {
  margin-left: 1em;
}
.team-page h4 {
  font-size: 24px;
}
.team-page hr {
  border: none;
  height: 1px;
  border-bottom: solid 1px #EBF4F3;
  margin: 30px 0;
}
.team-page figure {
  border-radius: 50%;
  margin: auto;
}
.team-page .social {
  display: flex;
  list-style: none;
}
.team-page .social .fab,
.team-page .social .fa,
.team-page .social .fas {
  color: #82CECB;
  font-size: 20px;
}
.team-page .social li {
  margin-right: 10px;
}
.widget {
  border: 1px solid #EBF4F3;
  padding: 0;
  list-style: none;
}
.widget li:not(:last-child) {
  border-bottom: 1px solid #EBF4F3;
}
.widget li a {
  color: #82CECB;
  text-transform: uppercase;
  position: relative;
  padding: 15px 25px;
  font-size: 12px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.widget li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.widget li a h3 {
  margin: 0;
  font-weight: 400;
}
.widget li a:hover {
  background-color: #EBF4F3;
}
.widget li a.active {
  background-color: #EBF4F3;
}
.widget li a.active h3 {
  font-weight: 700;
}
.widget li a.active::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #82CECB;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-page {
  padding: 60px 0;
}
.gallery-page .galley-categories {
  margin-bottom: 20px;
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.gallery-page .galley-categories li {
  margin-left: 30px;
}
.gallery-page .galley-categories li a {
  text-align: center;
  font-size: 19px;
  border: none;
  color: #ffffff;
  background-color: #82CECB;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
  padding: 8px 15px;
}
@media (max-width: 40em) {
  .gallery-page .galley-categories li a {
    font-size: 16px;
  }
}
.gallery-page .galley-categories li a:hover {
  background-color: #47494B;
  text-decoration: none;
}
.gallery-page .galley-categories li a img,
.gallery-page .galley-categories li a i {
  margin-right: 8px;
}
.gallery-page .galley-categories li a.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.gallery-page .galley-categories li a.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.gallery-page .galley-categories li a.full {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.gallery-page .galley-categories li a.small {
  padding: 10px 15px;
  font-size: 12px;
}
.gallery-page .galley-categories li a.active {
  color: #47494B;
}
.gallery-page .list {
  /*a {
        display: block;
        .opacity;
        }*/
}
.gallery-page .list li {
  padding: 0 1px 1px 0;
}
.gallery-page .list li .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-page .list li .item figure {
  filter: brightness(80%);
}
.gallery-page .list li .item .text {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  transition: top 0.5s;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 100em) {
  .gallery-page .list li .item .text {
    padding: 20px;
  }
}
@media (max-width: 70em) {
  .gallery-page .list li .item .text {
    top: 0;
  }
}
.gallery-page .list li .item .text .labels {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-page .list li .item .text .labels li {
  margin: 0 5px 5px 0;
  background-color: rgba(100, 100, 100, 0.8);
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
}
.gallery-page .list li .item .text .wrap-arrow {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.gallery-page .list li .item .text .wrap-arrow span {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.gallery-page .list li .item .text .wrap-arrow span img {
  margin-left: 10px;
}
.gallery-page .list li .item:hover .text {
  top: 0;
}
.wrap-units {
  padding: 0 0 60px 0;
}
@media (max-width: 40em) {
  .wrap-units {
    padding: 20px 0;
  }
}
.wrap-units .content {
  margin-bottom: 30px;
}
.wrap-units .list figure {
  margin-bottom: 10px;
}
.wrap-units .list h3 {
  margin: 0;
}
.wrap-units .list p {
  margin: 0;
}
.wrap-units .list p a {
  color: #47494B;
}
.wrap-units .list .default-button {
  margin-top: 10px;
}
.wrap-instagram {
  padding: 80px 0;
  background-color: #EBF4F3;
}
@media (max-width: 40em) {
  .wrap-instagram {
    padding: 20px 0;
  }
}
.wrap-instagram .title h2,
.wrap-instagram .title a {
  color: #47494B;
}
.wrap-instagram p {
  text-align: center;
  margin-bottom: 40px;
}
.wrap-instagram p a {
  color: #47494B;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-instagram p a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-instagram #instafeed {
  list-style: none;
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.wrap-instagram #instafeed li {
  width: 100%;
}
.wrap-instagram #instafeed li a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-instagram #instafeed li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#top {
  display: none;
}
@media (max-width: 40em) {
  #top {
    height: 100px;
    display: block;
  }
}
/* lgpd */
.foooter-lgpd * {
  text-transform: none;
  min-width: 320px;
}
.footer-lgpd.footer-lgpd-opened {
  transition: 0.1s ease-in-out;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media (max-width: 100em) {
  .footer-lgpd.footer-lgpd-opened {
    display: block;
  }
}
.footer-lgpd {
  position: fixed;
  z-index: 9999;
  max-width: 1230px;
  transition: 0.3s ease-in-out;
  background: #fff;
  bottom: 25px;
  left: 10px;
  right: 10px;
  padding: 20px;
  box-shadow: 0 0 10px #aaa;
  border-radius: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  margin: 0 auto;
}
.footer-lgpd .lgpd-accept {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #82CECB;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 0;
  margin-left: 15px;
  cursor: pointer;
  white-space: nowrap;
}
.lgpd-all {
  display: none;
}
.lgpd-all a {
  text-decoration: none;
  color: #82CECB;
}
.lgpd a {
  text-decoration: none;
  color: #82CECB;
}
.mail,
.mail a {
  text-transform: lowercase !important;
}
.grecaptcha-badge {
  opacity: 0.02;
}
