* {
    overflow-hidden;
}

.header__language-switcher--label-current, .header__language-switcher .lang_list_class li a {
    color: #fff!important;
}

.submenu.level-2 {
    background-color: #002A1A;
}


.links-rapidos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 20px;

  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #ffffff;
}


.lr-title {
  font-size: 18px;
  font-weight:600;
}
.lr-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

}

.lr-container a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  padding: 5px;
  padding-left:0px !important;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lr-container a:hover {
  background-color: #003420;
  margin-left: 10px;
  margin-right: -10px;
  border-radius: 5px;
}

.css-s9tt3p {
    display: none !important;
}

.css-s9tt3p > :not(:last-child) {
    display: none;
}

  .css-4aovbb{
	display: none!important;
  }
.contact-socials-header{
    display: none;
}
.dnd_area-row-0-background-image {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}



.navigation-primary .submenu a, .navigation-primary .submenu p {
    color: #ffffff !important;
}


.cell_1656441521241-padding {
    border-radius: 15px !important;
}

#hs_cos_wrapper_widget_1656509111522 {
    padding: 0 5% !important;
}

/* titulo com divider embaixo */

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #000000;
}

.section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

.section-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.section-divider {
  background-color: #00623D;
  width: 75px;
  height: 5px;
  border-radius: 1000px;
  transition: all 0.2s ease-in-out;
}

.section:hover > .section-divider {
  width: 120px;
  background-color: #00a7e1;
}

.about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin: 25px 0;
}

.about-greater-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1320px;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.about-content-wrapper {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}


.titulo-2 {
  flex-direction: row-reverse;
  gap: 100px;
  margin: 40px 0;
}

.picture-2 {
  width: 50%;
  border-radius: 27px;
}

.about-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1em;
}

.about-subtitle {
  font-size: 27px;
  font-weight: 700;
}

.about-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}


p {
  margin: 0;
}

.header {
    background: transparent;
    z-index: 100;
}

.header:after {
    content: '';
    background: none;
}

.main-banner {
  background-image: url('https://brazil.shipuwl.com/hubfs/slide01.jpg');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: slider 15s ease-in-out infinite;
}

.main-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 13.1%, #000000 120%);
  z-index: 0;
}
.main-banner > * {
  z-index: 3;
}
@keyframes slider {
  0%, 25%, 100% {
    background-image: url('https://brazil.shipuwl.com/hubfs/slide01.jpg');
  }
  50%{
    background-image: url('https://brazil.shipuwl.com/hubfs/slide02.jpg');
  }
  75%{
    background-image: url('https://brazil.shipuwl.com/hubfs/slide03.jpg');
  }
}
.main-content-container{
  width: 100%;
  max-width: 1320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.aux-wrapper {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2em;
}

.main-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}


.text-container-1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: black;
}

.titulo-1 {
    font-size: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.sub-1 {
    font-size: 27px;
    font-weight: 700;
}

/* Live Stream Cameras */

.live-cameras-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 50px 0;
  align-items: center;
  width: 100%;
}

.cameras-wrapper {
  width: 100%;
  max-width: 1320px;  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.stream {
  height: 400px;
  background-color: #000;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 5px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: hidden;
}

.one {
  background-image: url('https://brazil.shipuwl.com/hubfs/slide01.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;

}
.two {
  background-image: url('https://brazil.shipuwl.com/hubfs/slide02.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stream-inner-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;

}

.camera-title {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #00623D;
  padding: 5px 10px;
  border-radius: 50px;
  z-index: 1;
}
.stream:hover {
  margin-top: -30px;
  margin-bottom: 30px;
  box-shadow: 0px 11px 12px -6px rgba(0, 0, 0, 0.25); 
}


.stream:hover > .one {
  background-size: 100px;
}
.stream:hover > .stream-inner-wrapper > .camera-title {
  transform: translateX(0px);
  opacity: 1;
}

.stream-link {
  text-decoration: none;
  width: 100%;
}

.play-btn {
  z-index: 2;
  width: 100px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.stream:hover > .stream-inner-wrapper > .play-btn {
  width: 120px;
}

@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}


.solutions-container {
  display: grid;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  /* grid-column-gap: 30px;
  grid-row-gap: 30px; */
  gap: 20px;
  
}


.solution {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  padding: 30px;
  border-radius: 8px;
  gap: 20px;
}

.icon {
  width: 160px;
}

.content-wrapper-kartz {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.solution-title {
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  color: #00623D; 
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
/* seção com as soluções */

.solutions-container {
  display: grid;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 20px;
}

.solution {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  padding: 30px;
  border-radius: 8px;
  gap: 20px;

  transition: all ease-in 0.2s;
}

.solution:hover {
  background-color: #ecfaff;
  margin-top: -7px;
  margin-bottom: 7px;
  box-shadow: 0px 68px 42px -66px rgba(0, 0, 0, 0.25);
}

.icon {
  width: 160px;
  margin-bottom: 15px;
}

.solutions-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.solution-title {
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  color: #00623D; 
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
}

.solution-description {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #00623D; 
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.standard-btn {
  background-color: #00623D;
  color: #fff!important;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 10000px;
  transition: all 0.2s ease-in ;
  width: fit-content;
}

.standard-btn:hover {
  background-color: #00a7e1;
  color: #fff!important;
  box-shadow: 0px 11px 12px -6px rgba(0, 0, 0, 0.25);
  margin-top: -5px;
  margin-bottom: 5px;
}

.standard-btn:active {
    color: #fff!important;
}


/* Parte com o mais de 60 anos grandão */

.mais-de-60-anos {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00623D;
  width: 100%;
}

.sixty-wrapper {
  max-width: 1320px;
  z-index: 1;
}
  
.big-text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-bottom: 125px;
}

.mais-de {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plus {
  font-size: 401px;
  line-height: 50%;
}
.de {
  font-size: 160px;
}

.sixty-years {
  display: flex;
  flex-direction: row;
  align-items: baseline;

}
.years {
  letter-spacing: initial;
  font-size: 60px;
}

.container-part {
  line-height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.headline {
  margin-top: 100px;
  font-size: 60px;
}

.white {
  color: rgb(255, 255, 255);
}

.green-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-height: 190px;
  background-color: #00623D;
  z-index: 2;
  overflow: visible;

}

.border-radius {border-radius: 27px}


/* Blog CTA */

.blog-cta-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  height: 400px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  background: linear-gradient(90deg, #00A7E1 0%, #60D66A 50%);
  border-radius: 5px;
  margin-bottom: 100px;
  overflow: hidden;
}

.blog-cta-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 60px;
  width: 50%;
  font-family: 'Roboto';
  color: #fff;
}

.blog-cta-title {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
}

.blog-cta-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}


.blog-cta-banner {
  width: 50%;
  height: 100%;

  background-image: url('https://brazil.shipuwl.com/hubfs/blog-cta-banner.jpg');
  background-position: center;
  background-size: cover;

  display: flex;
  align-items: stretch;
  justify-content: stretch;

}

.banner-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #60D66A 0%, rgba(0, 0, 0,0) 50%);

}


/* gptw container */

.gtpw-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}

.part {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}

#one {
  flex-direction: row-reverse;
  text-align: start;
  justify-content: flex-end;
}

#two {
  flex-direction: row;
  text-align: right;
  justify-content: flex-end;
}

.gptw-image {
  width: 50%;
  height: auto;
}

.gptw-content-wrapper {
  width: 500px;
  display: flex;
  flex-direction: column;

  font-family: 'Roboto', sans-serif;
  gap: 10px;
}

#content-two{
  flex-direction: column;
}

.gptw-title {
  font-weight: 800;
  line-height: 1em;
  font-size: 42px;
  color: #00623D;
}

.gptw-subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #003420;
}



.core-values-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.core-values-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.core-values-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  gap: 5px;
  margin-bottom: 35px;
}

.core-values-title {
  font-weight: 800;
  line-height: 1em;
  font-size: 42px;
  color: #00623D;
}

.core-values-subtitle {
  font-weight: 200;
  font-size: 35px;
  color: #003420;
}

.core-values-desktop-vector {
  width: 100%;
  height: auto;
}

.core-values-mobile-icons {
  display: flex; 
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


/* core values blocks */
.people {
  width: 230px;
  height: 230px;
}

.passionate {
  margin-left: -30px;
}

.safety {
  margin-left: -25px;
  width: 400px;
  height: 400px;
}

.family {
  margin-left: -30px;
}

.creative {
  width: 230px;
  height: 230px;
  margin-left: -30px;
}
/* Jobs CTA */

.jobs-cta-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  height: 450px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  background: linear-gradient(90deg, #00623D 0%, #60D66A 50%);
  border-radius: 5px;
  overflow: hidden;
}

.jobs-cta-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 60px;
  width: 50%;
  font-family: 'Roboto';
  color: #fff;
}

.jobs-cta-title {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 1em;
}

.jobs-cta-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.blue {
  font-size: 20px;
  background-color: #00a7e1;
  padding: 10px 40px;
  color: #ffffff;
}

.jobs-cta-banner {
  width: 50%;
  height: 100%;

  background-image: url('https://brazil.shipuwl.com/hubfs/banner-job-cta-img.jpg');
  background-position: center;
  background-size: cover;

  display: flex;
  align-items: stretch;
  justify-content: stretch;

}

.banner-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #60D66A 0%, rgba(0, 0, 0,0) 50%);

}

/*  Newsletter */

footer div.hbspt-form form {
    flex-direction: row;
    display: flex;
    gap: 0px;
}

footer div.hbspt-form input[type=email] {
    flex: 1;
    min-width: 300px;
    border-radius: 27px;
}

footer div.hbspt-form label {
    display: none;
}

footer input.hs-button {
        margin-left: 20px;
    background-color: #00623d;
    border: 1px solid #00623d;
    border-radius: 50px;
    color: #fff;
    padding: 12px 35px;
    font-weight: 700;
    text-decoration: none;
    font-style: normal !important;
    font-family: Roboto,sans-serif;
}

/*  WORLD SCOPE LOGIN */

.world-scope-login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-image: url('https://brazil.shipuwl.com/hubfs/eeww.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wsl-wrapper {
  width: 100%;
  max-width: 1320px;
  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 75px;
  padding: 75px 0;

  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.logo-world-scope {
  width: 400px;
}

.login-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 500px;
  background-color: #fff;
  border-radius: 15px;
}

.login-btn {
  text-decoration: none;
  color: #ffffff;
  background-color: #043c5f;
  padding: 10px 45px;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 10px;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.login-btn:hover {
  transform: translatey(-5px);
  box-shadow: 0px 11px 12px -6px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.register-cta {
  text-decoration: none;
  color: #043c5f;
}

.wsl-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.wsl-titles {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wsl-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 1em;

}

.wsl-subtitle {
  font-weight: 300;
  font-size: 22px;
}

.wsl-description {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  line-break: loose;
}

.link-to-article {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 1000px;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.link-to-article:hover {
  transform: translatey(-5px);
  box-shadow: 0px 11px 12px -6px rgba(0, 0, 0, 0.25);
}

/* Instagram Feed */

.instagram-feed-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1320px;
  margin: 75px 0;
}

.instagram-feed-wrapper {
  max-width: 1320px;
  width: 100%;
}

.instagram-feed {
  margin-top: 30px;
}


/* ÁREA DE CONTATO */

#contato {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  margin: 0 auto;

  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  

  width: 100%;
  max-width: 1320px;
}

.contact-sub {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}

.contact-title {
  font-weight: 900;
  font-size: 72px;
  line-height: 1em;
  color: #00623D;
  margin-bottom: 32px;
}

.contact-icons-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  
}

.phones-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.phones-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: rgb(236, 236, 236);
  padding: 25px;
  border: 2px solid rgba(0, 0, 0, 0.04);
  border-radius: 15px;
}


.phones-container .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.phones-container a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  gap: 10px;
  color: #000;
}

.links {
 display: flex;
 flex-direction: column;
 gap: 10px;
}

.links a {
  padding: 5px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.links a:hover {
  background-color: rgb(204, 204, 204);
  border-radius: 5px;
}

.contact-icon img {
  width: 38px;
}

.social-icons {
  margin-top: 20px;
}

.social-icon img {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.social-icon:hover img{
  margin-bottom: -10px;
  margin-top: 10px;
}

.social-icon img {
  width: 32px;
}


.floating-btns {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  gap: 20px;
  z-index: 3;
}

.whatsapp-floating-btn {
  width: 75px;
  height: auto;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  border-radius: 100000px;
}

.whatsapp-floating-btn:hover {
  transform: translatey(-5px);
  box-shadow: 0px 11px 12px -6px rgba(0, 0, 0, 0.25);
}

#btt-btn {
  background-color: #F0F0F0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  z-index: 3;
  overflow: hidden;
}

#btt-btn img {
  width: 30px;
  height: auto;
}

.btn-hidding-text {
  opacity: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #00623D!important;
  margin-right: -150px;
  transition: all ease-in 0.2s;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#btt-btn:hover .btn-hidding-text {
  display: initial;
  opacity: 1;
  margin-right: 0;
}

/* blue-green div on top of footer */

.last-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(180deg, #00A7E1 90%, #008E59 10%);
}

.last-wrapper { 
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1320px;
  justify-content: space-between;
  align-items: center;
}

.last-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
.last-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.last-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 45px;
}
.last-img {
  width: 1500px !important;
    height: auto;
}

#white-variant {
  background-color: #ffffff;
  color: #003420 !important;
}
#white-variant:hover {
  background-color: #003420;
  color: #ffffff;
}

/* Ajuste header */
.submenu.level-1 {padding-top: 0 !important}
.header__search--toggle {margin-top: 0 !important;}

.header__column {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header__logo {
    overflow: visible !important;
}

/* Ajuste Rodapé*/

.footer-socials ul {
    margin: 10px 0 10px 0px !important;
    padding: 0;
}

/* Remove texto widget instagram */

a.css-6kluu6 span, a.css-6kluu6 svg {
    display: none !important;
    opacity: 0 !important;
}

/* Ajuste rodape Inglês */

footer.footer-en {
    background: #008e59;
}



/* Ajuste Modal */
.modal-overlay {
    z-index: 9999 !important;
}

/* Animation */

/* FadeInUp */
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
  
.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal.delay1 {
    --animate-delay: 0.5s;
}

.reveal.delay2 {
    --animate-delay: 1.0s;
    transition-delay: 300ms;
}

.reveal.delay3 {
    --animate-delay: 1.5s;
    transition-delay: 600ms;
}

.reveal.delay4 {
    --animate-delay: 2.0s;
    transition-delay: 900ms;
}

.reveal.delay5 {
    --animate-delay: 2.5s;
    transition-delay: 1.2s;
}

.reveal.delayicone1 {
    transition-delay: 0ms;
}

.reveal.delayicone2 {
    transition-delay: 300ms;
}

.reveal.delayicone3 {
    transition-delay: 600ms;
}

.reveal.delayicone4 {
    transition-delay: 900ms;
}

.reveal.delayicone5 {
    transition-delay: 1.2s;
}

@media screen and (max-width: 767px) {
    
    .reveal.delayicone4 {
        transition-delay: 0ms;
    }
    
    .reveal.delayicone2 {
        transition-delay: 300ms;
    }
    
    .reveal.delayicone1 {
        transition-delay: 600ms;
    }
    
    .reveal.delayicone3 {
        transition-delay: 900ms;
    }
    
    .reveal.delayicone5 {
        transition-delay: 1.2s;
    }
    
    
}

div#preloader {
    display: none;
}

/* Efeito 60 Anos */

.mais-de-60-anos {
    margin-top: -100px;
}

h2.sessenta {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 665px;
    color: #00623d;
    top: 35px;
    position: relative;
    letter-spacing: -30px;
}

.sixty-wrapper {
    position: relative;
}

.sixty-years {
    position: relative;
    margin-left: 50px;
    top: 110px;
    left: 90px;
}

.mais-de {
    position: absolute !important;
    left: -57px;
    top: 298px;
}

.green-bar {
    position: relative;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .mais-de-60-anos {
        margin-top: -300px;
    }
    .mais-de {
        left: 0;
        top: 300px;
    }
    .sixty-years {
        top: 110px;
        left: 0;
    }
    h2.sessenta {
        font-size: 225px;
        letter-spacing: 0;
        top: 70px;
    }
    span.years {
        z-index: 9999;
        position: relative;
        top: -240px;
        right: 20px;
    }
}

/* Fixar header ao rolar */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: rgba(0, 42, 26, 0.8) !important;
    transition: background-color 0.5s ease !important;
}

.fixed-header img.hs-image-widget {
    max-width: 100px;
    height: auto;
    transition: all 0.5s ease;
}

/* Ajustado largura 100% core value porque foi adicionado +1 ícone */
.core-values-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

/*
 
@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

 .animatedFadeInUp {
  opacity: 0
} 

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.fade-in {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

*/