.elementor-36 .elementor-element.elementor-element-55e665d{--display:flex;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b4ab4ff */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background: #ffffff;
  color: #1f2937;
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 15px;
}

.text-center {
  text-align: center;
}


/* HEADER */
.header {
  background-color: #ffffff;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #111827;
}

.logo-icon {
  background-color: #10b981;
  color: white;
  border-radius: 10px;
  padding: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.logo-text {
    font-weight: 650;
}


/* BOTONES */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s ease;
  font-size: 1rem;
}

.btn-primary {
  background-color: #059669;
  color: white;
}

.btn-primary:hover {
  background-color: #047857;
}

.btn-outline {
  border: 2px solid #059669;
  color: #059669;
  background-color: white;
}

.btn-outline:hover {
  background-color: white;
  color: #059669;
  border: 2px solid #059669;
}

.btn.white {
  background-color: white;
  color: #059669;
  border: 2px solid white;
}

.btn.white:hover {
  background-color: #f9fafb;
}

.header {
  position: fixed; 
  top: 10px; 
  left: 0;
  width: 100%; 
  z-index: 1000;
  background-color: #ffffff; 
  border-bottom: 1px solid #e5e7eb; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}


.header {
  padding: 0.8rem 0;
}

.header .container {
  padding: 0 2rem;
}

.logo-icon {
  padding: 0.3rem;
  font-size: 0.85rem;
  margin-right: 0.3rem;
}

.logo {
  font-size: 16px;
}

.btn-primary {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.btn-primary:hover {
  background-color: #059669;
  color: white;
}/* End custom CSS */