/* cyrillic-ext */

@font-face {
  font-family: 'Gotham-Black';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Gotham-Black.otf) format('woff2');
}

@font-face {
  font-family: 'Gotham-Bold';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Gotham-Bold.otf) format('woff2');
}

@font-face {
  font-family: 'Gotham-Light';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Gotham-Light.otf) format('woff2');
}

@font-face {
  font-family: 'GothamBook';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/GothamBook.otf) format('woff2');
}

@font-face {
  font-family: 'GothamMedium';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/GothamMedium.otf) format('woff2');
}


@import url("bootstrap.min.css");

/* Sticky footer styles
-------------------------------------------------- */
/*:not(li){
  font-family: "Roboto", sans-serif;
}*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 0px;
  /*background-color: #fff !important;*/
  background-color: #fff !important;
  font-weight: 300;
  color: #808184;
}
.footer {
  bottom: 0;
  width: 100% !important;
  height: 45px;
  line-height: 45px;
  background-color: #eb0029;
  color: #fff !important;
  position: absolute;
  left: 0;
  z-index: 999;
}

a,
a:hover {
  color: #ec0928;
}

ul {
  padding-left: 15px !important;
}

.white {
  background-color: #fff;
}

.back-rojo {
  background-color: #ec0928;
}

.mr-auto1 {
  margin-left: auto !important;
}

.nav-link,
.navbar-light {
  color: #fff !important;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(176,56,77, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.nav-item{
  margin-left: auto;
  padding: 0px 15px;
}
.m-top {
  padding-top: 58px;
}
.home-div {
  width: 68%;
  margin: 25px auto;
  padding: 30px;
}
.text-red-col {
  color: #ec0928;
}
.text-red {
  color: #ec0928;
  font-weight: 700;
}
.text-redB {
  color: #ec0928;
  font-weight: 700;
  font-size: 130%;
}

.text-gris{
  color:#353535
}

.text-black {
  color: #4e4044;
  font-size: 150%;
}
.text-blackB {
  color: #544f62;
  font-size: 110%;
  font-weight: 700;
}
.text-banner{
  margin-top: 3%;
  margin-left: 60%;
  /*margin-right: 20%;*/
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: GothamBook;
}
.sombra {
  background-color: #fff;
  box-shadow: 5px 10px 18px #ababab;
}
.table .thead-dark th {
  background-color: #ec0928 !important;
  border-color: #ec0928 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: #ec0928;
  border-color: #ec0928;
  border-radius: initial !important;
  padding-left: 40px;
  padding-right: 40px;
}
.back-home-color{
  background-image: url(../img/header-back-home-color-v5.png);
  background-size: cover;
}
.back-home {
  background-image: url(../img/header-v5-desk.png);
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: 80em 25em;
  background-position: bottom;
  height: 25em;
}
.back-homeMot {
  background-image: url(https://ideeolabs.com.mx/banorte/public_html/digitalgodos/home/img/header2MotR3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 22em;
}

.font-300 {
  font-weight: 300 !important;
}

.legales {
  font-size: 10px !important;
}

.b-gray {
  background-color: #e1e1e1 !important;
  background-image: url("../img/triangulo.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.text-mecanica {
  background-color: #4a4044;
  color: #fff;
  padding: 10px 0px;
}
.text-mecanica p {
  margin-bottom: 0px;
}

/**** R E G A L O ****/
.b-regalo {
  background-image: url(../img/regalo0.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 26em;
}
.raspa {
  width: 30%;
  margin: auto;
  background-color: blue;
  height: 200px;
}

/**** R E G I S T R O ****/
.codigo-r {
  width: 30%;
  margin: auto;
  border: 1px solid #ec0925;
}
form label {
  display: block;
}
.w-80 {
  width: 80px !important;
  display: inline-block;
}
.registro {
  padding: 45px 30px;
}
.tarjetas-r {
  position: relative;
  top: -4em;
  left: 80%;
}
.form-control {
  border-radius: 0px !important;
  border-color: 1px solid #ebebeb;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.fade .form-group .form-control {
  border-color: #ebebf0;
}
.btn-secondary {
  color: #000;
  background: #fff !important;
  border-color: #6c757d;
  border-radius: 0;
}
.btn-secondary:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-register{
  border-radius: 7px;
  padding: 5px 0;
  text-align: center;
  border: none;
  color: white;
  background-color: #ea0029;
  font-weight: 800;
  margin-left: 60%;
  margin-top: 10px;
  font-size: 18px;
  width: 125px;
  text-decoration:none;
  font-family: Gotham-Bold;
}
.btn-register:hover{
  color: white;
}
.btn-register:link, .btn-register:visited, .btn-register:active {
  text-decoration:none;
}
.btn-registerMov:hover{
  color: white;
}
.btn-registerMov{
  border-radius: 7px;
  padding: 10px 30px 10px 30px;
  border: none;
  color: white;
  background-color: #ea0029;
  font-weight: 800;
  font-size: 20px;
  text-decoration:none;
}
.btn-registerMov:link, .btn-registerMov:visited, .btn-registerMov:active {
  text-decoration:none;
}

.btn-activar{
  border-radius: 7px;
  padding: 5px 20px 5px 20px;
  border: none;
  color: white;
  background-color: #ec0928;
  margin-bottom: 20px;
  font-size: 18px;
  width: 125px;
  text-decoration:none;
  align-self: center;
}
.btn-activar:link, .btn-activar:visited, .btn-activar:active {
  text-decoration:none;
}
/*** M O D A L E S ***/
.modal-body {
  font-size: 14px !important;
}
table {
  font-size: 12px !important;
}

/** B A R R A  **/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.img-mw100{
  max-width: 100%;
}
.canvasSec{
  display:inline-block;
  text-align: left;
  border-bottom: solid 10px #ff6e42;
}
.canvasSec2{
  display:inline-block;
  text-align: left;
  /*border-bottom: solid 10px #ff6e42;*/
}
.canvasDivInfo{
  padding: 10px 20px;
  height: 220px;
}
.canvasTitle{
  font-family: 'Gotham-Bold';
  font-size: 20px;
  margin-bottom: 10px;
}
.canvasInfo{

}
.canvasBottom{
  position: absolute;
  bottom: 5px;
  margin: 0px;
  /*padding: 10px 25px;*/
  font-size: 12px;
  color: #B80180;
}
.back-asistencias{
  background-image: url(../img/img1_1700x400px.png);
  background-repeat: no-repeat;
  background-size: auto 20em;
  background-position: bottom;
  height: 20em;
}
#textBanerAsis{
  margin-top: 3%;
  margin-left: 20%;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: GothamBook;
}
#img_asistencia_producto{
  max-height: 22vw;
  /*max-width: 50%*/
}
.text-banner-prodA{
  display:inline-block;
  width:45%;
  vertical-align: top;
  padding: 3% 5%;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: GothamBook;
}
.text-banner-prodA{
  font-size: 20px;
}
.back-asistencias-producto{
  background-color: #f0f1f1;
}

.img-box-camp{border-radius: 0px 0px 0px 0px;}
.box-camp{border-radius: 0px;background: white;box-shadow: 0px 0px 10px #999;position: relative;margin: 10px;width: 30%; cursor: pointer;vertical-align: top;}
.box-camp-green{border-style: solid;border-color: #8cc53f;}

.carousel-item{
  width: 80%;
  margin-left: 10% !important;
  margin-right: 10% !important;
}

.btnRed{
  /*border-radius: 10px;*/
  padding: 14px 40px !important;
  text-align: center;
  border: none;
  color: white !important;
  background-color: #ea0029;
  margin-top: 10px;
  font-size: 18px !important;
  text-decoration: none !important;
  font-family: Gotham-Bold;
  cursor: pointer;
}

.btnCerrarModal{
  background-color: #ec0928;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  text-shadow: none;
  padding: 1px 0px;
  font-weight: 100;
}

.p_tituloInfo{
  cursor: pointer;
  font-size: 25px;
  margin: 0px;
}
.iconOption{
  height: 25px;
  vertical-align: middle;
}
.divInfo{
  display: none;
}
.scroll_movil ul {
  list-style: none;
}
.scroll_movil ul li::before {
  content: "\2022";
  color: orange;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}



@media (max-width: 768px) {
  .tarjetas-r {
    display: none;
  }
  body {
    /*margin-bottom: 200px;*/
  }
  /*   .footer {
    height: auto;
    height: auto;
    line-height: inherit;
    font-size: 13px;
    text-align: center !important;
    padding-top: 15px;
    padding-bottom: 15px;
  } */
}


.tabla-tiendas {
  width: 60%; margin: auto;
}
.avisoG { background-color: #FAFAFA !important; display: block; padding: 20px; border-radius: 1em; }

.d-pc{display: block;}
.d-pcF{display: flex;}
.d-movil{display: none;}
.d-movilF{display: none;}
.carrous-padd{max-width: 7.5%;flex: 7.5%;position: relative;width: 100%;min-height: 1px;}

.carousel{
  margin-bottom: 30px;
  width: 100%;
}
.carousel-indicators li {
  border-radius: 12px;
  width: 15px;
  height: 15px;
  /*border: solid 1px #b0384d;*/
  background-image: url(../img/carrousel-btn-img.png);
  background-size: cover;
  background-position: top;
}

.carousel-indicators .active {
  border-radius: 12px;
  width: 14px;
  height: 14px;
  background-image: none;
  background-color: #b0384d;
}

.carousel-indicators {
  bottom: -35px;
}
.triang{
  border-style: solid;
  border-width: 8px;
  width: 0;
  height: 0;
}
.prev-icon{
  border-color: transparent #ea0029 transparent transparent;
}
.next-icon{
  border-color: transparent transparent transparent #ea0029;
}
.carousel-flex{
  display: flex;
}
.space-carrous{border-right: 2px solid #b0b0b0;margin-left: 10px;margin-right: 10px;height: 120px;margin-top: auto;margin-bottom: auto;}
.hr-carrous{margin:auto;background-color: #c4c4c4;height: 1px;margin-top: 40px !important; width: 70%}
span.red {
  background: #ea0029;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em;
}
span.red-2 {
  background: #ea0029;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em;
}
span.redModal {
  background: #ea0029;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3em;
  margin-right: 15px;
  text-align: center;
  width: 1.3em;
}
.pspanred{position: absolute;margin-left: -10px;}
.pspanredModal{position: absolute;margin-left: -10px;right: 0;top: 10px;cursor: pointer;}
.text-white-mob{
  margin-left: 25px;
  text-align: left;
}
.div-text-white-mob{
  padding-left: 30px;
}

.table td, .table th {
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
}

.plogos{
  margin-bottom: 0px;
  padding: 0px 10px;
  color: #353535;
}
.div-logos{
  background-color: #ffffff;border-radius: 0;padding: 5px 30px;
}
.carousel{
  margin: auto;
}

@media(min-width: 500px){
  .ml-sm-4{
    margin-left: 0.5rem!important;
  }
}
@media(min-width: 768px){
  .ml-sm-4{
    margin-left: 1rem!important;
  }
}
@media (max-width: 768px) {
  .img-navbar-brand{width: 70%;}
  .tabla-tiendas { width: 80%; }
  .d-pc{display: none;}
  .d-pcF{display: none;}
  .d-movil{display: block;}
  .d-movilF{display: flex;}
  .carrous-padd{max-width: 12.5%;flex: 12.5%;position: relative;width: 100%;min-height: 1px;}
  .triang{
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
  }
  .carousel{
    width: 100%;
    margin-bottom: 30px;
  }
  .carousel-flex{
    display: block;
  }
  .bc-contener-red{
    background-color: #ea0029;
  }
  span.red {
    background: #ffffff;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ea0029;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    position: absolute;
    font-size: 13px;
  }
  span.redModal {
    background: #ea0029;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1em;
    margin-right: 8px;
    text-align: center;
    width: 1em;
  }
  .text-white-mob{
    color: #ffffff;
    font-size: 60% !important;
    margin-left: 18px;
    text-align: left;
  }
  .pspanred{
    margin-left: -10px;
  }
  .pspanredModal{
    margin-left: -10px;
    top: 3px;
  }
  .div-text-white-mob{
    padding-left: 0px;
  }
  .plogos{
    margin-bottom: 0px;padding: 0px 5px;font-size: 10px;
  }
  .div-logos{
    padding: 5px 5px;
  }
  .titleMecanica{
    text-align: center;
  }


  .back-asistencias{
    background-image: url(../img/img1_800x350.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 13em;
    margin-top: 0px;
  }

  .back-asistencias-producto{
    margin-top: 0px;
  }
  #img_asistencia_producto{
    max-height: none;
    max-width: 100%
  }
  .text-banner-prodA{
    display: block;
    width: 100%;
    text-align: center;
  }
  .carousel-item{
    width: 75%;
  }

}


@media (max-width: 576px) {
  .navbar-brand {
    width: 60%;
  }
  .home-div {
    width: 90% !important;
  }
  .p-div {
    text-align: center !important;
  }
  .p-bottom {
    padding-bottom: 30px;
  }
  .back-home,
  .back-perfil {
    background-image: url(../img/header-v5-Mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 13em;
    /*margin-top: 58px;*/
    margin-top: 0px;
  }
  .back-homeMot,
  .back-perfil {
    background-image: url(https://ideeolabs.com.mx/banorte/public_html/digitalgodos/home/img/header2mobileR3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 22em;
  }
  .b-regalo {
    background-image: url(https://ideeolabs.com.mx/banorte/public_html/digitalgodos/home/img/header2mobileR2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 26em;
  }
  .progre .circle .label {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 52px;
  }
  .progre .circle {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
  .progre .bar {
    top: -39px;
  }
  .text-compras {
    text-align: center;
  }
  .codigo-r {
    width: 100%;
    margin: auto;
    border: 1px solid #ec0925;
  }
  .col-smJP{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .container{
    max-width: 100%;
  }
}

.header_top_menu{
  background-repeat: repeat-x;
  background-image: url('../img//navigation.png');
  background-size: 43.5px 64px;
  font-family: GothamMedium;
}
.fuenteTitulo{
  /*font-family: GothamBook;*/
  font-family: Gotham-Bold;
}
.fuenteSubTitulo{
  font-family: GothamMedium;
}

.btnRegistra{
  /*border-radius: 7px;*/
  padding: 8px 15px !important;
  text-align: center;
  border: none;
  color: white;
  background-color: #ea0029;
  font-weight: 800;
  margin-top: 10px;
  font-size: 18px !important;
  text-decoration:none !important;
  font-family: Gotham-Bold;
  cursor: pointer;
}

.btnRegistra:hover{
  color: white;
}

.sombra_div{
  border-radius: 15px;
  background: white;
  padding: 10px 25px;
  box-shadow: 3px 3px 20px #9A9A9A;
}

.icon_cargar_mas{
  margin-top: -10px;
  font-size: 20px;
  color:#b01657;
  cursor:pointer;
  margin-bottom: 0px;
}

.imgInactiva{
  filter: grayscale(100%);
  opacity: 0.5;
}
.etiquetaTexto{
  font-size: 18px;
}
.etiquetaTitulo{
  /*color: #EC0928;*/
  color: black;
  font-size: 22px;
  font-weight: bold
}

.tagMenu{
  text-decoration: none;
  font-size: 15px;
  color: grey;
  font-weight: bold;
}

.changeImgProfile{
  width: 50px;
  height: 50px;
  margin-left:-50px;
  margin-top:160px;
  cursor:pointer;
}

.imgProfile{
  margin-top:85px;
  width:50%;
}

.imgProfile2{
  margin-top:15px;
  width:30%;
}

.table_beneficios{
  width: 98%;
}
.table_beneficios ul{
  margin: 0px;
}
.table_beneficios td{
  border: 1px solid #c1c1c1;
  padding: 0px 5px;
  font-size: 10px;
  color: black;
}
.table_beneficios th{
  text-align: center;
  padding: 5px;
  color: white;
}
.columCobertura{
  padding-left: 20px !important;
}
.columTitulo{
  padding-left: 20px !important;
}

.pie-box-camp{
  border-bottom: solid 10px #ff6e42;
}

.flechasDesplegables{
  text-align: right;
  margin-top: -30px;
}

/*Botones sweet alert*/
.btn-redb{
  text-transform: capitalize !important;
}
.btn-default{
  text-transform: capitalize !important;
}
/*Botones sweet alert*/

/*Imgs en promociones especiales y comercios*/
.div_img_promocion_esp_com{
  display:none;
  height: 0px;

}
.div_img_promocion_ec{
  display:flex;
  height: 200px;
}
/*Imgs en promociones especiales y comercios*/

.modal_texto_campanias{
  margin: 10px 0px;
}

.scroll_movil{
  overflow-x: hidden;
  overflow-y: auto;
  height: 1800px;
}
@media only screen and (max-width: 700px) {
  .etiquetaTexto{
    font-size: 11px;
  }
  .etiquetaTitulo{
    font-size: 18px;
  }

  .changeImgProfile{
    width: 35px;
    height: 35px;
    margin-left:-35px;
    margin-top:60px;
    cursor:pointer;
  }

  .text-blackB{
    font-size: 95%;
  }
  .hr-carrous{margin-top: 25px !important;}

  .back-home-color{
    background-image: "";
    background-size: "";
  }

  .div_img_promocion_ec{
    display:flex;
    height: 100px;
  }

  .scroll_movil{
    overflow-x: hidden;
    overflow-y: auto;
    height: 1500px;
  }

  .modal_texto_campanias{
    font-size: 12px;
  }
}



