/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



/* FUENTE */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* VARIABLES POR DEFECTO */

:root {

  --c-negro: #000;
  --c-blanco: #FFFFFF;

  --c-primario-dark: #222F1D;
  --c-primario: #497043;
  --c-primario-light: #A0CD7C;

  --c-secundario: #1F495C;
  --c-light: #A3CEF1;

  --c-tonico: #c96445;

  --c-fondo: #f3f3f2;

  --c-grisclaro: #EFEFEF;
  --c-gris: #f9f9f9;

  --font-main: 'Oswald', sans-serif;
  --font-cuerpo: 'DM Sans', sans-serif;

  --size: 15px;

}

html {
  scroll-behavior: smooth;
}

/* OUTLINE */

*:focus { outline: 0px solid orange; }

::selection {
  background-color: #72a6661f; /* Cambia el color de fondo de la selección */
  color: inherit; /* Cambia el color del texto seleccionado */
}

/* ESTILOS COMUNES */

h1, h2, h3, h4, p {
  margin-bottom: 0em;
}

.zindex0 {
  z-index: 0;
}

.zindex1 {
  z-index: 1;
}

h1, h2, h3, h4  {
  font-family: var(--font-main);
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

h1 {
  font-size: clamp(40px, 6vw, 96px);
  color: var(--c-secundario);
  font-weight: 400;
  margin-bottom: 30px;
}

p.subtit-home {
 font-size: clamp(18px, 3.5vw, 30px);
}

h2 {
  font-size: clamp(28px, 3.8vw, 48px);
  color: var(--c-secundario);
  font-weight: 500;
  margin-bottom: 22px;
}

h3 {
  font-size: clamp(20px, 2.8vw, 30px);
  color: var(--c-secundario);
  font-weight: 400;
  margin-bottom: 1.1em;
}


body {
  font-family: var(--font-cuerpo);
  color: var(--c-primario-dark);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.6875rem ;
  font-weight: 300;
}

a {
  color: var(--c-primario);
  text-decoration: none;
}

a, a:hover {
  transition: all 0.4s ease !important;
}

b, strong {
  font-weight: 800 !important;
}

em {
  font-size: 14px;

}

p {
  margin-bottom: 1.1em;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: var(--c-primario);
  font-weight: 700;
}

.text-light {
  color: var(--c-fondo);
}

.alinear-centro {
  text-align: center;
}

.sombra-bloques>.vce-col-inner {
  box-shadow: 0 20px 30px 0 rgba(65, 69, 55, 0.1);
}

.divisor-bot svg {
  height: 200px;
}
@media (max-width: 1080px) {
  .divisor-bot svg {
    height: 100px;
  
}

@media (max-width: 768px) {
  .divisor-bot svg {
    height: 50px;
  } 
}
}

.home .header-image {
  filter: brightness(0) invert(1);
}

/**/
.flecha-ancla {
  cursor: pointer;
  transform: translateY(0px);
  transition: transform 0.5s ease-in-out;
  animation: subirBajar 1.5s ease-in-out infinite;
}

.flecha-ancla:hover {
  transform: translateY(15px);
}

@keyframes subirBajar {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
}

.mascara01{

  clip-path: polygon(0 0, 100% 4%, 100% 93%, 6% 97%);
}

.mascara02{
 clip-path: polygon(0 0, 100% 8%, 97% 98%, 0% 100%);

}

.mascara03 {
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 3% 100%);
}

.mascara04 {
  clip-path: polygon(1% 2%, 100% 5%, 100% 98%, 0 90%);

box-shadow: 0 20px 30px 0 rgba(65, 69, 55, 0.1);
}

.mascara05 {
  clip-path: polygon(0 1%, 100% 3%, 99% 100%, 1% 100%);
  box-shadow: 0 20px 30px 0 rgba(65, 69, 55, 0.1);
}

@media (max-width: 1366px) {
  h1 {
    font-size: clamp(32px, 5vw, 64px);
  }
  
  h2 {
    font-size: clamp(26px, 3.5vw, 38px);
  }
}

@media (max-width: 768px) {
  .mascara01 {
    clip-path: polygon(0 0, 100% 2%, 100% 95%, 3% 98%);
  }

  .mascara02 {
    clip-path: polygon(0 0, 100% 4%, 98% 98%, 0% 100%);
  }

  .mascara03 {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 2% 100%);
  }

  #el-d1f21903 {
    clip-path: polygon(0 8%, 100% 6%, 100% 100%, 0 100%) !important;
}

.mascara04 {
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);

}

.mascara05 {
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);

}

#el-9256174b {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%) !important;
}

}



span.numero {
  font-family: var(--font-main), sans-serif;
    font-size: 48px;
    font-weight: 800;
    opacity: 0.2;
    color: var(--c-secundario-light);
}

.pilar {
  background-color: rgba(255, 255, 255, 0.9); 
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--c-blanco);
  
  padding: 2rem;
  margin-bottom: 30px;
  color: var(--c-texto, #1a1a1a);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.para-ti {
  position: relative;
  padding-left: 32px; /* espacio para el tick */
}

.para-ti::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 25px;
    width: 23px;
    height: 23px;
    background-image: url(/wp-content/uploads/2025/07/tick-azul.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.noticia .vce-single-image-inner, .noticia .vce-single-image-wrapper {
  height: 400px;
  width: 100%;
}

.noticia .vce-single-image-wrapper img.vce-single-image {
   height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* CAPTCHA */



.grecaptcha-badge {

  display: none;

}

/* MARGEN PANTALLAS PANORÁMICAS */

@media (min-width: 2000px) {
  .entry-content > .vce-row-container > .vce-row:not(.full-width)  {
    padding-inline: 30% !important;
  }
  .textwidget.custom-html-widget  {
    padding-inline: 10% !important;
  }

}

.vce-faq-toggle {
  h3 {
    margin-bottom: 0px;
    padding-left: 10px;
    text-transform: none;
    font-family: var(--font-cuerpo);
    font-size: 25px;
}

p  {
  padding-block: 20px !important;
}

}

.comprar {
  transform: scale(1);

  transition: all 0.4s ease-in;
  &:hover {
      transform: scale(1.03);

    }
}


.precio {
  font-family: var(--font-main), sans-serif;
    font-size: 52px;
    font-weight: 500;
    opacity: 0.4;
    color: var(--c-secundario);

    
}

.precio-tachado {
  margin-top: 2px;
  margin-bottom: 15px;
}

.precio-tachado span {
padding-left: 10px;
  color: #8a8f98; 
  margin-top: 1px;
  text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #8a8f98;
}

ul.incluye {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.incluye li {
  position: relative;
  padding-left: 25px;
}

.incluye li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em; /* ajusta según el tamaño de la fuente */
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/07/tick-azul.png) no-repeat center center;
  background-size: contain;
}

.comprar .vce-faq-toggle-text-block {
  padding-left: 0px;
  padding-top: 20px;
}

.contacto-banner h3 {
  margin-bottom: 8px;
}

.kpi {
  font-family: var(--font-main), sans-serif;
    font-size: 85px;
    font-weight: 200;
    color: var(--c-primario);
    text-align: center;
}

.otro-kpi {
  text-transform: uppercase;
}

#programa-completo p {
  font-size: 24px !important;;
}

@media (max-width: 768px) {
  .vce-faq-toggle {
    h3 {
     
      font-size: 18px;
    }
  }

  #programa-completo p {
  font-size: 18px !important;;
}

}

