/* Estilos para Landing Manchester */
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

:root {

/* Colors: */
--unnamed-color-000000: #000000;
--unnamed-color-ffffff: #FFFFFF;
--unnamed-color-4e4e4e: #4E4E4E;
--unnamed-color-848484: #848484;
--rojo-invex-web: #B20031;

/* Font/text values */
--unnamed-font-family-oxygen: Oxygen;
--unnamed-font-style-normal: normal;
--unnamed-font-weight-300: 300px;
--unnamed-font-weight-bold: bold;
--unnamed-font-weight-normal: normal;
--unnamed-font-size-10: 10px;
--unnamed-font-size-12: 12px;
--unnamed-font-size-15: 15px;
--unnamed-font-size-19: 19px;
--unnamed-font-size-26: 26px;
--unnamed-font-size-35: 35px;
--unnamed-character-spacing-0: 0px;
--unnamed-line-spacing-12: 12px;
--unnamed-line-spacing-15: 15px;
--unnamed-line-spacing-19: 19px;
--unnamed-line-spacing-21: 21px;
--unnamed-line-spacing-23: 23px;
--unnamed-line-spacing-40: 40px;
--unnamed-line-spacing-41: 41px;
}


body {
  font-family: 'Oxygen', sans-serif;
}


a {
  color:#B20031;
  text-decoration: underline;
}

a:hover {
  color:#8f052c;
}


main {
  padding-bottom: 0;
}

h5 {
  color:#000000;
  font-size: 1.2em;
}

.navbar.navbar-light {
  background: color #fff;
}

.logo-invex-header {
  max-width: 200px;
}

.shadows{text-shadow: 1px 1px 5px #000;}
/*.img-header {
  height: 100vh;
  background: rebeccapurple url("../img/img-header.png") no-repeat center center;
  background-size: cover;
}
*/
@media (min-width: 1020px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
  .fondo-header {
    background: url("../img/back-home-1.jpg") no-repeat center bottom fixed;
    background-size: cover;
  }
}

.img_header {
  max-width: 90%;
  z-index: 100;
}

@media (min-width: 1020px) {
  .img_header {
    max-width: 70%;
  }
}




.box-transp {
  margin-top: 35%;
  padding: 30px;
  background: var(--rojo-invex-web) 0% 0% no-repeat padding-box;
  background: #B20031 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}


.card {
  border: none;
  border-radius: 1rem;
}

.card-deck {
}

.pleca-solicitala {
  background-color: #EBEBEB;
  margin-top: -80px;
  padding-top: 80px;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}

.btn-manchester {
  color: #fff;
  background-color: #B20031;
  border-color: #B20031;
  font-size: 1em;
}
.btn-manchester:hover {
  color: #fff;
  background-color: #96052e;
  border-color: #770525;
}
.btn-manchester.focus,
.btn-manchester:focus {
  color: #fff;
  background-color: #96052e;
  border-color: #770525;
  box-shadow: 0 0 0 0.2rem rgba(178, 0, 49, 0.5);
}
.btn-manchester.disabled,
.btn-manchester:disabled {
  color: #fff;
  background-color: #B20031;
  border-color: #B20031;
}
.btn-manchester:not(:disabled):not(.disabled).active,
.btn-manchester:not(:disabled):not(.disabled):active,
.show > .btn-manchester.dropdown-toggle {
  color: #fff;
  background-color: #96052e;
  border-color: #770525;
}
.btn-manchester:not(:disabled):not(.disabled).active:focus,
.btn-manchester:not(:disabled):not(.disabled):active:focus,
.show > .btn-manchester.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 68, 158, 0.5);
}

ul {
  padding-left: 1.5em;
}
ul li {
  color: #B20031;
  margin-bottom: 1em;
}

ul ul {
  list-style: square;
}

ul ul li {
  color: #8dc63f;
}

ul li span {
  color: #2B2B2B;
}

ul ul li span {
  color: #757575;
}

.icon-beneficios {
  max-width: 20%;
}

.text-volaris {
  color: #a12885;
}

.text-manchester {
  color: #B20031;
}

.media-body {
  color:#4E4E4E;
}

.btn-vermas {
  max-width: 80px;
}

.footer {
  background: #B20031;
  min-height: 50px;
}

.recuadro-rojo-mobile {
  display: none;
}
.recuadro-steps {
  border-radius: 8px;
  max-width: 96%;
}

.recuadro-steps-rojo {
  z-index: 150; 
  border-radius: 8px;
  max-width: 96%;
  background-color: #B20031;
}

.recuadro-steps img {
  max-width: 70%;
}

.number-solicito {
  opacity: 0.3;
}

.recuadro-requisitos {
  border-radius: 6px;
  background-color: #B20031;
}

.recuadro-requisitos p, .recuadro-requisitos ul li {
  color:#ffffff;
}

#btnfijo {
  position: -webkit-sticky; 
  position: sticky;
  top: 160px; 
  bottom: 50px;
  z-index: 100;
}

.btn_fijo.position-fixed {
  z-index: 1000;
  top: 160px;
  right: 30vh;
}

.footer {
  padding: 0px;
  margin-bottom: 0;
}
.footer p, .footer a {
  color:#ffffff;
}
.footer img {
  margin-top: 5%;
}

.pleca-tarjeta {
  background-color: #B20031;
}

.pleca-tarjeta p {
  font-size: 2em;
}

.pleca-tarjeta-mobile {
  background-color: #B20031;
}

.pleca-tarjeta-mobile p {
  font-size: 2em;
}

.logo-footer {
  float: right;
}

@media (max-width: 992px) {
  .footer {
    margin-bottom: 0;
  }
  .recuadro-steps {
    margin-top: 10px;
    border-radius: none;
  }

  .recuadro-steps img {
    max-width: 70%;
  }
  .logo-footer {
    float: none;
  }
}


  @media (max-width: 1200px) {

  }

   @media (max-width: 1400px) {

  }

  @media (max-width: 992px) {

    body {
      padding-bottom: 0;
    }
  }

  @media (max-width: 767px) {

    .pleca-tarjeta {
      visibility: hidden;
      display: none;
    }
    .pleca-tarjeta-mobile {
      visibility: visible;
      display: block;
      margin-top: -20px;
    }

    .recuadro-rojo-mobile {
      display: block;
    }
    .term{
      font-size: 9px !important;
      line-height: 14px !important;
    }
    .sacv{
      font-size: 6.5px !important;
    }
    .sacv2{
      font-size: 6.5px;
      font-weight: 300;
      text-align: right;
      display: flex;
      align-items: center;
      margin-right: 0px !important;
      padding-left: 70px;
    }
    .footer {
      padding: 10px !important;
    }
  }

  @media (min-width: 768px) {

    .pleca-tarjeta {
      visibility: visible;
      display: block;
    }
    .pleca-tarjeta-mobile {
      visibility: hidden;
      display: none;
    }

  }

/*Propios*/
/*Footer*/
.pad-der{
  padding-right: 0px !important;
  margin-left: 40px;
}
.txt-log{
  font-size: 9px;
  font-weight: 300;
  text-align: left;
  line-height: 15px;
  padding-top: 15px;
  padding-right: 200px;
}
.term{
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  line-height: 15px;
}
.sacv{
  font-size: 9px;
  font-weight: 300;
  text-align: right;
  display: flex;
  align-items: center;
  margin-right: 0px !important;
}
.img-inv{
  margin-top: 0% !important;
  padding-top: 0px;
}
.pad-top{
  padding-top: 1.6rem;
}
/*Responsive*/
@media (min-width: 768px) {
  .mob{
    display: none !important;
  }
  .mt-4{
    margin-top: 3.6rem !important;
  }
  .mt-5{
    margin-top: 7.1rem !important;
  }
}
@media (max-width: 769px) {
  .desk{
    display: none;
  }
  .img-inv{
    margin-top: 0% !important;
    padding-top: 10px !important;
  }
}


