@import url("loader.css");
@import url("accordian.css");
@import url("animate.css");
@import url("gacoflex.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");

/*FONTS*/
@font-face {
  font-family: "FagoOT-Black";
  src: url("../cms/fonts/FagoOT/FagoOT-Black.eot"); /* IE9 Compat Modes */
  src: url("../cms/fonts/FagoOT/FagoOT-Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../cms/fonts/FagoOT/FagoOT-Black.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../cms/fonts/FagoOT/FagoOT-Black.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("../cms/fonts/FagoOT/FagoOT-Black.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../cms/fonts/FagoOT/FagoOT-Black.svg#svgFontName") format("svg"); /* Legacy iOS */
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  padding-top: 0 !important;
}

.bold {
  font-weight: 700;
}

button:focus,
button:active {
  outline: none;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
}

/* button:link,
button:active,
button:visited{
	background-color: #000000 !important;
} */

.show {
  display: block !important;
}

.show-mobile {
  display: block;
}

.hide {
  display: none !important;
}

.hide-mobile {
  display: none;
}

.error-login {
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-top: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.clearfix::before {
  content: "";
  display: table;
}

.modal {
  overflow-y: auto;
}

/* PAGINACIÓN */
.page-link {
  padding: 5px 8px;
  font-size: 10px;
}

/* NAVBAR */
.container-login {
  padding: 15px;
  height: auto;
}

.content-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .content-login {
    justify-content: center;
    flex-direction: column;
  }
}

.login-txt {
  text-transform: uppercase;
  font-size: 12px;
}

.icon-login {
  width: 12px;
  height: auto;
  position: relative;
  top: -1px;
}

.icon-flag {
  width: 45px;
  height: auto;
  margin-right: 10px;
}

.login-data {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .login-data {
    margin-bottom: 20px;
  }
  .navbar-brand-img {
      object-fit: contain;
      height: 100%;
      width: 45vw;
  }
}

.login-data p {
  margin-bottom: 0;
  margin-right: 20px;
}

.container-instrucciones {
  margin-top: 10px;
  font-size: 11px;
}

.rol {
  font-size: 12px;
}

@media screen and (min-width:600px) {
  .navbar-brand-img {
      object-fit: contain;
      height: 75px;
      width: 300px;
  }
}


/* .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active{
	font-weight: 700;
} */

.nav-item {
  text-transform: uppercase;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  #navbarNavDropdown {
    padding: 1rem 0;
    border-top: 1px solid #ddd;
  }
}

@media screen and (max-width: 768px) {
  .nav-item {
    text-align: center;
  }
}

.navbar-toggler {
  height: 37px;
  width: 45px;
}
.button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 22px;
  width: 32px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button-container:hover {
  opacity: 0.7;
}
.button-container.active .top {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
  background: #fff;
  opacity: 1;
}
.button-container.active .middle {
  opacity: 0;
  background: #fff;
}
.button-container.active .bottom {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #fff;
  opacity: 1;
}
.button-container span {
  background: #ffffff;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button-container span:nth-of-type(2) {
  top: 9px;
}
.button-container span:nth-of-type(3) {
  top: 18px;
}

/* LOGIN */
.container-login-btn button {
  margin-bottom: 10px;
}
.login-txt .bold {
  display: inline;
  font-size: 16px;
  text-decoration: underline;
}

/* SLIDER HOME */
.section-slider {
  position: relative;
  /* background-color: #dddddd; */
  overflow: hidden;
}

.container-img-dinamica {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.content-img-dinamica {
  width: 290px;
  position: relative;
  top: 0;
  left: 15%;
}

.img-dinamica {
  width: 100%;
  height: auto;
}

.slogan {
  position: absolute;
  top: 1%;
  left: 0;
  z-index: 10;
  width: 100%;
}

.slogan-txt {
  font-weight: 400;
}

.txt-welcome {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

/* FLEXSLIDER */
.container-flexslider {
  padding: 0;
}

/* .flex-control-nav{
	display: none;
} */

.carousel-indicators {
  bottom: 0px;
  margin-bottom: 5px;
}

.carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.carousel-inner {
  height: auto;
  min-height: 510px;
}
.container-flexslider h3 {
  font-size: 14px;
  text-transform: uppercase;
}

.flexslider-home .slides li {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  border-bottom: solid 1px #ffffff;
  margin-bottom: 0px;
  margin-right: 0px;
}

.flexslider-home .slides li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.flexslider-home .slides li img {
  width: 90px;
  height: auto;
}

.container-login-home {
  padding: 30px 20px;
}

.header-login-home {
  display: none;
}

/* .title-login{
	font-weight: 300;
	font-size: 22px;
} */

.icon-title-login {
  width: 18px;
  position: relative;
  top: -3px;
}

.navbar-brand-login {
  width: 80px;
  height: auto;
}

.form-login .forgot-pass {
  float: right;
  font-size: 12px;
  margin-bottom: 20px;
}

.form-login .form-control::-webkit-input-placeholder,
.form-login .custom-select::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}

/****** LEVELS HOME ******/

/*header*/
.login-data p.rol {
  font-weight: bold;
}
/*header*/

/*carrusel*/
.sider-home-level {
  position: relative;
}
.slider-logo {
  position: absolute;
  top: 15px;
  right: 120px;
  width: 300px;
}
.level-title {
  position: absolute;
  top: 27%;
  text-align: center;
  left: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: "FagoOT-Black", sans-serif;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 0.8;
}
.level-title span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 0.7em;
}
/*fin carrusel*/

/*welcom*/
.content-welcome-level {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 55%;
}
.content-welcome-level h3.title-home-level {
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 1.6em;
  text-align: center;
  margin: 0px;
}
h3.title-home-level img {
  width: 150px;
  margin-top: -8px;
}

.content-welcome-level p {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 0px;
  margin: 0px !important;
  text-align: center;
}
/*fin welcome*/

/*how*/
.how-level {
  position: static;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  padding: 40px 0;
}
.how-level-content {
  display: flex;
  position: relative;
  width: 100%;
}
.circle-global {
  width: 180px;
  height: 180px;
  margin: 0px auto;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  padding: 9px 5px;
  display: flex;
}
.circle-content {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0px auto;
  text-align: center;
}
.circle-content img {
  width: 70px;
  margin: 0 auto;
}
.circle-content h3 {
  font-size: 1.2em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
}
.circle-content p {
  font-size: 0.8em;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
}

.circle-ant,
.circle-ant:after {
  position: absolute;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  top: -6px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.circle-animate {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 2.5s linear;
  animation: load8 2.5s linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*end how*/

/*categories*/
.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9) !important;
  cursor: default;
}
.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) !important;
}
.secc-categories-level {
  position: relative;
  padding-top: 150px;
  margin-top: -78px;
  display: none;
}
.categories-level .container-flexslider {
  padding: 0px 0px 60px 0px;
  position: relative;
}
.categories-level .container-flexslider .wrapper-flexslider {
  width: 55% !important;
}
.categories-level
  .container-flexslider
  .wrapper-flexslider
  #flexslider-categories
  .flex-direction-nav {
  display: none;
}
.categories-level
  .container-flexslider
  .wrapper-flexslider
  #flexslider-categories
  .flex-viewport
  .slides
  li
  h3 {
  font-weight: lighter;
  margin-top: 10px;
}

.flexslider-feature .flex-control-nav {
  display: none;
}
/*fin categories*/

/*HOME GOLFCUP*/
.carouselHome {
  margin-top: 0;
  /* margin-top: 0; */
}
/*UPDATE 01092021 Ticket #FMKT-016416*/
@media (max-width: 768px) {
  .carousel-item {
    min-height: 166px;
  }
} /*UPDATE 01092021 Ticket #FMKT-016416 END*/
/*UPDATE 01092021 Ticket #FMKT-016416*/
@media (max-width: 991px) {
  .carouselHome {
    margin-top: 0;
  }
} /*UPDATE 01092021 Ticket #FMKT-016416 END*/

.levels {
  display: none;
}
.levelGolfCup {
  display: none;
}
.carousel-inner {
  height: auto;
  min-height: auto;
}

/*LEVELS RESPONSIVE*/
@media (max-width: 1350px) {
  .slider-logo {
    top: 0;
    right: 10px;
    width: 25%;
  }
  .level-title {
    top: 22%;
    font-size: 4em;
  }
  .content-welcome-level {
    top: 50%;
  }
  .content-welcome-level h3.title-home-level {
    font-size: 1.3em;
    margin: 10px 0px 0px;
  }
  h3.title-home-level img {
    width: 15%;
    margin-top: -8px;
  }
  .how-level {
    width: 100%;
    top: 80%;
    z-index: 9;
  }
  .secc-categories-level {
    position: relative;
    padding-top: 150px;
    margin-top: -35px;
  }
}

@media (max-width: 1000px) and (min-width: 765px) {
  .slider-logo {
    top: 0;
    right: 10px;
    width: 25%;
  }
  .level-title {
    top: 22%;
    font-size: 4em;
  }
  .content-welcome-level h3.title-home-level {
    font-size: 1.3em;
    margin: 10px 0px 0px;
  }
  h3.title-home-level img {
    width: 15%;
    margin-top: -8px;
  }
  .how-level {
    width: 100%;
    top: 80%;
    z-index: 9;
  }
  .secc-categories-level {
    position: relative;
    padding-top: 10px;
    margin-top: 0px;
  }
  .categories-level {
    margin-top: 120px;
  }
  .categories-level .container-flexslider .wrapper-flexslider {
    width: 90% !important;
  }
}

@media (max-width: 764px) and (min-width: 570px) {
  .slider-logo {
    top: 0;
    right: 10px;
    width: 30%;
  }
  .level-title {
    top: 45%;
    font-size: 3.5em;
  }
  .content-welcome-level {
    position: relative;
    margin: -2px auto;
    padding: 20px 0px;
  }
  .content-welcome-level h3.title-home-level {
    font-size: 1.3em;
    margin: 10px 0px 0px;
  }
  h3.title-home-level img {
    width: 17%;
    margin-top: -8px;
  }
  .how-level {
    width: 100% !important;
    z-index: 9;
    position: relative;
    max-width: 100%;
    padding: 30px 0px;
    overflow-x: hidden;
  }
  .secc-categories-level {
    display: none;
  }
  .secc-categories-level .container {
    max-width: 100%;
    padding: 0px;
  }
  .categories-level {
    margin-top: 20px;
  }
  .categories-level .container-flexslider .wrapper-flexslider {
    width: 100% !important;
  }
}

@media (max-width: 569px) and (min-width: 300px) {
  .login-txt .bold {
    display: block;
  }
  .slider-logo {
    top: 0;
    right: 10px;
    width: 40%;
  }
  .level-title {
    top: 40%;
    font-size: 3em;
  }
  .secc-categories-level {
    display: none;
  }
  .content-welcome-level {
    position: relative;
    margin: -2px auto;
    padding: 10px 0px;
  }
  .content-welcome-level h3.title-home-level {
    font-size: 1.3em;
    margin: 10px 0px 0px;
  }
  h3.title-home-level img {
    width: 30%;
    margin-top: -8px;
  }
  .how-level {
    width: 100% !important;
    z-index: 9;
    position: relative;
    max-width: 100%;
    padding: 30px 0px;
    overflow-x: hidden;
  }
  .how-level .row .col {
    margin-bottom: 20px;
  }
  .secc-categories-level {
    margin-top: -5px;
  }
  .secc-categories-level .container {
    max-width: 100%;
    padding: 0px;
  }
  .categories-level {
    margin-top: 20px;
  }
  .categories-level .container-flexslider .wrapper-flexslider {
    width: 100% !important;
  }
}

/*FIN LEVELS RESPONSIVE*/

/****** FIN LEVELS HOME ******/

/* SECCION HOME */
.secc-welcome {
  text-align: center;
  padding: 20px 0;
}

.icons-steps {
  width: 160px;
  height: auto;
}

/* SECCION FEATURE */
.secc-feature {
  padding: 20px 0;
  /*display: none;*/
  /* se oculta seccion por espacio en blanco */
}

.flexslider-feature {
  margin: 0;
  border-radius: 10px;
}

.header-feature {
  margin-bottom: 15px;
}

.title-feature {
  font-size: 20px;
}

.flexslider-feature .flex-direction-nav {
  display: block;
}
.flexslider-feature .flex-direction-nav .flex-prev{
  left: 0;
}
.flexslider-feature .flex-direction-nav .flex-next{
  right: 0;
}
.flexslider-feature .flex-direction-nav a {
  width: 40px;
  height: 40px;
}

.flexslider-feature .flex-direction-nav a:before {
  font-size: 35px;
  color: rgba(0, 0, 0, 0.8);
}

.flexslider-feature .img-flex-feature {
  border-radius: 10px;
}

.flexslider-feature ul li {
  text-align: center;
  border-radius: 10px;
  margin: 5px 0;
}

.flexslider-feature ul li p {
  margin: 5px 0;
}

.flexslider-feature .img-flex-feature {
  border-radius: 10px;
}

.flexslider-feature ul li:hover .container-img-feature {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.container-img-feature {
  width: 290px;
  height: 290px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #ffffff;
}

/* FOOTER */
.footer {
  padding: 15px 0;
}

.img-icon-phone {
  width: 30px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.info-data-footer p {
  margin-bottom: 2px;
}

.legales-footer {
  display: flex;
  justify-content: space-between;
}

.list-menu {
  list-style: none;
  margin-top: 15px;
  padding-left: 5px;
}

.list-menu li {
  float: left;
  margin-right: 5px;
}

.list-legales {
  width: 150px;
}

.icon-redes {
  display: block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-fb {
  width: 15px;
  height: 30px;
}
.icon-tw {
  width: 25px;
  height: 20px;
  position: relative;
  top: 7px;
}
.icon-in {
  width: 30px;
  height: 25px;
  position: relative;
  top: 5px;
}
.icon-yt {
  width: 30px;
  height: 22px;
  position: relative;
  top: 7px;
}
.icon-lk {
  width: 25px;
  height: 21px;
  position: relative;
  top: 0px;
}

/* MAIN */

/* MI CUENTA */
.container-title {
  padding: 15px 0;
}

#flexslider-categories .slides > li {
  transition: all ease 1s;
}

#flexslider-categories .slides > li:hover {
  cursor: pointer;
  border-radius: 5px;
}

.title-secc {
  font-size: 20px;
}

.btn-editar {
  background-color: transparent;
  padding: 3px 15px;
/*   margin-top: 15px; */
}

.icon-editar {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(img/icon-editar.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.btn-editar:hover .icon-editar {
  background-image: url(img/icon-editar-hover.png);
}

.txt-editar {
  position: relative;
  top: 0;
  font-size: 0.8rem;
}

.title-secc {
  margin-bottom: 3px;
}

.title-secc-account {
  float: left;
  margin-right: 5px;
  margin-bottom: 30px;
}

.total-points {
  margin-bottom: 0;
}

.container-account {
  position: relative;
  margin-bottom: 150px;
  background-color: #dddddd;
  /*height: 105px;*/
}

.container-data-account {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.wrapper-data-account {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
}

.icon-avatar {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

.wrapper-data-account p {
  margin-bottom: 3px;
}

.wrapper-widget-account {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}

.content-widget {
  text-align: center;
}

.number-widget {
  width: 80px;
  height: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.circle-avaible {
  background-image: url(img/circle-01.png);
}

.circle-redem {
  background-image: url(img/circle-02.png);
}

.circle-redem-prod {
  background-image: url(img/circle-03.png);
}

/* EDITAR MI CUENTA */
.container-edit-profile {
  padding: 20px;
}

.header-data {
  margin-bottom: 20px;
}

.header-data p {
  margin-bottom: 0;
}

.name-data {
  font-size: 26px;
}

.form-edit .form-control {
  font-size: 12px;
}

.btn-edit-profile {
  width: 100%;
  margin-bottom: 20px;
}

.form-edit .form-control.readonly,
.form-registry .form-control.readonly {
  background-color: #e9ecef;
}

.tooltip-datos {
  background-color: #858585;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  width: 20%;
  text-align: center;
  position: fixed;
  right: 22%;
  opacity: 0;
  transition: all ease 1s;
}

.show-opacity {
  opacity: 1;
  transition: all ease 1s;
}

/* HISTORIAL DE TRANSACCIONES */
.hist-trans {
  padding: 30px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .hist-trans .title-trans {
    text-align: center;
  }
}

.title-group-trans {
  display: none;
}

.title-trans {
  font-size: 20px;
  font-weight: 300;
}

.content-trans {
  background-color: #f5f5f5;
  padding: 15px;
}

.content-trans p {
  margin-bottom: 2px;
}

.title-trans-mobile {
  font-size: 12px;
  margin-right: 8px;
}

.btn-all-trans {
  font-size: 12px;
  float: right;
}

/* detalle de premio canjeado */
.detail-trans {
  display: none;
}

.img-detail-trans {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 100px;
}

.data-detail {
  font-size: 10px;
  background: #efefef;
  padding: 10px;
}

.title-detail {
  display: none;
}

.detail-mobile {
  display: block;
}

.info-detail p {
  margin-bottom: 2px;
}

/* CATÁLOGO DE PREMIOS */
.note {
  color: #858585;
  font-weight: 600;
  font-size: 11px;
  margin: 0 15px 15px 15px;
}

.txt-restrictions {
  display: none;
  background-color: #ededed;
  padding: 10px 20px;
  border: solid 1px #cccccc;
  font-size: 12px;
  margin: 15px 0;
}

.select-categories select {
  font-size: 14px;
}

.catalogue {
  margin-top: 20px;
}

.label-range {
  margin-bottom: 0;
}

.input-range {
  border: none;
  font-size: 12px;
  width: 100%;
}

.slider-range {
  margin: 20px 0;
}

/* slider-range */
.ui-slider-handle {
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-image: none;
}

.ui-slider-horizontal {
  height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  margin-left: -0.6em;
}

.ui-widget-header {
  border: none;
  background-image: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background-image: none;
  font-weight: bold;
  border: none;
}
.btn.all {
  float: right;
  margin: 20px 0 0 0;
}

.container-catalogue {
  margin-bottom: 30px;
  margin-top: 30px;
}

.content-catalogue {
  border-bottom: solid 1px #cacaca;
  margin-bottom: 15px;
  padding-bottom: 15px;
}



.info-catalogue {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.img-premio {
  border-radius: 10px;
  height: 157px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.img-premio img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.container-descrition-award p {
  margin-bottom: 3px;
}

.container-quantity {
  margin-top: 20px;
}

.content-quantity input.input-quantity {
  width: 50px;
  text-align: center;
  padding: 5px;
  margin: 8px 10px;
  border-radius: 3px;
}

.btn-quantity {
  font-size: 20px;
  color: #6e6e6d !important;
  position: relative;
  top: 3px;
}

.input-quantity {
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.content-total-point {
  font-size: 20px;
  margin: 20px 0;
}

.link-back {
  display: inline-block;
}
.link-back:hover {
  text-decoration: underline;
}

.icon-back {
  width: 12px;
  height: auto;
  margin: 20px 0;
}

/* FORMULARIO DE ENVIO*/
.container-adress .form-check {
  margin: 10px 0;
}

.container-check {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.form-check-checked {
  background-color: #e9ecef;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  border-bottom: solid 2px #ced4da;
  border-radius: 3px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 2000;
}

/* SUCRUSALES */
.title-section {
  text-transform: uppercase;
  font-size: 22px;
  padding: 8px 0;
  margin-bottom: 0;
}

.info-search {
  margin: 10px 0;
}

.info-search .title-suc-devices {
  font-size: 11px;
  font-weight: 300;
  padding: 3px;
}

.container-search {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}

.info-search {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #ffffff;
}

.info-search p {
  margin-bottom: 2px;
}

.img-all-news {
  width: 150px;
  min-height: 150px;
  object-fit: contain;
  float: left;
  margin-right: 10px;
}

/* PROMOCIONES */
.container-promos {
  margin-top: 20px;
  margin-bottom: 40px;
}

.container-slider-promos {
  background-color: #dddddd;
}

.flexslider-promotions {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.flexslider-promotions .flex-direction-nav a:before {
  font-size: 30px;
}

.flexslider-promotions .flex-direction-nav .flex-next {
  opacity: 1;
  right: -40px;
}

.flexslider-promotions .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -40px;
}

.flexslider-promotions .flexslider {
  color: #000000;
}

.flexslider-promotions .flex-direction-nav a:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
}

.flexslider-promotions.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: -40px;
}

.flexslider-promotions.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: -40px;
}

.txt-promos {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 0;
  color: #ffffff;
}

.txt-promos p {
  margin-bottom: 0;
}

/* PREGUNTAS FRECUENTES*/
.container-faq {
  background-color: #f6f6f6;
  border-radius: 20px;
}

.ui-widget {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.ui-accordion {
  margin: 20px 0;
}

.ui-accordion strong, .ui-accordion b {
  font-weight: bold;
}

.ui-accordion-header {
  outline: none !important;
}

/* CONTACTO */

.b-contact {
  background-image: url(img/bg-contacto-devices.jpg);
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
}

.container-contact {
  padding: 20px;
}

.container-data {
  border-bottom: solid 1px #ffffff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.contact-data,
.contact-data a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 10px;
}

.contact-data.center,
.contact-data.center a {
  align-items: center;
}

.icon-contacto {
  width: 50px;
  margin-right: 10px;
}

.contact-data p {
  margin-bottom: 2px;
  word-break: break-word;
}

.contact-data a {
  color: #ffffff;
}

/* AVISO DE PRIVACIDAD */
.content-aviso-privacidad {
  margin: 20px 0;
}

.content-aviso-privacidad h3 {
  font-size: 20px;
}

/* registro */
.content-registry {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  color: #000000;
}

.registry-form,
.edit-form,
.contact-form {
  width: 100%;
  max-width: 600px;
}

.form-edit label,
.form-registry label {
  margin-bottom: 0;
}

.form-edit .form-control,
.form-registry .form-control {
  border: none;
  border-bottom: solid 2px #ced4da;
  border-radius: 0;
  font-size: 12px;
}

.form-edit .form-check-inline,
.form-registry .form-check-inline {
  margin-bottom: 20px;
}

.helper-icon {
  position: absolute;
  top: 30px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
}

.not-visible {
  visibility: hidden;
}

.content-helper {
  text-align: right;
  font-size: 11px;
  padding: 2px 5px;
}

/* REGISTRO DE VENTA */
.icon-add {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.resSCB {
  margin-bottom: 20px;
}

#prodPrev .form-control {
  margin-bottom: 15px;
}

#prodPrev .label-product {
  display: inline-block;
  background-color: #e6e6e6;
  padding: 6px 10px;
  margin-bottom: 4px;
}

#prodPrev .btn-edit-profile {
  width: 50% !important;
}

/* DESCUENTO EN PREMIOS */
.discount-premio {
  display: none;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-image: url("img/icon_discount.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  padding-top: 15px;
}
.discount .discount-premio {
  display: block;
}

.discount-premio p {
  margin: 0;
  color: #fff;
  font-size: 34px;
}

.discount-premio p.small {
  font-size: 100%;
  position: relative;
  top: -10px;
}

.points-discount {
  display: none;
}
.discount .points-discount {
  display: block;
}

.points-before {
  color: #a7a8a9;
  position: relative;
  display: none;
}
.discount .points-before {
  display: block;
}

.points-before .crossout {
  border-bottom: solid 1px #a7a8a9;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 10px;
}

/* DESCUENTO PREMIOS DETALLE */
.detail-discount .discount-premio {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 15px;
  text-align: center;
}

.points-award span {
  display: none;
}
.detail-discount .points-award span {
  display: inline-block;
}
.img-detail-new {
  width: 100%;
  height: auto;
}
.detail-discount .points-before {
  display: block;
  width: 40%;
}
.img-detail-new {
  width: 100%;
  height: auto;
}

.btn-evaluar {
  width: 24px;
  height: 24px;
  display: flex;
  background-image: url("../svg/btn-evaluar.svg");
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.header-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/*  width: 90%; */
}

.header-section .btn {
	margin: 0;
}

/* iPhone Plus */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .list-legales {
    width: 190px;
  }
}

@media (max-width: 768px) {
  .container-redem {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .navbar-brand {
    margin-right: 0;
    flex: 0 0 40%;
  }
  .navbar-brand-img {
    object-fit: contain;
    height: 75px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* PAGINACIÓN */
  .page-link {
    font-size: 12px;
  }

  .show-mobile {
    display: none !important;
  }

  .hide-mobile {
    display: block;
  }

  /* 	.button-container {
	    top: 38px;
	}

	.button-container span {
	    left: 24px;
	} */

  .content-login {
    float: none;
  }

  .icon-flag {
    width: 55px;
  }

  /* LOGIN HOME */

  .header-login-home {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .container-login-home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 45%;
    height: 100%;
  }

  .slogan {
    top: 6%;
  }

  .slogan-txt {
    font-size: 20px;
  }

  .txt-welcome {
    font-size: 34px;
  }

  /* SLIDER HOME */
  .section-slider {
    height: 100%;
    min-height: 560px;
  }

  /* FLEXSLIDER */
  .container-flexslider {
    position: absolute;
    z-index: 2;
    bottom: 12%;
    left: 0;
    width: 100%;
    padding: 8px 0 0 0;
  }

  .wrapper-flexslider {
    position: relative;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-flexslider h3 {
    text-align: center;
  }

  .flexslider {
    margin: 0;
    background: transparent;
    border: none;
  }

  .flex-direction-nav a {
    top: 40%;
  }

  .flex-direction-nav a:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
  }

  #flexslider-categories .flex-direction-nav .flex-next {
    opacity: 1;
    right: -25px;
  }

  #flexslider-categories .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -25px;
  }

  #flexslider-categories .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: -55px;
  }

  #flexslider-categories
    .flexslider:hover
    .flex-direction-nav
    .flex-prev:hover {
    opacity: 1;
    left: -25px;
  }

  #flexslider-categories .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: -55px;
  }

  #flexslider-categories
    .flexslider:hover
    .flex-direction-nav
    .flex-next:hover {
    opacity: 1;
    right: -25px;
  }

  .flexslider-feature .flex-viewport {
    padding: 0 15px;
  }

  #flexslider-categories.flexslider .slides img {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .flexslider-home .slides li {
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .content-img-dinamica {
    width: 380px;
    position: relative;
    top: 10px;
    left: 45%;
  }

  .container-img-feature {
    width: 190px;
    height: 190px;
  }

  /* FOOTER */
  .data-footer {
    float: left;
    width: 330px;
  }

  .legales-footer {
    float: right;
  }

  .list-legales {
    width: auto;
    margin-top: 0px;
  }

  .legales-footer {
    display: block;
    justify-content: flex-end;
  }

  .icon-tw {
    top: 5px;
  }

  .icon-yt {
    top: 5px;
  }

  /* MAIN */
  /* HOME */
  .content-welcome p {
    margin: 0 100px 50px 100px;
  }

  .container-how {
    display: flex;
    justify-content: center;
  }

  .how {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }

  .icons-steps {
    width: 130px;
    height: auto;
  }

  /* MI CUENTA */
  .container-account {
    margin-bottom: 0px;
    /*height: 200px;*/
  }

  .title-secc-account {
    margin-bottom: 20px;
  }

/*   .btn-editar {
    margin-top: 3px;
  } */

  .content-data-account {
    display: flex;
  }

  .wrapper-data-account p {
    margin: 15px 5px 3px 5px;
    font-size: 14px;
  }

  .wrapper-widget-account {
    margin-top: 10px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .secc-welcome {
    margin-top: 30px;
  }

  /* HISTORIAL DE TRANSACCIONES */
  .title-trans-mobile {
    display: none;
  }

  .title-group-trans {
    display: flex;
  }

  .title-trans {
    font-size: 26px;
  }

  .title-group-trans h3 {
    font-size: 16px;
    font-weight: 300;
    width: 20%;
    text-align: center;
    border-radius: 8px;
    margin: 0 3px;
    padding: 5px 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .wrapper-trans {
    border-bottom: solid 1px #d3d3d3;
    margin-bottom: 40px;
  }

  .content-trans {
    width: 100%;
    background-color: transparent;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 0;
  }

  .content-trans p {
    width: 20%;
    text-align: center;
    padding: 5px 0;
  }

  .container-trans-redem {
    margin-bottom: 40px;
  }

  .container-trans-redem p {
    margin: 0 3px;
  }

  .link-view-more {
    cursor: pointer;
  }

  .arrow-detail {
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url(img/arrow-view-more.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .arrow-detail.open {
    background-image: url(img/arrow-view-more-open.png);
  }

  .detail-trans {
    float: right;
  }

  /* EDITAR MI CUENTA */

  .header-data {
    margin-bottom: 30px;
  }

  /* detalle de premio canjeado */
  .img-detail-trans {
    width: 130px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .info-detail {
    display: flex;
    justify-content: space-around;
  }

  .info-detail:first-child {
    margin-bottom: 15px;
  }

  .info-detail p {
    margin-right: 15px;
  }

  .data-detail {
    font-weight: 400;
  }

  /* CATALOGO */
  .container-all-filters {
    border-bottom: solid 1px #d8d9d9;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  /* .container-filter{
		float: left;
	} */

  .slider-range {
    width: auto;
  }

  .btn.all {
    position: absolute;
    right: 0;
    top: -60px;
  }

  .container-catalogue {
    margin-top: 0px;
  }

  .content-catalogue {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .img-premio {
    height: 130px;
    display: flex;
    align-items: center;
  }

  .name-premio {
    height: 170px;
  }

  .btn-canje {
    font-size: 12px;
  }

  /* productos más canjeados */
  .container-redem {
    border-radius: 5px;
  }
  .title-redem {
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 10px;
    font-weight: lighter;
    margin: 0px;
  }
  .container-redem .carruselCont {
    padding: 0px 35px 50px 30px;
  }
  .container-redem .carruselCont .carousel-indicators {
    bottom: 15px;
  }
  .container-redem .carousel-item .premio {
    padding: 18px 0px;
    margin: 0px auto;
  }
  .premio .imagesP {
    margin: 0px auto;
    text-align: center;
  }
  .premio .infoP h4 {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0px auto;
    text-align: center;
  }
  .premio .infoP p {
    font-size: 14px;
    margin: 5px 0px 10px 0px;
    text-align: center;
  }
  .premio .infoP a {
    font-size: 13px;
    text-align: center;
    display: block;
  }
  .premio .infoP {
    border: 0px;
  }

  .content-product {
    font-size: 10px;
    margin-bottom: 35px;
  }

  .product-data {
    padding-top: 10px;
  }

  .product-data p {
    margin-bottom: 2px;
  }

  /* detalle y canje de premio*/
  .container-img-award {
    float: left;
  }

  .container-descrition-award {
    margin-top: 30px;
  }

  .container-detail-award {
    margin-top: 30px;
  }

  /* PROMOCIONES */
  .flexslider-promotions {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-slider-promos {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 0;
    height: 200px;
  }

  .header-section-up {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  .txt-promos {
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  /* SUCURSALES */
  .titles-search {
    margin-top: 15px;
  }

  .titles-search h3 {
    font-size: 14px;
    padding: 3px;
    text-align: center;
  }

  .container-info-search {
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 3px;
  }

  .info-search {
    text-align: center;
  }

  .info-search:last-child {
    border-bottom: none;
  }

  .info-search p {
    margin-bottom: 0;
  }

  .btn-sucursales {
    position: relative;
    top: 23px;
  }

  /* VENTA */
  #allProds {
    font-size: 12px;
  }

  #allProds tr {
    font-size: 11px;
  }

  .resSCB.move-left {
    position: absolute;
    top: 0;
    left: -230px;
    z-index: 10;
  }

  .resNA.move-left .form-check {
    width: 65%;
  }

  /* FOOTER */
  .footer-fix-desk {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  /* Head-premio */
  .enlace_premio_directo {
    display: flex;
    align-items: center;
    margin-right: 2rem;
  }
  .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* DESCUENTO EN PREMIOS */
  .discount .info-premio {
    display: flex;
  }

  .discount .data-premio {
    text-align: left;
    width: 60%;
  }

  .discount .name-premio {
    height: 60px;
  }
}

.icon-view-more {
  width: 10px;
  height: auto;
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1336px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .resSCB.move-left {
    position: absolute;
    top: 0;
    left: -275px !important;
    z-index: 10;
  }
}

.form-login .form-group label {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 12px;
}

@media (min-width: 800px) and (max-width: 991px) {
  /* .container-login-home {
	    padding: 10px 20px;
	} */

  /* .navbar-brand-login {
	    width: 80px;
	    height: auto;
	} */

  /* .form-login{
		font-size: 12px;
	} */

  .container-login-btn button {
    font-size: 12px;
  }

  .footer {
    font-size: 12px;
  }

  .img-icon-phone {
    width: 20px;
  }

  .data-footer {
    float: left;
    width: 250px;
  }

  .legales-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }

  .icon-fb {
    width: 10px;
    height: 25px;
  }

  .icon-tw {
    width: 22px;
    height: 20px;
  }

  .icon-yt {
    width: 23px;
    height: 18px;
  }

  .icon-in {
    width: 24px;
    height: 20px;
  }

  .list-menu {
    margin-top: -5px;
  }

  .header-login-home {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* MI CUENTA */
  .container-account {
    /*height: 208px;*/
  }

  .wrapper-data-account p {
    font-size: 12px;
  }

  /* CATALOGO DE PREMIOS */
  /* .slider-range {
	    width: 190px;
	} */

  .btn-filtrar {
    float: right;
    position: relative;
    left: -130px;
  }

  .btn.all {
    position: relative;
    /*left: 155px;*/
  }

  .input-range {
    width: 190px;
  }
}

.content-catalogue:hover .info-catalogue {
  opacity: 1;
  cursor: pointer;
}

.carousel-indicators li {
  background-color: rgba(195, 191, 191, 0.78);
}

@media (min-width: 768px) {
  .container-login-home.open {
    left: 0%;
    background-color: #ec1c24 !important;
  }
}

@media (min-width: 992px) {
  .main-section-not {
    margin-top: 55px;
  }
  .container-login {
    height: auto;
    display: flex;
    align-items: center;
  }
  .premio .imagesP {
    margin: 0px auto;
  }
  .img-product {
    width: 75px;
    height: auto;
    float: left;
    margin: 0px 15px 0px 0px;
  }
  .premio .infoP h4 {
    font-size: 15px;
    text-transform: capitalize;
    margin: 0px;
    text-align: left;
  }
  .premio .infoP p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
  }
  .premio .infoP a {
    font-size: 13px;
    text-align: left;
  }

  /* HEADER */
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  /* NAV */
  .navbar {
    padding: 0 0 0 0;
  }

  .navbar-collapse {
    justify-content: flex-end;
    margin-top: 10px;
  }

  .nav-item {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
  }

  /*.login-txt:hover{
		text-decoration: underline;
	}*/

  .navbar-menu li {
    float: left;
    border-right: 1px solid #ffffff;
    margin-top: 0px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .navbar-menu li:last-child {
    border-right: none;
  }

  .login-txt {
    padding-bottom: 0;
    padding-top: 0;
  }
  i .btn-sesion {
    position: relative;
    top: 0px;
    right: -15px;
  }

  .btn-sesion-reg {
    margin-left: 10px;
  }

  /* LOGIN HOME */
  .container-login-btn {
    display: flex;
    justify-content: space-between;
  }

  .container-login-home {
    width: 35%;
    /* padding: 150px 30px 30px; */
    left: -35%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }

  /* .navbar-brand-login {
	    width: 100px;
	    height: auto;
	} */

  .title-login {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-login .form-control {
    margin-bottom: 10px;
  }

  .slogan {
    top: 26%;
  }

  .slogan-txt {
    font-size: 28px;
  }

  .slogan-txt p {
    line-height: 36px;
  }

  .txt-welcome {
    font-size: 30px;
  }

  .content-img-dinamica {
    width: 700px;
    position: relative;
    top: 150px;
    left: 21%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }

  .content-img-dinamica.open {
    left: 35%;
  }

  /* .carousel-indicators {
	    bottom: 35px;
	} */

  /* FLEXSLIDER */
  .wrapper-flexslider {
    width: 50%;
  }

  .container-flexslider h3 {
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  }

  .container-flexslider {
    bottom: 10%;
  }

  /* SECCION WELCOME */

  /* HOME */
  .content-welcome p {
    margin: 0 50px 50px 50px;
  }

  .content-welcome {
    font-size: 15px;
  }

  /* SLIDER HOME */
  .section-slider {
    height: 100%;
    /* min-height: 694px; */
    margin-top: 0;
  }

  /* SECCION FEATURE */
  .secc-feature {
    padding: 40px 0;
  }

  .container-img-feature {
    width: 250px;
    height: 250px;
  }

  /* FOOTER */
  .footer-fix-desk {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .container-footer {
    font-size: 12px;
  }

  .img-icon-phone {
    width: 20px;
    margin-right: 10px;
  }

  .legales-footer {
    display: flex;
    justify-content: flex-end;
  }

  .list-menu {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .list-menu li {
    margin-right: 12px;
  }

  .list-legales {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .icon-fb {
    width: 10px;
    height: 21px;
  }

  .icon-in {
    width: 25px;
    height: 21px;
    top: 2px;
  }

  .icon-tw {
    width: 20px;
    height: 16px;
  }

  .icon-yt {
    width: 23px;
    height: 16px;
  }

  /* MAIN */
  /* .header-section {
    width: 80%;
  } */

/*   .btn-editar {
    margin-left: 30px;
  } */

  .content-data-account p {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 5px;
  }

  .wrapper-widget-account {
    margin-top: 25px;
    width: 65%;
    font-size: 28px;
  }

  .number-widget {
    width: 100%; /*180px*/
    height: 100%; /*180px*/
    line-height: 180px;
  }

  .data-widget {
    font-size: 16px;
    margin-top: 20px;
  }

  /* MI CUENTA */
  /* .container-account{
		height: 350px;
	} */

  .data-detail {
    font-size: 12px;
    text-align: center;
  }

  /* detalle de premio canjeado */
  .img-detail-trans {
    width: 90px;
    height: auto;
    float: right;
  }

  /* CATALOGO */

  .btn-filtrar {
    float: right;
    position: relative;
    top: -20px;
  }

  .slider-range {
    width: 100%;
  }

  .input-range {
    font-size: 11px;
    width: 165px;
    float: left;
  }

  /* .wrapper-filter{
		width: 75%;
	} */

  .content-catalogue {
    position: relative;
  }

  .info-catalogue {
    opacity: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    transition: all ease 0.7s;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
  }

  /* .content-catalogue:hover .info-catalogue{
		opacity: 1;
		cursor: pointer;
	} */

  .agotado {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .img-premio {
    height: 230px;
  }

  .name-premio {
    height: 100px;
  }

  /* DESCUENTO EN PREMIOS */
  .discount .name-premio {
    height: 60px;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .btn-canje {
    font-size: 18px;
  }

  /* productos más canjeados */
  .container-redem {
    margin-bottom: 30px;
  }

  .content-product {
    margin-bottom: 45px;
  }

  .content-product:last-child {
    margin-bottom: 0px;
  }

  .container-img-award {
    float: left;
    margin-bottom: 80px;
  }

  .container-descrition-award {
    margin-top: 30px;
  }

  .container-detail-award {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  /* PROMOCIONES */
  .container-slider-promos {
    top: -35px;
    height: 350px;
  }

  /*NOTICIAS */
  .container-all-news {
    margin-bottom: 20px;
  }

  .img-all-news {
    width: 100px;
    min-height: 100px;
    float: left;
    margin-right: 10px;
  }

  .title-all-news {
    font-size: 17px;
    margin-bottom: 0;
  }

  .date-news {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .description-all-news {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .btn-news {
    font-size: 10px;
    padding: 5px 10px;
  }

  .img-detail-new {
    width: 100%;
    height: auto;
  }

  /* CONTACTO */
  .b-contact {
    background-image: url(img/bg-contacto.jpg);
  }

  .contac-float-right {
    float: right;
  }

  .container {
    max-width: 1200px !important;
  }

  /*Resultado de búsqueda */
  .resNA {
    margin-bottom: 20px;
    position: relative;
    left: 0;
    top: 0;
  }

  .resNA .form-check {
    width: 50%;
    float: left;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    height: 95px;
  }

  .resSCB.move-left {
    position: absolute;
    top: 0;
    left: -320px;
    z-index: 10;
  }

  .resNA.move-left .form-check {
    width: 90%;
  }
}

@media (min-width: 1050px) {
  .btn.all {
    margin: 0;
    position: static;
  }
}

.img-product {
  width: 75px;
  height: auto;
  float: left;
  margin: 0px 10px 10px auto;
}

.nav-item .btn-sesion {
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  /* .navbar-nav {
		max-width: 200px;
	} */
  .nav-item .btn-sesion {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

.footerTelOp {
  margin: 0px 5px;
}

/*Other Prdoducts*/

/*End Other Prdoducts*/

/*MODAL*/
.modal-notify {
  border-radius: 0;
}
.modal-dialog.modal-notify {
  margin-top: 10%;
}
.modal-notify .modal-content {
  border-radius: 0;
}
.modal-notify .modal-header {
  background-color: #f08300;
  border-bottom: none;
  border-radius: 0;
}
.modal-notify .modal-header .close {
  font-size: 2.5rem;
  color: #ffffff;
}
.modal-notify .modal-footer {
  border-radius: 0;
}

@media (min-width: 1200px) {
  /* LOGIN HOME */
  .container-login-home {
    padding: 40px 40px;
  }

  .container {
    max-width: 1200px !important;
  }
}

/* CATALOGO SEARCH*/
@media (min-width: 300px) {
  .searchF {
    margin: 80px 0px 0px 0px;
  }
  .allPrizes {
    margin-top: -135px !important;
  }
  .searchFButton {
    margin-top: 15px !important;
  }
}
@media (min-width: 667px) {
  .container-others-catalogs {
    margin-top: 30px;
  }
  .searchF {
    margin: 80px 0px 0px 0px;
  }
  .allPrizes {
    margin-top: -105px !important;
  }
  .searchFButton {
    margin-top: 15px !important;
  }
}
@media (min-width: 766px) {
  .container-others-catalogs {
    margin-left: 35px;
    margin-top: 0px;
  }
  .searchF {
    margin: 80px 0px 60px 0px;
  }
  .allPrizes {
    right: 20px;
    top: -61px;
  }
  .btn.all {
    margin-right: 22px !important;
  }
}
@media (min-width: 812px) {
  .btn.all {
    margin-right: 5px !important;
  }
}
@media (min-width: 912px) {
  .searchF {
    margin: 0px;
  }
  .allPrizes {
    margin: 0px !important;
  }
  .searchFButton {
    margin-top: 15px !important;
  }
}
/* END CATALOGO SEARCH*/

/* tkt012193 */
.container-slider-account {
  min-height: 350px;
}

.img_enlace_premio {
  display: flex;
  max-width: 25px;
  width: 25px;
  height: auto;
  margin-right: 1.7rem;
  position: relative;
}

.enlace_premio_directo {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

.notification {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -7px;
  right: -20px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  color: #ffffff;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, .3);
  font-size: 11px;
}

/* @media (min-width: 280px) and (max-width: 320px) {
  #ocultar {
    display: none !important;
  }
} */

@media (max-width: 768px) {
  .enlace_premio_directo {
    justify-content: center;
    margin-right: 0;
  }
  .img_enlace_premio {
    border-radius: 50%;
    display: flex;
    max-width: 35px;
    width: 35px;
    height: auto;
    margin-right: 1.2rem;
    position: relative;
  }
  .notification {
    right: -10px;
  }
  .barra-iconos-movil {
    display: flex;
  }
}

@media (min-width: 768px) {
  #ocultar {
    display: none !important;
  }
  .barra-iconos-movil  .img_enlace_premio  {
    display: none;
  }
}

/* Estilos Premio Directo */
.width_cien {
  width: 100%;
}

.head_card {
  height: 160px;
  background-color: #1a1a1a;
  flex-direction: column;
  border-radius: 3px;
}

.head_card_thanks {
  height: 200px;
  line-height: 42px;
  background-color: #1a1a1a;
  flex-direction: column;
  border-radius: 3px;
}

.head_card_error {
  height: 160px;
  line-height: 42px;
  background-color: #1a1a1a;
  flex-direction: column;
  border-radius: 3px;
}

.head_card_correo {
  height: 100px;
  background-color: #1a1a1a;
  flex-direction: column;
  border-radius: 3px;
}
.modal-title-inicio {
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 55px;
}
.modal-title-inicio-thanks {
  color: #ffffff;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 55px;
}
.modal-title-inicio-thanks.modal-title-inicio-thanks-lg-content {
  font-size: 24px;
  line-height: 25px;
}
.txt_eres {
  font-size: 30px;
  color: #707070;
  font-weight: 500;
  line-height: 40px;
}
.txt_eres_thanks {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #707070;
  font-weight: 500;
  line-height: 40px;
}
.txt_eres_error {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #707070;
  font-weight: 500;
  line-height: 40px;
}
.txt_eres_bold {
  font-size: 30px;
  color: #707070;
  font-weight: 700;
}
.btn_obten {
  margin-bottom: 25px;
  border: solid 1px #707070;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  color: #707070;
  padding: 5px 10px;
}
.btn_obten:hover {
  cursor: pointer;
  text-decoration: none;
  color: #4f4f4f;
  box-shadow: 0 1px 1px 0 rgb(60 64 67 / 30%), 0 4px 8px 1px rgb(60 64 67 / 15%);
}
.modal-footer {
  border-top: none;
  width: 100%;
  display: flex;
  justify-content: center;
}
.modal-header {
  padding: 10px;
}
.icon_regalo_modal {
  margin-top: -70px;
  margin-bottom: 1rem;
}
.title_seccion {
  font-size: 47px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-bottom: 1rem;
}
.head_premio {
  border-bottom: solid 1px #707070;
  text-align: center;
  padding-top: 2rem;
}
.card_img {
  flex: 0 0 40%;
  height: auto;
}
.card_img_detalle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
}
.img_card_desc {
  max-width: 350px;
  width: 100%;
  height: auto;
}
.img_card_desc_detalle {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.card_desc {
  height: 290px;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 2rem 0;
}
.card_desc_detalle {
  height: 450px;
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title_body_pre h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 4rem 0;
  text-align: center;
}
.card_body {
  position: relative;
  padding: 20px;
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 1px 7px 16px #00000040;
  border: 2px solid #bcbcbc;
  border-radius: 20px;
  max-width: 80%;
}
.card_body::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1px;
  height: calc(100% - 40px);
  background: #707070;
}
.card_body_detalle {
  position: relative;
  margin: 6rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card_body_detalle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #707070;
}
.card_img_detalle,
.card_desc_detalle {
  flex: 0 0 45%;
}
.back_gris {
  background-color: #f5f5f5;
}
.title_product {
  margin: 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.title_product_fisico {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
  margin-bottom: 2rem;
}
.title_product_detalle {
  font-size: 32px;
  font-weight: 700;
}
.card_costo {
  font-size: 40px;
  font-weight: 900;
}
.card_costo_detalle {
  font-size: 32px;
}
.card_btn {
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #eb8222;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
}
.card_btn:hover {
  background-color: #ffffff;
  border: solid 1px #eb8222;
  color: #1a1a1a;
}
.card_btn_enviar {
  border: none;
  cursor: pointer;
  width: 180px;
  height: 45px;
  border-radius: 10px;
  background-color: #eb8222;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}
.card_btn_enviar:hover {
  background-color: #ffffff;
  border: solid 1px #eb8222;
  color: #1a1a1a;
}
.card_btn_detalle {
  border: solid 1px #eb8222;
  cursor: pointer;
  margin-top: 2rem;
  width: 180px;
  height: 45px;
  border-radius: 10px;
  background-color: #eb8222;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
}
.card_btn_detalle:hover {
  background-color: #ffffff;
  border: solid 1px #eb8222;
  color: #1a1a1a;
}
.sep_vertical {
  height: 230px;
  width: 90px;
  border-right: solid 0.5px #707070;
  opacity: 1;
  display: none;
}
.sep_vertical_detalle {
  height: 450px;
  width: 0px;
  border-right: solid 0.5px #707070;
  opacity: 1;
}
.img_regalo_body {
  width: 120px;
  height: 120px;
}
.padd_bot {
  padding-bottom: 10px;
}
.subtitle_product_detalle {
  font-size: 21px;
  font-weight: 700;
  margin-top: 2rem;
}
.descripcion_product_detalle {
  font-size: 18px;
  margin-top: 1rem;
}
.txt_correo {
  font-size: 22px;
  color: #707070;
  width: 80%;
  text-align: center;
  margin: 2rem 0;
}
.rojo {
  color: red;
}
.w_80 {
  width: 80%;
}
.cont_btn_enviar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
}
.form-control {
  border: none;
  border-bottom: solid 2px #707070;
  border-radius: 0px;
}
.form-control:focus {
  border: none;
  border-bottom: solid 1px #80bdff;
  box-shadow: none;
}
.form-group label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
}
.centrar_txt_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pre_directo_enl_head {
  text-decoration: none !important;
  color: #ffffff;
}
.pre_directo_enl_head:hover {
  text-decoration: none !important;
  color: #ffffff;
  cursor: pointer;
}
.btn_ver_detalle {
  text-decoration: none !important;
  color: #ffffff;
}
.btn_ver_detalle:hover {
  text-decoration: none !important;
  color: #1a1a1a;
}
.notificacion_mobile {
  background-color: red;
  padding: 2px 7px;
  border-radius: 15px;
  color: #fff !important;
}

/* @media (max-width: 320px) {
		.card_body{max-width: 280px;}
        .card_body_detalle{max-width: 280px;}
	} */
@media (max-width: 576px) {
  .img_regalo_body {
    width: 80px;
    height: 80px;
  }
  .title_seccion {
    font-size: 25px;
  }
  .card_body {
    flex-direction: column;
    margin: 2rem auto;
    width: 90%;
  }
  /* .card_body_detalle{flex-direction: column; margin: 2rem auto;} */
  /* .card_img{width: 280px; height: 180px;} */
  /* .card_img_detalle{width: 270px; height: 270px;} */
  /* .img_card_desc{width: 280px; height: 180px;} */
  /*  .img_card_desc_detalle{width: 250px; height: 250px;} */
  /* .card_desc{height: 170px; width: 280px;} */
  .title_product {
    font-size: 20px;
  }
  .title_product_fisico {
    font-size: 20px;
    line-height: 25px;
  }
  .card_costo {
    font-size: 30px;
  }
  .card_btn {
    font-size: 18px;
  }
  /* .sep_vertical{width: 80%; height: 10px; border-bottom: solid 0.5px #707070; border-right: none;}
        .sep_vertical_detalle{width: 100%; height: 30px; border-bottom: solid 0.5px #707070; border-right: none;} */
  .card_desc_detalle {
    width: 100%;
    height: auto;
  }
  /* .descripcion_product_detalle{width: 280px;} */
  .title_product_detalle {
    font-size: 28px;
    font-weight: 700;
    margin-top: 1rem;
  }
  .padd_bot {
    padding-bottom: 2rem;
  }
  .card_btn_detalle {
    margin-top: 1rem;
  }
  .txt_correo {
    width: 100%;
  }
  .txt_eres {
    font-size: 25px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  /* .card_img {width: 290px; height: 190px;} */
  /* .card_img_detalle {width: 400px; height: 400px;} */
  /* .img_card_desc{width: 290px; height: 190px;} */
  /* .img_card_desc_detalle{width: 340px; height: 340px;} */
  /* .sep_vertical{width: 35px;}
        .sep_vertical_detalle{width: 85%; height: 4rem; border-bottom: solid 0.5px #707070; border-right: none;} */
  .title_product_fisico {
    font-size: 30px;
  }
  .card_costo {
    font-size: 35px;
  }
  .title_body_pre h2 {
    font-size: 25px;
  }
  .card_body {
    margin: 3rem auto;
  }
  /* .card_body_detalle{flex-direction: column;} */
}
@media (max-width: 768px) {
  .card_body {
    flex-direction: column;
    padding: 40px;
  }
  .card_body::after {
    display: none;
  }
  .card_img {
    border-bottom: 1px solid #707070;
    padding-bottom: 2rem;
  }
  .img_card_desc {
    max-width: 300px;
  }
  .card_body_detalle {
    flex-direction: column;
    width: 90%;
  }
  .card_desc_detalle {
    text-align: center;
    width: 100%;
  }
  .card_body_detalle::after {
    display: none;
  }
  .title_product_detalle {
    margin-top: 2rem;
  }
  .card_btn_detalle {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 991px) {
  .title_body_pre h2 {
    font-size: 25px;
  }
  .card_body {
    max-width: 100%;
  }
}

/* 	@media (min-width: 992px) and (max-width: 1024px) {
        .card_img_detalle{width: 380px; height: 380px;}
        .img_card_desc_detalle{width: 350px; height: 350px;}

    } */
/* Estilos modales evaluacion */
.cont_product {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  text-align: center;
  padding: 5px 0;
}
.name_product {
  font-weight: bold;
  margin-left: 10px;
  width: 60%;
  text-align: left;
}
.cont_img_detail {
  width: 100px;
  height: 100px;
}
.img_detail {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cont_img-detail {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
  padding: 5px;
}
.content-trans p {
  width: 15%;
}
.title-group-trans h3 {
  width: 15%;
}
.btn_evaluar {
  width: 24px;
  height: 24px;
}
.stars_evaluation_catalogo {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.stars_evaluation {
  display: flex;
  width: 15%;
  justify-content: center;
  margin-top: 20px;
}
.stars_evaluation_modal {
  display: flex;
  width: auto;
  justify-content: center;
  margin-bottom: 15px;
}
.star_yellow {
  width: 22px;
  height: 22px;
  background-size: 22px;
  background: url("../svg/yellow-star.svg") no-repeat;
}
.star_gray {
  width: 22px;
  height: 22px;
  background-size: 22px;
  background: url("../svg/gray-star.svg") no-repeat;
}
.star_yellow_modal {
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: 25;
  background: url("../svg/yellow-star.svg") no-repeat;
}
.star_gray_modal {
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: 25;
  background: url("../svg/gray-star.svg") no-repeat;
}
.modal-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.img_modal {
  display: grid;
  justify-content: center;
  place-items: center;
  height: 200px;
  width: 200px;
  padding: 10px;
  border: 1px solid #bbb;
}
.title_product_modal {
  display: flex;
  justify-content: center;
  margin: 30px auto 5px auto;
  font-size: 16px;
}
.coment_product_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coment_product_modal textarea {
  padding: 10px;
  border: 1px solid #bbb;
  overflow-y: auto;
  resize: none;
}
.img_detail_modal {
  margin: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.txt_evalua_stars {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.selct_stars_txt {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.orange {
  color: #f08300;
}
.btn_modal_evalua {
  width: 15%;
}
.modal-title-inicio {
  font-size: 30px;
  font-weight: 500;
  width: 100%;
}
.modal-title-inicio-negro {
  font-size: 16px;
  width: 70%;
  margin-bottom: 10px;
  margin-top: 15px;
}
.cont_modal_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cont_product_evalua_ini {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.cont_list_evalua {
  width: 100%;
}
.cont_list_evalua .list-group-item {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.btn_evalua_ini {
  width: 20px;
  height: 20px;
}
.img_evalua_ini {
  width: 120px;
  height: 120px;
  /* border: solid 1px #707070; */
}
.rese_evalua_ini {
  display: flex;
  width: 66%;
  min-height: 70px;
  align-items: baseline;
  margin-left: 18px;
/*   border-bottom: solid 1px #707070; */
  justify-content: space-between;
}
.img_evalua_detail_ini {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.name_evalua_ini {
  width: 50%;
}
.cont_btn_evalua {
  margin-left: 5%;
}
.cont_img_logo_modal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img_logo_modal {
  width: 250px;
}
.txt_thanks_modal {
  font-size: 30px;
  color: #f08300;
  font-weight: 900;
  text-align: center;
  line-height: 35px;
  margin: 20px;
}
.list-group-item {
  border: none;
}
.modal-header {
  border-bottom: none;
}
.separa_title_modal {
  width: 75%;
  height: 10px;
  border-bottom: solid 1px #707070;
}
#leyenda {
  height: 30px;
}

@media (max-width: 600px) {
  .cont_product {
    flex-direction: column;
    width: 100%;
    align-items: baseline;
  }
  .name_product {
    margin-left: 0px;
  }
  .content-trans p {
    width: 100%;
  }
  .title-group-trans h3 {
    width: 100%;
  }
  .stars_evaluation {
    width: 100%;
  }
  /* .img_detail_modal{width: 160px; height: 160px;} */
  .modal-title-inicio {
    font-size: 14px;
    width: 100%;
  }
  .txt_thanks_modal {
    font-size: 20px;
    line-height: 25px;
  }
  .img_logo_modal {
    width: 150px;
  }
}
/* Termina estilos modales evalucacion */
/* ESTRELLAS ***********************************/
.img_award {
  width: 80px;
  border: solid 1px #d3d3d3;
  margin-bottom: 15px;
}
.estrellas-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  align-items: center;
}
/* Ratings widget */
.rate {
  display: inline-block;
  border: 0;
}
/* Hide radio */
.rate > input.estrellada {
  display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
  float: right;
  color: #cdcdcd;
  border: 1px solid transparent;
}
.rate > label.white-star {
  color: #ffc868;
}
/* The star of the show */
.rate > label:before {
  display: inline-block;
  font-size: 2rem;
  padding: 0.3rem 0.2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "★"; /* full star */
  line-height: 2rem;
  /*content: "\f005";+/ /* full star */
  /* background: url(../svg/star-solid.svg) no-repeat;
	  background-size: 32px;
	  width: 32px;
	  height: 32px; */
}
.rate > label.white-star:before {
  font-size: 24px;
  height: 33px;
}
.rate > label.stars-most-redeemed:before {
  font-size: 24px;
  line-height: 0;
  padding: 0.3rem 0rem;
}

/* Half star trick */
.rate .half:before {
  /* content: "\f089"; */
  content: "☆"; /* half star no outline */
  position: absolute;
  padding-right: 0;
  /* background: url(../svg/star-outline.svg) no-repeat;
	  background-size: 32px;
	  width: 32px;
	  height: 32px; */
}
/* Click + hover color */
input.estrellada:checked ~ label, /* color current and previous stars on checked */
  label:hover, label:hover ~ label {
  color: #f5a800;
  content: "★";
} /* color previous stars on hover */
/* Click + hover WHITE STAR */
input.estrellada:checked ~ label.white-star {
  color: #ffffff;
  content: "★";
}
label.white-star:hover,
label.white-star:hover ~ label {
  color: #ffffff;
  content: "☆" !important;
}

/* Hover highlights */
input.estrellada:checked + label:hover, input.estrellada:checked ~ label:hover, /* highlight current and previous stars */
  input.estrellada:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
  label:hover ~ input.estrellada:checked ~ label /* highlight previous selected stars */ {
  color: #f5a800;
  content: "★";
}

/* WHITE STAR Hover highlights */
input.estrellada:checked + label.white-star:hover, input.estrellada:checked ~ label.white-star:hover, /* highlight current and previous stars */
  input.estrellada:checked ~ label.white-star:hover ~ label, /* highlight previous selected stars for new rating */
  label.white-star:hover ~ input.estrellada:checked ~ label.white-star /* highlight previous selected stars */ {
  color: #ffffff;
  content: "★";
}

.justify-flex-start {
  justify-content: flex-start;
}

.data__product {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 8px 0 0 0;
}
.data-date,
.data-evaluate,
.data-points {
  display: inline;
}
.starsevaluation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;

  &__yellow {
    width: 24px;
    height: 24px;
    background: url(../svg/yellow-star.svg) no-repeat;
    background-size: 24px;
  }
  &__gray {
    width: 24px;
    height: 24px;
    background: url(../svg/gray-star.svg) no-repeat;
    background-size: 24px;
  }
}

.evaluar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0 0 0;
}

.evaluar a {
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .modal-content-width {
    width: 45%;
    margin: 3% auto;
  }
  .data__product {
    text-align: left;
  }
  .data-date,
  .data-evaluate,
  .data-points {
    display: none;
  }
  .starsevaluation {
    justify-content: center;
    &__yellow {
      width: 22px;
      height: 22px;
      background-size: 22px;
    }
    &__gray {
      width: 22px;
      height: 22px;
      background-size: 22px;
    }
  }
}

@media screen and (min-width: 1279px) {
  .modal-content-width {
    width: 33%;
  }
  .data__product {
    margin: 0;
    float: right;
    width: 64%;
  }
}

@media screen and (min-width: 1439px) {
  .modal-content-width {
    width: 27%;
  }
}

/* Estilos btn modal de canje ticket 018275 */
.nota_modal {
  background-color: #f1f1f1;
  padding: 10px;
}

/*Estilos modal video inicio*/
.size-video {
  width: 280px;
  height: 192px;
}

.head_card_dos {
  height: 115px;
  background-color: #1a1a1a;
  flex-direction: column;
  border-radius: 3px;
}
.modal-title-inicio-dos {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  color: #ffffff;
}
@media screen and (min-width: 375px) {
  .size-video {
    width: 340px;
    height: 233px;
  }
}
@media screen and (min-width: 414px) {
  .size-video {
    width: 380px;
    height: 260px;
  }
}
@media screen and (min-width: 768px) {
  .size-video {
    width: 460px;
    height: 313px;
  }
}

#avisoLiverpoolTitle,
#avisoCertificadoDigitalTitle,
#avisoCertificadoFisicoTitle {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  font-size: 1.55rem;
  font-weight: 400;
  color: #ef3340;
}

/*Estilos premios canjeados 31082022*/

.title-group-trans h3 {
  width: 25%;
}
.cont-tabla {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #707070;
}
.cont-tabla p {
  width: 25%;
  text-align: center;
  margin-top: 20px;
}
.fila-tabla {
  width: 25%;
  margin: 20px 0px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.fila-tabla-evalua {
  width: 25%;
  margin: 20px 0px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
}
.fila-tabla-detalle {
  width: 25%;
  margin: 20px 0px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  border: solid 2px #dedede;
  border-radius: 10px;
}
.img-producto-detalle {
  width: 115px;
  height: auto;
}
.text-producto {
  color: #1d1e1c;
  font-weight: 500;
  padding: 10px;
}
.txt-gray-det {
  font-size: 14px;
  color: #333333;
}
.txt-black-det {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.txt-black-two-det {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  margin: 10px 0px;
}
.cont-folio-det {
  height: 60px;
  background-color: #ffffff;
  border: solid 1px #f88d2b;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(121, 121, 121, 0.2),
    0 6px 10px 0 rgba(121, 121, 121, 0.19);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 15px;
}
.txt-black-three-det {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.card-evalua {
  width: 85%;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  border: 3px #dedede;
  align-items: center;
  background-color: #fafafa;
  box-shadow: 0 2px 4px 0 rgba(121, 121, 121, 0.2),
    0 6px 10px 0 rgba(121, 121, 121, 0.19);
}
.cont-evalua {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.ico-evalua {
  width: 30px;
  height: 30px;
}
.btn-evalua {
  width: 100%;
  height: auto;
  padding: 5px 15px;
  border: none;
  background-color: #f88d2b;
  border: solid 1px #f88d2b;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.fecha-detalle {
  display: none;
}
.content-trans p {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .cont-tabla {
    flex-direction: column;
  }
  .fila-tabla {
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
  }
  .fila-tabla-detalle {
    width: 100%;
    margin: 10px 0px;
    border: none;
  }
  .fila-tabla-evalua {
    width: 100%;
    margin: 10px 0px;
  }
  .fecha-detalle {
    display: initial;
  }
  .card-evalua {
    background-color: #ffffff;
    box-shadow: none;
    height: auto;
    padding: 10px;
  }
  .ico-evalua {
    display: none;
  }
  .text-producto {
    padding: 15px;
    background-color: #fafafa;
    width: 100%;
    border-radius: 10px;
  }
  .container-slider-account {
    min-height: 250px;
  }
  .content-trans {
    padding: 15px;
    margin: 20px 0px;
  }
  @media screen and (min-width: 768px) {
    .content-trans {
      width: 100%;
      background-color: transparent;
      display: flex;
      justify-content: space-between;
      align-content: center;
      align-items: center;
      padding: 8px 0;
      margin-bottom: 0;
    }
    .content-trans--flexstart {
      justify-content: flex-start;
    }
  }
  .carousel-inner {
    min-height: auto !important;
  }
  .container-all-news.clearfix {
    min-height: auto;
    margin: 30px auto;
  }
  .container-all-news h3 {
    font-size: 20px;
  }
  .container-all-news button {
    border-radius: 9px;
    padding: 0.6375rem 1.35rem;
    font-size: 10px;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .wrapper-data-account {
    height: 100px;
  }
  .carousel-inner {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .wrapper-data-account {
    height: 110px;
  }
  .container-data-account {
    color: #ffffff;
    height: calc(100% - 35px) !important;
  }
  .container-slider-account {
    min-height: 550px;
  }
  .container-widget-account {
    height: 100%;
    place-items: center;
    display: flex;
  }
  .wrapper-widget-account {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .container-account {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .img-producto-detalle {
    width: 69px;
    height: auto;
  }
  .fila-tabla {
    width: 25%;
  }
  .fila-tabla-detalle {
    width: 25%;
  }
  .fila-tabla-evalua {
    width: 25%;
  }
  .cont-folio-det {
    height: auto;
    overflow-wrap: anywhere;
    padding: 5px 15px;
  }
  .btn-evalua {
    width: 85%;
  }
  .container-slider-account {
    min-height: auto;
  }
  /* .carousel-indicators {
		bottom: 40px;
	} */
  .container-all-news.clearfix {
    min-height: auto;
    margin: 30px auto;
  }
  .container-all-news.clearfix:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .fila-tabla {
    width: 25%;
  }
  .fila-tabla-detalle {
    width: 25%;
  }
  .fila-tabla-evalua {
    width: 25%;
  }
  .cont-tabla p {
    width: 25%;
    text-align: center;
    margin-top: 20px;
  }
  /* .carousel-indicators {
		bottom: 20px;
	} */
}

/* Logos selector */

ul.logosSelector {
  position: relative;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}

ul.logosSelector li {
  display: inline-block;
}

ul.logosSelector input[type="radio"][id^="cb"] {
  display: none;
}

ul.logosSelector label {
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

ul.logosSelector label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid red;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  font-size: 9px;
  text-align: center;
  line-height: 13px;
  transition-duration: 0.4s;
  transform: scale(0);
}

ul.logosSelector label img {
  width: auto;
  height: 35px;
  background-size: contain;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

@media screen and (max-width: 450px) {
  ul.logosSelector label img {
    height: 30px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  ul.logosSelector label img {
    height: 27px;
  }
}

ul.logosSelector :checked + label {
  border-color: #ddd;
}

ul.logosSelector :checked + label:before {
  content: "√";
  background-color: red;
  transform: scale(1);
}

ul.logosSelector :checked + label img {
  z-index: -1;
  opacity: 1;
}

/* Tooltip */

/* Tooltip container */
.tooltip {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  font-family: "Montserrat";
  font-size: 8px;
}

.tooltip svg {
  cursor: pointer;
  align-self: flex-end;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 145px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  margin-bottom: 8px;
  padding: 7px;
  transform: translateX(-64px);
  top: -58px;
}

.tooltiptext::after {
  display: block;
  width: 0;
  content: "";
  border: 5px solid transparent;
  position: absolute;
  border-bottom-color: black;
  border-top: 0;
  bottom: -5px;
  left: calc(50% - 5px);
  transform: rotate(180deg);
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 575px) {
  .tooltip {
    right: 30px;
    top: -15px;
  }
}
