/*-----------HOME----------*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; /* Remove o scroll lateral */
  box-sizing: border-box;
}

#intro {
  background-image:url(../img/site/Agricultura.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 92vh;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  align-items: center;
  text-align: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centraliza verticalmente */
  align-items: center;     /* centraliza horizontalmente */
  z-index: 2;
  pointer-events: none; /* opcional, se não quiser interação */
}

#intro .home-top-title,
#intro .scroll-arrow {
  pointer-events: auto; /* permite interação nos botões */
}

#futuro {
  background-image:url(../img/site/Tecnologia.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  overflow-x: hidden;
  align-items: center;
  text-align: center;
}

.footer-border {
    width: 100%;
    height: 8px;
    background-color: #7AA752;
}

.flex-container {
  display: flex;
  flex-direction: column; /* Organiza o texto e a imagem em coluna */
  align-items: center; /* Alinha o conteúdo ao centro */
}

.flex-container img {
  margin-top: 20px; /* Espaço entre o texto e a imagem */
  max-width: 100%;
  height: auto;
}

.descricao {
  font-size: 18px;
  line-height: 1.6;
  color: #264d45;
  margin: 20px 0;
  text-align: left;
}

#counter-container {
  text-align: center;
}

#counter {
  font-size: 50px;
  color: #fff;
  margin: 10px 0;
}

#counter-container p {
  font-size: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.overlay h5 {
  font-size: 30px;
  color: #fff;
}


.zoom {
  border-radius: 15px; /* Opcional: bordas arredondadas */
}

.zoom {
  width: 60%;
  height: auto;
  object-fit: cover;
  border-radius: 15px; /* Opcional: bordas arredondadas */
  display: block;
  margin: 0 auto;
}

/* Ajustes específicos para telas pequenas (exemplo: smartphones) */
@media (max-width: 768px) {
  .zoom {
      width: 90%; /* Reduz a largura para 90% em telas menores */
      object-fit: contain; /* Garante que a imagem inteira seja visível */
      border-radius: 15px; /* Opcional: bordas arredondadas */
      
  }
}

/* Ajustes para telas médias (exemplo: tablets) */
@media (min-width: 769px) and (max-width: 1024px) {
  .zoom {
      width: 95%; /* Ajusta a largura para telas médias */
      object-fit: cover; /* Preenche o espaço disponível */
      display: block;
      padding: 30px;
      float: right; 
      height: auto; 
      display: block;
      border-radius: 15px;
  }
}

/* Ajustes para telas grandes (exemplo: desktops) */
@media (min-width: 1025px) {
  .zoom {

      display: block;
      padding: 30px;
      float: right;
      width: 50%; 
      height: 450px; 
      display: block;
      border-radius: 15px; /* Opcional: bordas arredondadas */
  }
}


  
/*--------Fim-Home-----------*/



/*-----------Missão----------*/
.responsive-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px; /* Opcional: bordas arredondadas */
  display: block;
  margin: 0 auto;
}

/* Ajustes específicos para telas pequenas (exemplo: smartphones) */
@media (max-width: 768px) {
  .responsive-img {
      width: 90%; /* Reduz a largura para 90% em telas menores */
      object-fit: contain; /* Garante que a imagem inteira seja visível */
  }
}

/* Ajustes para telas médias (exemplo: tablets) */
@media (min-width: 769px) and (max-width: 1024px) {
  .responsive-img {
      object-fit: cover; /* Preenche o espaço disponível */
      display: block;
      padding: 30px;float: right; width: 40%; height: auto; display: block;border-radius: 35px;
  }
}

/* Ajustes para telas grandes (exemplo: desktops) */
@media (min-width: 1025px) {
  .responsive-img {
      display: block;
      padding: 30px;float: right; width: 40%; height: auto; display: block;border-radius: 35px;
  }
}

.icon-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.icon-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1E2126;
  border: 2px solid #7AA752;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.icon-container i {
  font-size: 36px;
  color: #333;
}
.content {
  max-width: 1000px;
}

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

.grid-lg-5 {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1400px;
}

.home-cta2{
  background-image:url(../img/site/Agricultura_precisão.jpg);
  background-size: cover;
  padding: 80px 0;
  background-attachment: fixed;

}

.carousel-slide {
  background-color:rgba(190,205,151,0.4);
  background-image:url(../img/home/leaf-highlight.svg),url(../img/home/leaf-highlight.svg);
  background-repeat:no-repeat;
  background-position:-40px center,calc(100% + 40px) center;
  width: 100%;
  overflow-x: hidden;
  align-items: center;
  text-align: center;
  padding: 60px 0;
}

.areas {
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: center;
}

.carta {
  background-color: #232323;
  color: #fff;
  padding: 12px;
  width: 25em;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.carta::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 20%;
  background-color: #4caf50;
  border-radius: 10px 0 0 10px;
}

.carta .icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.icones {
  position: absolute;
  top: 20px;
  left: 20px;
}

  .carta h3 {
    font-size: 1.2em;
    color: #fff;
    margin-left: 50px;
    padding: 10px;
}

.carta p {
  font-size: 1em;
  line-height: 1.6;
  color: #d3d3d3;
  margin-top: 20px;
}



.home-cultures-card img {
  width: 200px; /* Adjust width as needed */
}

.solucoesagro .grid-5, /* or your container class */
.solucoesagro .image-container {  /* Create a new wrapper class */
  width: 100%; /* Adjust width as needed (e.g., 33% for 3 images per row) */
  margin: 0 auto; /* Center the container horizontally */
}

.home-cultures-card img {
  min-width: 50%; /* Image scales down to fit container */
}

.grid-6 {
  float: left;
  padding: 10px;
}

.home-cultures-card {
  background-color: #1E2126;
  color: #BECD97;
  border-radius: 6px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.home-cultures-card {
  background-color: #1E2126;
  color: #ff3434;
  border-radius: 6px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column; /* Empilhar os itens por padrão */
  gap: 20px;
  align-items: center;
  width: 8em; /* Largura fixa dos cards */
  margin: 10px; /* Espaço entre os cards */
}

@media (min-width: 769px) {
  /* Quando a tela for maior que 769px (telas grandes), os cards ficam lado a lado */
  .home-cultures-card {
      flex-direction: row; /* Lado a lado */
      align-items: flex-start; /* Alinha os itens no topo */
      width: auto; /* Deixa a largura dos cards flexível */
      margin: 20px; /* Espaçamento maior entre os cards */
  }
}

/* Para garantir que os cards fiquem lado a lado em telas grandes e empilhados em telas pequenas */
.container-cards {
  display: flex;
  flex-wrap: wrap; /* Permite que os cards quebrem para a próxima linha quando necessário */
  justify-content: center; /* Centraliza os cards na tela */
}


.telafundo {
  background-image:url(../img/site/DESIGN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
  align-items: center;
  text-align: center;
}

.drop-texto1, .drop-texto2 {
  max-height: 200px;
  overflow-y: auto;
}
.drop-texto1 {
  width: 18em;
  padding: 22px;
  background: linear-gradient(145deg, #e3f2e1, #f9fff7);
  border: 2px solid #4caf50;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #333;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  overflow-y: hidden;
  height: 300px;
}

.drop-texto2 {
  width: 18em;
  padding: 22px;
  background: linear-gradient(145deg, #e3f2e1, #f9fff7);
  border: 2px solid #4caf50;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #333;
  overflow-y: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 300px;
}

.drop-texto1 p, .drop-texto2 p {
  margin: 0;
  line-height: 1.6;
}

/*-----------FIM-MISSÃO----------*/

/*----------Visão-----------*/
#compromisso{
  background-image:url(../img/site/Tecnologia.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .image-container {
      float: none;
      width: 100em;
  }
}
.image-container {
  text-align: center;
}

.responsive-video {
  width: 60%;
  height: auto;
  object-fit: cover;
  border-radius: 10px; /* Opcional: bordas arredondadas */
  display: block;
  margin: 0 auto;
}

/* Ajustes específicos para telas pequenas (exemplo: smartphones) */
@media (max-width: 768px) {
  .responsive-video {
      width: 90%; /* Reduz a largura para 90% em telas menores */
      object-fit: contain; /* Garante que a imagem inteira seja visível */
  }
}

/* Ajustes para telas médias (exemplo: tablets) */
@media (min-width: 769px) and (max-width: 1024px) {
  .responsive-video {
      width: 95%; /* Ajusta a largura para telas médias */
      object-fit: cover; /* Preenche o espaço disponível */
      display: block;
      padding: 30px;float: right; width: 50%; height: auto; display: block;border-radius: 35px;
  }
}

/* Ajustes para telas grandes (exemplo: desktops) */
@media (min-width: 1025px) {
  .responsive-video {

      display: block;
      padding: 30px;float: right; width: 50%; height: auto; display: block;border-radius: 35px;
  }
}
/*----------Fim Visão----------*/

/*---------Valores----------*/

.icones img{
    width: 55px;
    height: 75px;
    padding: 14px;
    padding-top: 20px;
}

#inovacao{
padding: 40px;
background-image:url(../img/site/TecnologiaDrop.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
align-items: center;
}

#valores {
  text-align: center;
  padding: 40px;
}

@media (max-width: 768px) {
  .caixas-conteudo {
      flex-direction: column;
      align-items: center;
  }
}
.caixas-conteudo {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  margin: 80px 0;
}

@media (min-width: 801px) {
  .caixa-texto {
    width: 45%;
  }
}

@media (max-width: 800px) {
  .caixa-texto {
    width: 100%;
  }
}

.caixa-texto {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#conheca {
  padding: 20px;
  background-color: #1E2126;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  align-items: center;
  text-align: center;
  background-image:url(../img/card/fundotela.png);
}

.icon img {
  width: 55px;
  height: 55px;
  padding: 14px;
}




.push-1 {
  margin-left: 8.33333%;
}
.grid-10 {
  float: left;
  padding: 0.03em;
  width: 83.33333%;
}


@media (max-width: 920px) {
  .card {
      width: 100%;
  }
  .card h2{
    margin-right:90px
  }
}

@media (max-width: 1024px) {
  .card {
    width: 85%;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}
.card h2{
  margin-right:420px
}
}

@media (min-width: 1025px) {
  .card {
      width: 85%;
      align-items: center;
      justify-content: center;
      margin-left: 60px;
  }
  .card h2{
    margin-right:420px
  }
}

.card:hover{
  transform: scale(1.05); /* Aumenta a imagem */
}



.card h3 {
  margin-top: 50px;
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #fff;
}

.card p {
  font-size: 1em;
  line-height: 1.6;
  color: #d3d3d3;
}

.bg-green-1 {
  background-color: #7AA752;
  color: #fff;
  height: 25em;
}
#visao {
  background-image:url(../img/site/contato.jpg)!important;
  background-size: cover;
  padding: 80px 0;
  width: 100%;
  background-attachment: fixed;
}
@media (max-width: 920px) {
  .home-contact {
      background-size: 100% auto;
  }
}

/*---------Fim Valores--------*/


li::marker {
    content: none;
}


.grid-10 {
  float: left;
  padding: 0.03em;
  width: 100%;
  width: 83.33333%;
}


.background-image {
  width: 100%;
  height: auto;
  display: block;
}


h1, h2 {
  margin: 0;
}

h1 {
  font-size: 2.5em;
  font-weight: 400;
  display: block;
  color: #1E2126;
  text-transform: none;
  text-align: center;
  font-family: "Galano Grotesque", sans-serif"
  }




h1:hover {
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}


h2 {
  font-size: 1.2em;
  color: #b1cf62;
  margin-bottom: 10px;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  transition: text-shadow 0.5s ease-in-out;
  padding:20px;
  font-weight: 400;
  text-align: center;
  color: #7AA752;
  position: relative;
  padding-bottom: 20px;

}

h2:hover {
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}

h3 {
  text-align: left; 
  font-weight: 600;
  margin: 0; 
  padding:40px;
  color: #BECD97;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  transition: text-shadow 0.5s ease-in-out;
  font-size: 3em;
  line-height: 56px;
    
}

h5{
  color: #333;
  font-weight: 600;
  font-size: 60px; 
}

h6{
  color: #72c85d;
  font-size: 18px; 
  font-weight: 600;
}

p{
  font-weight: 16px;
  font-size: 16px; 
}

.video-container {
  position: relative;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
    
}

.video-title {
  position: absolute;
  top: 10px; /* Distância do topo do container */
  left: 50px; /* Distância da esquerda do container */
  font-size: 24px;
  color: white;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  
  text-align: left; 
  font-weight: 600;
  font-size: 60px; 
  margin: 0; 
  padding:10px;
  color: #fff;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  transition: text-shadow 0.5s ease-in-out;
  font-size: 48px;
  line-height: 56px;
  
}



/* Estilo para centralizar o vídeo */
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Estilo para ajustar o tamanho do vídeo */
iframe {
  width: 100%;
  max-width: 800px; /* Defina o máximo de largura do vídeo */
  height: 450px;
  border: none; /* Remove a borda padrão */
}


.nav {
  background-color: #1E2126;
  overflow: hidden;
}


.section-title::before {
    content: "";
    width: 200px;
    height: 2px;
    position: absolute;
    background-color: #7AA752;
    left: calc(50% - 80px);
    bottom: 0;
}

.section-title::after {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    background-color: #7AA752;
    left: calc(50% - 120px);
    bottom: 0;
}


/*--------------HEAD-------------*/

img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}


/*--------------FIM-HEAD-------------*/