*

{
    margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  line-height: 1.6;
   color: #2c3e50;
   background: #ffffff;
}

.swse_contenedor {
   max-width: 1200px;
  margin: 0 auto;
    padding: 0 20px;
}



.swse_topbar {
  background     :       #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 18px 0;
}

.swse_inner {
   max-width: 1200px;
    margin: 0 auto;
    padding : 0 20px;
   display: flex;
   justify-content  :       space-between;
	align-items: center;
}

.swse_brand img		{
  height     :        68px;
   display: block; 

}

.swse_links
	{
  display: flex;
  list-style: none;
  gap   :       35px;
    align-items: center;
}

.swse_links li a {
    text-decoration: none;
   color: #34495e;
  font-weight: 500;
   font-size: 15px;
  transition     : color 0.3s;
}



.swse_links li a:hover {
    color: #3498db;
}

.swse_burger		{
  display: none;
    flex-direction: column;
    cursor: pointer;
   gap : 5px;
}

.swse_burger span
	{
  width: 28px;
  height: 3px;
  background    :    #34495e;
   transition: 0.3s;
}@media (max-width: 768px) {
    .swse_burger {
        display: flex;
    }

    .swse_links {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .swse_links.active {
        display: flex;
    }
}.swse_hero_principal {
       position: relative; 
   height    :    600px; 
  overflow: hidden;
	}

.swse_hero_imagen {
    position: absolute;
   top: 0;
   left   :      0;
   width: 100%;
	height: 100%;
    background-size: cover;
   background-position: center;
}

.swse_capa_oscura
	{
   	 position: absolute;
    top: 0;
    left: 0;
  width: 100%;
   height    :   100%;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.85) 0%, rgba(118, 75, 162, 0.85) 100%);


}

.swse_contenedor_hero {
	   position: relative;
   z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
   padding: 0 20px;
   height: 100%;
  display: flex;
  align-items: center;
     }

.swse_texto_hero {
	   max-width: 700px;
	}

.swse_titulo_grande {
					font-weight: 800;
   font-size: 52px;
  line-height: 1.2;
    color: #fff;
   margin-bottom: 24px;
}

.swse_destacado {


   color: #f39c12;
    display: block;}


.swse_subtitulo_hero {
    font-size: 19px;
  color: rgba(255, 255, 255, 0.92);
    margin-bottom: 35px;
   line-height: 1.7;
  font-weight :      400;
}

.swse_boton_principal {
          background: #e74c3c;
  color: #fff;
  padding: 16px 38px;
    border-radius: 50px;
        text-decoration: none;
   font-weight: 600;
    font-size: 16px;
       display: inline-block;
    transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.swse_boton_principal:hover {
   background: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}@media (max-width: 768px) {
    .swse_titulo_grande {
        font-size: 36px;
    }

    .swse_hero_principal {
        height: 500px;
    }
}.swse_seccion_sobre     {
  padding: 90px 0;
	 background: #f8f9fa;
}

.swse_fila_sobre {
   display:grid;
         grid-template-columns: 5fr 7fr;
    gap: 0;
   align-items  :    stretch;
}

.swse_imagen_sobre {

		 background-size: cover;
   background-position: center;
  min-height: 400px;
}@media (max-width: 767px) {
    .swse_imagen_sobre {
        min-height: 300px;
    }
}.swse_contenido_sobre {
   padding: 60px;
}@media (min-width: 768px) {
    .swse_contenido_sobre {
        padding-left: 80px;
    }
}.swse_etiqueta_sobre {
  font-weight: 400;
  font-size: 16px;
	display: block;
   margin-bottom: 10px;
	text-transform   :   uppercase;
  letter-spacing: 2px;
  color: #000;
}

.swse_titulo_sobre {
    font-size: 32px;
    font-weight:  800;
  margin-bottom    :    30px;
}@media (max-width: 767px) {
    .swse_titulo_sobre {
        font-size: 26px;
    }

    .swse_fila_sobre {
        grid-template-columns: 1fr;
    }

    .swse_contenido_sobre {
        padding: 40px 20px;
    }
}.swse_texto_sobre p {
  color: #666;
   margin-bottom: 35px;
  line-height: 1.8;
}


.swse_servicios_sobre {
    display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 30px;
  margin-top: 40px;
}@media (max-width: 991px) {
    .swse_servicios_sobre {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}.swse_servicio_item {
   display: flex;
   gap:       15px;

}

.swse_icono_servicio {


    width: 60px;
  height     :      60px;
    flex-shrink: 0;
  border: 2px solid #3498db;
   display: flex;
       align-items: center;
    justify-content: center;
	}

.swse_icono_servicio img {
	 width: 30px;
	 height: 30px;
  stroke: #3498db;
  fill: none;
}

.swse_texto_servicio h3   {
   font-size: 18px;
    font-weight :  500;
    text-transform: uppercase;
   margin-bottom: 5px;
}

.swse_texto_servicio p {
   color: #666;
  margin: 0;
 font-size: 14px;
    line-height: 1.5;
}

.swse_area_cifras {
   padding: 95px 0;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.swse_distribucion_cifras {

	display: grid;
   grid-template-columns: 1fr 1fr;
                    gap: 70px;
  align-items: center;


}

.swse_titulo_cifras h3 {
  font-size: 42px;
    font-weight: 700;
  line-height: 1.3;
 color: #fff;
  margin-bottom: 20px;
}

.swse_acento_cifras


{

	    font-weight: 300;
    color: #f39c12;
}

.swse_titulo_cifras p {
  color: rgba(255, 255, 255, 0.85);
	font-size: 17px;
  margin-bottom   :        30px;
    line-height: 1.7;
}

.swse_enlace_cifras {
   font-size: 17px;
    font-weight: 500;
	color: #fff;
	 padding: 18px 55px;
   display: inline-block;
    border-radius: 32px;
  background: linear-gradient(0deg, #f15439 0%, #ee5d10 99%);
   transition: all 0.3s ease;
   text-decoration     :     none;
}

.swse_enlace_cifras:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(241, 84, 57, 0.3); 

}@media (max-width: 992px) {
    .swse_distribucion_cifras {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}.swse_tarjetas_cifras {
      display: grid;
	 gap: 25px;
}

.swse_cuadro_cifras {
  box-shadow: 0 18px 38px rgba(0, 0, 2, 0.09);
         border-radius: 16px;
    background: #fff;
   padding: 40px;
     display: flex;
         align-items: center;
	gap: 22px;
  transition: transform 0.3s ease;
}

.swse_cuadro_cifras:hover {
  transform: translateY(-3px);
}

/* Framework override */

/* Component styles */

/* Component styles */
.swse_cuadro_cifras img {
   width: 50px;
    height: 50px;
    stroke: #3498db;
    fill: none;
}

.swse_numero_cifra


{
   font-size: 52px;
  font-weight: 700;
  color :  #3a3939;
  margin: 0;
    line-height: 1; 

}

.swse_cuadro_cifras p {
	font-size     :  18px;
  color: #7d7d7d;
    margin: 8px 0 0 0;
}

.swse_zona_servicios {
    padding: 95px 0;
   background: #fff;
}

.swse_cabecera_servicios {
    text-align: center;
   margin-bottom     : 65px;
}

.swse_mini_titulo {

		 font-size: 12px;
                    display: block;
    font-weight: 500;
    color: #3498db;
   text-transform : uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;}

.swse_titulo_servicios {
   font-size: 40px;
   font-weight: 700;
                    color: #2c3e50;
}

.swse_grid_servicios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.swse_tarjeta_servicio {
   transition: all 0.3s ease;
    display: block;
	width: 100%;
}

.swse_tarjeta_servicio .swse_contenedor_icono {
       line-height: 1.3;
   width :70px;
   height: 70px;
	margin     :0 auto;
	border-radius: 5px;
  background: #3498db;
   transition: all 0.3s ease;
  box-shadow: 0 10px 30px -4px rgba(0, 0, 0, 0.15);
  display: flex;
   align-items: center;
  justify-content: center;
    position: relative;
   margin-bottom: 20px;}

.swse_contenedor_icono:after {
       position: absolute;
          bottom: -5px;
   left: 5px;
    right: 5px;
  content: '';
    height: 5px;
  background: #f39c12;
         border-radius: 0 0 3px 3px;
  transition     :      all 0.3s ease;
	}

/* Utility classes */



/* Auto-generated CSS */
.swse_tarjeta_servicio:hover .swse_contenedor_icono {
    background: #2980b9;
}

.swse_tarjeta_servicio:hover .swse_contenedor_icono:after {
	 bottom: -7px;
    height: 7px;
	left: 4px;
	 right: 4px;

}

.swse_contenedor_icono img {
  width: 38px;
  height:38px;
  filter: brightness(0) invert(1);
}

.swse_cuerpo_servicio {
    padding :  0 10px;
}

.swse_nombre_servicio {
   margin-bottom: 10px;
	  font-size: 18px;
	                    font-weight   :    500;
	  color: #2c3e50;

}

.swse_cuerpo_servicio p {

  margin-bottom: 15px;
                    color: #666;
  line-height: 1.7; 

	}

.swse_link_servicio {


  font-size: 12px;
	font-weight: 500;
  text-transform: uppercase;
   color: #2c3e50;
    border-bottom: 2px solid #e6e6e6;
  text-decoration    : none;


}

.swse_link_servicio:hover {
    color: #f39c12;
   border-color: #f39c12;
}

.swse_bloque_imagen


{
    padding: 90px 0;
  background     :#f8f9fa;
}

.swse_layout_imagen {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 60px;
  align-items: center;
}

.swse_foto_responsive {
  max-width: 100%;
  height: auto;
        border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.swse_peso_fuerte {
    font-weight: 800;
   font-size: 32px;
    color: #2c3e50;
    margin-bottom: 20px;
  line-height: 1.3;
}

.swse_texto_principal{
  font-size: 18px;
   font-weight: 400;
    color   : #555;
   margin-bottom: 18px;
}  

.swse_col_texto p {
    color: #666;
    line-height: 1.8;
  margin-bottom: 16px;
}

.swse_boton_secundario {
  color: #fff;
	background-color: #667eea;
   border-color: #667eea;
   border-radius: 35px;
    padding: 12px 28px;
    text-decoration: none;
  display: inline-block;
  transition: all 0.3s;

}

.swse_boton_secundario:hover {

   background-color: #5568d3;
	 border-color: #4e5ec6;

}
@media (max-width: 992px) {
    .swse_layout_imagen {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}.swse_llamada_accion {
    padding: 75px 0;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.swse_texto_llamada 
 {
  text-align: center;
         max-width: 800px;
    margin: 0 auto;
}

.swse_titulo_llamada {
  font-size   :   38px;
   font-weight     :700;
  color: #fff;
  margin-bottom: 18px;
   line-height: 1.3;

}

.swse_desc_llamada {

	    font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
    margin-bottom: 35px;
  line-height: 1.7; 
	
	}

.swse_boton_llamada {
    background: #fff;
  color: #f5576c;
    padding:     18px 42px;
    border-radius: 50px;
        text-decoration: none;
   font-weight: 700;
   font-size: 16px;
   display: inline-block;
     transition: all 0.3s;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.swse_boton_llamada:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.swse_zona_contacto {
  padding: 95px 0;
	   background: #fff;
}

.swse_layout_contacto   {
    display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}


.swse_titulo_form {
   font-size: 32px;
   font-weight: 700;
    color: #2c3e50;
  margin-bottom: 35px;
}

.swse_formulario_contacto {
   display: flex;
   flex-direction: column;
   gap: 22px;
}  

.swse_grupo_form {
   display: flex;
   flex-direction: column;
}

.swse_grupo_form label {
    font-weight: 600;
  color: #34495e;
	 margin-bottom: 8px;
   font-size: 14px;
}

.swse_grupo_form input,
.swse_grupo_form select,
.swse_grupo_form textarea {


    font-family: inherit;
    font-size: 15px;
   border: 2px solid #e0e0e0;
  padding: 14px 16px;
   border-radius: 8px;
   transition: border-color 0.3s;
}

.swse_grupo_form input:focus,
.swse_grupo_form select:focus,
.swse_grupo_form textarea:focus {
   outline: none;
   border-color: #3498db; 
	
}

/* Minified version */

.swse_boton_enviar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: #fff;
   padding: 16px 40px;
  border: none;
    border-radius: 50px;
                    font-size  :       16px;
   font-weight: 600;
  cursor: pointer;
    transition:     all 0.3s;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.swse_boton_enviar:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.swse_area_info {
   display: flex;
		flex-direction :      column;
	gap: 28px;
}

/* Component styles */


/* Debug styles */

.swse_bloque_info {
  display: flex;
                    gap: 18px;
  align-items    :       flex-start;
}



.swse_icono_info {
  width: 50px;
  height:50px;
    background: #e8f4fd;
    border-radius  :   10px;
  display: flex;
  align-items: center;
   justify-content: center;
    flex-shrink: 0;
}

.swse_icono_info img


{
   width: 24px;
    height: 24px;
    stroke: #3498db;
   fill: none;
}

.swse_texto_info h4 {
  font-size: 17px;
  font-weight: 600;
 color: #2c3e50;
  margin-bottom  :5px;
}
	/* Generated styles */

.swse_texto_info p {
    color: #666;
    line-height: 1.6;
    margin: 0;

}
@media (max-width: 992px) {
    .swse_layout_contacto {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}.swse_pie_pagina {
  background: #1a1a2e;
    color: #fff;
	 padding   :       65px 0 0;
}

.swse_fila_pie {
	   display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
	 gap: 45px;
  margin-bottom: 45px;}

.swse_col_pie img {
   height: 42px;
     margin-bottom: 18px;
}

.swse_desc_pie {
  color: rgba(255, 255, 255, 0.7);

  line-height: 1.7;

    font-size: 14px;
}

.swse_titulo_pie {
 font-size: 17px;
    font-weight: 600;
   margin-bottom: 18px;
  color: #fff;
}

.swse_lista_pie {
  list-style: none;
}

.swse_lista_pie li {
  margin-bottom: 10px;
}

.swse_lista_pie a {
  color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
   transition: color 0.3s;
    font-size: 14px;
}

.swse_lista_pie a:hover  {
    color: #fff;
}

.swse_texto_pie {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
    font-size: 14px;
  margin-bottom: 10px;
}

.swse_aviso_riesgos {
  background: rgba(0, 0, 0, 0.2);
	padding   :  25px 0;
	margin: 0 -20px;
}

.swse_aviso_riesgos p {
  color: rgba(255, 255, 255, 0.6);
   font-size: 12px;
    line-height: 1.7;
  margin: 0;
  padding: 0 20px;
  max-width: 1200px;
          margin: 0 auto;
}

.swse_pie_inferior {
  background: rgba(0, 0, 0, 0.3);
   padding    :22px 0;
 text-align: center;
   margin: 0 -20px;
}

.swse_pie_inferior p{
  color: rgba(255, 255, 255, 0.7);
   font-size: 13px;
    margin: 0;
}@media (max-width: 992px) {
    .swse_fila_pie {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }
}

@media (max-width: 576px) {
    .swse_fila_pie {
        grid-template-columns: 1fr;
    }
}.swse_banner_cookies	{
   position: fixed;

	     bottom: 0;

	   left: 0;

	  right: 0;

	  background: #2c3e50;

	   padding: 22px 0;

	  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);

		z-index     :  9999;

	  display: none;
}

.swse_banner_cookies.active {
   display: block;
}

.swse_contenido_cookies {
    max-width: 1200px;
    margin: 0 auto;
    padding :      0 20px;
   display: flex;
    justify-content:space-between;
   align-items: center;
    gap:30px;
}

.swse_contenido_cookies p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
   flex: 1;
    font-size     :      14px;
}

.swse_acciones_cookies
{
  display: flex;
    gap: 12px;
}

.swse_cookies_aceptar,
.swse_cookies_rechazar {
			padding: 10px 24px;
     border: none;
       border-radius: 6px;
   	font-weight: 600;
      cursor: pointer;
             font-size  :    14px;
      transition: all 0.3s;

}

.swse_cookies_aceptar {
   background: #27ae60;
    color: #fff;
}

.swse_cookies_aceptar:hover {
   background: #229954;
}

.swse_cookies_rechazar
	{
   background     : transparent;
    color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.swse_cookies_rechazar:hover {
  background: rgba(255, 255, 255, 0.1);
}@media (max-width: 768px) {
    .swse_contenido_cookies {
        flex-direction: column;
        text-align: center;
    }

    .swse_acciones_cookies {
        width: 100%;
        justify-content: center;
    }
}.swse_cabecera_pagina {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 80px 0;
   text-align: center;
}

.swse_titulo_pagina {
    font-size: 46px;

		font-weight: 800;

	  color: #fff;

	  margin-bottom: 16px;
}

.swse_subtitulo_pagina     {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
   max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}@media (max-width: 768px) {
.swse_titulo_pagina {
font-size: 32px;
}
.swse_cabecera_pagina {
padding: 60px 0;
}
}.swse_servicios_detalle {
    background: #fff;
    padding: 90px 0;
}

.swse_servicio_completo {
                    margin-bottom  :        85px;
    gap : 60px;
  grid-template-columns   :      1fr 1fr;
    align-items: center;
  display: grid; 
	
}

.swse_servicio_completo:last-child {


   margin-bottom: 0;
}

.swse_invertido {
  direction: rtl;
}

.swse_invertido > * {


  direction: ltr;
}

.swse_imagen_servicio {
    width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}

.swse_nombre_principal {
    font-size    : 32px; 
	    font-weight: 700; 
	  color: #2c3e50; 
	    margin-bottom: 20px; 
	      line-height: 1.3;
}

.swse_descripcion_larga {
   font-size    :   17px;
  color: #666;
    line-height   : 1.8;
    margin-bottom: 30px;
}

.swse_caracteristicas_servicio {
    display: flex;
  flex-direction:  column;
   gap  : 20px;
}

.swse_item_caracteristica {
    align-items  :      flex-start;
	 display: flex;
    gap: 15px;
}

.swse_icono_caracteristica {
  width: 40px;
  height: 40px;
    background: #e8f4fd;
	 border-radius: 50%;
    display: flex;
    align-items: center;
	 justify-content: center;
   flex-shrink:    0;
}

.swse_icono_caracteristica img {
  width: 20px;
  height: 20px;
    stroke: #3498db;
   fill: none;
}

.swse_texto_caracteristica h4 {
  margin-bottom: 4px;
      font-weight: 600;
     color :        #2c3e50;
       font-size: 17px;
}

.swse_texto_caracteristica p {

   color: #666;
  margin: 0;
    font-size: 14px;
    line-height: 1.5;


}@media (max-width: 992px) {
.swse_servicio_completo,
.swse_invertido {
grid-template-columns: 1fr;
gap: 40px;
direction: ltr;
}
.swse_servicio_completo {
margin-bottom: 65px;
}
}.swse_llamada_servicios {
    padding: 80px 0;
  background: #f8f9fa;
}

.swse_caja_llamada

{

  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 60px;
  border-radius: 16px;
    text-align: center;
  box-shadow: 0 15px 45px rgba(102,126,234,0.3);
}

.swse_titulo_caja {
  font-size    :  36px;
  font-weight: 700;
    color: #fff;
    margin-bottom     :     18px;
}

.swse_texto_caja {
  font-size: 18px;
  color: rgba(255,255,255,0.92);
  margin-bottom: 32px;
   line-height: 1.7;
    max-width: 700px;
   margin-left: auto;
    margin-right :    auto;
}

.swse_boton_caja {

   background: #fff;
    color: #667eea;
  padding: 16px 40px;
    border-radius: 50px;
  text-decoration: none;
        font-weight: 700;
	 font-size  : 16px;
      display: inline-block;
   transition: all 0.3s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);}

.swse_boton_caja:hover {
  transform: translateY(-3px);

	  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}@media (max-width: 768px) {
.swse_caja_llamada {
padding: 40px 25px;
}
.swse_titulo_caja {
font-size: 28px;
}
}.swse_pagina_gracias
	{
                       padding: 90px 0;
    background: #f8f9fa;
    min-height  :        60vh;
   display: flex;
    align-items: center;
     }

.swse_contenido_gracias {
   text-align: center;
  max-width: 800px;
   margin: 0 auto;
  background: #fff;
  padding: 60px;
   border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.swse_icono_exito {
    width   :  100px;
        height: 100px;
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
  border-radius: 50%;
   display: flex;
    align-items: center;
    justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 8px 25px rgba(39,174,96,0.3);
}

.swse_icono_exito img {
	  width: 50px;

	height: 50px;

  filter: brightness(0) invert(1);
     }

.swse_titulo_gracias {
    font-weight: 800;
       color :    #2c3e50;
       font-size: 38px;
     margin-bottom: 16px;
}

.swse_mensaje_principal {
   font-size: 18px;
   color    :       #666;
  margin-bottom: 45px;
    line-height: 1.6;
}

.swse_info_siguiente

{
  text-align: left;
   background: #f8f9fa;
  padding: 40px;
   border-radius: 12px;
    margin-bottom  :  35px;
	
}

.swse_subtitulo_gracias {
				 font-size :      24px;
         font-weight: 700;
	color: #2c3e50;
  margin-bottom: 28px;
    text-align: center;
}

.swse_pasos_siguientes	{
  display: flex;
	 flex-direction: column;
  gap: 25px;
}

.swse_paso {
  display: flex;
    gap: 20px;
   align-items: flex-start;

}

.swse_numero_paso {
    width: 50px;
       height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color   :#fff;
    border-radius: 50%;
  display: flex;
    align-items: center;
    justify-content  :  center;
    font-size: 22px;
	font-weight: 700;
    flex-shrink: 0;
}

.swse_texto_paso h3 {
    font-size: 18px;
	 font-weight: 600;
    color: #2c3e50;
  margin-bottom: 6px;
}

.swse_texto_paso p {


  color: #666;
	    margin    :       0;
	   line-height  :    1.6;
     }

.swse_acciones_gracias {
    display  :        flex;
   gap: 15px;
  justify-content: center;
}

.swse_boton_primario_gracias {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
       color: #fff;
      padding: 14px 35px;
	border-radius: 50px;
    text-decoration  : none;
   font-weight: 600;
   font-size: 15px;
    display: inline-block;
    transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(102,126,234,0.3);
}

.swse_boton_primario_gracias:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102,126,234,0.4);
}

.swse_boton_secundario_gracias {
    padding: 14px 35px;

	   display: inline-block;

	    background: transparent;

		 border-radius: 50px;

	  border: 2px solid #667eea;

	  color: #667eea;

	   font-weight: 600;

	  font-size: 15px;

		 text-decoration: none;

	   transition    :  all 0.3s;
}

.swse_boton_secundario_gracias:hover {
    background: #667eea;
    color: #fff;
}@media (max-width: 768px) {
.swse_contenido_gracias {
padding: 40px 25px;
}
.swse_titulo_gracias {
font-size: 28px;
}
.swse_acciones_gracias {
flex-direction: column;
}
.swse_info_siguiente {
padding: 30px 20px;
}
}.swse_info_adicional {
  padding: 75px 0;
   background :       #fff;
}

.swse_fila_info   {
    display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
	  gap: 35px;
}

.swse_tarjeta_info {
  text-align: center;
    padding: 40px 30px;
  background    :        #f8f9fa;
  border-radius   :   12px;
                    transition: all 0.3s;
}

.swse_tarjeta_info:hover  {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.swse_icono_tarjeta {
  width: 70px;
    height: 70px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   border-radius: 50%;
    display: flex;
	align-items: center;
    justify-content: center;
          margin: 0 auto 20px;
}

.swse_icono_tarjeta img {
   width: 35px; 
   height: 35px; 
  filter: brightness(0) invert(1);
}  

.swse_tarjeta_info h3 {
  font-size: 20px;
   font-weight: 600;
  color: #2c3e50;
       margin-bottom: 12px;
}



.swse_tarjeta_info p {
   color: #666;
  line-height   :   1.6;
  margin-bottom: 10px;
}

.swse_dato_contacto {
	 font-weight: 600;
    color: #3498db;
   font-size: 16px;
}@media (max-width: 768px) {
.swse_fila_info {
grid-template-columns: 1fr;
}
}.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;
    }
}