html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.main-container {
  height: 89vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.navbar .container {

  max-width: 100% !important;
  padding: 0 40px;

}


.navbar-item, .navbar-link {
  font-family: azo-sans-web, sans-serif;
  font-weight:700;
}

.promo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 40px;
}

.content-info {
      flex: 1;
      width: 100%;
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
}

.content-left-txt {
  flex: 0 0 50%;
  text-align: center;
}

.content-right-txt {
  flex: 0 0 50%;
  margin-top: auto;
  text-align: center;
}

.navbar {
  background:transparent;
  width:100%;
}


.hidden-xs {display:block;}
.visible-xs {display:none;}

.full-txt {
  flex: 0 0 100%;
  text-align: center;
  margin-top: 5px;
}

/* Estilo base del placeholder */
::placeholder {
  color: #001438 !important;
  opacity: .6;              /* Evita que algunos navegadores lo aclaren */
}

/* Prefijos (soporte extendido) */
::-webkit-input-placeholder { color: #001438 !important; }
:-ms-input-placeholder { color: #001438 !important; }       /* IE/Edge antiguo */
::-ms-input-placeholder { color: #001438 !important; }      /* IE/Edge antiguo */


.content-columns {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.left-side {
  background:url('img/imagen-left.jpg') no-repeat center center;
  background-size: cover;
}

.form {
  display: block;
  padding: 15px 40px 10px;
}

.right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  overflow: hidden;
}

.form-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.promo-header h2 {
  font-family: azo-sans-web, sans-serif;
  color: #00033a;
  font-size: 1em;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}

.promo-header h2.size-font {
  font-size:1.1em;
  color:#a1865e;
}

.promo-header h1 {
  font-family: azo-sans-web, sans-serif;
  font-size: 3em;
  margin: 0;
  line-height: 1;
  color: #00033a;
  font-weight: 700;
}

.promo-amount {
  font-family: azo-sans-web, sans-serif;
  font-size: 3.8em;
  color: #a1865e;
  font-weight: bold;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content:center;
  line-height:1;
}
.modal-close {
  position:absolute;
  top:-15px;
  right:-15px;
  z-index:6;
  background:#00033a;
}

.modal-card, .modal-content {
  overflow:initial;
}

.modal-content h3 {
  font-family: azo-sans-web, sans-serif;
  color:#00033a;
}

.product {
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  text-align: center;
}

.promo-amount span {
  font-size: 16px;
  line-height: 1;
  border: 2px #a1865e solid;
  border-radius: 15px;
  padding: 3px 10px;
  margin-left: 10px;
}

.legales-01 {
  margin: 5px 0px 0px;
  font-size: 0.5em;
  font-family: azo-sans-web, sans-serif;
  color: #a1865e;
}

.legales-01 a {
  text-decoration:underline;
  color: #a1865e;
}

.cucarda-desk {
  max-width: 250px !important;
  margin: 50px 30px !important;
}

.grid-legales {
  display:flex;
  align-items:center;
}

.title-reg {
  color: #a1865e;
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
}

.input, .textarea, select {
  border-radius: 5px;
  height: 43px;
  font-size: 14px;
  font-family: azo-sans-web, sans-serif;
  border-color: #e3e4e6;
  box-shadow: none;
} 

.bg-header {
  background-image:url('img/header-background.jpg');
  background-size:cover;
  background-position:center;
  color: white;
  height: 11vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox, .radio {
  font-size: 12px;
  color: #a2855d;
  font-family: azo-sans-web, sans-serif;
}

.navbar-item .logo {
  max-width:100px;
  max-height: inherit;
}

.file.is-boxed .file-cta {
    padding: .5em 1em;
}

.file-label:hover .file-cta:hover {
  background:#001438;
  transition:.6s;
}

.file-cta {
  transition:.6s;
  background: #001438;
  color: #fff;
  font-family: azo-sans-web, sans-serif;
  border-color: #e3e4e6;
  text-transform: uppercase;
  font-size: 14px;
  height: 43px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.is-submit {
  background-color: #001438;
  color: white;
  font-weight: bold;
  width: 100%;
  margin-top: 0px;
}

.product-image {
  max-width: 150px;
  height: auto;
  margin:0px 25px 0px 0px;
}

.legal-text {
  padding: 0px 0px;
  font-size: 11px;
  line-height: normal;
  margin: 0 !important;
  font-family: azo-sans-web, sans-serif;
  color: #a2855d;
}

#preloaderOverlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0e1b4d;
  text-align: center;
  padding: 1rem;
}

#mensajeCarrusel {
  animation: fade 1s ease-in-out;
}

@keyframes fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


@media screen and (max-width: 1023px) {
  .main-container {
    height: auto;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {

  .content-left-txt, .content-right-txt {
    flex:1;
  }

  .grid-legales {
    flex-direction:column;
  }

  .navbar-burger {
    margin-top:auto;
    margin-bottom:auto;
  }

  .product {
    margin-left: 15px;
  }

  .navbar-burger span:first-child {
      top: calc(50% - 8px);
  }

  .navbar-burger span:nth-child(2) {
      top: calc(50% - 2px);
  }

  .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px);
  }

  .navbar-burger span {
    height: 3px;
    left: calc(50% - 30px);
    width:37px;
  }

  .navbar-burger:hover {
    background:transparent;
  }

  .hidden-xs {display:none;}
  .visible-xs {display:block;}

  .bg-header {
    background-image: none !important;
    border-bottom: 7px #a48e6e solid;
  }

  .main-container {
    background-image:url('img/responsive-mobile.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
  }

  .navbar-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: #0a1338;
    border-bottom: 6px #fff solid;
    text-align: center;
  }

  .promo-header {
    padding: 40px 0px 0px;
    flex-direction: column;
    text-align: center;
  }

  .promo-header h2, .promo-header h1 {
    color:#fff !important;
  }


  .cucarda-responsive {
    max-width: 220px;
    margin: 0 auto 30px;
  }

  .promo-header h2 {
    font-size: 1em !important;
  }

  .promo-header h1 {
    font-size: 3em !important;
  }

  .promo-header h2.size-font {
    font-size: 1.2em !important;
    margin-top: 25px;
    color: #a1865e !important;
  }

  .promo-amount {
    font-size: 4.3em !important;
  }

  .legales-01 {
    font-size: 0.6em !important;
  }

  .title-reg {
    font-size: 1.2em !important;
  }

  .grid-responsive {
    width: 100%;
    padding: 0 30px;
  }

  .columns.is-multiline {
    padding: 0 20px;
  }
  
 

  .legal-text {
    padding: 0px 20px;
  }

  .form {
    padding: 30px 0px 0px;
    background: #fff;
    margin-top: 30px;
  }

  .background-responsive {
    min-height: 500px;
    width: 100%;
    background-size: cover;
  }

}


