/*!**************************************************************************************************************************************************************************!*\
  !*** 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-social-networks/style.scss ***!
  \**************************************************************************************************************************************************************************/
:root {
  --font-roboto: "Roboto", sans-serif;
  --font-gothic: "Century Gothic", sans-serif;
  --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-redes-sociales {
  background-color: #B4C2EF;
}
.bio-redes-sociales__container {
  margin: 0 auto;
  padding: 2.625rem 1.5rem;
}
@media (min-width: 768px) {
  .bio-redes-sociales__container {
    padding: 2.625rem 1.5rem;
    max-width: 73.75rem;
  }
}
@media (min-width: 1200px) {
  .bio-redes-sociales__container {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1400px) {
  .bio-redes-sociales__container {
    max-width: 79.375rem;
  }
}
.bio-redes-sociales__header {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: center;
}
@media (min-width: 768px) {
  .bio-redes-sociales__header {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.625rem;
  }
}
.bio-redes-sociales__title {
  color: #27282A;
  text-align: center;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 450;
  line-height: 3.125rem;
  letter-spacing: -0.022rem;
}
.bio-redes-sociales__title strong {
  font-weight: 800;
}
.bio-redes-sociales__title img {
  width: auto;
  height: 2rem;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .bio-redes-sociales__title img {
    height: 3.25rem;
  }
}
.bio-redes-sociales__social-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.bio-redes-sociales__social-link {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.bio-redes-sociales__social-link svg {
  width: 100%;
  height: 100%;
}
.bio-redes-sociales__social-link img {
  object-fit: contain;
}
.bio-redes-sociales__social-link:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
}
.bio-redes-sociales__accounts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.0625rem;
}
@media (min-width: 768px) {
  .bio-redes-sociales__accounts {
    gap: 1.875rem;
  }
}
@media (min-width: 992px) {
  .bio-redes-sociales__accounts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bio-redes-sociales__account {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.bio-redes-sociales__account:hover {
  transform: translateY(-4px);
}
.bio-redes-sociales__account:hover .bio-redes-sociales__post img {
  transform: scale(1.05);
}
.bio-redes-sociales__account-header {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}
.bio-redes-sociales__account-name {
  color: #27282A;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75rem;
  letter-spacing: -0.011rem;
}
.bio-redes-sociales__account-description {
  color: #27282A;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5rem;
  display: none;
}
@media (min-width: 768px) {
  .bio-redes-sociales__account-description {
    display: block;
  }
}
.bio-redes-sociales__posts-grid {
  display: grid;
}
.bio-redes-sociales__post {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
  transition: transform 0.3s ease;
  margin-bottom: 0.75rem;
}
.bio-redes-sociales__post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all ease 0.3s;
}
.bio-redes-sociales__post--placeholder {
  background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
  position: relative;
}
.bio-redes-sociales__post--placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%23ccc\" stroke-width=\"2\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><path d=\"M21 15l-5-5L5 21\"/></svg>");
  opacity: 0.3;
}
.bio-redes-sociales .button {
  white-space: inherit;
  text-align: center;
}
