html{overflow-x:hidden;}
body{overflow-x:hidden;}

.rg sup{font-size:20px!important; top:-3px!important;}

.frame-form iframe{height:800px!important;}

#_builder-form{ padding-bottom:0px!important;
    padding-left:0px!important;
    padding-right:0px!important;}


/*Arrows sliders*/
.elementor-swiper-button {
	position: absolute;
}

.elementor-widget-testimonial-carousel svg{
	width: 20px;
}

.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{
top: calc(100% - (0px / 2)) !important;
left: calc(50% - (40px))!important;
z-index: 10 !important;
}

.elementor-swiper-button-next{
top: calc(100% - (0px / 2)) !important;
right: calc(50% - (40px))!important;
z-index: 10 !important;
}

/*END Arrows sliders*/
/* Modern desktop table styling — no cambia nada en mobile */
@media (min-width: 768px) {
  .mobile-cards-wrap {
    display: block;
    overflow-x: auto;
    margin: 0 0 28px;
    border: 1px solid #dfe6ee;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(16, 30, 46, 0.07);
  }

  .mobile-cards-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
  }

  .mobile-cards-table tr {
    background: #ffffff !important;
  }

  .mobile-cards-table tr:nth-child(even) {
    background: #f5f9fd !important;
  }

  .mobile-cards-table tr:hover {
    background: #eaf3fb !important;
  }

  /* header row: banner degradado en vez del azul plano */
  .mobile-cards-table tr:first-child {
    background: linear-gradient(135deg, #6CADDF, #4f95cc) !important;
  }

  .mobile-cards-table tr:first-child td {
    padding: 14px 18px;
    font-size: 12.5px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff !important;
    border: none !important;
  }

  .mobile-cards-table tr:first-child td strong {
    color: #ffffff !important;
  }

  .mobile-cards-table td {
    padding: 13px 18px;
    font-size: 14.5px;
    line-height: 1.55;
    vertical-align: top;
    color: #3a4653;
    border: none;
    border-bottom: 1px solid #eef2f6;
  }

  .mobile-cards-table tr:last-child td {
    border-bottom: none;
  }

  /* primera columna: etiqueta destacada */
  .mobile-cards-table td:first-child {
    font-weight: 700 !important;
    color: #17324a;
  }

  .mobile-cards-table td:first-child strong {
    color: #17324a;
  }
}
