/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./inc/blocks/block-general-contacto/style.scss ***!
  \*******************************************************************************************************************************************************************/
:root {
  --color-primary: #548B26;
  --color-secondary: rgba(0, 0, 0, 1);
  --color-white: #FFF;
  --color-black: #000;
  --color-footer-title: #71828C;
  --color-gray: #2E2E2E;
  --color-gray-10: #F9F9F9;
  --color-gray-20: #F4F4F4;
  --color-gray-30: #ADADAD;
  --color-gray-50: #6E6E6E;
  --color-blue-30: rgba(159, 188, 204, 0.30);
  --color-blue-50: #9fbccc;
  --swiper-navigation-size: 16px;
  --swiper-navigation-sides-offset: 49px;
  --search-border-color: rgb(224, 224, 224);
  --search-primary-hover: rgb(192, 57, 43);
  --search-text-color: rgb(51, 51, 51);
  --search-placeholder-color: rgb(153, 153, 153);
  --search-overlay-bg: rgba(255, 255, 255, 0.75);
  --search-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --search-transition: 0.3s ease;
  --jvm-background-primary:#80BE56;
  --jvm-color-text-primary: #2E2E2E;
  --jvm-green-primary: #80BE56;
  --color-green-dark: #2D6400;
}

.bio-general-contacto {
  position: relative;
  min-height: 19.9375rem;
  background-color: #00B9FF;
}
@media (min-width: 768px) {
  .bio-general-contacto::after {
    content: "";
    position: absolute;
    top: -6.25rem;
    height: calc(100% + 6.25rem);
    width: 0.0625rem;
    background-color: #00B9FF;
    left: calc(max(0px, 50% - 39.75rem) + 1.25rem);
    z-index: 10;
  }
}
@media (min-width: 1400px) {
  .bio-general-contacto::after {
    left: max(0px, 50% - 39.75rem);
  }
}
.bio-general-contacto__container {
  position: relative;
  max-width: 79.5rem;
  margin: 11.875rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-items: flex-end;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 768px) {
  .bio-general-contacto__container {
    flex-direction: row;
    gap: 6.8125rem;
    margin-top: 6.25rem;
    padding: 3.875rem 6.8125rem 2.625rem;
  }
}
.bio-general-contacto__image-column {
  position: relative;
  width: 100%;
  height: 8.875rem;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .bio-general-contacto__image-column {
    flex: 0 0 27.125rem;
    max-width: 27.125rem;
    height: auto;
    align-self: flex-start;
  }
}
.bio-general-contacto__image {
  position: absolute;
  top: -13.625rem;
  left: 0;
  width: 100%;
  height: 22.5rem;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .bio-general-contacto__image {
    top: -9.8125rem;
    width: 27.125rem;
    height: auto;
    max-height: 23.25rem;
  }
}
.bio-general-contacto__content-column {
  width: 100%;
  flex: 1;
}
.bio-general-contacto__title {
  color: #091725;
  font-style: normal;
  font-weight: 450;
  letter-spacing: -0.022rem;
  margin-bottom: 0.75rem;
  font-size: 2rem;
  line-height: 2.375rem;
}
@media (min-width: 768px) {
  .bio-general-contacto__title {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }
}
.bio-general-contacto__title strong {
  font-weight: 800;
}
.bio-general-contacto__title img {
  width: auto !important;
  height: 2.875rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.375rem;
}
.bio-general-contacto__description {
  color: #091725;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  margin: 0;
}
.bio-general-contacto__description a {
  color: #006EDA;
  text-decoration: underline;
}
.bio-general-contacto__button-wrapper {
  margin-top: 0.75rem;
}
.bio-general-contacto__button-wrapper .button {
  min-width: 8.75rem;
}
.bio-general-contacto--full {
  width: 100%;
}
.bio-general-contacto--wide {
  max-width: 87.5rem;
  margin: 0 auto;
}
