.u-section-1 .u-sheet-1 {
  min-height: 835px;
}

.u-section-1 .u-post-details-1 {
  min-height: 375px;
  margin-top: 60px;
  margin-bottom: -10px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-image-1 {
  height: 486px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.u-section-1 .u-text-1 {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.u-section-1 .u-metadata-1 {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
}

.u-section-1 .u-text-2 {
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    margin-left: initial;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 782px;
  }

  .u-section-1 .u-post-details-1 {
    margin-bottom: 60px;
  }

  .u-section-1 .u-image-1 {
    height: 423px;
    margin-left: initial;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 722px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-1 {
    height: 354px;
    margin-top: 9px;
    margin-left: initial;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 656px;
  }

  .u-section-1 .u-image-1 {
    height: 275px;
    margin-left: initial;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 80px;
}

.u-section-2 .u-icon-1 {
  width: 80px;
  height: 80px;
  margin: 0 0 0 auto;
  padding: 0;
} .u-section-3 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(174, 186, 162, 0.75), rgba(174, 186, 162, 0.75));
  background-size: cover;
}

.u-section-3 .u-sheet-1 {
  min-height: 182px;
}

.u-section-3 .u-text-1 {
  font-size: 1.5rem;
  --text-color-var: #000000;
  margin: 29px auto 0;
}

.u-section-3 .u-text-2 {
  width: 575px;
  --text-color-var: #000000;
  margin: 3px auto 0;
}

.u-section-3 .u-social-icons-1 {
  height: 37px;
  width: 215px;
  min-width: 116px;
  margin: 16px auto 17px;
}

.u-section-3 .u-icon-1 {
  color: rgb(59, 89, 152) !important;
}

.u-section-3 .u-icon-2 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-3 .u-icon-3 {
  height: 0;
}

.u-section-3 .u-icon-4 {
  height: 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-social-icons-1 {
    min-height: 16px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 197px;
  }

  .u-section-3 .u-text-1 {
    margin-top: 20px;
  }

  .u-section-3 .u-text-2 {
    width: 340px;
  }
}.layout_whatsapp {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 100;
  gap: 10px; 
}
  @media (min-width: 1199px) {
    .layout_whatsapp {
      bottom: 100px; } }