.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-cf30171:#075BA6;--e-global-color-bdd7276:#053C6E;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}{}.sc_layouts_title_caption{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.table-wrapper {
    font-family: "Montserrat" !important;
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Montserrat", sans-serif;
  border: 0 !important;
}

thead {
  background: #054278;
  color: #fff;
}

thead th {
  padding: 14px;
  text-align: center;
  font-size: 11px;
  background: #054278 !important;
}

tbody tr:nth-child(even) {
  background: #fff !important;
}

tbody tr:nth-child(odd) {
  background: #fff !important;
  
}

td {
  padding: 14px;
  font-size: 13px !important;
  border-bottom: 0px solid #e0e0e0;
  text-align: center; border: 0 !important;color: black !important;

}

tbody td:first-child {
  font-weight: 700;
  color: #333;
  text-align: left;
  font-size:12px;
}


}


.con-flechita::after {
  content: "+";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.rem;
  color: #fff;
  
  /* Crear el círculo */
  width: 1.5em;
  height: 1.5rem;
  background: rgb(5, 65, 119);
  border: 0px solid #fff;
  border-radius: 50%;
  
  /* Centrar el símbolo + */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  
  animation: float 2s ease-in-out infinite;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* Al hacer hover en el contenedor, desaparece */
.con-flechita:hover::after {
  opacity: 0;
}

/* Animación de flotación suave */
@keyframes float {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -2px);
  }
}
body, p, span, h1, h2, h3, h4, h5, h6 {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  white-space: normal !important;
}/* End custom CSS */