.elementor-1042 .elementor-element.elementor-element-f1c6299{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1042 .elementor-element.elementor-element-d2058a6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1042 .elementor-element.elementor-element-d01160f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1042 .elementor-element.elementor-element-25826cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-122px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-40d7811 *//* SECCION */

.satisfaccion-seccion{
  font-family:'Poppins',sans-serif;
  background:#ffffff;
  padding:80px 20px;
}

/* CONTENEDOR */

.satisfaccion-contenedor{
  max-width:1100px;
  margin:0 auto;
}

/* TITULO */

.satisfaccion-titulo{
  font-size:36px;
  font-weight:700;
  color:#245183;
  text-align:left;
  position:relative;
  padding-bottom:18px;
  margin-bottom:35px;
  line-height:1.3;
}

/* LINEA VERDE */

.satisfaccion-titulo::after{
  content:"";
  width:60px;
  height:3px;
  background:#1FC8BE;
  position:absolute;
  left:0;
  bottom:0;
  border-radius:10px;
}

/* TEXTOS */

.satisfaccion-texto{
  color:#666;
  line-height:1.9;
  text-align:justify;
  margin-bottom:22px;
  width:100%;
}

/* CONTENEDOR WIDGET */

.satisfaccion-widget{
  margin-top:45px;
  padding:35px;
  background:#f8fbfb;
  border-radius:20px;
  border:1px solid #eef2f5;
  overflow:auto;
}

/* TABLAS */

.satisfaccion-widget table{
  width:100%;
  border-collapse:collapse;
}

.satisfaccion-widget table th,
.satisfaccion-widget table td{
  padding:14px;
  border-bottom:1px solid #e9ecef;
  text-align:left;
  color:#555;
}

.satisfaccion-widget table th{
  color:#245183;
  font-weight:600;
}

/* BOTONES Y LINKS */

.satisfaccion-widget a,
.satisfaccion-widget button{
  background:#1FC8BE !important;
  color:#ffffff !important;
  border:none !important;
  border-radius:10px;
  padding:10px 18px;
  text-decoration:none !important;
  transition:0.3s ease;
}

.satisfaccion-widget a:hover,
.satisfaccion-widget button:hover{
  background:#17a89f !important;
  color:#ffffff !important;
}

/* LIMPIEZA WORDPRESS */

.satisfaccion-seccion,
.satisfaccion-seccion *{
  background-image:none !important;
}

/* RESPONSIVE */

@media(max-width:768px){

  .satisfaccion-seccion{
    padding:60px 18px;
  }

  .satisfaccion-titulo{
    font-size:30px;
  }

  .satisfaccion-widget{
    padding:22px;
  }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7c481ae *//* TARJETA */
.pdf-preview-card{
  max-width:900px;
  margin:50px auto 0;
  background:#fff;
  border:1px solid #eef2f5;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  text-align:center;
  padding:35px;
}

/* IMAGEN */
.pdf-preview-image{
  display:flex;
  justify-content:center;
  margin-bottom:25px;
}

.pdf-preview-image img{
  width:auto;
  max-width:100%;
  max-height:420px;
  height:auto;
  display:block;
  border-radius:12px;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  transition:transform .3s ease;
}

.pdf-preview-image img:hover{
  transform:translateY(-4px);
}

/* CONTENIDO */
.pdf-preview-content{
  max-width:700px;
  margin:0 auto;
}

.pdf-preview-content h3{
  color:#245183;
  font-size:28px;
  margin:0 0 15px;
}

.pdf-preview-content p{
  color:#666;
  line-height:1.8;
  text-align:justify;
  margin-bottom:25px;
}

/* BOTÓN */
.pdf-btn{
  display:inline-block;
  background:#1FC8BE;
  color:#fff !important;
  padding:14px 22px;
  border-radius:10px;
  text-decoration:none !important;
  font-weight:500;
  transition:.3s;
}

.pdf-btn:hover{
  background:#17a89f;
  color:#fff !important;
}

/* RESPONSIVE */
@media(max-width:768px){

  .pdf-preview-card{
    padding:25px;
  }

  .pdf-preview-image img{
    max-height:300px;
  }

  .pdf-preview-content h3{
    font-size:24px;
  }

}/* End custom CSS */