.elementor-kit-24438{--e-global-color-primary:#043F7B;--e-global-color-secondary:#6EC2DE;--e-global-color-text:#202020;--e-global-color-accent:#FF636A;--e-global-color-ca71496:#FFFFFF;--e-global-color-3eef3bd:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-24438 e-page-transition{background-color:#FFBC7D;}.elementor-kit-24438 img{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{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 */.mi-seccion-custom {
  font-family: "Roboto", sans-serif;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.mi-seccion-custom .caja {
  position: relative;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 3.5rem;
  max-width: 400px;
  width: 90%;
  text-align: center;
}

.mi-seccion-custom .logo {
  position: absolute;
  justify-content: center;
  top: 20px;
  left: 230px;
  width: 60px;
  height: auto;
}

.mi-seccion-custom h2 {
  margin-bottom: 1.5rem;
}

.mi-seccion-custom p {
  font-size: 1.2rem;
  margin: 1rem 0;
  line-height: 1.5;
  color: #222222;
}

.mi-seccion-custom .btn {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  padding: 1rem;
  font-size: 1rem;
  background-color: #043f7b;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: bold;
}

.mi-seccion-custom .btn:hover {
  background-color: #004080;
}/* End custom CSS */