body {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
}

.text-h1, .text-h2, .text-h3, .text-h4, .text-h5, .text-h6 {
  font-family: 'Bebas Neue', sans-serif;
}
.text-body1{
  font-size: 2em;
  line-height: 1.5em;
}

html{
  font-size: 18px
}
.sign-background {
  background: url("../img/background.jpg");
  background-size: cover; background-position:center center; background-attachment: fixed;
}
.logo {
  width: 150px;
  max-width: 100%;
}
.post-content img {
  max-width: 100% !important;
  height: auto;
}
.post-content {
  font-size: 1.2em
}

.post-content h6 {
  margin: 0.25em;
}

.landing-page {
  max-width: 1400px;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 1440px) {
  .landing-page{
    max-width: 1200px;
    padding: 0 16px;
  }
  html{
    font-size: 16px
  }
  .text-body1{
    font-size: 1.6em;
    line-height: 1.5em;
  }
}
.link-none {
  font-weight: 600;
  color: #E9217A;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: color;
  line-height: 1.3em;
}

.link-none::after {
  content: "";
  position: absolute;
  left: 50%; /* Inicia en el centro */
  transform: translateX(-50%); /* Mueve hacia la izquierda la mitad del ancho */
  bottom: 0;
  width: 50px; /* Ancho del borde inferior */
  height: 2px;
  background-color: #fff; /* Color del borde inicial */
  transition: background-color 0.3s, width 0.3s;
}

.link-none.active::after {
  background-color: #04B9E4; /* Color del borde cuando está activo */
}

.link-none:hover {
  color: #04B9E4 !important;
}

.link-none:hover::after {
  background-color: #E9217A; /* Color del borde al hacer hover */
  width: 50px; /* Ancho del borde al hacer hover, ajustable si lo necesitas */
}



a.link{
  opacity: 0.9;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted;
  transition-duration: 0.3s;
  word-wrap: break-word;
}

a.link:hover{
  border-bottom: 1px dotted rgba(0,0,0,0);
  transition-duration: 0.3s;
  opacity: 1;
}
.bg-gradient { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important}
.bg-parallax {
  background: linear-gradient(rgb(0,0,0,1), rgb(0,0,0,0.4))
}
[v-cloak] {
  display: none;
}
.loading {
  display: grid;
  place-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: #1f7f1c;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#q-app:not([v-cloak]) ~ .loading {
  display: none;
}
.infinity {
  width: 120px;
  height: 60px;
  position: relative;
}
.infinity div, .infinity span {
  position: absolute;
}
.infinity div {
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  animation: rotate 6.9s linear infinite;
}
.infinity div span {
  left: -8px;
  top: 50%;
  margin: -8px 0 0 0;
  width: 16px;
  height: 16px;
  display: block;
  background: #1f7f1c;
  box-shadow: 2px 2px 8px rgba(140, 111, 240, .09);
  border-radius: 50%;
  transform: rotate(90deg);
  animation: move 6.9s linear infinite;
}
.infinity div span:before, .infinity div span:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: inherit;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  box-shadow: inherit;
}
.infinity div span:before {
  animation: drop1 0.8s linear infinite;
}
.infinity div span:after {
  animation: drop2 0.8s linear infinite 0.4s;
}
.infinity div:nth-child(2) {
  animation-delay: -2.3s;
}
.infinity div:nth-child(2) span {
  animation-delay: -2.3s;
}
.infinity div:nth-child(3) {
  animation-delay: -4.6s;
}
.infinity div:nth-child(3) span {
  animation-delay: -4.6s;
}
.infinityChrome {
  width: 128px;
  height: 60px;
}
.infinityChrome div {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #1f7f1c;
  box-shadow: 2px 2px 8px rgba(140, 111, 240, .09);
  border-radius: 50%;
  animation: moveSvg 6.9s linear infinite;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  transform: scaleX(-1);
  offset-path: path("M64.3636364,29.4064278 C77.8909091,43.5203348 84.4363636,56 98.5454545,56 C112.654545,56 124,44.4117395 124,30.0006975 C124,15.5896556 112.654545,3.85282763 98.5454545,4.00139508 C84.4363636,4.14996252 79.2,14.6982509 66.4,29.4064278 C53.4545455,42.4803627 43.5636364,56 29.4545455,56 C15.3454545,56 4,44.4117395 4,30.0006975 C4,15.5896556 15.3454545,4.00139508 29.4545455,4.00139508 C43.5636364,4.00139508 53.1636364,17.8181672 64.3636364,29.4064278 Z");
}
.infinityChrome div:before, .infinityChrome div:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: inherit;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  box-shadow: inherit;
}
.infinityChrome div:before {
  animation: drop1 0.8s linear infinite;
}
.infinityChrome div:after {
  animation: drop2 0.8s linear infinite 0.4s;
}
.infinityChrome div:nth-child(2) {
  animation-delay: -2.3s;
}
.infinityChrome div:nth-child(3) {
  animation-delay: -4.6s;
}
@keyframes moveSvg {
  0% {
    offset-distance: 0%;
  }
  25% {
    background: #e92929;
  }
  75% {
    background: #1f7f1c;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes rotate {
  50% {
    transform: rotate(360deg);
    margin-left: 0;
  }
  50.0001%, 100% {
    margin-left: -60px;
  }
}
@keyframes move {
  0%, 50% {
    left: -8px;
  }
  25% {
    background: #e92929;
  }
  75% {
    background: #1f7f1c;
  }
  50.0001%, 100% {
    left: auto;
    right: -8px;
  }
}
@keyframes drop1 {
  100% {
    transform: translate(32px, 8px) scale(0);
  }
}
@keyframes drop2 {
  0% {
    transform: translate(0, 0) scale(0.9);
  }
  100% {
    transform: translate(32px, -8px) scale(0);
  }
}
.infinity {
  display: none;
}

.magnifier{
  transition: transform 0.3s ease-in-out;
}
.magnifier:hover{
  -webkit-transform: scale(1.010);
  transform: scale(1.010);
}

.card-radius {
  border-radius: 1em;
}
.card-radius-2 {
  border-radius: 2em;
}
.card-radius-3 {
  border-radius: 3em;
}

.transition-fade {
  transition: all 0.3s ease-in-out
}

.text-dark-chaos-hover{transition: all  0.5s ease-in-out;}
.text-dark-chaos-hover:hover{background: #333; color: #fff; transition: all  0.5s ease-in-out;}
.q-img__scale {transition: .5s;}
.q-img__scale:hover {transition: .5s; transform: scale(1.1) !important}

.text-shadow { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}
.bg-blur {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
}
.bg-blur-01 {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
}

.bg-blur-dark {
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
}

.bg-blur-secondary {
  background: rgba(237,40,145,0.8);
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
}

.bg-fixed-home{
  background-image: url('../imgs/parallax-home.png');
  background-size: cover;
}

.q-img__scale_hover {transition: .5s; transform: scale(1.1) !important}

.q-dialog-no-backdrop .q-dialog__backdrop {
  backdrop-filter: blur(0.2em) !important;
  -webkit-backdrop-filter: blur(0.2em) !important;
}
.border-white {
  border-bottom: 2px solid #fff;
}
.border-primary {
  border-bottom: 2px solid #00305b;
}
.border-orange {
  border-bottom: 2px solid #d3411d;
}

#mainTable .q-table__top {
  background-color: var(--q-primary)!important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important
}

.q-table--no-wrap td {
  white-space: normal !important;
}

.nowrap {
  white-space: nowrap;
}

.bg-facebook {
  background: #4267B2;
  color: #fff;
}
.text-facebook {
  color: #4267B2;
}
.bg-instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  color: #fff;
}
.text-instagram {
  color: #e1306c;
}

.bg-whatsapp {
  background: #25d366;
  color: #fff;
}
.text-whatsapp {
  color: #25d366;
}


.dark-outline {
  color: white; /* Color del texto */
  text-shadow: 
    -1px -1px 0 black,  
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black; /* Sombra en 4 direcciones para crear el contorno */
}

.white-outline {
  color: black; /* Color del texto */
  text-shadow: 
    -1px -1px 0 white,  
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white; /* Sombra en 4 direcciones para crear el contorno */
}
.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.text-white-shadow {
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}
.speech-bubble-bg-primary {
  top: -50px;
  position: relative;
  margin: .5em auto;
  padding: 1em;
  width: 100em;
  max-width: 95%;
  border-radius: 4em 3.8em 3.5em 3em;
  transform: rotate(-4deg) rotateY(15deg);
  background: #629bdd;
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
  text-align: center;
}
.speech-bubble-text{
  transform: rotate(4deg) rotateY(-15deg);
}
.speech-bubble-bg-primary:before, .speech-bubble-bg-primary:after {
  position: absolute;
  z-index: -1;
  content: '';
}
.speech-bubble-bg-primary:after {
  top: 0; right: 0; bottom: 0; left: 0;
  border-radius: inherit;
  transform: rotate(5deg) translate(.35em, -.15em) scale(1.02);
  background: #f4fbfe;
}
.speech-bubble-bg-primary:before {
  border: solid 0 transparent;
  border-right: solid 3.5em #f4fbfe;
  border-bottom: solid .25em #629bdd;
  bottom: .25em; left: 1.25em;
  width: 0; height: 1em;
  transform: rotate(45deg) skewX(75deg);
}

.speech-bubble-bg-secondary {
  top: -50px;
  position: relative;
  margin: .5em auto;
  padding: 1em;
  width: 100em;
  max-width: 95%;
  border-radius: 4em 3.8em 3.5em 3em;
  transform: rotate(-4deg) rotateY(15deg);
  background: #ff77a1; /* Color de fondo rosa */
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
  text-align: center;
}


.speech-bubble-bg-secondary:before,
.speech-bubble-bg-secondary:after {
  position: absolute;
  z-index: -1;
  content: '';
}

.speech-bubble-bg-secondary:after {
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border-radius: inherit;
  transform: rotate(5deg) translate(.35em, -.15em) scale(1.02);
  background: #ffd4e5; /* Color de fondo más claro para la sombra de la burbuja */
}

.speech-bubble-bg-secondary:before {
  border: solid 0 transparent;
  border-right: solid 3.5em #ffd4e5; /* Color de la sombra de la burbuja */
  border-bottom: solid .25em #ff77a1; /* Color del borde inferior de la burbuja */
  bottom: .25em; 
  left: 1.25em;
  width: 0; 
  height: 1em;
  transform: rotate(45deg) skewX(75deg);
}

.svg-background {
  position: absolute; /* Posicionamiento absoluto para que se superponga */
  top: 0; /* Alinéalo en la parte superior */
  left: 0; /* Alinéalo a la izquierda */
  right: 0; /* Asegúrate de que ocupe todo el ancho */
  bottom: 0; /* Asegúrate de que ocupe toda la altura */
  z-index: 0; /* Detrás del contenido del card */
  overflow: hidden; /* Oculta cualquier parte del SVG que sobresalga */
}

.svg-image {
  position: absolute; /* Posicionamiento absoluto */
  top: 50%; /* Centrado vertical */
  left: 50%; /* Centrado horizontal */
  transform: translate(-50%, -50%); /* Ajusta el centrado */
  width: 100%; /* Ajusta al ancho del card */
  height: 100%; /* Ajusta a la altura del card */
  object-fit: cover; /* Asegura que el SVG cubra completamente el card sin deformarse */
  z-index: -1; /* Asegúrate de que esté detrás del contenido */
}

