.elementor-kit-9{--e-global-color-primary:#D7A865;--e-global-color-secondary:#25638A;--e-global-color-text:#4D4D4D;--e-global-color-accent:#65AAD6;--e-global-color-32a95fe:#8A6633;--e-global-color-eace0e0:#FFD191;--e-global-color-4bd0cfd:#FFFFFF;--e-global-color-f9c54b8:#7D7D7D;--e-global-color-447ebb3:#453319;--e-global-color-690751b:#999999;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Epilogue", Sans-serif;font-size:1.8rem;font-weight:400;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-text );}.elementor-kit-9 h1{font-family:"Epilogue", Sans-serif;font-size:5.5rem;font-weight:700;}.elementor-kit-9 h2{font-family:"Epilogue", Sans-serif;font-size:3.5rem;font-weight:700;}.elementor-kit-9 h3{font-family:"Epilogue", Sans-serif;font-size:2.5rem;font-weight:700;}.elementor-kit-9 h4{font-family:"Epilogue", Sans-serif;font-size:2.8rem;font-weight:500;}.elementor-kit-9 h5{font-size:2.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}.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:1366px){.elementor-kit-9 h1{font-size:4.5rem;}.elementor-kit-9 h2{font-size:2.5rem;}.elementor-kit-9 h3{font-size:2.5rem;}}@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-9{font-size:1.6rem;}.elementor-kit-9 a{font-size:1.6rem;}.elementor-kit-9 h1{font-size:4rem;}.elementor-kit-9 h2{font-size:2.8rem;}.elementor-kit-9 h3{font-size:2.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {font-size: 65%;}

p {
    margin-bottom: 1rem;
    line-height: 1.75;
}

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.3rem!important;
  line-height: 1.3;
}

small, .text_small {
    font-size: 1.4rem;
}
.color-importe{
    color: #896533;
    font-weight: bold;
}
.subrayado-claro {
  position: relative;
  text-decoration: none;
  color: inherit; /* Mantiene el color del enlace, puedes cambiarlo si lo deseas */
}
/*SUBRAYADO CLARO*/
.subrayado-claro::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px; /* Esto establece la separación de 3px del subrayado */
  width: 100%;
  height: 2px; /* Puedes ajustar el grosor del subrayado según prefieras */
  background-color: #FFD191;
  transition: background-color 0.3s ease; /* Agrega una transición suave si lo deseas */
}

.subrayado-claro:hover::after {
  background-color: #43484B; /* Cambia el color en hover si lo necesitas */
}
/*SUBRAYADO OSCURO*/
.subrayado-claro {
  position: relative;
  text-decoration: none;
  color: inherit; /* Mantiene el color del enlace, puedes cambiarlo si lo deseas */
}
.subrayado-oscuro::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px; /* Esto establece la separación de 3px del subrayado */
  width: 100%;
  height: 2px; /* Puedes ajustar el grosor del subrayado según prefieras */
  background-color:#8A6633;
  transition: background-color 0.3s ease; /* Agrega una transición suave si lo deseas */
}

.subrayado-oscuro:hover::after {
  background-color: #43484B; /* Cambia el color en hover si lo necesitas */
}
.color-titulo{
    color: #65AAD6;
}
.azul-oscuro {
    color:#25638A;
}/* End custom CSS */