@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Salsa&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Salsa&display=swap");
:root {
  --bulma-body-family: "Inter", sans-serif;
  --color-green: #55B142;
  --color-celeste: #6DD5E5;
}

.color-green {
  color: var(--color-green);
}

.color-celeste {
  color: var(--color-celeste);
}

.section {
  position: relative;
}

@media (max-width: 1023px) {
  .navbar-brand {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .section__banner .hero-slider .flickity-prev-next-button.previous {
    left: 0;
  }
}

@media (max-width: 767px) {
  .section__banner .hero-slider .flickity-prev-next-button.next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .section__banner .hero-slider .flickity-prev-next-button {
    width: 50px !important;
    height: 50px !important;
  }
}

.navbar {
  --bulma-navbar-height: 90px;
  --bulma-navbar-item-img-max-height: 139px !important;
  --bulma-navbar-item-hover-background-l-delta: #202A46;
  font-family: "Inter", sans-serif;
}
.navbar .navbar-link:focus,
.navbar .navbar-link:focus-within,
.navbar .navbar-link:hover,
.navbar a.navbar-item:focus,
.navbar a.navbar-item.is-active,
.navbar a.navbar-item:focus-within,
.navbar a.navbar-item:hover {
  background-color: var(--bulma-navbar-item-hover-background-l-delta);
  color: #FFFFFF;
}

.section__title {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .section__title {
    margin-bottom: 70px;
  }
}
.section__title__title div {
  font-family: "Salsa", cursive;
  color: #449f28;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  line-height: 100%;
}
@media (min-width: 768px) {
  .section__title__title div {
    font-size: 32px;
  }
}
.section__title__title div:last-child {
  margin-bottom: -5px;
  margin-left: -26px;
}
.section__title__subtitle {
  font-style: italic;
  font-size: 16px;
  color: #213641;
  line-height: 110%;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .section__title__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .navbar-burger span:first-child {
    top: 7px;
  }
  .navbar-burger.is-active span:first-child {
    top: initial;
  }
  .navbar-burger.is-active span:nth-child(3) {
    display: none;
  }
}
.layer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layer-contact .button {
  height: 30px;
  border: 1px solid #55B142;
  color: #55B142;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  margin-bottom: 27px;
  width: 240px;
}
@media (min-width: 768px) {
  .layer-contact .button {
    position: absolute;
    margin: auto;
    bottom: 27px;
    width: 300px;
  }
}
.layer-contact .button:hover {
  background: transparent !important;
}

/* HTML: <div class="loader"></div> */
.page-loader {
  background-color: #0e1d33;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.page-loader img {
  -webkit-animation: heartbeat 1s infinite;
          animation: heartbeat 1s infinite;
  max-width: 180px;
}
.page-loader .loader {
  --d: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #FFFFFF;
  -webkit-box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 2px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
          box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 2px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  -webkit-animation: l27 1s infinite steps(8);
          animation: l27 1s infinite steps(8);
}
@-webkit-keyframes l27 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes l27 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.page-loader.ocultar {
  display: none !important;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.franja_verde {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.franja_verde .line {
  content: "";
  background: #1A9F36;
  position: absolute;
  height: 50px;
  bottom: 0;
  width: 100%;
}
.franja_verde .line + img {
  position: absolute;
  width: 100%;
  bottom: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  right: 0;
}
@media (max-width: 539px) {
  .franja_verde .line {
    display: none;
  }
}
@media (min-width: 540px) {
  .franja_verde .line {
    width: calc(100% - 300px);
  }
}

.section__header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .section__header .navbar-menu {
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section__header .navbar-menu.is-active {
    display: block;
  }
}
.section__header .navbar-burger:hover {
  background: transparent !important;
}

@-webkit-keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: scale(1.8, 1.9);
            transform: scale(1.8, 1.9);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}

@keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: scale(1.8, 1.9);
            transform: scale(1.8, 1.9);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes Slick-FastSwipeIn {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
            transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
            transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@keyframes Slick-FastSwipeIn {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
            transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
            transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 86deg);
    transform: rotate3d(0, 1, 0, 86deg);
  }
}
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 86deg);
    transform: rotate3d(0, 1, 0, 86deg);
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 86deg);
    transform: rotate3d(0, -1, 0, 86deg);
  }
}
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 86deg);
    transform: rotate3d(0, -1, 0, 86deg);
  }
}
.animate-bounce {
  -webkit-animation: bounceIn 2s infinite 0.2s;
          animation: bounceIn 2s infinite 0.2s;
}

@-webkit-keyframes moveBackground {
  from {
    background-position: 0 100%;
    /* Posición inicial */
  }
  to {
    background-position: -100px 100%;
    /* Ajusta según el ancho de tu imagen */
  }
}

@keyframes moveBackground {
  from {
    background-position: 0 100%;
    /* Posición inicial */
  }
  to {
    background-position: -100px 100%;
    /* Ajusta según el ancho de tu imagen */
  }
}
.section__banner {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .section__banner {
    padding-top: 90px;
  }
}
.section__banner .carousel-cell {
  background-position: center center !important;
}
.section__banner .section__banner__container {
  padding: 30px;
  max-width: 600px;
  color: #FFFFFF;
}
.section__banner .section__banner__container .container__title {
  line-height: 100%;
  font-size: 30px;
}
@media (min-width: 768px) {
  .section__banner .section__banner__container .container__title {
    font-weight: 600;
    font-size: 3rem;
  }
}
.section__banner .section__banner__container .container__subtitle {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section__banner .section__banner__container .container__subtitle {
    font-size: 16px;
  }
}
.section__banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 29, 51, 0.8)), to(rgba(14, 29, 51, 0.2)));
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}
.section__banner .hero-slider {
  --height-banner: 500px;
  width: 100%;
  height: var(--height-banner);
  overflow: hidden;
}
.section__banner .hero-slider .carousel-cell {
  width: 100%;
  height: var(--height-banner);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section__banner .hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  text-align: center;
}
.section__banner .hero-slider .carousel-cell .inner .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.section__banner .hero-slider .carousel-cell .inner .title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.section__banner .hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section__banner .hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.section__banner .hero-slider .carousel-cell.is-selected .is-anima-down-right {
  -webkit-animation: fadeInDown 1s both 0.5s;
          animation: fadeInDown 1s both 0.5s;
}
.section__banner .hero-slider .carousel-cell.is-selected .is-anima-left-left {
  -webkit-animation: fadeInDown 1s both 0.8s;
          animation: fadeInDown 1s both 0.8s;
}
.section__banner .hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.section__banner .hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.section__banner .hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.section__banner .hero-slider .flickity-page-dots {
  bottom: 30px;
}
.section__banner .hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.section__banner .hero-slider .flickity-page-dots .dot.is-selected {
  background: #6DD5E5;
  border: 0 solid #6DD5E5;
}

.banner_alterno {
  font-family: "Quicksand", sans-serif;
  min-height: 500px;
  background: #232328;
  /* content */
  /* background */
  /* pagination bullet */
  /* footer */
  /* media queries */
}
.banner_alterno .swiper-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.banner_alterno .swiper-slide {
  position: relative;
  width: 100%;
  height: 500px;
}
.banner_alterno .content-slider {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 14%;
  left: 3%;
  width: 40%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #f2f2f2;
  text-align: center;
  padding: 20px;
  opacity: 0;
  z-index: 2;
}
.banner_alterno .content-slider h1 {
  font-family: "Salsa", cursive;
  font-size: clamp(2rem, 3vw, 6rem);
  margin-bottom: 20px;
  opacity: 0;
}
.banner_alterno .content-slider p {
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  opacity: 0;
}
.banner_alterno .swiper-slide-active .content-slider {
  opacity: 1;
}
.banner_alterno .swiper-slide-active .content-slider h1 {
  -webkit-animation: moveDown 0.8s ease-in forwards;
          animation: moveDown 0.8s ease-in forwards;
}
.banner_alterno .swiper-slide-active .content-slider p {
  -webkit-animation: moveDown 1s ease-in forwards;
          animation: moveDown 1s ease-in forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.banner_alterno .background[data-item=one] {
  background: url(https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/dd28eb02-d6b1-401e-bc10-aead024e9ebf);
  background-size: cover;
  background-position: 50% 40%;
}
.banner_alterno .background[data-item=two] {
  background: url(https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/fc70e01c-17f9-4e74-a967-f039285524c5);
  background-size: cover;
  background-position: 50% 50%;
}
.banner_alterno .background[data-item=three] {
  background: url(https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/4e3edcf1-1b68-408f-87e2-ee9fd477bf87);
  background-size: cover;
  background-position: 50% 40%;
}
.banner_alterno .background[data-item=four] {
  background: url(https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/b772933f-6340-4c95-8d06-d809c4c9b739);
  background-size: cover;
  background-position: 50% 60%;
}
.banner_alterno .background[data-item=five] {
  background: url(https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/9f0fab6b-c28d-47e9-80f0-868e00562c3f);
  background-size: cover;
  background-position: 50% 40%;
}
.banner_alterno .background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: circle(5%);
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
.banner_alterno .animation {
  -webkit-animation: resizeClipPath 3s ease-in-out forwards;
          animation: resizeClipPath 3s ease-in-out forwards;
}
@-webkit-keyframes resizeClipPath {
  0% {
    clip-path: circle(5%);
    opacity: 0;
  }
  100% {
    clip-path: circle(71%);
    opacity: 1;
  }
}
@keyframes resizeClipPath {
  0% {
    clip-path: circle(5%);
    opacity: 0;
  }
  100% {
    clip-path: circle(71%);
    opacity: 1;
  }
}
.banner_alterno .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #a3a6a3;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.banner_alterno .swiper-pagination-bullet-active {
  height: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f09819), to(#ff512f));
  background-image: linear-gradient(180deg, #f09819 0%, #ff512f 100%);
  border-radius: 14px;
}
.banner_alterno .footer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  color: #f2f2f2;
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 2;
}
.banner_alterno .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.banner_alterno .feature i {
  font-size: 1.4rem;
}
.banner_alterno .feature p {
  font-weight: 700;
}
.banner_alterno .btn {
  display: block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 20px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14px -7px #f09819;
          box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #ff512f 0%, #f09819 51%, #ff512f 100%);
  background-size: 200% auto;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner_alterno .btn:hover {
  background-position: right center;
}
.banner_alterno .btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.banner_alterno .logo {
  position: fixed;
  right: -20px;
  bottom: -35px;
  z-index: 10;
}
.banner_alterno .logo img {
  width: 120px;
}
@media (max-width: 890px) {
  .banner_alterno .logo {
    right: -10px;
    bottom: -20px;
  }
  .banner_alterno .logo img {
    width: 80px;
  }
}
@media (max-width: 1200px) {
  .banner_alterno .content {
    top: 18%;
  }
  .banner_alterno .content[data-content=two],
  .banner_alterno .content[data-content=three] {
    top: 5%;
    width: 50%;
  }
}
@media (max-width: 900px) {
  .banner_alterno .content,
  .banner_alterno .content[data-content=three] {
    top: 55%;
    left: 2%;
    width: 60%;
  }
  .banner_alterno .content[data-content=two] {
    top: 10%;
  }
  .banner_alterno .content h1 {
    margin-bottom: 14px;
  }
  .banner_alterno .content p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .banner_alterno .feature i {
    font-size: 1.3rem;
  }
  .banner_alterno .feature p {
    font-size: 1rem;
  }
  .banner_alterno .btn {
    padding: 8px 16px;
  }
}
@media (max-width: 790px) {
  .banner_alterno .footer {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .banner_alterno .feature i {
    font-size: 1.1rem;
  }
  .banner_alterno .feature p {
    font-size: 0.9rem;
  }
  .banner_alterno .feature small {
    font-size: 0.8rem;
  }
  .banner_alterno .btn {
    font-size: 0.8rem;
    padding: 8px 12px;
  }
}
@media (max-width: 660px) {
  .banner_alterno .content,
  .banner_alterno .content[data-content=two],
  .banner_alterno .content[data-content=three] {
    top: unset;
    left: 2%;
    bottom: 3%;
    width: 80%;
  }
  .banner_alterno .content p {
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .banner_alterno .background[data-item=two] {
    background-position: 40% 50%;
  }
  .banner_alterno .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .banner_alterno .swiper-pagination-bullet-active {
    height: 24px;
  }
  .banner_alterno .footer {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    left: unset;
    bottom: unset;
    top: 20px;
    right: -30px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  .banner_alterno .feature,
  .banner_alterno hr {
    display: none;
  }
}

.section__nosotros {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("images/bg_nosotros.png");
  padding-bottom: 140px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section__nosotros {
    background-image: url("images/bg_nosotros@2x.png");
  }
}
@media (min-width: 768px) {
  .section__nosotros {
    padding-bottom: 160px;
  }
}
@media (min-width: 1280px) {
  .section__nosotros {
    padding-bottom: 120px;
  }
}
@media (min-width: 1400px) {
  .section__nosotros {
    padding-bottom: 160px;
  }
}
.section__nosotros .section__information .columns {
  margin-top: 0;
}
.section__nosotros .section__information .column {
  position: relative;
}
.section__nosotros .section__information .texto p {
  font-size: 16px;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .section__nosotros .section__information .texto p {
    font-size: 18px;
  }
}
.section__nosotros .section__information .imagen {
  z-index: 1;
  background-color: #FFFFFF;
}
.section__nosotros .section__information .imagen img {
  border: 1px solid #F0F0F0;
  padding: 10px;
}
.section__nosotros .section__information .franja {
  position: absolute;
  right: 20px;
  bottom: -20px;
  z-index: 0;
}
@media (max-width: 768px) {
  .section__nosotros .section__information .franja {
    bottom: 3px;
  }
}
.section__nosotros .texto {
  z-index: 9;
}

.section__servicios {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("images/bg_servicios.png");
  padding-bottom: 140px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section__servicios {
    background-image: url("images/bg_servicios@2x.png");
  }
}
@media (min-width: 768px) {
  .section__servicios {
    padding-bottom: 160px;
  }
}
@media (min-width: 1280px) {
  .section__servicios {
    padding-bottom: 120px;
  }
}
@media (min-width: 1400px) {
  .section__servicios {
    padding-bottom: 160px;
  }
}
.section__servicios .columns {
  --bulma-column-gap: 0.7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}
@media (min-width: 1440px) {
  .section__servicios .columns {
    --bulma-column-gap: 30px;
  }
}
.section__servicios .columns .column .card {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.section__servicios .columns .column .card .card-image {
  max-height: 248px;
  overflow: hidden;
}
@media (min-width: 500px) {
  .section__servicios .columns .column .card .card-image {
    height: 358px;
  }
}
.section__servicios .columns .column .card img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.section__servicios .columns .column .card:hover {
  -webkit-box-shadow: 0 0.5rem 1.5rem -0.5rem #545a53;
          box-shadow: 0 0.5rem 1.5rem -0.5rem #545a53;
}
.section__servicios .columns .column .card:hover .card-image {
  overflow: hidden;
}
.section__servicios .columns .column .card:hover .card-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 1280px) {
  .section__servicios .columns .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    /* 1/3 del ancho */
  }
}
.section__servicios .card {
  --bulma-card-radius: 0;
  max-width: 357px;
  min-height: auto;
}
@media (min-width: 768px) {
  .section__servicios .card {
    min-width: 357px;
    min-height: 550px;
  }
}
.section__servicios .card:hover .bg-green {
  height: 248px;
  background: var(--color-green);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .section__servicios .card .title.is-5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section__servicios .card .content {
    font-size: 14px;
  }
}

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

.page-content {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}

.card-hover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card-hover {
    height: 350px;
  }
}
.card-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card-hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 0%, 0)), color-stop(11.7%, hsla(0, 0%, 0%, 0.009)), color-stop(22.1%, hsla(0, 0%, 0%, 0.034)), color-stop(31.2%, hsla(0, 0%, 0%, 0.072)), color-stop(39.4%, hsla(0, 0%, 0%, 0.123)), color-stop(46.6%, hsla(0, 0%, 0%, 0.182)), color-stop(53.1%, hsla(0, 0%, 0%, 0.249)), color-stop(58.9%, hsla(0, 0%, 0%, 0.32)), color-stop(64.3%, hsla(0, 0%, 0%, 0.394)), color-stop(69.3%, hsla(0, 0%, 0%, 0.468)), color-stop(74.1%, hsla(0, 0%, 0%, 0.54)), color-stop(78.8%, hsla(0, 0%, 0%, 0.607)), color-stop(83.6%, hsla(0, 0%, 0%, 0.668)), color-stop(88.7%, hsla(0, 0%, 0%, 0.721)), color-stop(94.1%, hsla(0, 0%, 0%, 0.762)), to(hsla(0, 0%, 0%, 0.79)));
  background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.009) 11.7%, hsla(0, 0%, 0%, 0.034) 22.1%, hsla(0, 0%, 0%, 0.072) 31.2%, hsla(0, 0%, 0%, 0.123) 39.4%, hsla(0, 0%, 0%, 0.182) 46.6%, hsla(0, 0%, 0%, 0.249) 53.1%, hsla(0, 0%, 0%, 0.32) 58.9%, hsla(0, 0%, 0%, 0.394) 64.3%, hsla(0, 0%, 0%, 0.468) 69.3%, hsla(0, 0%, 0%, 0.54) 74.1%, hsla(0, 0%, 0%, 0.607) 78.8%, hsla(0, 0%, 0%, 0.668) 83.6%, hsla(0, 0%, 0%, 0.721) 88.7%, hsla(0, 0%, 0%, 0.762) 94.1%, hsla(0, 0%, 0%, 0.79) 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}
.card-hover:nth-child(1):before {
  background-image: url(images/servicios/servicio_monitoreo.png);
}
.card-hover:nth-child(2):before {
  background-image: url(images/servicios/servicio_instrumentos.png);
}
.card-hover:nth-child(3):before {
  background-image: url(images/servicios/servicio_capacitacion.png);
}
.card-hover:nth-child(4):before {
  background-image: url(images/servicios/servicio_consultoria.png);
}
.card-hover:nth-child(5):before {
  background-image: url(images/servicios/servicio_energia_renovable.png);
}
.card-hover:nth-child(6):before {
  background-image: url(images/servicios/servicio_paisajismo.png);
}
.card-hover:nth-child(7):before {
  background-image: url(images/servicios/servicio_venta_alquiler.png);
}
.card-hover:nth-child(8):before {
  background-image: url(images/servicios/servicio_planes_sostenibles.png);
}

.content-hover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform var(--d) var(--e);
  transition: -webkit-transform var(--d) var(--e);
  transition: transform var(--d) var(--e);
  transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
  z-index: 1;
}
.content-hover > * + * {
  margin-top: 1rem;
}

.title-hover {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.copy-hover {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.btn-hover {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.btn-hover:hover {
  background-color: #0d0d0d;
}
.btn-hover:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
  .card-hover:after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .content-hover {
    -webkit-transform: translateY(calc(100% - 4.5rem));
            transform: translateY(calc(100% - 4.5rem));
  }
  .content-hover > *:not(.title-hover) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
  }
  .card-hover:hover,
  .card-hover:focus-within {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card-hover:hover:before,
  .card-hover:focus-within:before {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  .card-hover:hover:after,
  .card-hover:focus-within:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .card-hover:hover .content-hover,
  .card-hover:focus-within .content-hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .card-hover:hover .content-hover > *:not(.title-hover),
  .card-hover:focus-within .content-hover > *:not(.title-hover) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: calc(var(--d) / 8);
            transition-delay: calc(var(--d) / 8);
  }
  .card-hover:focus-within:before, .card-hover:focus-within:after,
  .card-hover:focus-within .content-hover,
  .card-hover:focus-within .content-hover > *:not(.title-hover) {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.section__porque_elegir {
  padding-bottom: 290px;
}
@media (min-width: 768px) {
  .section__porque_elegir {
    padding-top: 80px;
  }
}
.section__porque_elegir .card-image {
  padding-left: var(--bulma-card-content-padding);
  padding-right: var(--bulma-card-content-padding);
}
.section__porque_elegir.bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1920px;
  background-image: url("images/porque_elegir_bg@2x.png");
  background-repeat: repeat-x; /* Asegura que se repita horizontalmente */
  -webkit-animation: moveBackground 10s ease-in-out infinite;
          animation: moveBackground 10s ease-in-out infinite;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section__porque_elegir.bg {
    background-image: url("images/porque_elegir_bg@2x.png");
  }
}
.section__porque_elegir .card__feature__item {
  max-width: 330px;
}
.section__porque_elegir .section__title__title div {
  color: #000000;
}
.section__porque_elegir .card {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section__aliado {
  background-color: #55B142;
}
.section__aliado .is-mobile {
  display: block;
}
@media (min-width: 768px) {
  .section__aliado .is-mobile {
    display: none;
  }
}
.section__aliado .is-desktop {
  display: none;
}
@media (min-width: 768px) {
  .section__aliado .is-desktop {
    display: block;
  }
}
.section__aliado .block__shaw {
  background-color: rgba(56, 55, 55, 0.24);
}
@media (min-width: 768px) {
  .section__aliado .block__shaw {
    padding: 34px;
  }
}
.section__aliado .title {
  color: #FFFFFF;
  margin-bottom: 5px;
}
.section__aliado .content__franja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 50px;
  padding-left: 10px;
  position: relative;
  height: 39px;
  width: 302px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 302px;
  background-image: url("images/aliado_franja_title.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section__aliado .content__franja {
    background-image: url("images/aliado_franja_title.png");
  }
}
.section__aliado p {
  color: #FFFFFF;
  margin-top: 25px;
}
.section__aliado .content__subtitle {
  color: #FFFFFF;
}
.section__aliado .content__sensors {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.section__aliado .content__sensors .sensor {
  font-size: 12px;
  color: #FFFFFF;
  background: #55B142;
  padding: 8px;
}
@media (max-width: 768px) {
  .section__aliado .imagen img {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .section__aliado .title.is-2 {
    font-size: 30px;
  }
}

.section__contacto {
  color: #FFFFFF;
  background-color: #213641;
}
.section__contacto .title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.section__contacto .card__information {
  color: #FFFFFF;
}
.section__contacto .card__information .card__information__title {
  font-size: 16px;
}
.section__contacto .card__information .card__information__subtitle {
  font-weight: 500;
  font-size: 20px;
  font-weight: 600;
}
.section__contacto .columns .column:last-child {
  max-width: 300px;
}