@charset "UTF-8";
@media screen and (min-width: 0) and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
  font-weight: bold;
}

body {
  margin: 0px !important;
  max-width: 99.8vw;
  overflow-x: clip;
  width: 100vw;
}

.open {
  background-color: #D28746;
  padding: 1vw;
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  padding-top: 1.5vw;
  animation: alert 1s infinite;
  font-size: 0.771875vw;
}

@keyframes alert {
  0% {
    border: 1px solid #00687D;
    background-color: #f0d7c1;
  }
  50% {
    border: 1px solid #D28746;
    background-color: #dca26f;
  }
  100% {
    border: 1px solid #00687D;
    background-color: #f0d7c1;
  }
}
/********************************************************************/
.blink {
  animation: blink-animation 6s infinite alternate;
}
.blink a {
  background-color: transparent !important;
}
.blink:hover {
  background-color: #D28746;
}

@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  40% {
    background-color: #007d7d;
  }
  100% {
    opacity: 1;
  }
}
/********************************************************************/
::-moz-selection {
  background-color: #00687D; /* Cor de fundo da seleção */
  color: #ffffff; /* Cor do texto selecionado */
  text-shadow: 0px 0px 2px #000; /* Sombra opcional no texto */
}
::selection {
  background-color: #00687D; /* Cor de fundo da seleção */
  color: #ffffff; /* Cor do texto selecionado */
  text-shadow: 0px 0px 2px #000; /* Sombra opcional no texto */
}

/* Para navegadores baseados em WebKit (como Safari) */
::-webkit-selection {
  background-color: #00687D;
  color: #ffffff;
}

/* Para navegadores WebKit */
::-webkit-scrollbar {
  width: 1vw; /* Largura da barra de rolagem vertical */
  height: 1vw; /* Altura da barra de rolagem horizontal */
}

::-webkit-scrollbar-thumb {
  background-color: #D28746; /* Cor do "polegar" da barra de rolagem */
}

::-webkit-scrollbar-track {
  background-color: #00687D; /* Cor do trilho da barra de rolagem */
}

.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (max-width: 767px) {
  #header {
    height: auto; /* Altura ajustada pelo conteúdo */
    display: block;
    padding: 9.765625vw 8.593vw 15.859375vw 8.593vw; /* Mantém os paddings */
    width: 100%; /* Certifique-se de que ocupe toda a largura */
    position: relative;
  }
  #header h1 {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 1.953125vw;
    color: #001317;
    margin-bottom: 5vw;
  }
  #header h2 {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 19px;
    display: block;
    color: #001317;
    margin-bottom: 5vw;
  }
  #header section {
    display: inline-block;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  #header section a {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 767px) and (max-width: 500.12px) {
  #header section a {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 767px) {
  #header p {
    margin-top: 1.85546875vw;
    width: 100%;
    line-height: 1.8;
    color: #00687D;
    text-align: justify;
    color: black;
    margin-bottom: 3vh;
  }
  #header picture {
    width: auto;
    height: auto;
    overflow: hidden;
    right: 2.9296875vw;
    top: 9.765625vw;
  }
  #header picture img {
    width: 100%;
    height: auto;
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header {
    height: auto;
    padding-top: 9.765625vw;
    padding-bottom: 15.859375vw;
    padding-left: 8.59375vw;
    padding-right: 2.9296875vw;
    width: 99.98vw;
    display: block;
    position: relative;
  }
  #header h1 {
    width: 39.0625vw;
    font-size: 3.515625vw;
    line-height: 1.1;
    margin-bottom: 1.953125vw;
    color: #001317;
  }
  #header h2 {
    width: 38.37890625vw;
    font-size: 2.24609375vw;
    line-height: 1.1;
    margin-bottom: 19px;
    display: block;
    color: #001317;
  }
  #header section {
    display: inline-block;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 501px) {
  #header section a {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 500.12px) {
  #header section a {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header p {
    margin-top: 1.85546875vw;
    width: 36.81640625vw;
    height: 26.3671875vw;
    font-size: 1.513671875vw;
    line-height: 1.8;
    color: #00687D;
    text-align: justify;
    color: #00687D;
  }
  #header picture {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 2.9296875vw;
    top: 9.765625vw;
  }
  #header picture img {
    width: 42.48046875vw;
    height: 54.6875vw;
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (min-width: 767.1px) {
  #header {
    height: auto;
    padding-top: 9.765625vw;
    padding-bottom: 15.859375vw;
    padding-left: 8.59375vw;
    padding-right: 2.9296875vw;
    width: 99.98vw;
    display: block;
    position: relative;
  }
  #header h1 {
    width: 39.0625vw;
    font-size: 3.515625vw;
    line-height: 1.1;
    margin-bottom: 1.953125vw;
    color: #001317;
  }
  #header h2 {
    width: 38.37890625vw;
    font-size: 2.24609375vw;
    line-height: 1.1;
    margin-bottom: 19px;
    display: block;
    color: #001317;
  }
  #header section {
    display: inline-block;
    height: auto;
  }
}
@media screen and (min-width: 767.1px) and (min-width: 501px) {
  #header section a {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 767.1px) and (max-width: 500.12px) {
  #header section a {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 767.1px) {
  #header p {
    margin-top: 1.85546875vw;
    width: 36.81640625vw;
    height: 26.3671875vw;
    font-size: 1.513671875vw;
    line-height: 1.8;
    color: #00687D;
    text-align: justify;
    color: #00687D;
  }
  #header picture {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 2.9296875vw;
    top: 9.765625vw;
  }
  #header picture img {
    width: 42.48046875vw;
    height: 54.6875vw;
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (max-width: 767px) {
  #icon {
    display: block;
    position: fixed;
    left: 1.953125vw;
    top: 1.953125vw;
    width: 10.90625vw;
    z-index: 800000;
  }
  #fundao {
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 890000;
    background-color: #00687D;
    opacity: 0.2;
    position: fixed;
    left: 0;
    top: 0;
  }
  #menuHome {
    padding-top: 3.6041666667vh;
    max-width: 70vw;
    padding: 4vw;
    background-color: #00687D;
    position: fixed;
    left: -50vw;
    top: 0;
    height: 100vh;
    z-index: 900000;
  }
  #menuHome ul {
    gap: 2.9296875vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #menuHome ul *:has(.sub-menu) {
    padding: 3vw;
    background-color: rgba(255, 255, 255, 0.175);
    border-radius: 0.9765625vw;
  }
  #menuHome ul *:has(.sub-menu):hover .sub-menu {
    position: absolute;
    top: 0;
    background-color: #007d97;
    width: 70vw;
    display: block;
    height: 100vh;
    padding: 10vw;
    animation: AbreSubMenu 300ms ease-in-out forwards;
    border-left: 0.1953125vw solid #003e4a;
  }
  #menuHome ul *:has(.sub-menu):hover .sub-menu li {
    background-color: #00687D;
    width: 90%;
    padding: 2vw;
    border-radius: 1.953125vw;
    margin-bottom: 2vw;
    text-align: center;
  }
  #menuHome ul li {
    max-width: 100%;
  }
  #menuHome ul li a {
    text-transform: capitalize;
    color: white;
    font-weight: 200;
  }
  #menuHome ul li .sub-menu {
    display: none;
  }
  .openMenu {
    animation: AbreMenu 900ms ease-in-out forwards;
  }
  @keyframes AbreMenu {
    0% {
      left: -70vw;
    }
    100% {
      left: 0;
    }
  }
  @keyframes AbreSubMenu {
    0% {
      left: 60vw;
      opacity: 0;
    }
    100% {
      left: 39vw;
      opacity: 1;
    }
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #fundao {
    display: none;
  }
  #header {
    height: auto;
    padding-top: 9.765625vw;
    padding-bottom: 15.859375vw;
    padding-left: 8.59375vw;
    padding-right: 2.9296875vw;
    width: 99.98vw;
    display: block;
    position: relative;
  }
  #header h1 {
    width: 39.0625vw;
    font-size: 3.515625vw;
    line-height: 1.1;
    margin-bottom: 1.953125vw;
    color: #001317;
  }
  #header h2 {
    width: 38.37890625vw;
    font-size: 2.24609375vw;
    line-height: 1.1;
    margin-bottom: 19px;
    display: block;
    color: #001317;
  }
  #header section {
    display: inline-block;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 501px) {
  #header section a {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 500.12px) {
  #header section a {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header p {
    margin-top: 1.85546875vw;
    width: 36.81640625vw;
    height: 26.3671875vw;
    font-size: 1.513671875vw;
    line-height: 1.8;
    color: #00687D;
    text-align: justify;
    color: #00687D;
  }
  #header picture {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 2.9296875vw;
    top: 9.765625vw;
  }
  #header picture img {
    width: 42.48046875vw;
    height: 54.6875vw;
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (min-width: 767.1px) {
  #icon {
    display: none;
  }
  #fundao {
    display: none;
  }
  #menuHome {
    padding-top: 0.5859375vw;
    padding-bottom: 0.5859375vw;
    padding-left: 3.61328125vw;
    padding-right: 3.61328125vw;
    background-color: #00687D;
    display: flex;
    flex-direction: row-reverse;
    color: white;
  }
  #menuHome ul {
    display: flex;
    flex-direction: row;
    gap: 1.26953125vw;
  }
  #menuHome ul li {
    position: relative;
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
    font-size: 0.87890625vw;
    /*************************************************/
    /*************************************************/
  }
  #menuHome ul li a {
    color: white;
    text-transform: capitalize;
    font-weight: 200;
    align-content: center;
  }
  #menuHome ul li:hover ul {
    display: flex;
  }
  #menuHome ul li ul {
    display: none;
    position: absolute;
    flex-direction: column;
    z-index: 3000;
    align-items: flex-start;
    padding-top: 2vw;
    gap: 0.4vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #menuHome ul li ul li {
    background-color: #00687D;
    width: 100%;
    padding: 1vw;
    border-radius: 0.7vw;
    text-align: left;
    font-size: 1.3671875vw;
    box-shadow: 0.78125vw 0.78125vw 2.78125vw #00687D;
  }
  #menuHome ul li ul li:hover {
    animation: menuLi 200ms forwards;
  }
  @keyframes menuLi {
    0% {
      background-color: #00687D;
    }
    50% {
      background-color: #d27046;
    }
    100% {
      background-color: #00687D;
    }
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (min-width: 767.1px) {
  main {
    padding-left: 7.421875vw;
    padding-right: 9.375vw;
    padding-top: 4.58984375vw;
    position: relative;
    background-image: url("https://planet1.com.br//wp-content/themes/planet1-newDesign/partes/main/imagens/fundaoGeral.avif");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 767.1px) and (min-width: 501px) {
  main .buttom {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
    background-color: #00687D;
  }
}
@media screen and (min-width: 767.1px) and (max-width: 500.12px) {
  main .buttom {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
    background-color: #00687D;
  }
}
@media screen and (min-width: 767.1px) and (min-width: 501px) {
  main .buttom2 {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
    background-color: #D28746;
  }
}
@media screen and (min-width: 767.1px) and (max-width: 500.12px) {
  main .buttom2 {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
    background-color: #D28746;
  }
}
@media screen and (min-width: 767.1px) {
  main header h1 {
    margin-top: 5.37109375vw;
    color: #00687D;
    width: 34.71484375vw;
    font-size: 4.00390625vw;
    line-height: 0.92;
    margin-bottom: 2.83203125vw;
  }
  main header p {
    width: 32.71484375vw;
    font-size: 1.46484375vw;
    color: #00687D;
    line-height: 1.438;
    margin-bottom: 2.24609375vw;
    text-align: justify;
  }
  main header picture {
    position: absolute;
    top: 4.58984375vw;
    right: 9.375vw;
    width: 40.625vw;
    height: 37.3046875vw;
    border-radius: 1.48828125vw;
    overflow: hidden;
  }
  main header picture img {
    width: 100%;
    height: auto;
  }
  main #titulo {
    padding-top: 4.296875vw;
    color: #00687D;
    font-size: 3.125vw;
    font-weight: bold;
  }
  main #tituloBig {
    background-color: #00687D;
    position: fixed;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3000;
    padding: 2vw;
    color: white;
    font-size: 2vw;
    border-radius: 0.9765625vw;
    text-transform: uppercase;
    border: 0.09765625vw solid white;
    opacity: 0;
  }
  main #tituloBig a {
    color: white;
  }
  main #tituloBig p {
    margin-top: 1.4vw;
    margin-bottom: 1.4vw;
    display: block;
    font-size: 1vw;
    line-height: 1.4;
  }
  main .ShowTituloHome {
    animation: TituloAparece 500ms forwards;
  }
  main .ShowTituloHome a {
    color: white;
  }
  @keyframes TituloAparece {
    0% {
      bottom: -4vw;
      opacity: 0;
    }
    100% {
      bottom: 1vw;
      opacity: 1;
    }
  }
  main .fadeTitulo {
    animation: TituloSome 200ms forwards;
  }
  @keyframes TituloSome {
    0% {
      bottom: 1vw;
      opacity: 1;
    }
    100% {
      bottom: -5vw;
      opacity: 0;
    }
  }
  main #serviços {
    margin-top: 2.34375vw;
    display: flex;
    flex-direction: row;
    gap: 1.85546875vw;
  }
  main #serviços span, main #serviços .destaque {
    display: none;
  }
  main #serviços li {
    padding: 0.5vw;
    border: 2px solid transparent;
  }
  main #serviços li picture {
    display: block;
    height: 20.1171875vw;
    width: 19.3359375vw;
    overflow: hidden;
    position: relative;
    border-radius: 0.9765625vw;
    border: 0.1953125vw solid #00687D;
    background-color: grey;
  }
  main #serviços li picture:hover {
    animation: bordasOnHover 1000ms alternate-reverse infinite;
  }
  main #serviços li picture img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 103%;
  }
  @keyframes bordasOnHover {
    0% {
      border: 0.1953125vw solid #00687D;
    }
    100% {
      border: 0.1953125vw solid #D28746;
    }
  }
  main #serviços li a {
    color: white;
    text-transform: capitalize;
  }
  main #serviços li .showText {
    box-shadow: 10px 10px rgba(0, 0, 0, 0.459);
    left: 50%;
    transform: translateX(-50%);
    animation: TextosDeServicos 200ms forwards;
  }
  @keyframes TextosDeServicos {
    0% {
      opacity: 0;
      filter: blur(4px);
    }
    90% {
      opacity: 1;
      filter: blur(0px);
    }
    100% {
      opacity: 1;
      filter: blur(0px);
    }
  }
  main #serviços li img {
    width: 101%;
    height: auto;
    border-radius: 1.3671875vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  main #about {
    height: 43.5546875vw;
    position: relative;
    color: white;
  }
}
@media screen and (min-width: 767.1px) and (min-width: 501px) {
  main #about h2 {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
    background-color: #D28746;
    position: absolute;
    right: 0vw;
    top: 3.3203125vw;
    font-size: 3.125vw;
    border-radius: 0.48828125vw;
    padding-top: 0.87890625vw;
    padding-bottom: 0.48828125vw;
    padding-left: 0.9765625vw;
    padding-right: 0.9765625vw;
  }
}
@media screen and (min-width: 767.1px) and (max-width: 500.12px) {
  main #about h2 {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
    background-color: #D28746;
    position: absolute;
    right: 0vw;
    top: 3.3203125vw;
    font-size: 3.125vw;
    border-radius: 0.48828125vw;
    padding-top: 0.87890625vw;
    padding-bottom: 0.48828125vw;
    padding-left: 0.9765625vw;
    padding-right: 0.9765625vw;
  }
}
@media screen and (min-width: 767.1px) {
  main #about #paragrafo1 {
    position: absolute;
    width: 44.82421875vw;
    min-height: 9.375vw;
    height: auto;
    font-size: 1.66015625vw;
    line-height: 1.438;
    margin-bottom: 3.515625vw;
    text-align: right;
    top: 9.1796875vw;
    right: 0;
    color: white;
  }
  main #about #paragrafo2 {
    position: absolute;
    width: 44.82421875vw;
    min-height: 9.375vw;
    height: auto;
    font-size: 1.66015625vw;
    line-height: 1.438;
    margin-bottom: 3.515625vw;
    text-align: right;
    top: 22.0703125vw;
    right: 0;
    color: white;
  }
  main #about picture {
    position: absolute;
    bottom: -0.0171875vw;
    width: 40.625vw;
    height: 54.296875vw;
    pointer-events: none;
  }
  main #about picture img {
    height: 100%;
    width: auto;
  }
  main #separador, main #separador2 {
    position: relative;
    left: -7.39vw;
    height: 5.2734375vw;
    width: 99.8vw;
    background-color: #D28746;
    border: 1px;
  }
  main #englisVersion {
    position: relative;
    padding-top: 3.80859375vw;
    padding-bottom: 4.6875vw;
    height: 42.28515625vw;
    color: white;
  }
  main #englisVersion h2 {
    font-size: 2.9453125vw;
    margin-bottom: 3.90625vw;
  }
  main #englisVersion p {
    width: 56.193359375vw;
    height: 10.484375vw;
    font-size: 2.0029296875vw;
    line-height: 1.438;
  }
  main #englisVersion ul {
    margin-top: 1.7578125vw;
    margin-left: 8.3984375vw;
  }
  main #englisVersion ul li {
    font-size: 1.6494140625vw;
    margin-bottom: 2.1484375vw;
  }
}
@media screen and (min-width: 767.1px) and (min-width: 501px) {
  main #englisVersion #moreData {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
    background-color: #D28746;
    position: absolute;
    right: 0;
    top: 34.47265625vw;
    border-radius: 0.48828125vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 767.1px) and (max-width: 500.12px) {
  main #englisVersion #moreData {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
    background-color: #D28746;
    position: absolute;
    right: 0;
    top: 34.47265625vw;
    border-radius: 0.48828125vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 767.1px) {
  main #englisVersion #conclusion {
    font-size: 2.3564453125vw;
    font-weight: bold;
  }
}
/*****************************************************/
/*****************************************************/
@media screen and (max-width: 767px) {
  main {
    background-image: url("https://planet1.com.br//wp-content/themes/planet1-newDesign/partes/main/imagens/fundaoGeral-766.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 56vw;
    padding-left: 8.59375vw;
    padding-top: 5.859375vw;
    padding-right: 8.59375vw;
    padding-bottom: 4.8828125vw;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #00687D;
  }
  main #separador, main #separador2 {
    height: 5vw;
    background-color: #D28746;
    margin-bottom: 2vh;
  }
  main h1,
  main h2,
  main h3,
  main h4 {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  main header h1 {
    padding: 2vw;
  }
  main header p {
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 2vh;
    padding-top: 2vh;
  }
  main header picture {
    position: relative;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    overflow: hidden;
    border-radius: 0.48828125vw;
  }
  main header picture img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  main .buttom {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
    background-color: #00687D;
    font-size: 4vw;
    margin: 0vw;
    gap: 0;
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 500.12px) {
  main .buttom {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
    background-color: #00687D;
    font-size: 4vw;
    margin: 0vw;
    gap: 0;
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  main .buttom2 {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
    background-color: #D28746;
    font-size: 4vw;
    margin: 0vw;
    gap: 0;
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 500.12px) {
  main .buttom2 {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
    background-color: #D28746;
    font-size: 4vw;
    margin: 0vw;
    gap: 0;
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) {
  main #serviços span, main #serviços .destaque {
    display: none;
  }
  main #serviços li {
    height: 30vh;
    background-color: white;
    display: flex;
    text-align: center;
    align-items: center;
    border: 1px solid #00687D;
    justify-content: center;
    text-transform: capitalize;
    font-size: 4vw;
    overflow: hidden;
    position: relative;
    margin-bottom: 2vw;
  }
  main #serviços li span {
    z-index: 49;
    font-size: 7vw;
    font-weight: bolder;
    pointer-events: none;
    color: white;
    text-shadow: -1px -1px 0 #00687D, 1px -1px 0 #00687D, -1px 1px 0 #00687D, 1px 1px 0 #00687D;
  }
  main #serviços li span a {
    color: white;
  }
  main #serviços li span p {
    border: 1px solid red;
    display: none;
  }
  main #serviços li img {
    border: 1px solid red;
    width: 102%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.99;
  }
  main #paragrafo1,
  main #paragrafo2 {
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 2vh;
    padding-top: 2vh;
    color: white;
  }
  main #about h2,
  main #about h3,
  main #about h4 {
    color: white;
  }
  main #about picture {
    width: 90%;
    max-width: 90%;
    display: block;
    position: relative;
    height: 32.296875vw;
  }
  main #about picture img {
    max-width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  main #englisVersion h2,
  main #englisVersion h3,
  main #englisVersion h4 {
    color: white;
  }
  main #englisVersion p {
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 2vh;
    padding-top: 2vh;
    color: white;
  }
  main #englisVersion ul {
    margin-left: 5vh;
  }
  main #englisVersion ul li {
    font-size: 4.4vw;
    line-height: 1.4;
    list-style: circle;
    margin-bottom: 2vh;
    color: white;
  }
  main #englisVersion #conclusion {
    font-size: 5.37109375vw;
    color: white;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  main #englisVersion #moreData {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 4.8828125vw;
    background-color: #d27046;
    margin-bottom: 1.953125vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 500.12px) {
  main #englisVersion #moreData {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
    font-size: 4.8828125vw;
    background-color: #d27046;
    margin-bottom: 1.953125vw;
  }
}
/*****************************************************/
/*****************************************************/
@media screen and (min-width: 1025px) {
  .item {
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .item.visible {
    opacity: 1;
    transform: translateY(0);
  }
  #postsDoBlog > .item:nth-child(n+2):hover {
    transform: scale(1.1);
    z-index: 3000000000;
    box-shadow: 0.09765625vw 0.09765625vw 2.09765625vw black;
  }
}
/*****************************************************/
.card {
  position: relative;
  height: 100%;
}
.card picture {
  position: absolute;
}
.card .date {
  position: absolute;
}
.card .titulo {
  position: absolute;
  background-color: transparent !important;
}
.card .excerpt {
  position: absolute;
  background-color: transparent !important;
}

/****************************************************************************************/
.horizontal .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.horizontal .card picture img {
  position: absolute;
  width: 105%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0);
}
.horizontal .card picture:hover img {
  filter: saturate(1);
}
.horizontal .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  border-radius: 0.5vw;
  font-weight: bold;
}
.horizontal .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
}
.horizontal .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
/****************************************************************************************/
.vertical .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.vertical .card picture img {
  position: absolute;
  height: 105%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0.1);
}
.vertical .card picture:hover img {
  filter: saturate(1);
}
.vertical .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  z-index: 30;
  transform: rotate(90deg);
  right: -1vw;
  top: 50%;
  border-radius: 0.5vw;
  font-weight: bold;
}
.vertical .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
  max-width: 99%;
}
.vertical .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
.nano .card {
  position: relative;
  overflow: visible;
}
.nano .card .titulo {
  display: none !important;
}
.nano .card .excerpt {
  display: none;
  width: 19.765625vw;
  position: absolute;
  left: -19.765625vw;
  z-index: 300;
  background-color: white !important;
  height: 100%;
}
.nano .card .date {
  width: 80%;
  height: 30%;
  display: block;
  position: absolute;
  background-color: #0092b0;
  left: 0;
  top: 0;
  font-size: 1vw;
  padding: 0.6vw;
  color: white;
  word-wrap: break-word; /* Garante que o texto quebre a linha quando necessário */
  overflow-wrap: break-word; /* Alternativa para garantir que o texto quebre */
  white-space: normal; /* Garante que o texto quebre ao final da linha */
}
.nano .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .card picture:hover img {
  filter: saturate(1);
}
.nano .card picture img {
  width: 250%;
  height: auto;
  filter: saturate(0.1);
}

/*****************************************************/
@media screen and (max-width: 767px) {
  [itemprop=author] {
    background-color: #00687D;
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
    color: white;
    padding: 0.3vw;
    border: 1px solid #D28746;
    letter-spacing: 0.1vw;
    width: 100%;
    text-align: center;
  }
  [itemprop=author] a {
    color: white;
    font-weight: 100;
  }
  #blog {
    height: auto;
    overflow: visible;
    position: relative;
    left: 53%;
    transform: translateX(-50%);
    width: 99%;
  }
  #blog #postsDoBlog {
    height: auto;
    overflow: auto;
    /**********************************************************/
    /**********************************************************/
  }
  #blog #postsDoBlog #bloco1 {
    height: auto;
    line-height: 1.438;
    margin-bottom: 3.515625vw;
    color: #00687D;
    background-color: white;
    padding: 3.5vw;
    border-radius: 1.4vw;
    text-align: justify;
  }
  #blog #postsDoBlog #bloco1 h2 {
    text-transform: capitalize;
    text-align: center;
  }
  #blog #postsDoBlog .card {
    position: relative;
    border: 1px solid rgb(0, 139, 170);
    float: left;
    width: 98%;
    overflow: hidden;
    height: 60vh;
    z-index: 60;
  }
  #blog #postsDoBlog .card picture {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: -10;
    display: block;
  }
  #blog #postsDoBlog .card picture img {
    filter: saturate(1);
    width: 120%;
    height: auto;
    left: 50%;
    top: 50%;
  }
  #blog #postsDoBlog .card .excerpt {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.3vw;
    line-height: 1.2;
    color: #00687D;
    background-color: rgb(255, 255, 255) !important;
  }
  #blog #postsDoBlog .card h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    display: block !important;
    color: white;
    width: 100%;
    background-color: #00687D !important;
    padding: 2vw;
    text-align: center;
  }
  #blog #postsDoBlog .card .date {
    position: relative;
    width: 20vw;
  }
}
/*****************************************************/
/*****************************************************/
@media screen and (min-width: 1025px) {
  .item {
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .item.visible {
    opacity: 1;
    transform: translateY(0);
  }
  #postsDoBlog > .item:nth-child(n+2):hover {
    transform: scale(1.1);
    z-index: 3000000000;
    box-shadow: 0.09765625vw 0.09765625vw 2.09765625vw black;
  }
}
/*****************************************************/
.card {
  position: relative;
  height: 100%;
}
.card picture {
  position: absolute;
}
.card .date {
  position: absolute;
}
.card .titulo {
  position: absolute;
  background-color: transparent !important;
}
.card .excerpt {
  position: absolute;
  background-color: transparent !important;
}

/****************************************************************************************/
.horizontal .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.horizontal .card picture img {
  position: absolute;
  width: 105%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0);
}
.horizontal .card picture:hover img {
  filter: saturate(1);
}
.horizontal .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  border-radius: 0.5vw;
  font-weight: bold;
}
.horizontal .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
}
.horizontal .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
/****************************************************************************************/
.vertical .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.vertical .card picture img {
  position: absolute;
  height: 105%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0.1);
}
.vertical .card picture:hover img {
  filter: saturate(1);
}
.vertical .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  z-index: 30;
  transform: rotate(90deg);
  right: -1vw;
  top: 50%;
  border-radius: 0.5vw;
  font-weight: bold;
}
.vertical .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
  max-width: 99%;
}
.vertical .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
.nano .card {
  position: relative;
  overflow: visible;
}
.nano .card .titulo {
  display: none !important;
}
.nano .card .excerpt {
  display: none;
  width: 19.765625vw;
  position: absolute;
  left: -19.765625vw;
  z-index: 300;
  background-color: white !important;
  height: 100%;
}
.nano .card .date {
  width: 80%;
  height: 30%;
  display: block;
  position: absolute;
  background-color: #0092b0;
  left: 0;
  top: 0;
  font-size: 1vw;
  padding: 0.6vw;
  color: white;
  word-wrap: break-word; /* Garante que o texto quebre a linha quando necessário */
  overflow-wrap: break-word; /* Alternativa para garantir que o texto quebre */
  white-space: normal; /* Garante que o texto quebre ao final da linha */
}
.nano .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .card picture:hover img {
  filter: saturate(1);
}
.nano .card picture img {
  width: 250%;
  height: auto;
  filter: saturate(0.1);
}

/*****************************************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [itemprop=author] {
    background-color: #00687D;
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
    color: white;
    padding: 0.3vw;
    border: 1px solid #D28746;
    letter-spacing: 0.1vw;
    width: 100%;
    text-align: center;
  }
  [itemprop=author] a {
    color: white;
    font-weight: 100;
  }
  #blog {
    height: auto;
    padding-bottom: 1.029296875vw;
    padding-top: 6.029296875vw;
    gap: 0.48828125vw;
  }
  #blog #postsDoBlog {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 5 colunas de tamanho igual */
    grid-template-rows: repeat(20, 1fr); /* 2 linhas de tamanho igual */
    gap: 0.08359375vw;
    /**********************************************************/
    /**********************************************************/
  }
  #blog #postsDoBlog #bloco1 {
    grid-column: 1/4;
  }
  #blog #postsDoBlog #post1 {
    grid-column: 1/2;
    grid-row: 2/6;
  }
  #blog #postsDoBlog #post2 {
    grid-column: 2/2;
    grid-row: 2/6;
  }
  #blog #postsDoBlog #post3 {
    grid-column: 3/3;
    grid-row: 2/6;
  }
  #blog #postsDoBlog #post4 {
    grid-column: 1/3;
    grid-row: 6/8;
  }
  #blog #postsDoBlog #post5 {
    grid-column: 3/3;
    grid-row: 6/8;
  }
  #blog #postsDoBlog #post6 {
    grid-column: 1/2;
    grid-row: 8/11;
  }
  #blog #postsDoBlog #post7 {
    grid-column: 2/3;
    grid-row: 8/11;
  }
  #blog #postsDoBlog #post8 {
    grid-column: 3/4;
    grid-row: 8/13;
  }
  #blog #postsDoBlog #post9 {
    grid-column: 1/2;
    grid-row: 11/14;
  }
  #blog #postsDoBlog #post10 {
    grid-column: 2/3;
    grid-row: 11/17;
  }
  #blog #postsDoBlog #post11 {
    grid-column: 3/4;
    grid-row: 13/17;
  }
  #blog #postsDoBlog #post12 {
    grid-column: 1/2;
    grid-row: 14/19;
  }
  #blog #postsDoBlog #post13 {
    grid-column: 2/4;
    grid-row: 17/19;
  }
  #blog #postsDoBlog div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /*****************************************************************/
    /***************************************************************/
  }
  #blog #postsDoBlog div h2 {
    background-color: #D28746;
    font-size: 3.125vw;
    padding: 0.9765625vw;
    padding-top: 1.26953125vw;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0.48828125vw;
    margin-bottom: 19.5px;
  }
}
/*****************************************************/
/*****************************************************/
@media screen and (min-width: 1025px) {
  .item {
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .item.visible {
    opacity: 1;
    transform: translateY(0);
  }
  #postsDoBlog > .item:nth-child(n+2):hover {
    transform: scale(1.1);
    z-index: 3000000000;
    box-shadow: 0.09765625vw 0.09765625vw 2.09765625vw black;
  }
}
/*****************************************************/
.card {
  position: relative;
  height: 100%;
}
.card picture {
  position: absolute;
}
.card .date {
  position: absolute;
}
.card .titulo {
  position: absolute;
  background-color: transparent !important;
}
.card .excerpt {
  position: absolute;
  background-color: transparent !important;
}

/****************************************************************************************/
.horizontal .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.horizontal .card picture img {
  position: absolute;
  width: 105%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0);
}
.horizontal .card picture:hover img {
  filter: saturate(1);
}
.horizontal .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  border-radius: 0.5vw;
  font-weight: bold;
}
.horizontal .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
}
.horizontal .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
/****************************************************************************************/
.vertical .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.vertical .card picture img {
  position: absolute;
  height: 105%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0.1);
}
.vertical .card picture:hover img {
  filter: saturate(1);
}
.vertical .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  z-index: 30;
  transform: rotate(90deg);
  right: -1vw;
  top: 50%;
  border-radius: 0.5vw;
  font-weight: bold;
}
.vertical .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
  max-width: 99%;
}
.vertical .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
.nano .card {
  position: relative;
  overflow: visible;
}
.nano .card .titulo {
  display: none !important;
}
.nano .card .excerpt {
  display: none;
  width: 19.765625vw;
  position: absolute;
  left: -19.765625vw;
  z-index: 300;
  background-color: white !important;
  height: 100%;
}
.nano .card .date {
  width: 80%;
  height: 30%;
  display: block;
  position: absolute;
  background-color: #0092b0;
  left: 0;
  top: 0;
  font-size: 1vw;
  padding: 0.6vw;
  color: white;
  word-wrap: break-word; /* Garante que o texto quebre a linha quando necessário */
  overflow-wrap: break-word; /* Alternativa para garantir que o texto quebre */
  white-space: normal; /* Garante que o texto quebre ao final da linha */
}
.nano .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .card picture:hover img {
  filter: saturate(1);
}
.nano .card picture img {
  width: 250%;
  height: auto;
  filter: saturate(0.1);
}

/*****************************************************/
@media screen and (min-width: 1025px) {
  #blog {
    height: auto;
    padding-top: 6.029296875vw;
  }
  #blog [itemprop=author] {
    background-color: #00687D;
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
    color: white;
    padding: 0.3vw;
    border: 1px solid #D28746;
    letter-spacing: 0.1vw;
    width: 100%;
    text-align: center;
  }
  #blog [itemprop=author] a {
    color: white;
    font-weight: 100;
  }
  #blog .info {
    display: none;
  }
  #blog #postsDoBlog {
    display: grid;
    grid-template-columns: repeat(15, 1fr); /* 5 colunas de tamanho igual */
    grid-template-rows: repeat(11, minmax(0, 8.7890625vw)); /* 2 linhas de tamanho igual */
    gap: 0.08359375vw;
    padding-bottom: 2vw;
  }
  #blog #postsDoBlog #bloco1 {
    grid-column: 1/5;
    grid-row: 1/7;
    border: none;
    width: 95%;
  }
  #blog #postsDoBlog #bloco1 p {
    height: auto;
    font-size: 1.66015625vw;
    line-height: 1.438;
    margin-bottom: 3.515625vw;
    color: #00687D;
    color: white;
    text-align: justify;
  }
  #blog #postsDoBlog #post1 {
    grid-column: 5/8;
    grid-row: 1/5;
  }
  #blog #postsDoBlog #post2 {
    grid-column: 8/13;
    grid-row: 1/3;
  }
  #blog #postsDoBlog #post3 {
    grid-column: 13/16;
    grid-row: 1/4;
  }
  #blog #postsDoBlog #post4 {
    grid-column: 8/13;
    grid-row: 3/5;
  }
  #blog #postsDoBlog #post5 {
    grid-column: 14/16;
    grid-row: 5/8;
  }
  #blog #postsDoBlog #post6 {
    grid-column: 9/14;
    grid-row: 5/8;
  }
  #blog #postsDoBlog #post7 {
    grid-column: 5/9;
    grid-row: 8/10;
  }
  #blog #postsDoBlog #post8 {
    grid-column: 1/5;
    grid-row: 7/11;
  }
  #blog #postsDoBlog #post9 {
    grid-column: 5/9;
    grid-row: 5/8;
  }
  #blog #postsDoBlog #post10 {
    grid-column: 14/16;
    grid-row: 9/12;
  }
  #blog #postsDoBlog #post11 {
    grid-column: 1/5;
    grid-row: 4/7;
  }
  #blog #postsDoBlog #post12 {
    grid-column: 9/14;
    grid-row: 8/10;
  }
  #blog #postsDoBlog #post13 {
    grid-column: 5/14;
    grid-row: 10/12;
  }
  #blog #postsDoBlog div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
    /*****************************************************************/
    /***************************************************************/
  }
  #blog #postsDoBlog div h2 {
    background-color: #D28746;
    font-size: 3.125vw;
    padding: 0.9765625vw;
    padding-top: 1.26953125vw;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0.48828125vw;
    margin-bottom: 19.5px;
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (min-width: 767.1px) {
  #services {
    padding-left: 7.421875vw;
    padding-right: 7.51953125vw;
    padding-top: 8.3984375vw;
    padding-bottom: 7.51953125vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 14vw;
    background-image: url("https://planet1.com.br/wp-content/themes/planet1-newDesign/partes/services/imagens/fundaoBottom.svg");
  }
  #services #portifolio {
    padding-bottom: 6.25vw;
  }
  #services #portifolio h2 {
    color: #00687D;
    font-size: 4.78515625vw;
    margin-bottom: 1.4vw;
  }
  #services #portifolio p {
    width: 37.20703125vw;
    height: auto;
    font-size: 1.66015625vw;
    line-height: 1.438;
    margin-bottom: 3.515625vw;
    color: #00687D;
    text-align: justify;
  }
  #services #portifolio #botao {
    position: absolute;
    left: 7.421875vw;
    top: 32.16vw;
    background-color: #D28746;
    padding-top: 1.26953125vw;
    padding-bottom: 0.9765625vw;
    padding-left: 0.9765625vw;
    padding-right: 0.9765625vw;
    font-size: 1.753125vw;
    color: white;
    border-radius: 0.48828125vw;
  }
  #services #portifolio #direitaArrow {
    right: 7.51953125vw;
    top: 19.82421875vw;
    position: absolute;
    height: 2.5556640625vw;
    width: 1.5556640625vw;
  }
  #services #portifolio #EsquerdaArrow {
    right: 51.4vw;
    top: 19.82421875vw;
    position: absolute;
    height: 2.5556640625vw;
    width: 1.5556640625vw;
  }
  #services #portifolio #slidePortifolio {
    position: absolute;
    right: 8.59375vw;
    width: 43.26171875vw;
    height: 27.63671875vw;
    top: 8.3984375vw;
  }
  #services #portifolio #slidePortifolio li {
    position: relative;
    overflow: hidden;
    display: block;
    width: 43.26171875vw;
    height: 27.63671875vw;
    border: 1px solid #00687D;
    border-radius: 0.78125vw;
  }
  #services #portifolio #slidePortifolio li picture {
    height: auto;
    width: 100%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #services #portifolio #slidePortifolio li picture img {
    width: 100%;
    height: 100%;
  }
  #services #Contato {
    position: relative;
    min-height: 42.3828125vw;
    overflow: visible;
    padding-top: 6.8359375vw;
    padding-bottom: 7.32421875vw;
  }
  #services #Contato picture {
    position: absolute;
    left: 4.98046875vw;
    top: 2.83203125vw;
    width: 29.19921875vw;
    height: 34.86328125vw;
  }
  #services #Contato picture img {
    height: 100%;
    width: 100%;
  }
  #services #Contato #texto {
    color: #00687D;
    position: absolute;
    display: block;
    width: 32.71484375vw;
    height: 24.21875vw;
    font-size: 1.66015625vw;
    text-align: justify;
    left: 35.05859375vw;
    line-height: 1.438;
  }
  #services #Contato #texto h2 {
    color: #00687D;
    font-size: 3.125vw;
    margin-bottom: 16px;
  }
  #services #Contato #form1 {
    position: absolute;
    left: 70.8984375vw;
    top: 4.7119140625vw;
    width: 11.6861979167vh;
    height: auto;
  }
  #services #Contato #form2 {
    position: absolute;
    left: 80.9609375vw;
    top: 13.96484375vw;
    width: 11.6861979167vh;
    height: auto;
  }
  #services #Contato #form3 {
    position: absolute;
    left: 73.4375vw;
    bottom: 9.765625vw;
    width: 11.6861979167vh;
    height: auto;
  }
}
/*****************************************************/
/*****************************************************/
@media screen and (min-width: 1025px) {
  .item {
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .item.visible {
    opacity: 1;
    transform: translateY(0);
  }
  #postsDoBlog > .item:nth-child(n+2):hover {
    transform: scale(1.1);
    z-index: 3000000000;
    box-shadow: 0.09765625vw 0.09765625vw 2.09765625vw black;
  }
}
/*****************************************************/
.card {
  position: relative;
  height: 100%;
}
.card picture {
  position: absolute;
}
.card .date {
  position: absolute;
}
.card .titulo {
  position: absolute;
  background-color: transparent !important;
}
.card .excerpt {
  position: absolute;
  background-color: transparent !important;
}

/****************************************************************************************/
.horizontal .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.horizontal .card picture img {
  position: absolute;
  width: 105%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0);
}
.horizontal .card picture:hover img {
  filter: saturate(1);
}
.horizontal .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  border-radius: 0.5vw;
  font-weight: bold;
}
.horizontal .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
}
.horizontal .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
/****************************************************************************************/
.vertical .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.vertical .card picture img {
  position: absolute;
  height: 105%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0.1);
}
.vertical .card picture:hover img {
  filter: saturate(1);
}
.vertical .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  z-index: 30;
  transform: rotate(90deg);
  right: -1vw;
  top: 50%;
  border-radius: 0.5vw;
  font-weight: bold;
}
.vertical .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
  max-width: 99%;
}
.vertical .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
.nano .card {
  position: relative;
  overflow: visible;
}
.nano .card .titulo {
  display: none !important;
}
.nano .card .excerpt {
  display: none;
  width: 19.765625vw;
  position: absolute;
  left: -19.765625vw;
  z-index: 300;
  background-color: white !important;
  height: 100%;
}
.nano .card .date {
  width: 80%;
  height: 30%;
  display: block;
  position: absolute;
  background-color: #0092b0;
  left: 0;
  top: 0;
  font-size: 1vw;
  padding: 0.6vw;
  color: white;
  word-wrap: break-word; /* Garante que o texto quebre a linha quando necessário */
  overflow-wrap: break-word; /* Alternativa para garantir que o texto quebre */
  white-space: normal; /* Garante que o texto quebre ao final da linha */
}
.nano .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .card picture:hover img {
  filter: saturate(1);
}
.nano .card picture img {
  width: 250%;
  height: auto;
  filter: saturate(0.1);
}

/*****************************************************/
@media screen and (max-width: 767px) {
  [itemprop=author] {
    background-color: #00687D;
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
    color: white;
    padding: 0.3vw;
    border: 1px solid #D28746;
    letter-spacing: 0.1vw;
    width: 100%;
    text-align: center;
  }
  [itemprop=author] a {
    color: white;
    font-weight: 100;
  }
  #blog {
    height: auto;
    overflow: visible;
    position: relative;
    left: 53%;
    transform: translateX(-50%);
    width: 99%;
  }
  #blog #postsDoBlog {
    height: auto;
    overflow: auto;
    /**********************************************************/
    /**********************************************************/
  }
  #blog #postsDoBlog #bloco1 {
    height: auto;
    line-height: 1.438;
    margin-bottom: 3.515625vw;
    color: #00687D;
    background-color: white;
    padding: 3.5vw;
    border-radius: 1.4vw;
    text-align: justify;
  }
  #blog #postsDoBlog #bloco1 h2 {
    text-transform: capitalize;
    text-align: center;
  }
  #blog #postsDoBlog .card {
    position: relative;
    border: 1px solid rgb(0, 139, 170);
    float: left;
    width: 98%;
    overflow: hidden;
    height: 60vh;
    z-index: 60;
  }
  #blog #postsDoBlog .card picture {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: -10;
    display: block;
  }
  #blog #postsDoBlog .card picture img {
    filter: saturate(1);
    width: 120%;
    height: auto;
    left: 50%;
    top: 50%;
  }
  #blog #postsDoBlog .card .excerpt {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.3vw;
    line-height: 1.2;
    color: #00687D;
    background-color: rgb(255, 255, 255) !important;
  }
  #blog #postsDoBlog .card h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    display: block !important;
    color: white;
    width: 100%;
    background-color: #00687D !important;
    padding: 2vw;
    text-align: center;
  }
  #blog #postsDoBlog .card .date {
    position: relative;
    width: 20vw;
  }
}
/*****************************************************/
/*****************************************************/
@media screen and (min-width: 1025px) {
  .item {
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .item.visible {
    opacity: 1;
    transform: translateY(0);
  }
  #postsDoBlog > .item:nth-child(n+2):hover {
    transform: scale(1.1);
    z-index: 3000000000;
    box-shadow: 0.09765625vw 0.09765625vw 2.09765625vw black;
  }
}
/*****************************************************/
.card {
  position: relative;
  height: 100%;
}
.card picture {
  position: absolute;
}
.card .date {
  position: absolute;
}
.card .titulo {
  position: absolute;
  background-color: transparent !important;
}
.card .excerpt {
  position: absolute;
  background-color: transparent !important;
}

/****************************************************************************************/
.horizontal .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.horizontal .card picture img {
  position: absolute;
  width: 105%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0);
}
.horizontal .card picture:hover img {
  filter: saturate(1);
}
.horizontal .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  border-radius: 0.5vw;
  font-weight: bold;
}
.horizontal .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
}
.horizontal .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
/****************************************************************************************/
.vertical .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.vertical .card picture img {
  position: absolute;
  height: 105%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0.1);
}
.vertical .card picture:hover img {
  filter: saturate(1);
}
.vertical .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  z-index: 30;
  transform: rotate(90deg);
  right: -1vw;
  top: 50%;
  border-radius: 0.5vw;
  font-weight: bold;
}
.vertical .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
  max-width: 99%;
}
.vertical .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
.nano .card {
  position: relative;
  overflow: visible;
}
.nano .card .titulo {
  display: none !important;
}
.nano .card .excerpt {
  display: none;
  width: 19.765625vw;
  position: absolute;
  left: -19.765625vw;
  z-index: 300;
  background-color: white !important;
  height: 100%;
}
.nano .card .date {
  width: 80%;
  height: 30%;
  display: block;
  position: absolute;
  background-color: #0092b0;
  left: 0;
  top: 0;
  font-size: 1vw;
  padding: 0.6vw;
  color: white;
  word-wrap: break-word; /* Garante que o texto quebre a linha quando necessário */
  overflow-wrap: break-word; /* Alternativa para garantir que o texto quebre */
  white-space: normal; /* Garante que o texto quebre ao final da linha */
}
.nano .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .card picture:hover img {
  filter: saturate(1);
}
.nano .card picture img {
  width: 250%;
  height: auto;
  filter: saturate(0.1);
}

/*****************************************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [itemprop=author] {
    background-color: #00687D;
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
    color: white;
    padding: 0.3vw;
    border: 1px solid #D28746;
    letter-spacing: 0.1vw;
    width: 100%;
    text-align: center;
  }
  [itemprop=author] a {
    color: white;
    font-weight: 100;
  }
  #blog {
    height: auto;
    padding-bottom: 1.029296875vw;
    padding-top: 6.029296875vw;
    gap: 0.48828125vw;
  }
  #blog #postsDoBlog {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 5 colunas de tamanho igual */
    grid-template-rows: repeat(20, 1fr); /* 2 linhas de tamanho igual */
    gap: 0.08359375vw;
    /**********************************************************/
    /**********************************************************/
  }
  #blog #postsDoBlog #bloco1 {
    grid-column: 1/4;
  }
  #blog #postsDoBlog #post1 {
    grid-column: 1/2;
    grid-row: 2/6;
  }
  #blog #postsDoBlog #post2 {
    grid-column: 2/2;
    grid-row: 2/6;
  }
  #blog #postsDoBlog #post3 {
    grid-column: 3/3;
    grid-row: 2/6;
  }
  #blog #postsDoBlog #post4 {
    grid-column: 1/3;
    grid-row: 6/8;
  }
  #blog #postsDoBlog #post5 {
    grid-column: 3/3;
    grid-row: 6/8;
  }
  #blog #postsDoBlog #post6 {
    grid-column: 1/2;
    grid-row: 8/11;
  }
  #blog #postsDoBlog #post7 {
    grid-column: 2/3;
    grid-row: 8/11;
  }
  #blog #postsDoBlog #post8 {
    grid-column: 3/4;
    grid-row: 8/13;
  }
  #blog #postsDoBlog #post9 {
    grid-column: 1/2;
    grid-row: 11/14;
  }
  #blog #postsDoBlog #post10 {
    grid-column: 2/3;
    grid-row: 11/17;
  }
  #blog #postsDoBlog #post11 {
    grid-column: 3/4;
    grid-row: 13/17;
  }
  #blog #postsDoBlog #post12 {
    grid-column: 1/2;
    grid-row: 14/19;
  }
  #blog #postsDoBlog #post13 {
    grid-column: 2/4;
    grid-row: 17/19;
  }
  #blog #postsDoBlog div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /*****************************************************************/
    /***************************************************************/
  }
  #blog #postsDoBlog div h2 {
    background-color: #D28746;
    font-size: 3.125vw;
    padding: 0.9765625vw;
    padding-top: 1.26953125vw;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0.48828125vw;
    margin-bottom: 19.5px;
  }
}
/*****************************************************/
/*****************************************************/
@media screen and (min-width: 1025px) {
  .item {
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .item.visible {
    opacity: 1;
    transform: translateY(0);
  }
  #postsDoBlog > .item:nth-child(n+2):hover {
    transform: scale(1.1);
    z-index: 3000000000;
    box-shadow: 0.09765625vw 0.09765625vw 2.09765625vw black;
  }
}
/*****************************************************/
.card {
  position: relative;
  height: 100%;
}
.card picture {
  position: absolute;
}
.card .date {
  position: absolute;
}
.card .titulo {
  position: absolute;
  background-color: transparent !important;
}
.card .excerpt {
  position: absolute;
  background-color: transparent !important;
}

/****************************************************************************************/
.horizontal .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.horizontal .card picture img {
  position: absolute;
  width: 105%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0);
}
.horizontal .card picture:hover img {
  filter: saturate(1);
}
.horizontal .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  border-radius: 0.5vw;
  font-weight: bold;
}
.horizontal .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
}
.horizontal .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
/****************************************************************************************/
.vertical .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.vertical .card picture img {
  position: absolute;
  height: 105%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0.1);
}
.vertical .card picture:hover img {
  filter: saturate(1);
}
.vertical .card .date {
  background-color: #D28746;
  padding: 1vw;
  color: white;
  z-index: 30;
  transform: rotate(90deg);
  right: -1vw;
  top: 50%;
  border-radius: 0.5vw;
  font-weight: bold;
}
.vertical .card .titulo {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.7vw !important;
  border-radius: 0 !important;
  font-size: 1vw !important;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* contorno inferior direito */
  font-size: 1.66015625vw !important;
  max-width: 99%;
}
.vertical .card .excerpt {
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  background-color: #0092b0 !important;
  color: white;
  line-height: 1.4;
  padding: 0.6vw;
  width: 100%;
  text-align: justify;
}

/****************************************************************************************/
.nano .card {
  position: relative;
  overflow: visible;
}
.nano .card .titulo {
  display: none !important;
}
.nano .card .excerpt {
  display: none;
  width: 19.765625vw;
  position: absolute;
  left: -19.765625vw;
  z-index: 300;
  background-color: white !important;
  height: 100%;
}
.nano .card .date {
  width: 80%;
  height: 30%;
  display: block;
  position: absolute;
  background-color: #0092b0;
  left: 0;
  top: 0;
  font-size: 1vw;
  padding: 0.6vw;
  color: white;
  word-wrap: break-word; /* Garante que o texto quebre a linha quando necessário */
  overflow-wrap: break-word; /* Alternativa para garantir que o texto quebre */
  white-space: normal; /* Garante que o texto quebre ao final da linha */
}
.nano .card picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .card picture:hover img {
  filter: saturate(1);
}
.nano .card picture img {
  width: 250%;
  height: auto;
  filter: saturate(0.1);
}

/*****************************************************/
@media screen and (min-width: 1025px) {
  #blog {
    height: auto;
    padding-top: 6.029296875vw;
  }
  #blog [itemprop=author] {
    background-color: #00687D;
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
    color: white;
    padding: 0.3vw;
    border: 1px solid #D28746;
    letter-spacing: 0.1vw;
    width: 100%;
    text-align: center;
  }
  #blog [itemprop=author] a {
    color: white;
    font-weight: 100;
  }
  #blog .info {
    display: none;
  }
  #blog #postsDoBlog {
    display: grid;
    grid-template-columns: repeat(15, 1fr); /* 5 colunas de tamanho igual */
    grid-template-rows: repeat(11, minmax(0, 8.7890625vw)); /* 2 linhas de tamanho igual */
    gap: 0.08359375vw;
    padding-bottom: 2vw;
  }
  #blog #postsDoBlog #bloco1 {
    grid-column: 1/5;
    grid-row: 1/7;
    border: none;
    width: 95%;
  }
  #blog #postsDoBlog #bloco1 p {
    height: auto;
    font-size: 1.66015625vw;
    line-height: 1.438;
    margin-bottom: 3.515625vw;
    color: #00687D;
    color: white;
    text-align: justify;
  }
  #blog #postsDoBlog #post1 {
    grid-column: 5/8;
    grid-row: 1/5;
  }
  #blog #postsDoBlog #post2 {
    grid-column: 8/13;
    grid-row: 1/3;
  }
  #blog #postsDoBlog #post3 {
    grid-column: 13/16;
    grid-row: 1/4;
  }
  #blog #postsDoBlog #post4 {
    grid-column: 8/13;
    grid-row: 3/5;
  }
  #blog #postsDoBlog #post5 {
    grid-column: 14/16;
    grid-row: 5/8;
  }
  #blog #postsDoBlog #post6 {
    grid-column: 9/14;
    grid-row: 5/8;
  }
  #blog #postsDoBlog #post7 {
    grid-column: 5/9;
    grid-row: 8/10;
  }
  #blog #postsDoBlog #post8 {
    grid-column: 1/5;
    grid-row: 7/11;
  }
  #blog #postsDoBlog #post9 {
    grid-column: 5/9;
    grid-row: 5/8;
  }
  #blog #postsDoBlog #post10 {
    grid-column: 14/16;
    grid-row: 9/12;
  }
  #blog #postsDoBlog #post11 {
    grid-column: 1/5;
    grid-row: 4/7;
  }
  #blog #postsDoBlog #post12 {
    grid-column: 9/14;
    grid-row: 8/10;
  }
  #blog #postsDoBlog #post13 {
    grid-column: 5/14;
    grid-row: 10/12;
  }
  #blog #postsDoBlog div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
    /*****************************************************************/
    /***************************************************************/
  }
  #blog #postsDoBlog div h2 {
    background-color: #D28746;
    font-size: 3.125vw;
    padding: 0.9765625vw;
    padding-top: 1.26953125vw;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0.48828125vw;
    margin-bottom: 19.5px;
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (max-width: 767px) {
  #services {
    padding-left: 2.421875vw;
    padding-right: 7.51953125vw;
    padding-top: 8.3984375vw;
    padding-bottom: 7.51953125vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 14vw;
    background-image: url("https://planet1.com.br/wp-content/themes/planet1-newDesign/partes/services/imagens/fundaoBottom.svg");
  }
  #services #portifolio {
    left: 51%;
    transform: translateX(-50%);
    position: relative;
    padding-bottom: 6.25vw;
    display: flex;
    flex-direction: column;
    gap: 2.6041666667vh;
    width: 93%;
  }
  #services #portifolio h2 {
    color: #00687D;
    font-size: 4.78515625vw;
    text-align: center;
  }
  #services #portifolio p {
    width: 100%;
    height: auto;
    line-height: 1.438;
    margin-bottom: 3.515625vw;
    color: #00687D;
    text-align: justify;
  }
  #services #portifolio #botao {
    background-color: #D28746;
    padding: 2vw;
    text-align: center;
    border-radius: 1vw;
    color: white;
  }
  #services #portifolio #slidePortifolio li {
    position: relative;
    overflow: hidden;
    display: block;
    width: 43.26171875vw;
    height: 40.63671875vh;
    border: 1px solid #00687D;
    border-radius: 0.78125vw;
  }
  #services #portifolio #slidePortifolio li picture {
    height: auto;
    width: 100%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #services #portifolio #slidePortifolio li picture img {
    width: 100%;
    height: 100%;
  }
  #services #portifolio #direitaArrow,
  #services #portifolio #EsquerdaArrow {
    position: absolute;
    border: 1px solid #00687D;
    background-color: white;
    padding: 1vw;
    border-radius: 1vw;
    height: auto;
    width: 5vh;
    top: 49vh;
  }
  #services #portifolio #direitaArrow {
    left: 93%;
  }
  #services #Contato {
    position: relative;
    min-height: 42.3828125vw;
    padding-top: 6.8359375vw;
    padding-bottom: 7.32421875vw;
    display: flex;
    flex-direction: column;
    gap: 5.6041666667vh;
  }
  #services #Contato picture {
    position: relative;
    height: 36.0416666667vh;
  }
  #services #Contato picture img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 120%;
    width: auto;
  }
  #services #Contato #texto h2 {
    line-height: 2;
    color: #00687D;
  }
  #services #Contato #texto p {
    line-height: 1.755;
    color: #00687D;
    margin-bottom: 3vh;
    text-align: justify;
    background-color: white;
    z-index: 30;
    padding: 2vw;
    border: 1px solid #00687D;
    border-radius: 1vw;
  }
  #services #Contato #form1, #services #Contato #form2, #services #Contato #form3 {
    height: 25vh;
    width: auto;
    float: left;
    position: relative;
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (max-width: 767px) {
  #iconeAcessoWhatsApp {
    position: fixed;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 10vw;
    height: auto;
  }
  #iconeAcessoWhatsApp #efeito {
    background: rgb(254, 254, 254);
    background: radial-gradient(circle, rgb(254, 254, 254) 0%, rgb(121, 121, 121) 100%);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 20vw;
    animation: infinite fundoWhats 600ms;
  }
  #iconeAcessoWhatsApp img {
    height: auto;
    width: 100%;
    z-index: 2000;
  }
  @keyframes fundoWhats {
    0% {
      opacity: 1;
      width: 0.2vw;
      height: 0.2vw;
    }
    100% {
      opacity: 0.01;
      width: 19.2vw;
      height: 19.2vw;
    }
  }
  footer {
    background-color: #00687d;
    padding-left: 8.59375vw;
    padding-right: 8.59375vw;
    padding-top: 6.169921875vh;
    display: flex;
    flex-direction: column;
    gap: 5.9765625vw;
    justify-content: space-around;
    padding-bottom: 3.2353515625vw;
  }
  footer ul li {
    text-align: center;
    margin-bottom: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-bottom: 0.09765625vw solid white;
    color: white;
  }
  footer ul li a {
    color: white;
    text-decoration: none;
  }
  footer #contato {
    /******************************/
    padding: 4.6748046875vw;
    background-color: #0092b0;
    color: white;
    border-radius: 0.79296875vw;
    width: 100%;
    gap: 1.080078125vw;
    display: flex;
    flex-direction: column;
    height: auto;
    /******************************/
  }
  footer #listaDeProdutos {
    padding: 4.6748046875vw;
    background-color: #0092b0;
    color: white;
    border-radius: 0.79296875vw;
    width: 100%;
    width: 100%;
  }
  footer #listaDeProdutos h2 {
    margin-bottom: 1.080078125vw;
  }
  footer #listaDeProdutos ul {
    display: flex;
    flex-direction: row;
    gap: 2.2353515625vw;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer #listaDeProdutos ul li {
    white-space: nowrap;
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #fundao {
    display: none;
  }
  #header {
    height: auto;
    padding-top: 9.765625vw;
    padding-bottom: 15.859375vw;
    padding-left: 8.59375vw;
    padding-right: 2.9296875vw;
    width: 99.98vw;
    display: block;
    position: relative;
  }
  #header h1 {
    width: 39.0625vw;
    font-size: 3.515625vw;
    line-height: 1.1;
    margin-bottom: 1.953125vw;
    color: #001317;
  }
  #header h2 {
    width: 38.37890625vw;
    font-size: 2.24609375vw;
    line-height: 1.1;
    margin-bottom: 19px;
    display: block;
    color: #001317;
  }
  #header section {
    display: inline-block;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 501px) {
  #header section a {
    padding-left: 0.78125vw;
    padding-top: 0.68359375vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.68359375vw;
    color: white;
    background-color: #00687D;
    font-size: 1.171875vw;
    margin-right: 0;
    display: inline-block;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 500.12px) {
  #header section a {
    background-color: #00687D;
    color: white;
    padding: 4vw;
    font-size: 1.66015625vw;
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 3vh;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header p {
    margin-top: 1.85546875vw;
    width: 36.81640625vw;
    height: 26.3671875vw;
    font-size: 1.513671875vw;
    line-height: 1.8;
    color: #00687D;
    text-align: justify;
    color: #00687D;
  }
  #header picture {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 2.9296875vw;
    top: 9.765625vw;
  }
  #header picture img {
    width: 42.48046875vw;
    height: 54.6875vw;
  }
}
/*****************************************************/
.screen-reader-text {
  width: 1px;
  overflow: hidden;
}

/*****************************************************/
@media screen and (min-width: 767.1px) {
  #iconeAcessoWhatsApp {
    position: fixed;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 4vw;
    height: auto;
  }
  #iconeAcessoWhatsApp #efeito {
    background: rgb(254, 254, 254);
    background: radial-gradient(circle, rgb(254, 254, 254) 0%, rgb(121, 121, 121) 100%);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 20vw;
    animation: infinite fundoWhats 600ms;
  }
  #iconeAcessoWhatsApp img {
    height: auto;
    width: 100%;
    z-index: 2000;
  }
  @keyframes fundoWhats {
    0% {
      opacity: 1;
      width: 0.2vw;
      height: 0.2vw;
    }
    100% {
      opacity: 0.01;
      width: 9.2vw;
      height: 9.2vw;
    }
  }
  footer {
    z-index: 400000000;
    background-color: #00687d;
    padding-left: 8.59375vw;
    padding-right: 8.59375vw;
    padding-top: 2.169921875vw;
    display: flex;
    gap: 0.9765625vw;
    justify-content: space-around;
    padding-bottom: 2.2353515625vw;
    color: white;
  }
  footer a {
    color: white;
  }
  footer .titulo {
    font-size: 1.3vw;
  }
  footer ul li {
    padding: 0.5vw;
  }
  footer ul li a {
    font-weight: 100;
  }
  footer #contato {
    /******************************/
    padding-bottom: 0.6748046875vw;
    padding-left: 1.0126953125vw;
    padding-right: 1.0126953125vw;
    padding-top: 0.9748046875vw;
    background-color: #4ae1ff;
    color: #002831;
    border-radius: 0.29296875vw;
    gap: 1.080078125vw;
    display: flex;
    flex-direction: column;
    height: auto;
    font-size: 1.26015625vw;
    /******************************/
  }
  footer #listaDeProdutos {
    padding-bottom: 0.6748046875vw;
    padding-left: 1.0126953125vw;
    padding-right: 1.0126953125vw;
    padding-top: 0.9748046875vw;
    background-color: #4ae1ff;
    color: #002831;
    border-radius: 0.29296875vw;
    width: 36.2314453125vw;
  }
  footer #listaDeProdutos h2 {
    margin-bottom: 1.080078125vw;
  }
  footer #listaDeProdutos ul {
    display: flex;
    flex-direction: row;
    gap: 2.2353515625vw;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer #listaDeProdutos ul li {
    color: white;
    white-space: nowrap;
    font-size: 1.26015625vw;
  }
  footer #listaDeProdutos ul li a {
    color: white;
    font-weight: 100;
  }
}
/*****************************************************/
/*


@import "../partes/blog/css/style";
@import "../partes/contatos/css/style";
@import "../partes/footer/css/style";

*/
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    font-size: 3.660156vw;
    line-height: 6vw;
    text-align: justify;
  }
}
@media screen and (max-width: 500px) {
  body {
    width: 100%;
    font-size: 6vw;
    line-height: 13vw;
    text-align: justify;
  }
}
@media screen and (max-width: 320px) {
  body {
    width: 100%;
    font-size: 7vw;
    line-height: 14vw;
    text-align: justify;
  }
}/*# sourceMappingURL=index.css.map */