.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#8F8770;--e-global-color-text:#000000;--e-global-color-accent:#8F8770;--e-global-color-6a730a4:#FFFFFF;--e-global-color-3a0b077:#C2BDB0;--e-global-color-87a729b:#F8F5EF;--e-global-color-9ccb13f:#0000001A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:0.95rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-d79615e-font-family:"Inter";--e-global-typography-d79615e-font-size:0.9rem;--e-global-typography-d79615e-font-weight:400;--e-global-typography-9063177-font-family:"Inter";--e-global-typography-9063177-font-size:4rem;--e-global-typography-9063177-font-weight:300;--e-global-typography-f9bbe7e-font-family:"Inter";--e-global-typography-f9bbe7e-font-size:3rem;--e-global-typography-f9bbe7e-font-weight:300;--e-global-typography-12ddf51-font-family:"Inter";--e-global-typography-12ddf51-font-size:2rem;--e-global-typography-12ddf51-font-weight:300;--e-global-typography-3b486b2-font-family:"Inter";--e-global-typography-3b486b2-font-size:0.8rem;--e-global-typography-3b486b2-font-weight:500;--e-global-typography-3b486b2-text-transform:uppercase;--e-global-typography-3b486b2-line-height:1.2em;--e-global-typography-3b486b2-letter-spacing:2px;--e-global-typography-5473e06-font-family:"Inter";--e-global-typography-5473e06-font-size:1.3rem;--e-global-typography-5473e06-font-weight:400;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-secondary );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{padding:10px 16px 10px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-10{--e-global-typography-9063177-font-size:3rem;--e-global-typography-f9bbe7e-font-size:2rem;--e-global-typography-f9bbe7e-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */table {
  border-collapse: collapse;
  border-radius: 6px;
  overflow: hidden;
}

thead th {
  background-color: #C2BDB0; /* Fondo rojo */
  color: black; /* Texto blanco */
}

thead tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

thead tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

td, th {
  border: none !important; /* Elimina los bordes de las celdas */
}/* End custom CSS */