@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&display=swap');

.html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 100px;
  font-family: 'Raleway', sans-serif;
}

.fs-20 {
  font-size: 20px !important;
}

.hero {
    background-color: #fff;
}

.pt-70 {
  padding-top: 70px !important;
}

.section-title {
  font-weight: 600;
}

.title-shadow {
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3) !important;
}

.section-subtitle {
    font-weight: 500 !important;
}

footer a {
    text-decoration: none;
}

.bg-primary-blue-color {
    background-color: #242B62 !important;
}

.text-primary-blue {
  color: #242B62 !important;
}

.text-primary-red {
    color: #FF2D2D !important;
}

.text-primary-gray {
  color: #666666 !important;
}

.text-primary-link {
  color: #3A3AFA !important;
  text-decoration: none !important;
}

.navbar-button {
    border: solid 1px #242B62 !important;
    box-shadow: 0px 4px 26px 0px rgba(255, 44, 44, 0.25);
}

.shadow-header {
    border-bottom: solid 0.2px #f3f3f3 !important;
}

.hero-text {
  margin-top: 0px !important;
}

.hero-section {
  position: relative;
  background-image: url('/assets/landing-partner/banner-v1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  padding: 4rem 2rem;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .hero-section {
    background-image: url('/assets/landing-partner/banner-v1-responsive.png');
  }

  .hero-text {
    margin-top: -200px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-text {
    margin-top: -220px !important;
  }
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #242B62 0%, rgba(36, 43, 98, 0.7) 0%, rgba(36, 43, 98, 0) 100%);
  z-index: 1;
  pointer-events: none;
}


.hero-content {
  max-width: 600px;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1a1a1a;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}

.hero-content .highlight {
  color: #FF2C2C;
}

.hero-content p {
  font-size: 1.125rem;
  margin: 1rem 0 2rem;
  color: #333;
}

.btn-cta {
  background-color: #242B62;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: bold;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 8px 32px 0 rgba(14, 1, 109, 0.8);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn-cta:hover {
  color: white;
  background-color: #1b204f;
  transform: translateY(-2px);
}

.red-divider {
  height: 3px; 
  margin: 10px 0;
  background-color: #FF2C2C; 
}

.register-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-color: #e2e4e6;
  overflow: hidden;
}

.register-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #242B62 0%, rgba(36, 43, 98, 0.7) 0%, rgba(36, 43, 98, 0) 90%);
  z-index: 1;
  pointer-events: none;
}

.register-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 600px !important;
  height: 100%;
}

.password-button {
  color: black;
  border-color: #dee2e6 !important;
  border-left: solid 1px white !important;
}

.password-button:hover,
.password-button.active {
  color: #242B62;
  background-color: white;
  border-color: #dee2e6 !important;
  border-left: solid 1px white !important;
}

.btn-register-blue-color {
  margin: solid 1px #242B62 !important;
  background-color: #242B62 !important;
}

.requeriments-section {
   background-color: #F8F9FA;
}

.btn-dark-no-hover:hover {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

.contact-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  background-color: #242B62;
  overflow: hidden;
}

.contact-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  z-index: 1;
  pointer-events: none;
}

.contact-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 600px !important;
  height: 100%;
}

.sale-now-button {
  color: white !important;
  background-color: #FF2C2C !important;
  border-color: #FF2C2C !important;
  box-shadow: 0px 4px 26px 0px rgba(255, 44, 44, 0.25);
}

.sale-now-button:hover
.sale-now-button:focus
.sale-now-button:active {
  color: white !important;
  background-color: #FF2C2C !important;
  border-color: #FF2C2C !important;
  box-shadow: 0px 4px 26px 0px rgba(255, 44, 44, 0.25);
}

.w-sm-100-only {
  width: 100%;
}

@media (min-width: 768px) {
  .w-sm-100-only {
    width: auto;
  }
}

.btn-responsive-width {
  width: 100%;
}

@media (min-width: 768px) {
  .btn-responsive-width {
    width: 50%;
  }
}

.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none;
    outline: none;
}