/*general*/
:root {
  --primary-color: $primary-color;
  --secondary-color: $secondary;
  --white-color: $white-color;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #e1001d;
  color: #fff;
}

::selection {
  background-color: #e1001d;
  color: #fff;
}

/*estilos generales*/
@font-face {
  font-family: 'Intro-Light';
  src: local("IntroLight"), local("IntroLight"), url("../fonts/IntroLight.otf"), url("../fonts/IntroLight.woff2") format("woff2"), url("../fonts/IntroLight.woff") format("woff");
}

@font-face {
  font-family: 'Intro-Regular';
  src: local("IntroRegular"), local("IntroRegular"), url("../fonts/IntroRegular.ttf"), url("../fonts/IntroRegular.woff2") format("woff2"), url("../fonts/IntroRegular.woff") format("woff");
}

@font-face {
  font-family: 'Intro-Bold';
  src: local("IntroBold"), local("IntroBold"), url("../fonts/IntroBold.otf"), url("../fonts/IntroBold.woff2") format("woff2"), url("../fonts/IntroBold.woff") format("woff");
}

@font-face {
  font-family: 'Intro-SemiBold';
  src: local("IntroSemiBold"), local("IntroSemiBold"), url("../fonts/IntroSemiBold.ttf"), url("../fonts/IntroSemiBold.woff2") format("woff2"), url("../fonts/IntroSemiBold.woff") format("woff");
}

body {
  font-family: "Intro-Regular";
}

.text-center-av {
  text-align: center !important;
}

.line-component_av {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
}

.dis-inline-b {
  display: inline-block;
}

.btn-request-nvo {
  background: #e1001d;
  color: #fff !important;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-request-nvo:hover {
  background: gray;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a.av3 {
  padding: 5px 28px;
  font-size: 14.3px;
}

[class*=rounded-line_] {
  float: left;
  background: #e1001d;
  border-radius: 18px;
  margin: 0 1px 0 1px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(40%, #e1001d), to(rgba(160, 1, 4, 0.8)));
  background-image: linear-gradient(to left, #e1001d 40%, rgba(160, 1, 4, 0.8));
}

.round-small1 {
  width: 25px;
  height: 4px;
  margin-right: 2px !important;
}

.round-small2 {
  width: 13px;
  height: 4px;
  margin-left: 2px !important;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.typo-regular {
  font-family: "Intro-Regular";
}

.typo-bold {
  font-family: "Intro-Bold";
}

.text-center {
  text-align: center;
}

section#main-header {
  width: 100%;
  background-color: #E1001D;
  height: 60px;
}

.owl-carousel.owl-loaded {
  position: relative;
}

.owl-theme .owl-nav {
  position: absolute;
  bottom: 15px;
  right: 15%;
  font-size: 2.6em;
  color: #747474;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(120, 120, 120, 0.1);
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.owl-carousel .owl-nav button span {
  line-height: 0;
}

.owl-carousel .item a {
  cursor: pointer;
  display: block;
}

#slider-alianzas {
  z-index: 2;
}

#new-alianzas {
  padding: 0;
}

#new-alianzas .contenedor-menu {
  background: #f1f1f1;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  z-index: 2;
}

#new-alianzas .contenedor-menu .menu-alianzas .nav-item .nav-link {
  padding: 0;
  color: #747474;
  font-size: 12px;
  position: relative;
  height: 48px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#new-alianzas .contenedor-menu .menu-alianzas .nav-item .nav-link:after {
  content: "";
  width: 2px;
  height: 30%;
  background: gray;
  position: absolute;
  border: none;
  right: 0;
  top: 35%;
}

#new-alianzas .contenedor-menu .menu-alianzas .nav-item:last-child .nav-link:after {
  content: none;
}

#new-alianzas .contenedor-menu .menu-alianzas .dropdown-menu {
  width: 100%;
  font-size: 12px;
  background: #f1f1f1;
  -webkit-transform: translate(0px, 0) !important;
          transform: translate(0px, 0) !important;
  top: 48px !important;
  padding: 0;
  border: none;
  inset: 0px auto auto 0px;
  margin: 0px;
}

#new-alianzas .contenedor-menu .menu-alianzas .dropdown-menu .dropdown-item {
  padding: 15px 0;
  padding-left: 20px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  white-space: normal;
}

#new-alianzas .contenedor-menu .menu-alianzas .dropdown-menu .dropdown-item:active {
  background: #e1001d;
}

#new-alianzas .filters {
  padding: 1.5rem .5625rem 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#new-alianzas [class*="col-"] {
  padding: 10px;
}

#new-alianzas .oferts {
  text-align: center;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(214, 211, 214, 0.8);
  box-shadow: 0px 2px 10px -1px rgba(214, 211, 214, 0.8);
  padding: 10px;
  max-width: 95%;
  margin: 0 auto;
  height: 320px;
  border-radius: 20px;
  border: none;
}

#new-alianzas .oferts .tag {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 35%);
  left: 17.5%;
  background-color: #e1001d;
  border-radius: 0 0 20px 20px;
  padding: 6px;
  color: #fff;
}

#new-alianzas .oferts .tag.preferente {
  background: #001d46 !important;
}

#new-alianzas .oferts .picture {
  position: relative;
  height: auto;
  margin: 30px auto 0 auto;
}

#new-alianzas .oferts .picture img {
  min-width: auto;
  max-width: 80%;
}

#new-alianzas .oferts .descriptionCard {
  margin: 0 auto 20px auto;
  line-height: 17px;
  color: #747474;
  width: 85%;
  font-size: 12.5px;
}

#new-alianzas .oferts .contenedorLogo {
  bottom: 0;
  position: absolute;
  width: 90%;
  left: 5%;
  padding: 8px 0;
  border-top: 1px solid #e6e6e6;
}

#new-alianzas .oferts .contenedorLogo .logoCard {
  width: 160px;
  min-width: auto;
  max-width: 80%;
}

#new-alianzas .oferts .sliding {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  background: rgba(0, 0, 0, 0.75);
}

#new-alianzas .oferts .sliding .btn-details {
  font-family: "Intro-SemiBold";
  background: #e1001d;
  color: #fff !important;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 8px 35px 6px 35px;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  bottom: auto;
  left: 15%;
  margin: 0;
  top: 50%;
  width: 70%;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#new-alianzas .oferts .sliding .btn-details:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#new-alianzas .oferts .sliding.showSliding {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#new-alianzas .modal {
  background: rgba(45, 57, 76, 0.75);
}

#new-alianzas .modal-dialog {
  max-width: 815px;
}

#new-alianzas .modal-content {
  padding: 15px;
  border-radius: 20px;
}

#new-alianzas .modal-content .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 15px;
  line-height: 0;
  float: none;
  width: 30px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 15px;
  border-radius: 50%;
  background: #e1001d;
  opacity: 1;
}

#new-alianzas .modal-content .close span {
  font-size: 1.2em;
  line-height: 0;
  color: #ffffff;
  font-weight: 300;
}

#new-alianzas .modal-content .banner-alianza {
  max-width: 100%;
  height: auto;
}

#new-alianzas .modal-content .banner-alianza img {
  max-width: 100%;
  max-height: 350px;
  border-radius: 20px;
}

#new-alianzas .modal-content .contenedorLogoPop {
  display: inline-block;
  width: 25%;
  position: relative;
  margin: 0 auto;
  top: -30px;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
}

#new-alianzas .modal-content .contenedorLogoPop img.logoPop {
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
}

#new-alianzas .modal-content .cont-text {
  padding-top: 0;
  margin-top: -20px;
}

#new-alianzas .modal-content h2.TextPromDej {
  font-family: "Intro-Bold";
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  color: #414a53;
  font-size: 1.7rem;
}

#new-alianzas .modal-content .text-descripcion p {
  padding: 10px;
  text-align: center;
  font-size: 13.5px;
  color: #414a53;
  line-height: 1.3rem;
  width: 80%;
  margin: 0 auto;
}

#new-alianzas .modal-content p.apliesTag {
  font-family: "Intro-Regular";
  font-size: 13.5px;
  color: #414a53;
  line-height: 1.3rem;
  width: 100%;
  margin-top: 40px;
}

#new-alianzas .modal-content .text-tarjetas {
  padding: 0;
  text-align: right;
  margin: 0 auto 30px auto;
  width: 330px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#new-alianzas .modal-content .contenedor-solicitala {
  width: 270px;
  height: auto;
  display: inline-block;
  max-width: 80%;
  margin: 0 auto;
  padding: 4px 40px 15px 70px;
  text-align: center;
  border-radius: 0 50px 50px 0;
  border: 1px solid #e6e6e6;
  border-left: none;
  position: relative;
}

#new-alianzas .modal-content .contenedor-solicitala .cardsBtn {
  width: 110px;
  height: auto;
  left: -60px;
  top: -8px;
  position: absolute;
}

#new-alianzas .modal-content .contenedor-solicitala span {
  font-family: 'Intro-regular';
  font-size: 12px;
  color: #747474;
  line-height: 1.8rem;
  width: 100%;
  text-align: center;
  margin: 0 0 5px 0;
}

#new-alianzas .modal-content .title-oferta {
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  background-color: #0051ca;
}

#new-alianzas .modal-content .title-oferta h2 {
  font-family: "Intro-Bold";
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
  width: 100%;
  color: #fff;
}

#new-alianzas .modal-content .text-condiciones {
  margin: 0;
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  background-color: #e4e4e4;
  color: #747474;
  border-radius: 0 0 20px 20px;
}

#new-alianzas .modal-content .text-condiciones .text-title-cond {
  font-family: "Intro-Bold";
  font-size: 13.5px;
  line-height: 1.3rem;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

#new-alianzas .modal-content .text-condiciones .text-body-cond {
  font-family: "Intro-Regular";
  font-size: 12.5px;
  line-height: 1.2rem;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}

#new-alianzas #msgAlert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#new-alianzas #msgAlert .msg-sin-resultado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #cccccc;
  padding: 2em 3em;
  border-radius: 20px;
  margin-top: 3em;
}

#new-alianzas #msgAlert .msg-sin-resultado img {
  max-width: 80px;
  margin: 0 20px 0 0;
  width: 20%;
}

#new-alianzas #msgAlert .msg-sin-resultado p {
  font-family: "Intro-SemiBold";
  color: #747474;
  font-size: 1.2em;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  #new-alianzas .oferts {
    max-width: 100%;
  }
  #new-alianzas .oferts .descriptionCard {
    width: 95%;
  }
  #new-alianzas .oferts .tag {
    width: calc(100% - 20%);
    left: 10%;
  }
  #new-alianzas .filters {
    width: 90%;
  }
  .contenedor-menu .container {
    max-width: 95%;
  }
  .contenedor-menu .nav-item:last-child {
    min-width: 20%;
  }
}

@media screen and (max-width: 991px) {
  #new-alianzas [class*="col-"] {
    padding: 20px;
  }
  #new-alianzas .oferts {
    height: 360px;
  }
  #new-alianzas .oferts .descriptionCard {
    width: 85%;
  }
  #new-alianzas .oferts .tag {
    width: calc(100% - 35%);
    left: 17.5%;
  }
  #new-alianzas .filters {
    width: 75%;
  }
  #new-alianzas .contenedor-menu .container {
    max-width: 95%;
  }
  #new-alianzas .contenedor-menu .nav-item:last-child {
    min-width: 25%;
  }
}

@media screen and (max-width: 767px) {
  #new-alianzas .oferts {
    height: auto;
  }
  #new-alianzas .filters {
    width: 50%;
  }
  #new-alianzas .contenedorLogo {
    position: relative !important;
  }
  #new-alianzas .contenedor-menu .container {
    max-width: 100%;
    padding: 0;
  }
  #new-alianzas .contenedor-menu .menu-alianzas .nav-item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    text-align: left;
    padding: 0 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  #new-alianzas .contenedor-menu .menu-alianzas .nav-item .dropdown-toggle {
    font-family: "Intro-SemiBold";
  }
  #new-alianzas .contenedor-menu .menu-alianzas .nav-item .nav-link {
    font-size: 13px;
  }
  #new-alianzas .contenedor-menu .menu-alianzas .nav-item .nav-link:after {
    content: none;
  }
  #new-alianzas .contenedor-menu .menu-alianzas ul.dropdown-menu {
    position: relative;
    top: 0 !important;
  }
  #new-alianzas .contenedor-menu .menu-alianzas ul.dropdown-menu .dropdown-item {
    border-bottom: none;
    color: #747474;
    padding: 10px;
  }
}

@media screen and (max-width: 576px) {
  #new-alianzas .filters {
    width: 80%;
  }
}
/*# sourceMappingURL=main.css.map */