
@font-face {
  font-family: 'Escuela';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8511/fonts/Escuela-Bold.woff2') format('woff2'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8511/fonts/Escuela-Bold.woff') format('woff'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8511/fonts/Escuela-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Escuela';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8511/fonts/Escuela-Black.woff2') format('woff2'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8511/fonts/Escuela-Black.woff') format('woff'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8511/fonts/Escuela-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}



.container-main {
  position: relative;
  z-index: 1;
/*  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);*/
  max-width: 1400px;
  /* overflow: hidden; */

}

.container-footer {
  max-width: 1400px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);

}

.container-main::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
 

  background-image: radial-gradient(43.43% 61.01% at 50% 50.03%,
      #0058A6 0%,
      #27277C 70%,
      #181452 100%);
  filter: blur(62px);
}


.container-main>* {
  position: relative;
  z-index: 1;
}

.header-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}

/* The full-width hero image */
.headerHero {
  width: 100%;
  height: auto;
  display: block;
}

/* Overlay with nav + logo on top of the image */
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1rem;
  z-index: 2;
}

.logo-img {
  height: auto;
  width: 98px;
}

.nav-links a.nav-item {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.nav-links a.nav-item:hover {
  color: #FFCB05;
}

/* === MOBILE MENU OVERLAY === */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0025a5;
  z-index: 9999;
  display: none;
  flex-direction: column;
  padding: 2rem 1.5rem;
}

.mobile-menu.active {
  display: flex;
}

/* === MOBILE MENU STRUCTURE === */
.mobile-menu .logo-img {
  width: 110px;
}

.mobile-menu .close-btn {
  background-color: #FFC45B;
  border: none;
  border-radius: 50%;
  padding: 0.5rem;
}

.mobile-menu .close-btn img {
width: 35px;
  height: 34px;
}

/* Top row with logo and close */
.mobile-menu .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

/* === MOBILE NAVIGATION LINKS === */
.mobile-nav {
  width: 100%;
}

.mobile-nav-link {
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 1.5rem;
  color: white;
  margin-bottom: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-nav-link.active {
  background-color: rgb(0, 161, 225);
  padding: 0.5rem 1rem;
  border-radius: 8px;
}

.text-bg-info{
  background-color:rgb(0, 161, 225);;
}

/* === BURGER BUTTON (mobile) === */
.menu-toggle {
  background-color: #FFC45B;
  border: none;
  border-radius: 50%;
  padding: 0.5rem;
}

.menu-toggle img {
width: 35px;
  height: 34px;
}

/* Prevent scroll behind the mobile menu */
body.menu-open {
  overflow: hidden;
}

.mindLogo {
  height: auto;
  width: 330px;
}

.footer-logo img {
  max-width: 120px;
  max-height: 88px;
}





body{
  /* background-image: radial-gradient(#0E2BBD, #0E2BBD, #0E2B8E 50%, #221F60 100%); */
  background-color: #191553;
  background-size: cover;
  /* background-position: 100%; */
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: 'Escuela', sans-serif; 
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}



  .footer-text, .title, .main-title, .short-terms{
font-weight: 900;
font-style: normal;
  -webkit-font-smoothing: antialiased;

  }
  

.title {
  font-size: 34px;
  letter-spacing: 0.62px;
}

.main-title {
  font-size: 25px;
  letter-spacing: 0.46px;
}

.main-text{
  font-size: 21px;
  line-height: normal;
  letter-spacing: 0.46px;
  font-weight: 700;
  color: white;
}

.body-text {
  font-size: 19px;
  line-height: normal;
  letter-spacing: 0.38px;
  font-weight: 900;
  color: white;
}

.form-text {
  color: #6F6F6F;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 900;
}

.short-terms {
  font-size: 9px;
  letter-spacing: 0.18px;
}

.footer-text{
  font-size: 40px;
  font-weight: 900;
  line-height: 41px;
}

.headline{
  width: 100%;
  max-width: 440px;
}

.cbSoon{
  width: 100%;
  max-width: 440px;
}

.text-primary {
  color: #051672 !important;
}

.text-warning{
  color: #FFB800!important;
}

.btn-primary {
  background-color: #5EC7F8;
  border: none;
  font-weight: bold;
}
.btn-warning,
.btn-warning:visited,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  border-radius: 2rem;
  min-height: 62px;
  background-color: #F9BB20;
  color: #051672;
  font-weight: 900;
  font-size: 31px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  /* outline: none;
  box-shadow: none; */
}

.btn-primary,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-radius: 2rem;
  min-height: 37px;
  background-color: #0E4998;
  color: white;
  outline: none;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  /* box-shadow: none; */
  border: transparent;
  font-weight: 900;
  font-size: 14px;
}

.form-control {
  border-radius: 2.5em;
}

.form-floating>.form-select {
  color: #6f6f6f;
  font-weight: 900;
  font-size: 15px;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 38px;
  line-height: 1.25;
  padding-left: 16px;
  border-radius: 48px;
  color: #6F6F6F;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  color:#6F6F6F
}

.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating label {
  width: 100%;
  padding: 7px 0px 5px 18px;
  text-align: left;
  /* background-color: transparent; */
  border: 0;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #ffffff;
}


.modal-content{
  border-radius: 2.5rem;
  /* border-radius: 40px; */
  border: 3px solid #FEC86C;
  background: #242986;
}

.btn-close {
  filter: invert(1);
}

.modal-header.pass-modal {
  border-bottom: none;
}

.otp-input-group {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* Input field */
.otp-input-group input.form-control {
    border: none;
      border-radius: 999px 0 0 999px;
      padding: 0 6px;
      height: 46px;
      font-size: 14px;
      font-weight: 600;
      color: #6c6c6c;
      background-color: #ffffff;
      box-shadow: none;
      flex: 1;
    }

/* Button */
.otp-input-group .btn {
  border: 2px solid #ffffff;
  border-radius: 0 999px 999px 0 !important;
  background-color: #0E4998;
  color: #fff;
  font-weight: 700;
  padding: 0 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  white-space: nowrap;
      font-size: 11px;
}

button.btn.btn-primary.rounded-pill.text-white {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 64px;
  padding-right: 1rem;
  padding-left: 1rem;
  background: #0E4998;
  border: 2px solid #ffffff;
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.2));
}

/* Fix Bootstrap’s default spacing */
.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0 !important;
  border-radius: 0 999px 999px 0 !important;
}

.wrapper-footer {
  padding: 0;
  background: radial-gradient(86.88% 86.88% at 52.82% 47.31%, #002AC2 0%, #002B94 50%, #00005C 100%);
  position: relative;
  overflow: hidden;
}

.yellow-bar {
  width: 100%;
  height: 78px;
  background: #F9BB20;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrapper-footer .container {
  position: relative;
  z-index: 2;
  padding: 2rem 1rem 1rem;
}

.footer-image img.chocoDigestives {
  max-width: 544px;
  height: auto;
  padding-left: 20px;
}

.footer-image {
  top: 0px;
}

.wrapper-footer-menu .nav-link {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  padding-left: 0;
  
  padding-right: 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}


.wrapper-footer-menu .nav-link:hover {
  text-decoration: underline;
  text-decoration-color: rgb(255, 203, 102);

      text-decoration-thickness: 2px;
}

.wrapper-footer-social .footer-social-list {
  border-bottom: 1px solid rgb(255, 203, 102);
  display: flex;
  justify-content: flex-end;
}

.wrapper-footer-social .views-row {
  background-color: rgb(255, 203, 102);
  border-radius: 0.25rem 0.25rem 0 0;
  display: flex;
  gap: 7px;
  padding: 0.25rem 0.5rem;
}

.wrapper-footer-social .social-item {
  display: flex;
  align-items: center;
}

.wrapper-footer-social .social-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 203, 102);
  border-radius: 0.125rem;
  padding: 0.25rem;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

.wrapper-footer-social .social-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.wrapper-footer-base {
  /* padding: 2rem 1rem 1rem; */
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2em;
}

.base-menu-container ul {
  padding-left: 0;
  margin-bottom: 0;
  gap: 1.5rem;
}

.base-menu-container .nav-item {
  list-style: none;
}

.wrapper-footer-base .nav-link,
.wrapper-footer-base .nav-link:link {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
}

.wrapper-footer-base .nav-link:hover {
  text-decoration-color: rgb(255, 203, 102);
}


.pladis-logo {
  background: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8511/media/pladisLogo.svg') no-repeat center center;
  background-size: contain;
  width: 94px;
  height: 43px;
}


.base-menu-container ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  gap: 1.5rem;
}


.wrapper-footer-base .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.mobile-menu:not(.active) {
  display: none !important;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: rgb(0, 161, 225);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: rgb(0, 161, 225);
}

@media (min-width:768px) {

  .footer-image img.chocoDigestives {
      max-width: 670px;
    }

    .mobile-menu {
      display: none !important;
    }

    .wrapper-footer-base {
      flex-flow: column;
    } */

.title {
    font-size: 41px;
    letter-spacing: 0.82px;
  }

.main-title {
  font-size: 28px;
  letter-spacing: 0.56px;
}

.main-text {
  font-size: 23px;
  letter-spacing: 0.46px;
}

.footer-text {
  font-size: 49px;
    letter-spacing: 0.2px;
    line-height: 51px;
    margin-bottom: 50px;
}

.form-floating>.form-select {
  font-size: 16px;
}

.nav-links {
  display: flex !important;
  align-items: center;
}

.logo-img {
  height: auto;
  width: 187px;
}



.mindLogo {
  height: auto;
  width: 430px;
}

.wrapper-footer-inner {
  padding: 0px 5rem;
}


}

@media (min-width:1000px) {
.footer-image {
    top: -77px;
  }
}

@media (min-width:1400px) {
  .footer-image {
    top: -62px;
  }
}
