* {
	margin: 0;
   padding :   0;
   box-sizing: border-box;
}

body 
 {

	  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.7;
  color: #2c3e50;
	background     : #fafafa;


}

.main-nav {
  background: linear-gradient(135deg, #1a2332 0%, #2d3e50 100%);
   padding: 1.2rem 0;
	position   :        sticky;
   top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.nav-wrapper {
          max-width: 1240px;
   margin     :       auto;
    display: flex;
   justify-content: space-between;
   align-items: center;
  padding: 0 2rem;
     }

.logo-section img{
    height: 52px;
  filter: brightness(0) invert(1);
   width: auto;
}

.nav-links {

	    gap: 2.5rem;
  list-style: none;
   display: flex;}

.nav-links a {

	    color: #ecf0f1;
    text-decoration: none;
   font-size: 16px;
    font-weight: 500;
	 transition: color 0.3s;
}

.nav-links a:hover {
   color: #3498db;
}

.burger-menu {
  display: none;
    flex-direction: column;
  cursor: pointer;
  gap  :   5px;
}

.burger-menu span {
  width: 28px;
   height   :   3px;
  background:    #ecf0f1;
   transition: 0.3s;
}

.hero-block {
	   display: grid;
    grid-template-columns: 1fr 1fr;
  gap  :        3rem;
  max-width: 1240px;
      margin   :4rem auto;
       padding   :     0 2rem;
    align-items: center;
	}

.hero-content h1 {
  font-size: 3rem;
      color:        #1a2332;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.15rem;
  color: #555;
	 margin-bottom     : 2rem;
}

.cta-primary {

	   display: inline-block;
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
		padding: 16px 36px;
    text-decoration: none;
          border-radius: 8px;
  font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-primary:hover     {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52,152,219,0.4);
}

.hero-visual img {
   width: 100%;
	border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.intro-segment {


   background: white;
   padding: 5rem 2rem;
	}

.intro-container {
    max-width     :920px;
                    margin   : 0 auto;
}


.intro-container h2 {
  font-size   :   2.2rem;

  color: #1a2332;

	margin-bottom: 1.5rem;

   text-align: center;
}

.intro-container p {
	font-size: 1.1rem;
  color: #555;
        margin-bottom: 1.3rem;
  text-align: center;
}

.servicios-principales {
    padding: 5rem 2rem;
   background: #f8f9fa;
}

.servicios-principales h2	{
   text-align: center;

	  font-size: 2.5rem;

	  margin-bottom: 3.5rem;

	         color: #1a2332;
}

.servicios-grid {
  max-width: 1240px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
          gap: 2.5rem;
}

.servicio-card 
 {
    background   :       white;
    border-radius: 10px;
   overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
     transition    : transform 0.3s;}

.servicio-card:hover {
     -ms-transform: translateY(-8px);
	  transform: translateY(-8px);
	  -webkit-transform: translateY(-8px);
	  -moz-transform: translateY(-8px);


}

.servicio-card img {
                    width: 100%;
   height: 240px;
    object-fit: cover;
}

.servicio-card h3 {
   font-size: 1.5rem;
  color: #2c3e50;
   padding: 1.5rem 1.5rem 0.8rem;
}

.servicio-card p {
   padding: 0 1.5rem 1.5rem;
    color: #666;
   line-height: 1.6;
}

.proceso-coaching {
   padding: 5rem 2rem;
    background: white;
}

.proceso-wrapper {
    max-width: 1240px;
    margin: 0 auto;
}

.proceso-wrapper h2 {
    text-align: center; 
	   font-size: 2.5rem; 
	  margin-bottom: 3rem; 
	    color: #1a2332;
}

.proceso-steps {
         display: grid;

  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));

  gap: 2rem;
}

.step-item {
  background: #f8f9fa;
	 padding: 2rem;
   border-radius: 10px;
                    border-left: 5px solid #3498db;
}

.step-number {
   font-size: 2.5rem;
   font-weight: bold;
   color: #3498db;
  margin-bottom: 1rem;
}

.step-item h3

{
    font-size: 1.4rem;
					margin-bottom: 1rem;
   color: #2c3e50;
}

.step-item p {
  color  :       #666;
  line-height  :   1.6;
}

.testimonios-seccion {
  padding: 5rem 2rem;

  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);

  color: white;
}

.testimonios-seccion h2 {
   text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.testimonios-container {
  max-width: 1240px;
  margin: 0 auto;
       display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.testimonio-box {
  background: rgba(255,255,255,0.1);
    padding: 2rem;
   border-radius: 10px;
  backdrop-filter: blur(10px);
}

.testimonio-box p {


  font-size: 1.05rem;
    line-height    :        1.7;
    margin-bottom: 1.5rem;
   font-style: italic;
}

.testimonio-autor {
  font-weight: 600;
 font-size: 0.95rem; 
	
}

.cta-especial {
  padding : 5rem 2rem;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
	text-align   :  center;
}

.cta-content h2
{
   font-size     :  2.8rem;
                    margin-bottom: 1.5rem;
}

.cta-content p {

	  font-size: 1.2rem;
 margin-bottom: 2.5rem;
    max-width: 800px;
   margin-left: auto;
  margin-right: auto;
     }

.btn-destacado {
	display :   inline-block;
   background: white;
    color: #3498db;
   padding: 18px 40px;
    text-decoration: none;
   border-radius: 8px;
  font-weight     :       700;
   font-size     :   1.1rem;
    transition: all 0.3s;
}


.btn-destacado:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.beneficios-principales {
   padding   :      5rem 2rem;
    background: white;
}

.beneficios-wrapper {
  max-width: 1240px;
	margin   :      0 auto;
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
   align-items: center;
}

.beneficios-texto h2 {
    font-size: 2.3rem;
   margin-bottom: 2rem;
   color: #1a2332;
}


.lista-beneficios {
  list-style: none;
}

.lista-beneficios li	{
   padding: 1rem 0 1rem 2rem;
  position: relative;
   color: #555;
  border-bottom: 1px solid #eee;
}

.lista-beneficios li:before {
  content: '✓';
   position: absolute;
   left     :0;
    color: #3498db;
    font-weight: bold;
  font-size    :  1.3rem; 

}

.beneficios-imagen img
	{
    width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contacto-seccion {
    padding: 5rem 2rem;
   background: #f8f9fa;
}

.contacto-wrapper{
    max-width:1240px;
   margin: 0 auto;
  display:  grid;
  grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contacto-info h2 {
	font-size: 2.3rem;
                    margin-bottom: 1.5rem;
    color:        #1a2332;
}

.contacto-info p {
  color   :   #555;
    line-height: 1.7;
  margin-bottom: 2rem; 

}

.info-detalles {
  margin-top: 2rem;

}

.detalle-item {
  margin-bottom:     1.5rem;
}



.detalle-item strong {
   display: block;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.detalle-item p {
   margin: 0;
    color: #666;
}

.contacto-form {
        background: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.contacto-form h3 {
    font-size: 1.8rem;
  color: #2c3e50;
   margin-bottom: 1.5rem;
}

.form-group {

	   margin-bottom: 1.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {

  width: 100%;
    padding: 14px;
   border: 2px solid #ddd;
    border-radius   :6px;
    font-size: 1rem;
   font-family: inherit;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

	    outline: none; 
  border-color: #3498db;
     }


.form-group textarea {
   resize: vertical;

}

.btn-enviar {
     width: 100%;
   padding: 16px;
  background: linear-gradient(135deg, #3498db, #2980b9);
   color: white;
  border: none;
          border-radius: 6px;
    font-size: 1.1rem;
  font-weight:      600;
    cursor     :  pointer;
   transition: all 0.3s;
}



.btn-enviar:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52,152,219,0.4);
}

.site-footer
	{
 background: #1a2332;

  color: #ecf0f1;

                    padding:   3rem 2rem 1.5rem;
}

.footer-content {
   max-width: 1240px;
  margin: 0 auto 2rem;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 2.5rem;
}

.footer-col img {
    margin-bottom: 1rem;
  height: 48px;


}

.footer-col h4 {
  margin-bottom: 1.2rem;
      font-size: 1.2rem;
}  

.footer-col ul {
        list-style: none;
}

.footer-col ul li  
  {
    margin-bottom: 0.7rem;
}

.footer-col a
{
      color: #bdc3c7;
    text-decoration: none;
  transition    :       color 0.3s;
}



.footer-col a:hover {
   color: #3498db;
}

.footer-col p {
   color: #bdc3c7;
    line-height: 1.6;
}

.footer-bottom {
  max-width: 1240px;
                    margin:       0 auto;
  padding-top: 2rem;
    border-top:     1px solid #34495e;
	text-align: center;
	 color: #95a5a6;
}@media (max-width: 968px) {
    .hero-block,
    .beneficios-wrapper,
    .contacto-wrapper {
        grid-template-columns: 1fr;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .burger-menu {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        right: -100%;
        top: 75px;
        flex-direction: column;
        background: #1a2332;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 2rem 0;
    }
    
    .nav-links.active {
        right: 0;
    }
}

@media (max-width: 640px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .servicios-grid,
    .proceso-steps,
    .testimonios-container {
        grid-template-columns: 1fr;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
}.policySection {
    padding: 80px 2rem; 
	  background: #f8f9fa;
}

.policyContainer {
   max-width: 800px;
      margin: 0 auto;
      text-align: left;


}

.policyContainer h2 {


  font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
   font-weight: 700;
}

.policyContainer p {
  color: #7f8c8d; 
  margin-bottom: 1.5rem; 
   line-height: 1.7; 
   font-size: 1.1rem;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}.about-hero {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
      padding: 6rem 2rem;
   	color: white;
      text-align: center;
}

.about-hero-content {
	   margin: 0 auto;
    max-width    :    920px;
     }

.about-hero-content h1 {
                    font-size: 3rem;
	line-height: 1.2;
   margin-bottom: 1.5rem;
}

.about-hero-content p {
	    font-size    :   1.2rem;
   line-height: 1.7;}

.nuestra-historia {
   padding :    5rem 2rem;
  background: white;
}

.historia-wrapper {
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: center;
    display     :      grid;
  margin     :       0 auto;
   max-width    :   1240px;
}

.historia-texto h2 {
  font-size: 2.5rem;
    color: #1a2332;
    margin-bottom: 1.5rem;
}

.historia-texto p {
   color: #555;
   line-height: 1.8;
    margin-bottom: 1.3rem;
	 font-size: 1.05rem;
}

.historia-imagen img {
	width: 100%;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.filosofia-seccion {
   padding: 5rem 2rem;
  background: #f8f9fa;
}

.filosofia-container {
   max-width: 1240px; 
	    margin: 0 auto;
}

.filosofia-container h2 {

	 margin-bottom: 3rem;
    text-align: center;
   font-size: 2.5rem;
  color: #1a2332;


}

.filosofia-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap   :  2rem;
}

.filosofia-item {
	background: white;
    padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.filosofia-item h3	{
    font-size: 1.5rem;
   color: #2c3e50;
   margin-bottom: 1rem; 
	
}

.filosofia-item p {
  color: #666;
  line-height   :      1.7;
}

.experiencia-seccion {
   padding: 5rem 2rem;
   background: white;
}

.experiencia-wrapper {
   max-width: 1240px;
	 margin: 0 auto;
}

.experiencia-wrapper h2 {
      text-align: center;
    font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #1a2332;
}

.experiencia-contenido
	{
      display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 3rem;
    align-items: center;
     }

.exp-columna img {
   width: 100%;
   border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.exp-stat		{


  background: #f8f9fa;
   padding: 2rem;
  margin-bottom: 1.5rem;
   border-radius: 10px;
   border-left: 4px solid #3498db; 
	
	}

.exp-stat h3 {
  font-size: 2.5rem;
               color: #3498db;
               margin-bottom: 0.8rem;
}

.exp-stat p {

  color    :       #555;
    line-height: 1.6; 

}

.metodologia-seccion {
  padding: 5rem 2rem;
  background: #f8f9fa;
}

.metodologia-container {
    max-width     :    1240px;
    margin: 0 auto;

}

.metodologia-container h2    {
	    color: #1a2332;
    font-size: 2.5rem;
  margin-bottom: 1.5rem;
   text-align  :   center;


}

.metodologia-intro {
    text-align: center;
    font-size: 1.1rem;
   color: #555;
		max-width: 820px;
   margin  :       0 auto 3rem;
}

.metodologia-bloques{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
	}


.metodo-bloque 
 {
    background: white;
    padding: 2rem;
    border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);

}

.metodo-bloque h3 {
   font-size: 1.4rem;
  color :        #2c3e50;
    margin-bottom: 1rem;
}

.metodo-bloque p {


   color: #666;
   line-height: 1.7;
     }

.sectores-experiencia {
   background  :      white; 
	   padding  :       5rem 2rem;
}

.sectores-wrapper {
  max-width  :     1240px;
  margin: 0 auto;
}

.sectores-wrapper h2 {


         text-align: center;
   font-size    :  2.5rem;
   margin-bottom: 3rem;
  color: #1a2332;
     }

.sectores-lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 2rem;
}

.sector-item {
    background: #f8f9fa;
    padding    :       2rem;
    border-radius: 10px; 

}

.sector-item h4 {
   font-size: 1.3rem;
	 color: #2c3e50;
    margin-bottom: 1rem;

}

.sector-item p {
    color: #666;
    line-height: 1.6;
}

.valores-seccion {
    padding: 5rem 2rem;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	color  :    white; 

}

.valores-contenedor {
    max-width: 1240px;
  margin: 0 auto;
}

.valores-contenedor h2 {
  margin-bottom: 3rem;
  text-align    :       center;
			font-size: 2.5rem;
}

.valores-grid {


  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.valor-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 10px;
  backdrop-filter: blur(10px);


}

.valor-card h3 {
   font-size: 1.5rem;
    margin-bottom: 1rem;
}

.valor-card p {
  line-height   :  1.7;
}

.compromiso-final {
   padding :5rem 2rem;
	background: white;
}

.compromiso-content {
   max-width: 920px;
    margin: 0 auto;
   text-align: center;
}

.compromiso-content h2 {
       font-size: 2.5rem;
    color: #1a2332;
    margin-bottom: 2rem;
}

.compromiso-content p {
      font-size: 1.1rem;
   color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.compromiso-cta {
     margin-top: 3rem;}

.btn-compromiso {
	    display: inline-block;
  background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
   padding: 16px 36px;
   text-decoration: none;
 border-radius: 8px;
    font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-compromiso:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
}

.thankyou-main {
    padding: 5rem 2rem;
    background: white;
    min-height: 60vh;
}

.thankyou-container {
  max-width: 820px;

	    margin: 0 auto;

	    text-align: center;
}

.thankyou-icon {

    margin-bottom: 2rem;
	}

.check-circle {
  display: inline-block;
	 animation: scaleIn 0.5s ease-out;
}@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}.thankyou-container h1 {
   font-size   :  2.8rem;
   color: #1a2332;
  margin-bottom: 1.5rem;
}  

.thankyou-mensaje {
   font-size: 1.15rem;
        margin-bottom: 3rem;
  color: #555;
    line-height: 1.7;
}

.thankyou-info  
  {
	 background: #f8f9fa;
   padding: 2.5rem;
    border-radius: 12px;
    margin-bottom    :3rem;
}

.thankyou-info h3 {
  font-size: 1.8rem;
      color: #2c3e50;
      margin-bottom: 2rem; 

}

.pasos-siguientes {
   display: grid;
	   gap:     1.5rem;
	   text-align: left;
}

.paso-next {

	  display: flex;
  gap: 1.5rem;
   align-items: flex-start;


}

.numero-paso {
   display    :flex;
   align-items: center;
  justify-content: center;
	width: 40px;
  height: 40px;
    background: #3498db;
    color: white;
	border-radius: 50%;
  font-weight: bold;
    flex-shrink: 0;
}

.paso-next p {
	    color: #555;
    line-height: 1.6;
      margin     : 0;
    padding-top     :        8px;

}

.thankyou-adicional {
         margin-top: 3rem;
}

.thankyou-adicional p {
   font-size: 1.05rem;
   color: #555;
    margin-bottom: 2rem;
}

.thankyou-botones {
  flex-wrap: wrap;
  gap: 1.5rem;
    display: flex;
  justify-content: center; 

}

.btn-secondary {

	    display: inline-block;
    background: white;
    color: #3498db;
	padding: 14px 32px;
  text-decoration: none;
	border-radius  :     8px;
  border: 2px solid #3498db;
    font-weight: 600;
    transition: all 0.3s;}

.btn-secondary:hover  {
   background: #3498db;
    color: white;
}

.btn-primary-ty {
   display:    inline-block;
  background: linear-gradient(135deg, #3498db, #2980b9);
   color: white;
    padding: 14px 32px;
	text-decoration: none;
	border-radius: 8px;
  font-weight: 600;
	transition: transform 0.3s, box-shadow 0.3s;
	
}

.btn-primary-ty:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4); 

}



.thankyou-imagen {
    max-width  :     720px;
    margin: 4rem auto 0;
}

.thankyou-imagen img {
   width   :     100%;

   border-radius: 12px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}

.recursos-adicionales {
  padding: 5rem 2rem;
   background: #f8f9fa;
}

.recursos-wrapper {
  max-width: 1240px;
   margin: 0 auto;
}

.recursos-wrapper h2 {
	 text-align: center;

	   font-size: 2.3rem;

	  margin-bottom  :     3rem;

	    color: #1a2332;
}

.recursos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.recurso-item {
   background: white;
  padding: 2rem;
   border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.recurso-item h4 {
  font-size: 1.3rem;
    color: #2c3e50;
   margin-bottom: 1rem;
}

.recurso-item p {

	 color: #666;
  line-height: 1.7;

}@media (max-width: 968px) {
    .about-hero-content h1 {
        font-size: 2.2rem;
    }

    .historia-wrapper,
    .experiencia-contenido {
        grid-template-columns: 1fr;
    }

    .thankyou-botones {
        flex-direction: column;
    }

    .btn-secondary,
    .btn-primary-ty {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .about-hero-content h1 {
        font-size: 1.8rem;
    }

    .thankyou-container h1 {
        font-size: 2rem;
    }

    .filosofia-grid,
    .metodologia-bloques,
    .sectores-lista,
    .valores-grid,
    .recursos-grid {
        grid-template-columns: 1fr;
    }
}