/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


/* importacion */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');

/* fuentes */
.ffNunito {
  font-family: 'Nunito Sans', sans-serif !important;
}

.ffPoppins {
  font-family: 'Poppins', sans-serif !important;
}

/* fuente grosor */
.fwNormal {
  font-weight: 400;
}

.fwBold {
  font-weight: 700;
}

.fwSemiBold {
  font-weight: 600;
}

.fwExtraBold {
  font-weight: 800;
}


/* tamaño de fuente */
.fs22 {
  font-size: 22px;
}

.fs25 {
  font-size: 25px;
}

.fs30 {
  font-size: 30px;
}

.fs35 {
  font-size: 35px;
}


/* interlineado */
.l-s018 {
  letter-spacing: -0.18px;
}

.l-s024 {
  letter-spacing: -0.24px;
}

.ls0 {
  letter-spacing: 0px;
}

.ls05 {
  letter-spacing: 0.5px;
}

.ls07 {
  letter-spacing: 0.7px;
}

.ls044 {
  letter-spacing: 0.44px;
}


/* interlineado de oracion (espacio debajo de la oracion) */
.lh22 {
  line-height: 22px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh29 {
  line-height: 29px;
}

.lh30 {
  line-height: 30px;
}

.lh40 {
  line-height: 40px;
}

.lh52 {
  line-height: 52px;
}

.lh79 {
  line-height: 79px;
}


/* colores */
.blanco {
  color: #FFFFFF;
}

.verdeAgua {
  color: #1DB2AC;
}

.bordo {
  color: #8B1A1E;
}

.rojo {
  color: #C1272D;
}

.casiNegro {
  color: #090909;
}

.negro {
  color: #000000;
}


/* padding de abajo */
.pb15 {
  padding-bottom: 35px;
}

/* margin de abajo */
.mb0 {
  margin-bottom: 0px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

/* tipografia */
.mayuscula {
  text-transform: uppercase;
}

.minuscula {
  text-transform: lowercase;
}

.tipoNormal {
  text-transform: initial;
}

@media only screen and (max-width: 375px) {
  .lh26 {
    line-height: 25px;
  }

  .fs35 {
    font-size: 25px;
  }
}

html {
  scroll-behavior: smooth;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.wpb_single_image .vc_single_image-wrapper {
  margin: 0;
}

#lqd-contents-wrap {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.ocultar {
  display: none !important;
}


.ancla {
  visibility: hidden;
  position: relative;
}

/* BOTONES */

.btn-blue-hero {
  width: 256px;
  height: 44px;
  background: #065088;
  border: 2px solid #76ABDD;
  border-radius: 2rem;
  font: normal normal bold 21px/28px DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-call-head {
  font: normal normal normal 20px/26px DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #065088;
  border-radius: 21px;
  width: 226px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.btn-blue {
  width: 256px;
  height: 44px;
  background: #065088;
  border: 2px solid #76ABDD;
  text-align: center;
  font: normal normal bold 21px/28px DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}


.btn-call {
  display: flex;
  width: 245px;
  height: 52px;
  background: #065088;
  border-radius: 26px;
  align-items: center;
  justify-content: center;
  font: normal normal normal 24px/31px DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.btn-call:hover {
  color: #FFFFFF;
}

.btn-blue-hero:hover {
  color: #FFFFFF;
}

.btn-call-head:hover {
  color: #FFFFFF;
}

.btn-blue:hover {
  color: #FFFFFF;
}

a:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: none !important;
  /* outline-offset: -2px; */
}

@media only screen and (max-width: 700px) {
  .btn-call {
    width: 230px;
    height: 45px;
    font: normal normal normal 21px/21px DM Sans;
  }
}

/* ANIMACION BOTONES */
/* 1. Propiedades base para todos los estados (asegura fluidez y evita temblores) */
.btn-blue-hero,
.btn-call-head,
.btn-blue,
.btn-call,
li.lqd-prod-item.product .ld-sp-btn.ld-sp-add-to-cart {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    border-color 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* 2. Animaciones y efectos exclusivos para Desktop */
@media (min-width: 1000px) {

  /* Preparación de la capa de brillo invisible */
  .btn-blue-hero::before,
  .btn-call-head::before,
  .btn-blue::before,
  .btn-call::before,
  li.lqd-prod-item.product .ld-sp-btn.ld-sp-add-to-cart::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.22) 45%,
        rgba(255, 255, 255, 0.38) 50%,
        rgba(255, 255, 255, 0.22) 55%,
        transparent 100%);
    transform: translateX(-130%) skewX(-18deg);
    transition: none;
  }

  /* Efecto Hover: Elevación + Sombra + Color */
  .btn-blue-hero:hover,
  .btn-call-head:hover,
  .btn-blue:hover,
  .btn-call:hover,
  li.lqd-prod-item.product .ld-sp-btn.ld-sp-add-to-cart:hover {
    color: #FFFFFF;
    transform: translateY(-3px);
    background: #075b9a;
    box-shadow: 0 10px 24px rgba(6, 80, 136, 0.28);
  }

  /* Efecto Hover: Aclarar bordes solo en los botones que lo llevan */
  .btn-blue-hero:hover,
  .btn-blue:hover {
    border-color: #9bc8ef;
  }

  /* Disparador de la animación del brillo */
  .btn-blue-hero:hover::before,
  .btn-call-head:hover::before,
  .btn-blue:hover::before,
  .btn-call:hover::before,
  li.lqd-prod-item.product .ld-sp-btn.ld-sp-add-to-cart:hover::before {
    animation: btnShine 0.65s ease forwards;
  }

  /* Efecto Active (Click): El botón se hunde y la sombra se reduce */
  .btn-blue-hero:active,
  .btn-call-head:active,
  .btn-blue:active,
  .btn-call:active,
  li.lqd-prod-item.product .ld-sp-btn.ld-sp-add-to-cart:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(6, 80, 136, 0.22);
  }

  /* Fotogramas clave de la animación del brillo */
  @keyframes btnShine {
    from {
      transform: translateX(-130%) skewX(-18deg);
    }

    to {
      transform: translateX(130%) skewX(-18deg);
    }
  }
}