/* Importar WebFonts /assets/fonts */

@font-face {
  font-family: 'Panton';
  src: url('assets/fonts/Panton-Regular.woff2') format('woff2'),
       url('assets/fonts/Panton-Regular.woff') format('woff'),
       url('assets/fonts/Panton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Panton';
  src: url('assets/fonts/Panton-Thin.woff2') format('woff2'),
       url('assets/fonts/Panton-Thin.woff') format('woff'),
       url('assets/fonts/Panton-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Panton';
  src: url('assets/fonts/Panton-ThinItalic.woff2') format('woff2'),
       url('assets/fonts/Panton-ThinItalic.woff') format('woff'),
       url('assets/fonts/Panton-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Panton';
  src: url('assets/fonts/Panton-SemiBold.woff2') format('woff2'),
       url('assets/fonts/Panton-SemiBold.woff') format('woff'),
       url('assets/fonts/Panton-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Panton';
  src: url('assets/fonts/Panton-SemiBoldItalic.woff2') format('woff2'),
       url('assets/fonts/Panton-SemiBoldItalic.woff') format('woff'),
       url('assets/fonts/Panton-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}


/* Proactiva header/menu styles */
.site-header{
	background:#222;
	color:#fff;
}
.header-inner{
	max-width:1200px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:18px 20px;
}
.logo img{height:50px;display:block}
.main-nav{flex:1;text-align:center}
.menu{list-style:none;margin:0;padding:0;display:flex;gap:36px;justify-content:center;align-items:center}
.menu li{display:inline-block}

.menu li a{color:#fff;text-decoration:none;font-weight:600;letter-spacing:0.2px;padding:6px 0}
.menu li a:hover{opacity:0.85; color: #39d353;}
.header-cta{
  margin-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.whatsapp-link{
  display: inline-flex;
    align-items: center;
    color: #39d353;
    text-decoration: none;
    vertical-align: middle;
}
.menu .current-menu-item a{color:#39d353; font-weight: 600;font-size: 16px;}
.whatsapp-link img{height:20px;margin-right:8px}

@media (max-width:900px){
	.menu{gap:18px}
}
@media (max-width:768px){
	.header-inner{padding:12px}
	.menu{display:none}
}

/* Optional small helper to ensure body background matches header in preview */
body{background:#fff;margin:0; padding:0; font-family:'Panton', Arial, sans-serif;}
html, body{
	overflow-x: hidden;
}
img{max-width:100%;height:auto;display:block}
/*Clases utiles*/

.wrapper{
    max-width:1200px;
    margin:0 auto;
    padding:20px;
}

.text-left{text-align:left}
.text-center{text-align:center} 
/* hero-section debe tener fondo oscuro letras blancas en medio del bloque */

.hero-section{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    min-height:500px;
    text-align:left;
    overflow:hidden;
}

.hero-section img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

.hero-section .hero-content{
    position:relative;
    z-index:2;
    padding:60px 40px;
    border-radius:8px;
    max-width:600px;
    margin-left:40px;
}

.hero-section h1{
    font-size:36px;
    margin-bottom:20px;
    color:#fff;
}
.hero-section p{
    font-size:18px;
    color:#ccc;
    margin-bottom:30px;
}
.hero-section .cta-button{
    display:inline-block;
    padding:12px 24px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    border-radius:4px;
    background-color: #34b9b5;
}
.hero-section .cta-button:hover{
    background-color:#2a9d9b;
}
.bg-blue{
  background-color: #0f3a57;
  color: #fff;
}
.flex-center{
  display:flex;
  align-items:center;
  justify-content:center;
}
.bg-blue-light{
  
  padding: 10px 20px  ;
  border-radius: 5px;
} 

.bg-blue-light p {
  color: #fff;
    margin: 0 0 5px;
    background-color: #53c3c3;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 21px;
}
a.bg-blue-light{
  color:#fff;
}
.color-blue-light{
  color:#5affff;
}
.color-blue-dark{
  color:#45b7b7;
}
.font-weight-light{
  font-weight:300;
}
.font-size-1-15em{
  font-size:1.15em;
}

.border-top-right-radius-4em{
  border-top-right-radius: 4em;
}

.border-top-left-radius-4em{
  border-top-left-radius: 4em;
}


.border-bottom-right-radius-4em{
  border-bottom-right-radius: 4em;
}
.border-bottom-left-radius-4em{
  border-bottom-left-radius: 4em;
}

.box-admin-features.flex-center{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  text-align: center;
  align-items: stretch;
  margin-top: 2em;
}

.box-admin-features.flex-center .box-content{
  width: 28%;
  background-color: #53c3c3;
  justify-content: space-between;
  border-radius: 20px;
  color: #fff;
  padding: 1em;
}
.box-admin-features.flex-center .box-content h3{ 
  margin-bottom: .25em;
}
.box-admin-features.flex-center .box-content p {
    padding: 10px;
    font-size: 14px;
    margin-top: 0;
}
.box.box-results{
  text-align: center;
  padding: 40px 20px;
  align-items: baseline;
  flex-wrap: wrap;
} 

.box.box-results img{
  width: 100px;
  margin-bottom: 20px;
  margin: 0 auto;
}

.box.box-results .box-content{
  width: calc(33.333% - 16px);
  margin: 8px;
}
.bg-gray-light{
  background-color: #f3f3f3;
}
.pd-top-4em{
  padding-top: 4em;
}
.pd-bottom-4em{
  padding-bottom: 4em;
}
.half-boxes{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.half-boxes .wrapper div, .half-boxes .wrapper figure{
  /*width: calc(50% - 10px);*/
}
.half-boxes .wrapper figure img{
  margin: 0 auto;
}

/* Estilos para la sección de contacto */
.bg-dark{
  background-color: #2a2a2a;
  color: #fff;
}

.contact-section{
  padding: 60px 20px;
}

.box-form{
  max-width: 700px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 50px 40px;
  border-radius: 12px;
}

.form-header{
  margin-bottom: 40px;
}

.form-logo{
  height: 80px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form-header h2{
  font-size: 28px;
  margin: 20px 0 15px 0;
  color: #fff;
}

.form-header p{
  font-size: 16px;
  color: #ccc;
  margin: 0;
}

.contact-form{
  display: flex;
  flex-direction: column;
  
}

.form-row > p{
  display: flex;
  flex-direction: column;
  margin: 0 0 1.5em;
}

.form-row label{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1.15em;
}

.form-row input,
.form-row textarea{
  padding: 12px 15px;
  border: none;
  border-radius: 4px;
  font-family: 'Panton', Arial, sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #333;
      width: 96%;
}

.form-row textarea{
  min-height: 100px;
  resize: vertical;
}

.form-row input::placeholder,
.form-row textarea::placeholder{
  color: #999;
}

.form-row button{
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.form-row button:hover{
  opacity: 0.9;
}
.form-row .cta-button{
  background-color: #34b9b5;
  color: #fff;
  width: 100%;
}
.form-row .cta-button:hover{
  background-color: #2a9d9b;
  cursor: pointer;
}
.wpcf7-not-valid-tip{
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  position: absolute;
    right: 0;
    top: 5px;
    font-size: 12px;
    font-weight: 600;
}
.wpcf7-response-output{

    background: black;
    width: 94%;
    text-align: center;
}
.wpcf7-form {
  position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    border-radius: 5px;
    margin-top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: none;
    background: red;
    color: white;
    font-weight: 500;
    border-radius: 5px;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
    position: absolute;
    left: -2em;
    top: 0;
    width: 102%;
    height: 100%;
    border-radius: inherit;
}

form.submitting .wpcf7-spinner::before{
    top: 44%;
    left: 46%;
}

.margin-0{
  margin: 0;
  padding-bottom: 1em;
}
.color-white{ 
  color: #fff;
}
.box-plan {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2em 0 0.5em;
}
.plan {
    width: 38.5%;
    background: aliceblue;
    margin: 0 1em 2em;
    border-radius: 15px;
    padding: .5em 2em;
    
}
.plan h3 {
    font-size: 1.75em;
    margin-bottom: 0.5em;
}
.bg-color-gray-light{
  background-color: #f3f3f3;
}
.bg-color-blue-aqua{
  background-color: #d1f5f9;
}
.plan .btn {
    display: inline-block;
    margin-top: 1em;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    margin: 2em auto 2em;
    position: relative;
    display: block;
    max-width: 50%;
    text-align: center;
}
.plan .btn:hover {
    background-color: #000;
    color: #fff;
}

/*Fixed Header on scroll*/
.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-call{
    padding: 12px 12px;
    color: #fff;
    margin-right: 9px;
}
.btn-call:hover{
    color: #39d353;
    background-color: transparent;
    
    transition: all 0.3s ease;
    box-shadow: 0px 0px 0px 2px #39d353
}

/* Estado inicial */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* Cuando entra en pantalla */
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Variantes */
.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-zoom {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal-zoom.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Delay escalonado */
.delay-1 { transition-delay: 0.10s; }
.delay-2 { transition-delay: 0.20s; }
.delay-3 { transition-delay: 0.30s; }
.delay-4 { transition-delay: 0.40s; }
.delay-5 { transition-delay: 0.50s; }

/* Íconos de resultados con hover suave */
.box-results .box-content img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.box-results .box-content:hover img {
  transform: translateY(-6px) scale(1.05);
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.12));
}

/* Opcional: textos un poco más suaves al entrar */
.box-results .box-content h3,
.box-admin-features .box-content h3,
.box-admin-features .box-content p {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.mobile-menu{
  position: absolute;
  top: 35px;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 9;
  display: none;
}
.mobile-menu ul {
  display: flex;
    width: 18em;
    flex-direction: column;
    background-color: #222;
    padding: 2em 0px;
    border-radius: 10px;
}
.mobile-menu.active{
  display: block;
}
/* Respeto a usuarios con reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-zoom {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.burger-menu{
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.burger-menu span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}


/*Breakpoint para dispositivos móviles*/
@media (min-width: 949px) {
   .burger-menu {
     display: none;
   }
   .hidden-sm {
     display: none;
   }
}
@media( min-width: 600px) {
    .visible-xs {
      display: none;
    }
}

@media( max-width: 700px) {
  .plan{
    width: 90%;
        margin: 0 0 2em;
        font-size: 14px;
        padding: .5em 5%;
  }
  .box-plan{
    padding: initial;
  }
}

/* Breakpoint para dispositivos móviles */
@media( max-width: 600px) {
   .burger-menu {
     display: flex;
   }
   .box-admin-features.flex-center .box-content{
    width: 100%;
   }
   .header-cta{
    font-size: 12px;
    margin-left: 10px;
    padding-right: 1.5em;
   }
   .logo img{
    height: 35px;
   }
  .menu-menu-inicio-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
   }
   .img-responsive{
    width: 100%;
    height: auto;
   }
   .box.box-results .box-content {
        width: calc(33.333% - -31px);
        margin: 10px;
        font-size: 14px;
    }
    .hero-section .hero-content{
      padding: 60px 40px 60px 0;
    }
    .hidden-xs {
      display: none;
    }
    .visible-xs {
      display: block;
    }
}
