/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-newsticker .g-newsticker-label {
  float: left;
  margin-right: 0.5rem;
  font-family: "Arial", "Tahoma", "Geneva", sans-serif;
  font-weight: 700;
  line-height: 30px;
}
.dir-rtl .g-newsticker .g-newsticker-label {
  float: right;
  margin-right: 0;
  margin-left: 0.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-newsticker .g-newsticker-label {
    display: none;
  }
}
.g-newsticker .g-newsticker-innerwrap {
  width: 80%;
}
@media only all and (max-width: 30rem) {
  .g-newsticker .g-newsticker-innerwrap {
    width: 75%;
  }
}
.g-newsticker .g-newsticker-content {
  min-height: 30px;
  line-height: 30px;
}
.dir-rtl .g-newsticker .g-newsticker-content {
  direction: rtl;
}
.dir-rtl .g-newsticker .g-newsticker-content span {
  display: inline-block;
}
@media only all and (max-width: 47.99rem) {
  .dir-rtl .g-newsticker .g-newsticker-content span {
    display: inline;
  }
}
.g-newsticker .g-newsticker-controller {
  position: absolute;
  right: 0;
}
.dir-rtl .g-newsticker .g-newsticker-controller {
  right: inherit;
  left: 0;
}
.g-newsticker .g-next, .g-newsticker .g-prev {
  position: absolute;
}
.g-newsticker .g-next span, .g-newsticker .g-prev span {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.g-newsticker .g-next span:before, .g-newsticker .g-prev span:before {
  font-family: FontAwesome;
  font-size: 1.5rem;
}
.g-newsticker .g-next span:hover, .g-newsticker .g-prev span:hover {
  opacity: 1;
}
.g-newsticker .g-next {
  right: 0;
}
.g-newsticker .g-next .g-next-icon:before {
  content: '';
}
.dir-rtl .g-newsticker .g-next .g-next-icon:before {
  content: '';
}
.dir-rtl .g-newsticker .g-next {
  right: inherit;
  left: 0;
}
.g-newsticker .g-prev {
  right: 35px;
}
.g-newsticker .g-prev .g-prev-icon:before {
  content: '';
}
.dir-rtl .g-newsticker .g-prev .g-prev-icon:before {
  content: '';
}
.dir-rtl .g-newsticker .g-prev {
  right: inherit;
  left: 35px;
}
.g-popupgrid {
  position: relative;
  margin: 0 auto;
}
.g-popupgrid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g-popupgrid-loaded::after {
  opacity: 0;
}
.g-popupgrid-item {
  padding: 0.938rem;
  z-index: 1001;
}
.g-popupgrid-item-current {
  opacity: 0 !important;
}
.g-popupgrid-item-img-wrap {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 3px;
  background: -webkit-linear-gradient(rgba(37, 201, 247, 0.75), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(37, 201, 247, 0.75), rgba(0, 0, 0, 0.5));
}
.g-popupgrid-item-img-wrap:focus, .g-popupgrid-item-img-wrap:hover {
  outline: none;
}
.g-popupgrid-item-img-wrap:focus img, .g-popupgrid-item-img-wrap:hover img {
  opacity: 0.7;
}
.g-zoom .g-popupgrid-item-img-wrap:focus img, .g-zoom .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-rotate .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: rotate(5deg) scale(1.25);
  -moz-transform: rotate(5deg) scale(1.25);
  -ms-transform: rotate(5deg) scale(1.25);
  -o-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
}
.g-blur .g-popupgrid-item-img-wrap:focus img, .g-blur .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-grayscale .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.g-zoomout.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-zoomout.g-rotate .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: rotate(5deg) scale(1.15);
  -moz-transform: rotate(5deg) scale(1.15);
  -ms-transform: rotate(5deg) scale(1.15);
  -o-transform: rotate(5deg) scale(1.15);
  transform: rotate(5deg) scale(1.15);
}
.g-blur.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-blur.g-grayscale .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
.g-popupgrid-item-img-wrap:focus .g-popupgrid-description-preview-icon, .g-popupgrid-item-img-wrap:hover .g-popupgrid-description-preview-icon {
  opacity: 1;
}
.g-popupgrid-item-img-wrap img {
  display: block;
  opacity: 0.65;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-tag {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  margin: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-title {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
}
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-content, .g-popupgrid-item-img-wrap .g-popupgrid-description-preview-readmore {
  display: none;
}
.g-popupgrid-preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
  pointer-events: none;
}
.g-popupgrid-preview::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #262626;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.g-popupgrid-preview-open {
  pointer-events: auto;
  visibility: visible;
  z-index: 99999;
}
.g-popupgrid-preview-open::before {
  opacity: 1;
}
.g-popupgrid-clone {
  position: fixed;
  z-index: 110;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.g-popupgrid-original {
  position: relative;
  z-index: 120;
  display: block;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.g-popupgrid-preview-open .g-popupgrid-animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}
.g-popupgrid-animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.g-popupgrid-description {
  color: #ffffff;
}
.g-popupgrid-preview-area:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.g-overlay-enable.g-popupgrid-description-preview-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(37, 201, 247, 0.75);
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g-overlay-enable.g-popupgrid-description-preview-icon span {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
.g-overlay-disable.g-popupgrid-description-preview-icon span {
  display: none;
}
.g-popupgrid-description-preview {
  font-size: 2em;
  position: absolute;
  z-index: 140;
  width: 100%;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 0 1em;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.g-popupgrid-preview-open .g-popupgrid-description-preview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.g-popupgrid-description-preview .g-popupgrid-description-preview-tag {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.75;
}
@media only all and (max-width: 47.99rem) {
  .g-popupgrid-description-preview .g-popupgrid-description-preview-tag {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
.g-popupgrid-description-preview .g-popupgrid-description-preview-title {
  font-weight: 'Arial, Tahoma, Geneva, sans-serif';
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  width: 100%;
}
.g-popupgrid-description-preview .g-popupgrid-description-preview-content {
  font-size: 1.1rem;
  width: 100%;
}
.g-popupgrid-description-preview .g-popupgrid-description-preview-readmore {
  margin: 1rem 0;
}
@media only all and (max-width: 30rem) {
  .g-popupgrid-description-preview .g-popupgrid-description-preview-readmore .button {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
/* Close button */
.g-popupgrid-action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #25c9f7;
  border: none;
  background: none;
}
.g-popupgrid-action:hover, .g-popupgrid-action:focus {
  color: #25c9f7;
  outline: none;
}
.g-popupgrid-action-close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
.g-popupgrid-preview-image-loaded .g-popupgrid-action-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.g-popupgrid-text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}
@media screen and (max-width: 40em) {
  .g-popupgrid-description-preview .g-popupgrid-description-preview-title {
    font-size: 0.5em;
  }
  .g-popupgrid-description-preview .g-popupgrid-description-preview-content {
    display: none;
  }
  .details {
    display: none;
  }
}
/* Webfont: MarkPro-Bold */
@font-face {
  font-family: 'gotham-bold';
  src: url('../../fonts/gotham/Gotham-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/gotham/Gotham-Bold.eot#iefix') format('embedded-opentype'), url('../../fonts/gotham/Gotham-Bold.woff') format('woff'), url('../../fonts/gotham/Gotham-Bold.woff2') format('woff'), url('../../fonts/gotham/Gotham-Bold.svg') format('svg'), url('../../fonts/gotham/Gotham-Bold.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'gotham-book';
  src: url('../../fonts/gotham/Gotham-Book.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/gotham/Gotham-Book.eot#iefix') format('embedded-opentype'), url('../../fonts/gotham/Gotham-Book.woff') format('woff'), url('../../fonts/gotham/Gotham-Book.woff2') format('woff'), url('../../fonts/gotham/Gotham-Book.svg') format('svg'), url('../../fonts/gotham/Gotham-Book.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
body {
  font-family: 'gotham-book' !important;
}
h1, h2, h3, h4, h5 {
  font-family: 'gotham-book';
  font-weight: 900;
}
input.next-btn {
  border: 2px solid #25c9f7;
}
input.next-btn:hover {
  background: #fff;
  border: 2px solid #25c9f7;
  color: #25c9f7;
  transition: 0.3s;
}
/*CRE 2021*/
.text-consurso.title-concurso {
  font-weight: 700;
}
.text-concurso {
  margin-bottom: 2rem;
}
.text-concurso > a {
  color: #0075cd;
  font-weight: 700;
  text-decoration: underline;
}
.image-concurso {
  margin: 1rem auto;
}
.g-container.heig-container {
  min-height: calc(100vh - 19rem) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancybox-content {
  max-height: 30rem;
}
.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete {
  width: 90%;
  margin: auto !important;
  left: 0;
  right: 0;
  max-width: 60rem;
  height: fit-content !important;
  max-height: fit-content !important;
}
.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete {
  width: 90%;
  margin: auto !important;
  left: 0;
  right: 0;
  max-width: 60rem;
  height: fit-content !important;
  max-height: fit-content !important;
}
.image-logo > img {
  width: 100% !important;
  max-width: 16rem;
  margin-bottom: 1rem;
}
.title-section {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 600;
  flex-direction: column-reverse;
}
div#msgStatus {
  border: 2px solid #153e862e;
  background: #edf0f6;
  color: #183a81;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.span8.namevotoslist {
  padding: 0 !important;
}
.videolist {
  height: 222px;
  color: #fff;
  width: 500px !important;
  background-color: #075dae;
  margin-left: 0px !important;
  margin-bottom: 80px;
  margin-top: -6px;
  font-size: 1.1rem;
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 0.5rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comentarioslist {
  padding: 0;
}
img.imglist {
  width: 1.5rem;
  padding: 0 !important;
}
.span4.votoslist {
  padding: 0 !important;
}
.titlemasvotado.center {
  background: #075dae;
  color: #fff;
  max-width: 20rem;
  border-radius: 5px;
  margin: auto;
  margin-top: 3rem !important;
}
label#jform_file_es-lbl, label#jform_comentarios-lbl {
  text-align: justify;
  margin-bottom: 0.5rem !important;
}
.form-group {
  text-align: justify;
}
.image-logo > img {
  width: 100% !important;
}
.title-section > div {
  display: flex;
  align-items: center;
}
form#experienciasForm {
  width: 90%;
  margin: auto;
  max-width: 55rem;
}
div#newssliderV1-6605 {
  flex-direction: row-reverse;
}
.text-wel > div {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: justify;
}
.text-wel {
  margin: 2rem 0rem;
}
.logos-home > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: auto;
  flex-wrap: wrap;
}
img#logo-CRE {
  max-width: 20rem !important;
  width: 100%;
}
iframe#player {
  width: 100%;
}
.logo-header > div > a {
  background: no-repeat;
  box-shadow: none;
}
.logo-header > div > a > img {
  max-width: 10rem;
}
.g-bottom-offset {
  margin-bottom: 0px !important;
  position: relative;
}
li.nh-anim {
  background: #1C3E88 !important;
  opacity: 1;
}
li.nh-anim.selected {
  background: #25C9F8 !important;
}
.g-newsslider-headlines li.selected {
  opacity: 1 !important;
  margin-right: -2rem;
  box-shadow: 4px 0px 15px 2px rgba(0, 0, 0, 0.6);
  z-index: 80;
}
li.nh-anim.selected {
  display: flex;
  flex-direction: row-reverse;
}
.g-newsslider-content.news-content {
  z-index: 9 !important;
}
.level-1 #g-slideshow, .level-1 #g-navigation {
  /* Blue*/
  background: url('../../../../images/cre-2021/nivel/blue.png') !important;
  background-size: cover !important;
}
.level-2 #g-slideshow, .level-2 #g-navigation {
  /* Black*/
  background: url('../../../../images/cre-2021/nivel/black.png') !important;
  background-size: cover !important;
}
.level-3 #g-slideshow, .level-3 #g-navigation {
  /* Gold*/
  background: url('../../../../images/cre-2021/nivel/gold.png') !important;
  background-size: cover !important;
}
.level-4 #g-slideshow, .level-4 #g-navigation {
  /* Platinum*/
  background: url('../../../../images/cre-2021/nivel/platinum.png') !important;
  background-size: cover !important;
}
.level-5 #g-slideshow, .level-5 #g-navigation {
  /* Elite*/
  background: url('../../../../images/cre-2021/nivel/elite.png') !important;
  background-size: cover !important;
}
#g-navigation.nav-large-offset {
  padding-bottom: 2rem !important;
  margin-bottom: 0rem !important;
  position: static;
}
.g-imagegrid-item {
  padding: 1rem 0 !important;
}
#g-copyright {
  margin-top: 0rem !important;
  padding-top: 0rem !important;
}
.g-gridcontent-wrapper > div:nth-child(odd) {
  background: #202a54;
}
.g-gridcontent-wrapper > div:nth-child(even) {
  background: #25367c;
}
span.g-gridcontent-item-title {
  font-size: 1.3rem !important;
}
a.g-gridcontent-link, a.g-gridcontent-link > i {
  color: #fff !important;
}
.text-titleHome {
  text-align: center;
  font-size: 1.5rem;
  padding: 1.5rem 0rem;
}
div#imagegrid-3495-particle {
  padding-top: 0;
  margin-top: 0;
}
span.tyc {
  color: #fff;
}
.text-wel > div > strong {
  display: flex;
  font-family: 'gotham-book';
  font-size: 1.5rem;
}
.container-headerS > div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.5rem;
}
.module1-header > div {
  padding: 0 0.5rem;
}
li.nh-anim.selected {
  position: relative;
}
li.nh-anim.selected > div {
  position: absolute;
  right: 0;
}
.g-newsslider-content.news-content {
  background-position: center;
  background-size: 100% 100%;
}
h3#cart-view__title, h3#main-view__title {
  font-family: 'gotham-book';
  font-weight: 700;
  padding-bottom: 1.3rem;
}
#cart-view__title::after {
  display: none;
}
div#product-grid__price > a {
  font-weight: 800;
  font-size: 0.9rem;
  padding-bottom: 0.3rem !important;
  margin-bottom: 0.5rem !important;
  display: flex;
}
.product-grid__image > i::before {
  font-size: 1.3rem;
}
div#cart-view__actions > button {
  width: 100%;
  max-width: 10rem;
  font-size: 1rem;
}
.product-pagination {
  padding-bottom: 1rem;
}
.product-pagination > a {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  margin: 0.2rem;
}
div#product-detail-header {
  display: grid;
  width: 100%;
}
.button-back {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.button-back > button {
  background: #183a81 !important;
  border: 2px solid #183a81 !important;
  color: #fff !important;
  width: 100%;
  max-width: 10rem;
  transition: 0.3s;
  font-weight: 600 !important;
  font-family: 'gotham-book' !important;
  letter-spacing: 1px;
  font-size: 1rem !important;
}
button#product-view__back-btn {
  padding: 0rem;
  height: 2.2rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 8px !important;
}
button#product-view__back-btn > i {
  font-size: 1.5rem;
}
.button-back > button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#cart-view__checkout-btn:hover {
  border: 2px solid #25c9f7;
  background-color: #fff;
  border-color: #25c9f7;
  color: #25c9f7;
}
button#filter-btn, button#filter-header_clear-btn, #filter-header_clear-btn, #filter-btn, #product-view__add-btn {
  border: 2px solid #005dae !important;
  transition: 0.3s;
}
button#filter-btn:hover, button#filter-header_clear-btn:hover, #filter-header_clear-btn:hover, #filter-btn:hover, #product-view__add-btn:hover, #cart-view__empty-btn:hover {
  border-color: #005dae;
  background: #fff !important;
  color: #005dae !important;
  transition: 0.3s;
}
button#product-view__wishlist-btn:hover {
  background: #fff;
  color: #007852;
  transition: 0.3s;
}
button#product-view__wishlist-btn {
  transition: 0.3s;
}
button#product-view__wishlist-btn, button#product-view__add-btn {
  padding: 0rem;
  height: 2rem;
  font-size: 1rem;
  width: 100%;
  max-width: 11rem;
}
#adminForm-cedis {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 50% 50%;
  width: 90%;
  margin: auto;
}
select#cedis-select, select#cedis-office-select {
  width: 100%;
  margin-left: 0;
}
label.label-text.required {
  font-weight: 700;
}
.offices > hr {
  display: none;
}
.subtitle-delivery {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
}
.cedis-select {
  margin-top: 2rem;
}
.cedis-info > div > label.label-text, .offices > div > label.label-text {
  background: #4085c2;
  height: 2rem;
  display: flex;
  align-items: center;
  padding-left: 0.8rem;
  color: #fff;
  border-radius: 10px 0px 0px 10px;
  min-width: 9rem !important;
  justify-content: flex-start;
  width: fit-content;
}
.label-text-info > label {
  width: 100%;
}
.select-delivery {
  grid-area: select-dis !important;
}
.cedis-select {
  grid-area: select-cedis !important;
}
.offices {
  grid-area: info-offices !important;
}
.cedis-info {
  grid-area: info-cedis !important;
}
label.office_delivery__title {
  text-align: center;
  grid-area: title-office;
}
#adminForm-cedis {
  grid-template-areas: "select-dis info-cedis" "title-office title-office" "select-cedis info-offices" "submit submit" !important;
}
.checkout-delivery__title::before {
  display: none !important;
}
h1.checkout-delivery__title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.legal-document {
  width: 90%;
  max-width: 40rem;
  margin: auto;
  text-align: justify;
}
/*CRE 2021*/
@media (max-width: 960px) {
  .g-block.size-50.logo-header {
    display: none;
  }
  .container-headerS > div {
    justify-content: center;
  }
  #adminForm-cedis {
    grid-template-areas: "select-dis " "info-cedis" "title-office" "select-cedis " "info-offices" "submit" !important;
  }
  #adminForm-cedis {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .logos-home > div > img {
    max-width: 9rem !important;
    margin: auto;
  }
  img#logo-CRE {
    max-width: 9rem !important;
    width: 100%;
  }
  .module2-header {
    width: 90%;
    max-width: 20rem;
    margin: auto;
  }
  .module2-header > div > strong {
    text-align: center !important;
    display: flex;
    font-size: 0.8rem;
  }
  .g-offcanvas-toggle {
    top: 0.5rem;
    left: 2rem;
    color: #fff !important;
    font-size: 1.3rem;
  }
  #g-navigation.nav-large-offset {
    padding-bottom: 1rem !important;
    margin-bottom: 0rem !important;
    position: static;
  }
  div#cart-view__actions > button {
    max-width: 12rem !important;
    margin: 0.5rem auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  div#cart-view__actions {
    display: grid;
  }
  div#filter_category-filters {
    font-family: 'gotham-book';
    font-weight: 600;
  }
  .label-text-info {
    display: block;
  }
  .cedis-info > div > label.label-text, .offices > div > label.label-text {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
  }
  .label-text-info > label {
    border-radius: 0px 0px 10px 10px;
    min-width: 100% !important;
  }
  label.label-text.required {
    width: 100%;
  }
}
/* Custom fonts */
@font-face {
  font-family: 'lato-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato/Lato-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/lato/Lato-Regular.woff2') format("woff2"), url('../fonts/lato/Lato-Regular.woff') format("woff"), url('../fonts/lato/Lato-Regular.ttf') format("truetype"), url('../fonts/lato/Lato-Regular.svg#lato-regular') format("svg");
}
@font-face {
  font-family: 'lato-medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato/Lato-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/lato/Lato-Medium.woff2') format("woff2"), url('../fonts/lato/Lato-Medium.woff') format("woff"), url('../fonts/lato/Lato-Medium.ttf') format("truetype"), url('../fonts/lato/Lato-Medium.svg#lato-medium') format("svg");
}
@font-face {
  font-family: 'lato-semibold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato/Lato-Semibold.eot#iefix') format("embedded-opentype"), url('../fonts/lato/Lato-Semibold.woff2') format("woff2"), url('../fonts/lato/Lato-Semibold.woff') format("woff"), url('../fonts/lato/Lato-Semibold.ttf') format("truetype"), url('../fonts/lato/Lato-Semibold.svg#lato-semibold') format("svg");
}
@font-face {
  font-family: 'lato-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato/Lato-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/lato/Lato-Bold.woff2') format("woff2"), url('../fonts/lato/Lato-Bold.woff') format("woff"), url('../fonts/lato/Lato-Bold.ttf') format("truetype"), url('../fonts/lato/Lato-Bold.svg#lato-bold') format("svg");
}
@font-face {
  font-family: 'poppins-extralight';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-ExtraLight.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-ExtraLight.woff2') format("woff2"), url('../fonts/poppins/Poppins-ExtraLight.woff') format("woff"), url('../fonts/poppins/Poppins-ExtraLight.ttf') format("truetype"), url('../fonts/poppins/Poppins-ExtraLight.svg#poppins-extralight') format("svg");
}
@font-face {
  font-family: 'poppins-light';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Light.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Light.woff2') format("woff2"), url('../fonts/poppins/Poppins-Light.woff') format("woff"), url('../fonts/poppins/Poppins-Light.ttf') format("truetype"), url('../fonts/poppins/Poppins-Light.svg#poppins-light') format("svg");
}
@font-face {
  font-family: 'poppins-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Regular.woff2') format("woff2"), url('../fonts/poppins/Poppins-Regular.woff') format("woff"), url('../fonts/poppins/Poppins-Regular.ttf') format("truetype"), url('../fonts/poppins/Poppins-Regular.svg#poppins-regular') format("svg");
}
@font-face {
  font-family: 'poppins-medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Medium.woff2') format("woff2"), url('../fonts/poppins/Poppins-Medium.woff') format("woff"), url('../fonts/poppins/Poppins-Medium.ttf') format("truetype"), url('../fonts/poppins/Poppins-Medium.svg#poppins-medium') format("svg");
}
@font-face {
  font-family: 'poppins-semibold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-SemiBold.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-SemiBold.woff2') format("woff2"), url('../fonts/poppins/Poppins-SemiBold.woff') format("woff"), url('../fonts/poppins/Poppins-SemiBold.ttf') format("truetype"), url('../fonts/poppins/Poppins-SemiBold.svg#poppins-semibold') format("svg");
}
@font-face {
  font-family: 'poppins-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Bold.woff2') format("woff2"), url('../fonts/poppins/Poppins-Bold.woff') format("woff"), url('../fonts/poppins/Poppins-Bold.ttf') format("truetype"), url('../fonts/poppins/Poppins-Bold.svg#poppins-bold') format("svg");
}
@font-face {
  font-family: 'montserrat-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Regular.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Regular.woff') format("woff"), url('../fonts/montserrat/Montserrat-Regular.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Regular.svg#montserrat-regular') format("svg");
}
@font-face {
  font-family: 'montserrat-medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Medium.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Medium.woff') format("woff"), url('../fonts/montserrat/Montserrat-Medium.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Medium.svg#montserrat-medium') format("svg");
}
@font-face {
  font-family: 'montserrat-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Bold.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Bold.woff') format("woff"), url('../fonts/montserrat/Montserrat-Bold.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Bold.svg#montserrat-bold') format("svg");
}
#g-mobilemenu-container > ul > li.g-menu-item.g-menu-item-type-component.g-menu-item-242.g-standard {
  display: none;
}
#g-mobilemenu-container > ul > li.g-menu-item.g-menu-item-type-component.g-menu-item-242.g-standard {
  display: none;
}
#bodyLogin.layout-complete #g-loginFrom > div > div:nth-child(3) > div > div > div > div > div > form > fieldset > p {
  text-align: center;
  font-size: 1rem;
  font-weight: bolder;
}
#bodyLogin {
  background: url('../../../../images/CRE2025/login/login.png');
  background-size: cover;
  background-attachment: fixed;
}
#bodyLogin #system-message > div > h4 {
  text-transform: capitalize;
}
#bodyLogin #custom-4106-particle > div {
  position: absolute;
  bottom: 0;
  margin-left: -0.8rem;
}
#bodyLogin #custom-4106-particle > div p {
  color: white;
  margin: inherit;
}
#bodyLogin #fieldLogin > div:nth-child(3) {
  margin-bottom: inherit;
}
#bodyLogin #username-info {
  height: fit-content;
  background: var(--Green, #86BC3C);
  color: white;
  border-radius: 10px;
  box-shadow: inherit;
  right: 0.5rem;
  z-index: 100;
  position: absolute;
  padding: 9px;
  top: -26px;
  font-size: 12px;
  line-height: 1.3;
  width: 14.5rem;
}
#bodyLogin #username-info p {
  margin: inherit;
}
#bodyLogin #username-info #triangulo {
  position: absolute;
  width: 30px;
  top: 36px;
  z-index: -6;
  right: 0.4rem;
  height: 30px;
  background: var(--Green, #86bc3c);
  transform: rotate(45deg);
}
#bodyLogin img#infoIcon {
  padding: 0px;
  right: 0.2rem;
  width: 26.25px;
  height: 26.5px;
  color: #fff;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  text-align: center;
  top: 0;
  cursor: pointer;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
#bodyLogin.layout-confirm #g-loginFrom > div > div:nth-child(3) > div > div > div > div > div > form > fieldset > p:nth-child(1) {
  text-align: center;
  font-size: 1rem;
  font-weight: bolder;
}
#bodyLogin.view-registration {
  font-family: poppins-extralight !important;
  /*Evitar el cambio a estilos de Webkit en inputs cuando el navegador hace Autofill en algun Form (En navegadores Chromium)*/
}
#bodyLogin.view-registration input:-webkit-autofill, #bodyLogin.view-registration input:-webkit-autofill:hover, #bodyLogin.view-registration input:-webkit-autofill:focus, #bodyLogin.view-registration input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s, font-family 9999s ease-in-out 0s;
  -webkit-text-fill-color: #FFFFFF80 !important;
  -webkit-box-shadow: none !important;
  transition-delay: 9999s;
}
#bodyLogin.view-registration #jform_ine-lbl {
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
}
#bodyLogin.view-registration .page-header {
  display: block !important;
}
#bodyLogin.view-registration .page-header h1 {
  text-align: center;
  font-size: 1.5rem;
  margin: inherit;
  font-family: poppins-medium;
  font-weight: unset;
  letter-spacing: 0.5px;
}
#bodyLogin.view-registration #user-data-warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #FFEEC8;
  color: #4B4E53;
  border-radius: 5px;
  font-family: lato-regular;
  font-size: 12px;
  margin-top: 1rem;
  width: 80%;
  justify-self: center;
  padding: 4px 3%;
}
@media only all and (max-width: 47.99rem) {
  #bodyLogin.view-registration #user-data-warning {
    width: 100%;
    padding: 3px 7%;
  }
}
#bodyLogin.view-registration #user-data-warning img {
  width: 2.8rem;
  margin-right: 0.8rem;
}
@media only all and (max-width: 47.99rem) {
  #bodyLogin.view-registration #user-data-warning img {
    display: none;
  }
}
#bodyLogin.view-registration #user-data-warning p {
  text-align: start;
  margin: 0;
  line-height: 1.2;
  font-size: inherit;
}
#bodyLogin.view-registration #user-data-warning p span {
  color: #EC7702;
  font-weight: bold;
  font-size: inherit;
}
#bodyLogin.view-registration #member-registration {
  padding: 0px 19px 19px 19px;
}
@media only all and (max-width: 800px) {
  #bodyLogin.view-registration #member-registration {
    padding: 0;
  }
}
@media only all and (max-width: 800px) {
  #bodyLogin.view-registration #member-registration fieldset {
    align-items: center;
  }
}
@media only all and (max-width: 800px) {
  #bodyLogin.view-registration #member-registration fieldset > .control-group {
    align-items: center;
  }
}
#bodyLogin.view-registration #member-registration fieldset .control-group::before {
  display: none;
}
#bodyLogin.view-registration #member-registration fieldset .control-group::after {
  display: none;
}
@media only all and (max-width: 800px) {
  #bodyLogin.view-registration #member-registration fieldset .control-group:has(> .control-label .spacer .group-fields-spacer) {
    display: none !important;
  }
}
#bodyLogin.view-registration #member-registration fieldset .control-group p {
  text-align: start;
}
#bodyLogin.view-registration #div_jform_canal p {
  margin: inherit;
}
#bodyLogin.view-registration #div_jform_canal div {
  display: flex;
  flex-direction: row-reverse !important;
  justify-content: flex-end;
  align-items: flex-end;
}
#bodyLogin.view-registration #div_jform_canal div .control-label {
  height: min-content;
}
#bodyLogin.view-registration #div_jform_canal div .controls {
  width: min-content !important;
  height: min-content;
  margin-right: 1rem;
}
#bodyLogin.view-registration .popover {
  background: var(--Green, #86BC3C);
  border: 1px solid #ccc;
  /* Borde */
  color: white;
}
#bodyLogin.view-registration .popover .popover-header {
  background: var(--Green, #86BC3C);
  color: white;
  /* Color del texto del encabezado */
  font-weight: bold;
  /* Texto en negrita */
}
#bodyLogin.view-registration .popover .popover-body {
  color: white;
  /* Color del texto */
  font-size: 0.9rem;
  /* Tamaño de fuente */
}
#bodyLogin.view-registration input#jform_canal, #bodyLogin.view-registration input#jform_avp, #bodyLogin.view-registration input#jform_lib {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
#bodyLogin.view-registration input#jform_canal + label, #bodyLogin.view-registration input#jform_avp + label, #bodyLogin.view-registration input#jform_lib + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid white;
  position: relative;
  cursor: pointer;
}
#bodyLogin.view-registration input#jform_canal:checked + label, #bodyLogin.view-registration input#jform_avp:checked + label, #bodyLogin.view-registration input#jform_lib:checked + label {
  background-color: white;
}
#bodyLogin.view-registration input#jform_canal:checked + label::before, #bodyLogin.view-registration input#jform_avp:checked + label::before, #bodyLogin.view-registration input#jform_lib:checked + label::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bodyLogin.view-registration option {
  background: var(--Green, #86BC3C);
}
#bodyLogin.view-registration .table {
  color: black;
}
#bodyLogin.view-registration #groupedFields11 {
  width: 100%;
  display: flex;
  align-items: center;
}
#bodyLogin.view-registration #div_jform_ine .controls {
  position: relative;
  width: 100%;
  min-height: 210px;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
}
#bodyLogin.view-registration #div_jform_ine .controls input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#bodyLogin.view-registration #div_jform_ine #maxUpload {
  pointer-events: none;
  /* Para que los eventos no interfieran con el input de archivo */
}
#bodyLogin.view-registration .registration {
  color: white;
  font-size: 12px;
  text-align: center;
}
#bodyLogin.view-registration #groupedFields1, #bodyLogin.view-registration #groupedFields2, #bodyLogin.view-registration #groupedFields3, #bodyLogin.view-registration #groupedFields4, #bodyLogin.view-registration #groupedFields5, #bodyLogin.view-registration #groupedFields6, #bodyLogin.view-registration #groupedFields7, #bodyLogin.view-registration #groupedFields8, #bodyLogin.view-registration #groupedFields9, #bodyLogin.view-registration #groupedFields10 {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: space-between;
  margin-top: 2rem;
}
#bodyLogin.view-registration #groupedFields1 .control-group, #bodyLogin.view-registration #groupedFields2 .control-group, #bodyLogin.view-registration #groupedFields3 .control-group, #bodyLogin.view-registration #groupedFields4 .control-group, #bodyLogin.view-registration #groupedFields5 .control-group, #bodyLogin.view-registration #groupedFields6 .control-group, #bodyLogin.view-registration #groupedFields7 .control-group, #bodyLogin.view-registration #groupedFields8 .control-group, #bodyLogin.view-registration #groupedFields9 .control-group, #bodyLogin.view-registration #groupedFields10 .control-group {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  justify-content: flex-start;
}
#bodyLogin.view-registration #groupedFields1 .control-group select, #bodyLogin.view-registration #groupedFields2 .control-group select, #bodyLogin.view-registration #groupedFields3 .control-group select, #bodyLogin.view-registration #groupedFields4 .control-group select, #bodyLogin.view-registration #groupedFields5 .control-group select, #bodyLogin.view-registration #groupedFields6 .control-group select, #bodyLogin.view-registration #groupedFields7 .control-group select, #bodyLogin.view-registration #groupedFields8 .control-group select, #bodyLogin.view-registration #groupedFields9 .control-group select, #bodyLogin.view-registration #groupedFields10 .control-group select {
  width: 200px;
  background: transparent;
  border-radius: inherit !important;
  border-bottom: 1px solid #FFFFFF80;
  color: #FFFFFF80;
}
#bodyLogin.view-registration #groupedFields1 .control-group select:focus, #bodyLogin.view-registration #groupedFields2 .control-group select:focus, #bodyLogin.view-registration #groupedFields3 .control-group select:focus, #bodyLogin.view-registration #groupedFields4 .control-group select:focus, #bodyLogin.view-registration #groupedFields5 .control-group select:focus, #bodyLogin.view-registration #groupedFields6 .control-group select:focus, #bodyLogin.view-registration #groupedFields7 .control-group select:focus, #bodyLogin.view-registration #groupedFields8 .control-group select:focus, #bodyLogin.view-registration #groupedFields9 .control-group select:focus, #bodyLogin.view-registration #groupedFields10 .control-group select:focus {
  border-bottom: 1px solid #00C2FF;
}
#bodyLogin.view-registration #groupedFields1 .control-group input#jform_admissiondate, #bodyLogin.view-registration #groupedFields2 .control-group input#jform_admissiondate, #bodyLogin.view-registration #groupedFields3 .control-group input#jform_admissiondate, #bodyLogin.view-registration #groupedFields4 .control-group input#jform_admissiondate, #bodyLogin.view-registration #groupedFields5 .control-group input#jform_admissiondate, #bodyLogin.view-registration #groupedFields6 .control-group input#jform_admissiondate, #bodyLogin.view-registration #groupedFields7 .control-group input#jform_admissiondate, #bodyLogin.view-registration #groupedFields8 .control-group input#jform_admissiondate, #bodyLogin.view-registration #groupedFields9 .control-group input#jform_admissiondate, #bodyLogin.view-registration #groupedFields10 .control-group input#jform_admissiondate {
  background: transparent !important;
}
#bodyLogin.view-registration .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
#bodyLogin.view-registration .lineas hr.linea-active {
  width: 100%;
  border-radius: 50px;
  margin: inherit;
  background: var(--Green, #86BC3C);
  border: 3px solid var(--Green, #86BC3C);
}
#bodyLogin.view-registration .lineas hr.linea-inactive {
  width: 0;
  border: none;
  margin: inherit;
  background: #E9E9E9;
}
#bodyLogin.view-registration label {
  color: white;
}
#bodyLogin.view-registration button.js-btn.btn {
  background: #236fb5;
}
#bodyLogin.view-registration .js-calendar a {
  color: #1e3051;
}
#bodyLogin.view-registration div#div_jform_avp, #bodyLogin.view-registration div#div_jform_lib {
  display: flex;
  flex-direction: row-reverse !important;
}
#bodyLogin.view-registration div#div_jform_avp .controls, #bodyLogin.view-registration div#div_jform_lib .controls {
  width: 2rem !important;
}
#bodyLogin.view-registration div#div_jform_avp .controls input, #bodyLogin.view-registration div#div_jform_lib .controls input {
  width: 1rem !important;
}
#bodyLogin.view-registration div#div_jform_avp .control-label label, #bodyLogin.view-registration div#div_jform_lib .control-label label {
  width: 100% !important;
  display: -webkit-inline-box;
  padding-left: 0.3rem;
  font-size: 0.85rem;
}
#bodyLogin.view-registration div#div_jform_avp .control-label label a, #bodyLogin.view-registration div#div_jform_lib .control-label label a {
  padding-left: 0.3rem;
  color: #ffffff;
  text-decoration: underline;
}
#bodyLogin.view-registration div#div_jform_avp::before, #bodyLogin.view-registration div#div_jform_avp::after, #bodyLogin.view-registration div#div_jform_lib::before, #bodyLogin.view-registration div#div_jform_lib::after {
  display: none !important;
}
#bodyLogin.view-registration .star {
  display: flex !important;
  float: left;
}
#bodyLogin.view-registration section#g-loginFrom {
  max-width: 60rem;
  margin: 3rem auto;
}
#bodyLogin.view-registration section#g-loginFrom > div {
  max-width: fit-content;
}
#bodyLogin.view-registration .control-group {
  display: flex;
  flex-direction: column;
  min-height: 4rem;
  margin-bottom: 0.3rem !important;
}
#bodyLogin.view-registration .control-group > .control-group {
  max-width: 14.5rem !important;
}
#bodyLogin.view-registration .control-group:has(> .controls select) select {
  letter-spacing: inherit;
}
#bodyLogin.view-registration .control-group:has(> .controls select) select:focus {
  outline: none;
}
#bodyLogin.view-registration .control-group:has(> .controls select) select option {
  background: #002859;
  color: #fff;
}
#bodyLogin.view-registration .control-group:has(> .controls select) select option:hover {
  background-color: #017CCD !important;
}
#bodyLogin.view-registration .control-group:has(> .controls select) select option:checked {
  background-color: #017CCD !important;
}
#bodyLogin.view-registration .control-group:has(> .controls select:disabled) {
  display: flex;
}
#bodyLogin.view-registration .control-group:has(> .controls input[type='checkbox'].invalid) .control-label label {
  color: #FD841F;
  font-weight: bold;
}
#bodyLogin.view-registration .control-group:has(> .controls .invalid) .control-label label {
  color: #FFF;
}
#bodyLogin.view-registration .control-group:has(> .controls .invalid) .controls {
  position: relative;
}
#bodyLogin.view-registration .control-group:has(> .controls .invalid) .controls input {
  border-bottom: 2px solid #FD841F;
}
#bodyLogin.view-registration .control-group:has(> .controls .invalid) .controls div.invalid {
  position: absolute;
  top: 21px;
  color: #FD841F;
  font-family: montserrat-medium;
  line-height: 1;
  font-size: 13px;
  text-align: start;
}
#bodyLogin.view-registration .control-group:has(> .controls .invalid) .controls div.invalid::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 4px;
  font-size: 11px;
}
#bodyLogin.view-registration .control-group:has(> .controls .invalid) .controls div.invalid#jform_ine_err {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#bodyLogin.view-registration .control-group .controls input#jform_email1 {
  text-transform: lowercase;
}
#bodyLogin.view-registration .control-group .controls input#jform_curp {
  text-transform: uppercase;
}
#bodyLogin.view-registration .control-group .controls .viewPass img {
  margin: auto;
  width: 22px;
  height: auto;
  filter: brightness(0) invert(1);
}
#bodyLogin.view-registration .control-group .controls > div.invalid {
  margin-bottom: 0.3rem;
}
#bodyLogin.view-registration .control-group.containerBtns {
  margin: auto;
  height: auto !important;
  max-width: 100% !important;
}
#bodyLogin.view-registration .control-group .controls.containerBtnsRg {
  max-width: 100%;
  gap: 10px;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}
#bodyLogin.view-registration .control-group .controls.containerBtnsRg a {
  width: 100%;
  color: #fefeff;
  text-align: center;
  border: 4px solid #2e97ec;
  background: #2e97ec;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
}
#bodyLogin.view-registration .control-group .controls.containerBtnsRg button.btn.btn-primary.validate {
  height: 40px;
  margin: inherit;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 320px;
  font-family: gotham-book;
  text-align: center;
  border-radius: 5px;
  background: #002859;
  font-size: 0.8rem;
  font-weight: 400;
  color: white !important;
  text-transform: capitalize;
}
#bodyLogin.view-registration .control-group .controls.containerBtnsRg button.btn.btn-primary.validate:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#bodyLogin.view-registration .control-group .controls.containerBtnsRg button.btn.btn-primary.validate:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
#bodyLogin.view-registration .control-group .input-append {
  display: grid !important;
  grid-template-columns: auto 2rem;
  width: 100%;
  max-width: 20rem;
}
#bodyLogin.view-registration .control-group .input-append .btn.btn-secondary {
  background: none;
  color: #000;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
#bodyLogin.view-registration .control-group .input-append .btn.btn-secondary span.icon-calendar {
  color: #ffffff;
}
#bodyLogin.view-registration .control-group .controls {
  align-items: center;
  display: grid;
  width: 100% !important;
}
#bodyLogin.view-registration .control-group .controls .field-calendar {
  width: 100%;
}
#bodyLogin.view-registration .control-group .control-label {
  width: 100% !important;
  align-items: center;
}
#bodyLogin.view-registration .control-group .control-label label#jform_admissiondate-lbl {
  font-size: 0.8rem;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  margin-left: 1px;
  position: relative;
}
#bodyLogin.view-registration .control-group .control-label label#jform_admissiondate-lbl > span.star {
  position: absolute;
  bottom: 1rem;
  left: -10px;
}
#bodyLogin.view-registration .control-group#div_jform_spacer {
  display: none !important;
}
#bodyLogin.view-registration .control-group input::placeholder {
  color: #FFFFFF80;
}
#bodyLogin.view-registration .control-group select, #bodyLogin.view-registration .control-group input {
  width: 200px;
  max-width: 20rem;
  border: 0px solid;
  border-bottom: 1px solid #FFFFFF80;
  border-radius: 0px !important;
  margin: 0;
  margin-left: 0 !important;
  height: 1.5rem;
  background: transparent;
  color: white;
}
#bodyLogin.view-registration .control-group select:focus, #bodyLogin.view-registration .control-group input:focus {
  border-bottom: 2px solid #00C2FF;
  box-shadow: none;
  caret-color: #00C2FF;
}
#bodyLogin.view-registration #div_jform_dealer {
  grid-area: item1;
  display: grid;
  display: grid;
  grid-template-columns: 40% auto;
  max-width: 20rem;
}
#bodyLogin.view-registration #div_jform_dealer::after, #bodyLogin.view-registration #div_jform_dealer::before {
  display: none !important;
}
#bodyLogin.view-registration #div_jform_profile {
  grid-area: item2;
  display: grid;
  display: grid;
  grid-template-columns: 40% auto;
  max-width: 20rem;
}
#bodyLogin.view-registration #div_jform_profile::after, #bodyLogin.view-registration #div_jform_profile::before {
  display: none !important;
}
#bodyLogin.view-registration #div_jform_manager {
  grid-area: item3;
  display: grid;
  display: grid;
  grid-template-columns: 40% auto;
  max-width: 20rem;
}
#bodyLogin.view-registration #div_jform_manager::after, #bodyLogin.view-registration #div_jform_manager::before {
  display: none !important;
}
#bodyLogin.view-registration #div_jform_fyi {
  grid-area: item4;
  display: grid;
  display: grid;
  grid-template-columns: 40% auto;
  max-width: 20rem;
}
#bodyLogin.view-registration #div_jform_fyi::after, #bodyLogin.view-registration #div_jform_fyi::before {
  display: none !important;
}
#bodyLogin.view-registration #div_jform_afyi {
  grid-area: item5;
  display: grid;
  display: grid;
  grid-template-columns: 55% auto;
  max-width: 20rem;
}
#bodyLogin.view-registration #div_jform_afyi::after, #bodyLogin.view-registration #div_jform_afyi::before {
  display: none !important;
}
#bodyLogin.view-registration #div_jform_name {
  grid-area: item6;
}
#bodyLogin.view-registration #div_jform_midname {
  grid-area: item7;
}
#bodyLogin.view-registration #div_jform_lastname {
  grid-area: item8;
}
#bodyLogin.view-registration #div_jform_username {
  grid-area: item9;
}
#bodyLogin.view-registration #div_jform_rfc {
  grid-area: item10;
}
#bodyLogin.view-registration #div_jform_email1 {
  grid-area: item11;
}
#bodyLogin.view-registration #div_jform_birthday {
  grid-area: item12;
}
#bodyLogin.view-registration #div_jform_telephone {
  grid-area: item13;
}
#bodyLogin.view-registration #div_jform_cellphone {
  grid-area: item14;
}
#bodyLogin.view-registration #div_jform_admissiondate {
  grid-area: item15;
}
#bodyLogin.view-registration #div_jform_secretword {
  grid-area: item16;
  display: grid;
  display: grid;
  grid-template-columns: 62% auto;
  max-width: 20rem;
}
#bodyLogin.view-registration #div_jform_secretword::after, #bodyLogin.view-registration #div_jform_secretword::before {
  display: none !important;
}
#bodyLogin.view-registration #div_jform_secretwordans {
  grid-area: item17;
}
#bodyLogin.view-registration #div_jform_secretwordans span.star {
  display: none !important;
}
#bodyLogin.view-registration #div_jform_password1 {
  grid-area: item18;
}
#bodyLogin.view-registration #div_jform_curp {
  grid-area: item19;
}
#bodyLogin.view-registration #div_jform_ine {
  grid-area: item20;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  margin-top: 2rem !important;
  justify-content: center;
  text-align: center !important;
}
#bodyLogin.view-registration #div_jform_ine .controls {
  text-align: center;
  justify-content: center;
}
#bodyLogin.view-registration #div_jform_ine .controls input {
  border-bottom: none !important;
}
#bodyLogin.view-registration #div_jform_ine .control-label {
  width: 100% !important;
  justify-content: center;
}
#bodyLogin.view-registration #div_jform_ine #maxUpload img {
  width: 57px;
  margin: 15px 0;
}
#bodyLogin.view-registration #div_jform_ine #maxUpload > p:nth-child(2) {
  margin: inherit;
}
#bodyLogin.view-registration #div_jform_ine #maxUpload > p:nth-child(5) {
  max-width: 500px;
}
#bodyLogin.view-registration #div_jform_gmin {
  grid-area: item21;
}
#bodyLogin.view-registration #div_jform_pid {
  grid-area: item22;
}
#bodyLogin.view-registration #div_jform_genero {
  grid-area: item23;
}
#bodyLogin.view-registration div#div_jform_gtes {
  grid-area: itemN;
  display: grid;
  grid-template-columns: 40% auto;
  max-width: 20rem;
}
#bodyLogin.view-registration div#div_jform_gtes::after, #bodyLogin.view-registration div#div_jform_gtes::before {
  display: none !important;
}
#bodyLogin.view-registration div#div_jform_gtes label#jform_gtes-lbl {
  text-align: left;
}
#bodyLogin.view-registration #div_jform_tyc {
  grid-area: item24;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  max-width: 22rem;
}
#bodyLogin.view-registration #div_jform_tyc .control-label {
  margin-left: 0.5rem;
}
#bodyLogin.view-registration #div_jform_tyc .control-label label#jform_tyc-lbl {
  display: flex;
}
#bodyLogin.view-registration #div_jform_tyc .control-label label#jform_tyc-lbl a.modal {
  padding: 0rem 0.2rem;
  color: #236fb5 !important;
  text-decoration: underline;
  font-weight: 700;
}
#bodyLogin.view-registration #div_jform_tyc .controls {
  width: fit-content !important;
}
#bodyLogin.view-registration #div_jform_spacer {
  grid-area: item25;
}
#bodyLogin.view-registration div#div_jform_avp {
  grid-area: item28;
}
#bodyLogin.view-registration div#div_jform_lib {
  grid-area: item29;
}
#bodyLogin.view-registration div#div_jform_canal input#jform_canal {
  width: 1rem !important;
}
#bodyLogin.view-registration div#div_jform_canal .control-label {
  width: 100% !important;
  max-width: fit-content !important;
  margin-right: 0.5rem;
}
#bodyLogin.view-registration fieldset {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
#bodyLogin.view-registration fieldset > legend {
  text-align: start;
  font-family: poppins-medium;
  font-weight: unset;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: white !important;
}
@media (max-width: 800px) {
  #bodyLogin.view-registration fieldset {
    display: flex;
    margin-top: 1rem;
    flex-direction: column;
  }
  #bodyLogin.view-registration fieldset .control-group {
    width: 100% !important;
    max-width: 20rem !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: min-content !important;
  }
  #bodyLogin.view-registration fieldset .control-group#div_jform_tyc {
    max-width: 100% !important;
  }
  #bodyLogin.view-registration fieldset .control-group#div_jform_ine .controls {
    flex-direction: column !important;
  }
  #bodyLogin.view-registration fieldset .control-group > div {
    width: 100% !important;
    max-width: 20rem !important;
    display: flex !important;
  }
  #bodyLogin.view-registration fieldset .control-group > div .input-append {
    margin: auto;
  }
  #bodyLogin.view-registration fieldset .control-group > div label#jform_tyc-lbl {
    font-size: 0.8rem;
  }
}
#bodyLogin.view-reset #jform_email-lbl > span {
  display: none !important;
}
#bodyLogin.view-reset input::placeholder {
  font-weight: lighter !important;
  color: var(--Gray-inputs, #B0B0B0) !important;
}
#bodyLogin.view-reset .layout-confirm #g-loginFrom > div {
  height: 450px;
}
#bodyLogin.view-reset #jform_username-lbl > span, #bodyLogin.view-reset #jform_token-lbl > span, #bodyLogin.view-reset #jform_password1-lbl > span, #bodyLogin.view-reset #jform_password2-lbl > span {
  display: none !important;
}
#bodyLogin.view-reset .control-group {
  margin: inherit;
}
#bodyLogin.view-reset span.star {
  display: contents !important;
}
#bodyLogin.view-reset label {
  margin-bottom: 0;
  color: white;
}
#bodyLogin.view-reset input {
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding-left: 1rem;
  border-radius: 5px;
  border-style: solid;
  border-image-source: linear-gradient(135.59deg, rgba(88, 130, 193, 0.49) 1.28%, rgba(88, 130, 193, 0.11) 96.26%);
  color: #686868;
  background: white;
  height: 36.8px;
}
#bodyLogin.view-reset input::placeholder {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.8rem;
}
#bodyLogin.view-reset .controls.containerBtnRst {
  display: flex;
  justify-content: space-around;
  flex-direction: column-reverse;
}
#bodyLogin.view-reset .controls.containerBtnRst a {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  border: 4px solid #2e97ec;
  background: #2e97ec;
  border-radius: 5px;
  height: 36.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: inherit;
  font-size: 0.8rem;
  color: white;
}
#bodyLogin.view-reset .controls.containerBtnRst button.btn.btn-primary.validate {
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  border-radius: 5px;
  background: #002859;
  font-size: 0.8rem;
  font-weight: 400;
  color: white !important;
  height: 36.8px;
  text-transform: capitalize;
  transition: 0.3s;
  font-family: gotham-book;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: inherit;
}
#bodyLogin.view-reset .controls.containerBtnRst button.btn.btn-primary.validate:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#bodyLogin.view-reset .controls.containerBtnRst button.btn.btn-primary.validate:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
#bodyLogin.view-reset .footerLoginReset {
  text-align: center;
  position: absolute;
  bottom: 1.7rem;
}
#bodyLogin.view-reset .footerLoginReset a {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  transition: 0.3s;
}
#bodyLogin.view-reset .footerLoginReset a:hover {
  text-decoration: underline;
  transition: 0.3s;
}
#bodyLogin.view-reset form#user-registration, #bodyLogin.view-reset .reset-confirm > form, #bodyLogin.view-reset .reset-complete > form {
  padding-top: 0;
  margin-bottom: 0;
}
#bodyLogin.view-reset form#user-registration h3, #bodyLogin.view-reset .reset-confirm > form h3, #bodyLogin.view-reset .reset-complete > form h3 {
  font-size: 1.2rem !important;
  color: white;
  margin-top: inherit;
  text-align: center;
}
#bodyLogin.view-reset form#user-registration p, #bodyLogin.view-reset .reset-confirm > form p, #bodyLogin.view-reset .reset-complete > form p {
  margin-bottom: 0.7rem;
  color: white;
  font-size: 12px;
}
#bodyLogin.view-login .alert.alert-warning {
  color: #ff002e;
  font-weight: 600;
  background: #fff0f3;
  border-color: #ffe6ea;
  text-align: center;
}
#bodyLogin.view-login .alert.alert-warning h4 {
  color: #ff002e;
  font-weight: bolder;
  margin-bottom: 0.2rem;
}
#bodyLogin .control-group {
  display: flex;
  flex-direction: column;
}
#bodyLogin .control-group .control-label {
  display: flex;
}
#bodyLogin section#g-loginFrom {
  font-family: poppins-light;
  width: 95%;
  margin: auto;
  max-width: 24rem;
  border-radius: 25px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  background: linear-gradient(135.59deg, rgba(88, 130, 193, 0.49) 1.28%, rgba(88, 130, 193, 0.11) 96.26%);
  backdrop-filter: blur(4px);
  border: solid 2px #5882C147;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #bodyLogin section#g-loginFrom .g-container {
    width: 100%;
  }
}
#bodyLogin section#g-loginFrom .g-content {
  padding: 0;
}
#bodyLogin section#g-loginFrom > div {
  width: 90%;
  max-width: 22rem;
}
#bodyLogin section#g-loginFrom div#logo-8606-particle {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bodyLogin section#g-loginFrom div#logo-8606-particle img {
  width: 14rem !important;
}
#bodyLogin section#g-loginFrom .resetContainerLogin {
  text-align: center;
  margin-bottom: 1rem;
  border: 4px solid #2e97ec;
  background: #2e97ec;
  border-radius: 5px;
  height: 36.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bodyLogin section#g-loginFrom .resetContainerLogin a {
  font-size: 0.8rem;
  font-weight: 400;
  color: white !important;
}
#bodyLogin .footerLogin {
  color: white;
}
#bodyLogin .footerLogin a {
  color: white;
  font-size: 12px;
  cursor: pointer;
  margin: 0 5px;
}
#bodyLogin .footerLogin a span {
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}
#bodyLogin .footerLogin > div {
  display: flex;
  justify-content: center;
  text-align: justify;
}
#bodyLogin .footerLogin a.modal {
  padding: 0rem 0.2rem;
  transition: 0.3s;
}
#bodyLogin .footerLogin a.modal:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#bodyLogin .login .well {
  padding: 0 0.5rem;
  margin-bottom: inherit;
}
#bodyLogin .login button.btn.btn-primary.hvr-float-shadow {
  width: 100%;
  border-radius: 5px;
  background: #002859;
  font-size: 0.8rem;
  font-weight: 400;
  color: white !important;
  text-transform: math-auto;
  font-family: inherit;
}
#bodyLogin .login label {
  font-size: 1.1rem;
  color: #236fb5;
  font-weight: 700;
}
#bodyLogin .login input:focus {
  border: 2px solid #00C2FF;
  box-shadow: none;
  caret-color: #00C2FF;
}
#bodyLogin .login input {
  border: 2px solid #B0B0B0;
  padding-left: 1rem;
  border-radius: 5px;
  border-style: solid;
  border-image-source: linear-gradient(135.59deg, rgba(88, 130, 193, 0.49) 1.28%, rgba(88, 130, 193, 0.11) 96.26%);
}
#bodyLogin .login input::placeholder {
  color: var(--Gray-inputs, #b0b0b0);
  font-weight: 400;
  font-size: 0.8rem;
}
#g-copyright {
  height: 549px;
}
#g-copyright .nFooter {
  height: 221px;
  gap: 21px;
  display: flex;
  margin-top: 15px;
  flex-direction: column;
}
#g-copyright .nFooter #contacto > div.linksNf > a {
  color: rgba(255, 255, 255, 0.8);
}
#g-copyright .nFooter #contacto > div.linksNf > a::before {
  content: "•";
  margin-right: 8px;
}
#g-copyright .nFooter #contacto > div:nth-child(2) > p:nth-child(1) {
  margin-left: 13px;
}
#g-copyright .nFooter #contacto > div:nth-child(2) > p:nth-child(2)::before {
  content: "•";
  margin-right: 8px;
}
#g-copyright .nFooter #contacto > div:nth-child(3) p::before {
  content: "•";
  margin-right: 8px;
}
#g-copyright .nFooter #contacto #fecha p {
  margin: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  color: white;
}
#g-copyright .nFooter #contacto #fecha span {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-left: 13px;
  color: rgba(255, 255, 255, 0.8);
}
#g-copyright .nFooter > div:nth-child(1) {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: auto;
  align-items: flex-start;
}
#g-copyright .nFooter > div:nth-child(1) .sectionFtr {
  min-width: 5rem;
  gap: 25px;
  display: flex;
  flex-direction: column;
  height: min-content;
}
#g-copyright .nFooter > div:nth-child(1) .titleNf {
  font-weight: 700;
  color: #fff;
  pointer-events: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
#g-copyright .nFooter > div:nth-child(1) .container-links {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
#g-copyright .nFooter > div:nth-child(1) .container-links .linksNf a.nolink {
  pointer-events: none;
}
#g-copyright .nFooter > div:nth-child(1) .container-links .linksNf a::before {
  content: "•";
  margin-right: 8px;
}
#g-copyright .nFooter > div:nth-child(1) .container-links .linksNf a {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
#g-copyright .nFooter > div:nth-child(1) .container-links .linksNf a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#g-copyright .nFooter .container-apps {
  display: flex;
  flex-direction: column;
  width: max-content;
  align-items: flex-start;
  margin-left: 6rem;
  margin-top: 2.5rem;
}
#g-copyright .nFooter .container-apps p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: white;
}
#g-copyright .nFooter .container-apps .containerimg {
  gap: 10px;
  display: flex;
}
#g-copyright .nFooter .container-apps .containerimg img {
  width: 134.72px;
  height: 39.62px;
}
#g-copyright .nFooter .derechos {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
#g-copyright .nFooter .derechos hr {
  margin: 1rem 0;
  width: 100%;
  border: 1px solid #05ABF3;
}
#g-copyright .nFooter .derechos a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
body#deseosEliteBody.com_conciergedesign div:where(.swal2-icon).swal2-info {
  border-color: #1b314f !important;
  color: #1b314f !important;
}
body#deseosEliteBody.com_conciergedesign .modal {
  border-radius: 30px !important;
}
body#deseosEliteBody.com_conciergedesign .modal .modal-header {
  border: 0 !important;
  padding: 2rem;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc {
  width: 100%;
  max-width: 65rem;
  left: 0;
  right: 0;
  margin: auto;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .detailContainer {
  font-size: 1.1rem;
  gap: 10px;
  font-weight: 600;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .titleModal {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0;
  color: #1b72ce !important;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .deatil-products {
  padding: 1rem 1rem;
  border-bottom: 2px solid #cccccc;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .productsDetail {
  gap: 25px;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .containerButton {
  width: 100%;
  max-width: 13rem !important;
  font-size: 0.9rem !important;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .containerButton a {
  background: #1b72ce;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  color: #fff !important;
}
body#deseosEliteBody.com_conciergedesign div#myModal {
  width: 90%;
  max-width: 45rem;
  left: 0;
  right: 0;
  margin: auto;
}
body#deseosEliteBody.com_conciergedesign div#myModal .d-flex.flex-row {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 20px;
}
body#deseosEliteBody.com_conciergedesign div#myModal img#modalImage {
  width: 100%;
  max-width: 10rem;
}
body#deseosEliteBody.com_conciergedesign div#myModal .d-flex.mt-5 {
  display: flex;
  align-items: center;
}
body#deseosEliteBody.com_conciergedesign div#myModal div#product-view__select {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#deseosEliteBody.com_conciergedesign div#myModal input#product-view__quantity {
  width: 100%;
  max-width: 4rem;
  font-size: 1.2rem !important;
  font-weight: 600;
  margin-bottom: 0;
}
body#deseosEliteBody.com_conciergedesign div#myModal button.btn.btn-secondary {
  padding: 0;
  height: 2rem;
  max-width: 9rem;
  color: #fff;
}
body#deseosEliteBody.com_conciergedesign div#myModal input[type="number"]::-webkit-inner-spin-button, body#deseosEliteBody.com_conciergedesign div#myModal input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
body#deseosEliteBody.com_conciergedesign button.close {
  color: #000;
  opacity: 1;
  border: 1px solid #bebebe;
  padding: 0.2rem;
  border-radius: 100%;
  width: 2rem;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
}
body#deseosEliteBody.com_conciergedesign .modal-backdrop.fade.in {
  z-index: 999999;
}
body#deseosEliteBody.com_conciergedesign div.modal.fade.in {
  top: 10% !important;
  z-index: 9999999;
}
body#deseosEliteBody.com_conciergedesign .container-de {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
}
body#deseosEliteBody.com_conciergedesign .container-de > div {
  width: 100%;
  max-width: 60rem;
}
body#deseosEliteBody.com_conciergedesign .containerButton {
  width: 100%;
  max-width: 10rem;
  display: flex;
  justify-content: flex-end;
}
body#deseosEliteBody.com_conciergedesign .titleSection-de {
  display: flex;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 900;
  color: #1b72ce;
}
body#deseosEliteBody.com_conciergedesign .contentSection-de {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body#deseosEliteBody.com_conciergedesign .itemContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body#deseosEliteBody.com_conciergedesign .detailCotizacion {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #ebebeb;
}
body#deseosEliteBody.com_conciergedesign .infoItem {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
body#deseosEliteBody.com_conciergedesign h2#swal2-title {
  line-height: 1;
  font-size: 1.3rem;
}
body#deseosEliteBody.com_conciergedesign .detailContainer > div > span {
  color: #1b72ce;
  font-size: 0.9rem;
}
body#deseosEliteBody.com_conciergedesign .detailContainer span {
  color: #1b72ce;
}
body#deseosEliteBody.com_conciergedesign .leyendci {
  font-size: 0.9rem;
}
body#deseosEliteBody.com_conciergedesign .leyendci a {
  font-weight: 900;
  color: #1b72ce;
}
body#deseosEliteBody.com_conciergedesign .detailitem a, body#deseosEliteBody.com_conciergedesign .detailToggle {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 8rem;
  background: #1b72ce;
  height: 2rem;
  border-radius: 20px;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
body#deseosEliteBody.com_conciergedesign .detailitem a:hover, body#deseosEliteBody.com_conciergedesign .detailToggle:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body#deseosEliteBody.com_conciergedesign .titleItem {
  background: #1e3051;
  padding: 0.5rem;
  color: #fff;
}
body#deseosEliteBody.com_conciergedesign .item-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0rem;
  gap: 15px;
}
body#deseosEliteBody.com_conciergedesign .productsDetail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
body#deseosEliteBody.com_conciergedesign .imageContainer img {
  max-width: 6rem;
}
body#deseosEliteBody.com_conciergedesign .detailContainer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body#deseosEliteBody.com_conciergedesign .deatilProductInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 45%;
}
body#deseosEliteBody.com_conciergedesign .dateOrderP {
  width: 100%;
}
body#deseosEliteBody.com_conciergedesign .detailCotizacion > div {
  display: flex;
  align-items: center;
}
body#deseosEliteBody.com_conciergedesign .orderItem {
  display: none;
}
.disableBtn {
  pointer-events: none;
  opacity: 0.5;
}
body.itemid-184.outline-34 section#g-mainwrap {
  padding: 3rem 0;
  margin-top: 1rem;
}
body.itemid-184.outline-34 .containerBI {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 90%;
  margin: auto;
  max-width: 48rem;
  flex-wrap: wrap;
}
body.itemid-184.outline-34 .itembi {
  width: 100%;
  max-width: 15rem;
  padding: 0.5rem;
}
body.itemid-184.outline-34 .titleBi {
  background: #1b72ce;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
}
body.itemid-184.outline-34 .linkBi {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
body.itemid-184.outline-34 .linkBi > a {
  background: #dcdcdc;
  color: #ffffff;
  padding: 0.5rem;
  width: 100%;
  text-align: center;
  max-width: 8rem;
  border-radius: 5px;
  margin: 1rem auto;
}
body.itemid-184.outline-34 .linkBi > a:hover {
  transition: 0.3s;
  opacity: 0.8;
}
label#jform_manager-lbl, label#jform_gtes-lbl {
  text-align: left;
  line-height: 1;
}
.owl-dots {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
}
.owl-dots button.owl-dot {
  background: #fff !important;
  opacity: 0.6;
}
.tooltips .tooltiptext {
  visibility: hidden;
  width: 11rem;
  background: #f5f5f5 !important;
  color: #236fb5 !important;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 999;
  bottom: 130%;
  left: -100%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  border: 2px solid #c1c1c1;
  font-size: 1rem;
  font-weight: 600;
  height: 2rem;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 600px) {
  .tooltips .tooltiptext {
    left: inherit !important;
    right: 0% !important;
  }
  .tooltips .tooltiptext::after {
    left: 95% !important;
  }
}
.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltips {
  position: relative;
  display: inline-block;
}
.tooltips {
  cursor: pointer;
}
.tooltips {
  position: inherit;
}
span.tooltiptext span {
  line-height: 15px !important;
  display: block;
}
body.com_concierge section#g-mainwrap, body.com_conciergedesign section#g-mainwrap {
  min-height: calc(100vh - 37rem);
  background: #f1f1f1 !important;
  margin: inherit !important;
}
body.com_concierge div#system-message, body.com_conciergedesign div#system-message {
  width: 90%;
  margin: auto;
  max-width: 32rem;
  text-align: center;
}
body.com_concierge div#system-message h4.alert-heading, body.com_conciergedesign div#system-message h4.alert-heading {
  margin-bottom: 0.5rem;
}
body.com_concierge div#system-message h4.alert-heading:first-letter, body.com_conciergedesign div#system-message h4.alert-heading:first-letter {
  text-transform: uppercase;
}
body.com_concierge div#sbox-content iframe, body.com_conciergedesign div#sbox-content iframe {
  height: 100%;
}
@media (max-width: 600px) {
  body.com_concierge table.table.table-striped, body.com_conciergedesign table.table.table-striped {
    display: block;
    overflow: auto;
  }
}
body.com_concierge section#g-mainwrap > div, body.com_conciergedesign section#g-mainwrap > div {
  margin: auto !important;
  max-width: 75rem;
}
body.com_concierge .leyendI, body.com_conciergedesign .leyendI {
  margin-top: -1rem;
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 2rem;
}
body.com_concierge .tabsConcierge, body.com_conciergedesign .tabsConcierge {
  display: flex;
  justify-content: end;
  align-content: center;
  width: 100%;
  margin: auto;
  /*max-width: 35rem;*/
}
body.com_concierge .tabsConcierge a, body.com_conciergedesign .tabsConcierge a {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 15rem;
  /* margin: 1rem; */
  color: #236fb5;
}
body.com_concierge .tabsConcierge a .tabitem, body.com_conciergedesign .tabsConcierge a .tabitem {
  height: 3rem;
  border: 1px solid #236fb5;
  color: #236fb5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-radius: 25px;
}
body.com_concierge.view-quotation #Banner-deseos .container, body.com_conciergedesign.view-quotation #Banner-deseos .container {
  display: flex;
  justify-content: center;
}
body.com_concierge.view-quotation #Banner-deseos .container .header, body.com_conciergedesign.view-quotation #Banner-deseos .container .header {
  max-width: 40rem;
  width: 40rem;
}
body.com_concierge.view-quotation #Banner-deseos .container .header .lineas, body.com_conciergedesign.view-quotation #Banner-deseos .container .header .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
body.com_concierge.view-quotation #Banner-deseos .container .header .lineas .linea-active, body.com_conciergedesign.view-quotation #Banner-deseos .container .header .lineas .linea-active {
  border-radius: 10px;
  width: 40%;
  margin: inherit;
  border: 3px solid var(--Green, #86BC3C);
}
body.com_concierge.view-quotation #Banner-deseos .container .header .lineas .linea-inactive, body.com_conciergedesign.view-quotation #Banner-deseos .container .header .lineas .linea-inactive {
  width: 60%;
  margin: inherit;
  border: 1px solid var(--Gris-50, #808080);
}
body.com_concierge.view-quotation div#tabItem1, body.com_conciergedesign.view-quotation div#tabItem1 {
  background: #236fb5;
  border: 1px solid #236fb5;
  color: #fff;
}
body.com_concierge.view-quotation .containerForm > div, body.com_conciergedesign.view-quotation .containerForm > div {
  width: 80%;
  margin: 2rem auto;
  max-width: 40rem;
}
body.com_concierge.view-quotation .containerForm > div form > div:nth-child(2) > textarea, body.com_conciergedesign.view-quotation .containerForm > div form > div:nth-child(2) > textarea {
  height: 6rem;
}
body.com_concierge.view-quotation .containerForm > div form span.fa.fa-info-circle, body.com_conciergedesign.view-quotation .containerForm > div form span.fa.fa-info-circle {
  color: #236fb5;
}
body.com_concierge.view-quotation .containerForm > div form .labelInput, body.com_conciergedesign.view-quotation .containerForm > div form .labelInput {
  margin-bottom: 0.4rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: var(--Gris-70, #4D4D4D);
}
body.com_concierge.view-quotation .containerForm > div form .containerbutton, body.com_conciergedesign.view-quotation .containerForm > div form .containerbutton {
  display: flex;
  flex-direction: row;
  margin-bottom: 6rem !important;
}
body.com_concierge.view-quotation .containerForm > div form .cinput, body.com_conciergedesign.view-quotation .containerForm > div form .cinput {
  margin: 0.7rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.com_concierge.view-quotation .containerForm > div form .cinput.cttp, body.com_conciergedesign.view-quotation .containerForm > div form .cinput.cttp {
  position: relative;
}
body.com_concierge.view-quotation .containerForm > div form .cinput.cttp .tooltips, body.com_conciergedesign.view-quotation .containerForm > div form .cinput.cttp .tooltips {
  position: absolute;
  right: 10px;
  top: 40px;
}
body.com_concierge.view-quotation .containerForm > div form .cinput.cttp .tooltips img, body.com_conciergedesign.view-quotation .containerForm > div form .cinput.cttp .tooltips img {
  width: 1.2rem;
}
body.com_concierge.view-quotation .containerForm > div form .cinput.cttp .tooltips .tooltiptext, body.com_conciergedesign.view-quotation .containerForm > div form .cinput.cttp .tooltips .tooltiptext {
  position: absolute;
  top: 25px;
  background: inherit !important;
  border: inherit;
  left: -80px;
}
body.com_concierge.view-quotation .containerForm > div form .cinput.containerCheck, body.com_conciergedesign.view-quotation .containerForm > div form .cinput.containerCheck {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  /* Cambiar el color del tick cuando está seleccionado */
}
body.com_concierge.view-quotation .containerForm > div form .cinput.containerCheck a, body.com_conciergedesign.view-quotation .containerForm > div form .cinput.containerCheck a {
  color: #2E97EC !important;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
body.com_concierge.view-quotation .containerForm > div form .cinput.containerCheck input, body.com_conciergedesign.view-quotation .containerForm > div form .cinput.containerCheck input {
  width: fit-content !important;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
body.com_concierge.view-quotation .containerForm > div form .cinput.containerCheck input[name="Restric"]:checked, body.com_conciergedesign.view-quotation .containerForm > div form .cinput.containerCheck input[name="Restric"]:checked {
  accent-color: #4CAF50;
  color: white;
}
body.com_concierge.view-quotation .containerForm > div form .cinput.containerCheck input[name="Restric"]:checked:before, body.com_conciergedesign.view-quotation .containerForm > div form .cinput.containerCheck input[name="Restric"]:checked:before {
  color: white;
  /* Cambia el color del tick */
}
body.com_concierge.view-quotation .containerForm > div form .containerbutton, body.com_conciergedesign.view-quotation .containerForm > div form .containerbutton {
  margin-top: 3rem;
  flex-direction: row;
  justify-content: space-evenly;
}
@media only all and (max-width: 47.99rem) {
  body.com_concierge.view-quotation .containerForm > div form .containerbutton, body.com_conciergedesign.view-quotation .containerForm > div form .containerbutton {
    flex-direction: column;
    align-items: center;
  }
}
body.com_concierge.view-quotation .containerForm > div form .containerbutton a, body.com_conciergedesign.view-quotation .containerForm > div form .containerbutton a {
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 5rem;
  min-width: 17rem;
  color: #fff !important;
  border-radius: 5px;
  transition: 0.3s;
  text-align: center;
  background: #2E97EC !important;
}
body.com_concierge.view-quotation .containerForm > div form .containerbutton input, body.com_conciergedesign.view-quotation .containerForm > div form .containerbutton input {
  min-height: 36px;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  max-width: 5rem;
  min-width: 17rem;
  color: #fff;
  border-radius: 5px;
  background: #002859;
  transition: 0.3s;
  text-align: center;
}
body.com_concierge.view-quotation .containerForm > div form .containerbutton input:hover, body.com_conciergedesign.view-quotation .containerForm > div form .containerbutton input:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body.com_concierge.view-quotation .containerForm > div form .containerbutton input:focus, body.com_conciergedesign.view-quotation .containerForm > div form .containerbutton input:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.com_concierge.view-quotation .containerForm > div form .dinput, body.com_conciergedesign.view-quotation .containerForm > div form .dinput {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
body.com_concierge.view-quotation .containerForm > div form input, body.com_concierge.view-quotation .containerForm > div form textarea, body.com_conciergedesign.view-quotation .containerForm > div form input, body.com_conciergedesign.view-quotation .containerForm > div form textarea {
  width: 100%;
  height: 2rem;
  border: 1px solid #c5c5c5 !important;
}
body.com_concierge.view-quotation .containerForm > div form input[type="file"], body.com_concierge.view-quotation .containerForm > div form textarea[type="file"], body.com_conciergedesign.view-quotation .containerForm > div form input[type="file"], body.com_conciergedesign.view-quotation .containerForm > div form textarea[type="file"] {
  border: none !important;
}
body.com_concierge.view-details div#tabItem2, body.com_conciergedesign.view-details div#tabItem2 {
  background: #236fb5;
  border: 1px solid #236fb5;
  color: #fff;
}
body.com_concierge.view-details .tabsConcierge, body.com_conciergedesign.view-details .tabsConcierge {
  margin: 2rem auto;
}
body.com_concierge.view-details td.info h4, body.com_conciergedesign.view-details td.info h4 {
  padding: 0.5rem;
}
body.com_concierge.view-details .box-quotation, body.com_conciergedesign.view-details .box-quotation {
  border: none;
}
body.com_concierge.view-details table, body.com_conciergedesign.view-details table {
  border: 0 !important;
}
body.com_concierge.view-details table td, body.com_conciergedesign.view-details table td {
  border: 0 !important;
}
body.com_concierge.view-quotations div#tabItem2, body.com_conciergedesign.view-quotations div#tabItem2 {
  background: #236fb5;
  border: 1px solid #236fb5;
  color: #fff;
}
body.com_concierge.view-quotations table.table.table-striped, body.com_conciergedesign.view-quotations table.table.table-striped {
  width: 90%;
  margin: 2rem auto;
}
body.com_concierge.view-quotations table.table.table-striped thead, body.com_conciergedesign.view-quotations table.table.table-striped thead {
  background: #236fb5;
}
body.com_concierge.view-quotations table.table.table-striped thead th, body.com_conciergedesign.view-quotations table.table.table-striped thead th {
  border-left: 0 !important;
  color: #fff !important;
  text-align: center;
  min-width: 10rem;
  width: fit-content;
}
body.com_concierge.view-quotations table.table.table-striped tbody tr, body.com_conciergedesign.view-quotations table.table.table-striped tbody tr {
  border-bottom: 2px solid #d2d2d2;
}
body.com_concierge.view-quotations table.table.table-striped td, body.com_conciergedesign.view-quotations table.table.table-striped td {
  height: 3.5rem;
  background: #fff;
  border: 0;
  text-align: center;
  font-weight: 400 !important;
}
body.com_concierge.view-quotations table.table.table-striped td a, body.com_conciergedesign.view-quotations table.table.table-striped td a {
  /* background: $colorAzul2; */
  color: #0072CF !important;
  font-weight: 200 !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1.7rem;
  max-width: 6rem;
  border-radius: 20px;
  font-size: 0.8rem !important;
  margin: auto;
  text-decoration: underline;
}
body.com_conciergedesign #custom-1300-particle {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #f1f1f1;
}
body.com_conciergedesign #custom-1300-particle #Banner-deseos {
  width: 75rem;
}
body.com_conciergedesign .textExchange {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
body.com_conciergedesign section#g-mainwrap {
  min-height: calc(100vh - 37rem);
}
body.com_conciergedesign div#logo-3395-particle {
  margin: 0;
  padding: 0;
}
body.com_conciergedesign td.aodCotizacion a.buttonCtrue {
  background: #4caf50 !important;
  margin: 0.3rem auto !important;
  display: flex !important;
}
body.com_conciergedesign td.aodCotizacion a.buttonCFalse {
  background: #f44336 !important;
  margin: 0.3rem auto !important;
  display: flex !important;
}
body.com_conciergedesign section#g-mainwrap {
  margin: 3rem 0rem;
  min-height: 650px;
}
body.com_conciergedesign input.btn.btn-info {
  margin: 2rem 0rem;
}
body.com_conciergedesign .tooltiptext {
  width: 13rem;
  height: 3rem;
}
body.com_conciergedesign .tooltiptext::after {
  left: 38%;
}
body.com_conciergedesign td {
  height: 3.5rem;
  background: #fff;
  border: 0;
  text-align: center;
  font-weight: 400 !important;
  vertical-align: middle !important;
}
body.com_conciergedesign td a {
  max-width: 7rem !important;
}
body#bodyEdcC section#g-mainwrap {
  min-height: calc(100vh - 14rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body#bodyEdcC section#g-mainwrap .leyendJEA {
  background: #f3f3f3;
  width: 100%;
  max-width: 50rem;
  padding: 1rem;
  margin: auto;
  border-radius: 10px;
  font-size: 1.5rem;
  border: 2px solid #f1f1f1;
}
body#bodyEdcC section#g-mainwrap .leyendJEA span {
  color: #236fb5;
  font-size: 1.5rem;
}
body#bodyEdcC section#g-mainwrap .textUser {
  color: #236fb5;
  font-weight: 600;
}
body#bodyEdcC section#g-mainwrap .bton-backToHome > a {
  background: #236fb5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 3rem auto;
  max-width: 14rem;
  border-radius: 50px;
  height: 3rem;
}
body.com_catalog.view-wishlist a.btn-similares.next-btn {
  color: white;
  width: 120px;
  display: block;
  text-align: center;
}
body.com_catalog.view-products section#g-mainwrap {
  margin-bottom: 2rem !important;
}
body.com_catalog.view-products #product_container, body.com_catalog.view-product #product_container {
  grid-template-areas: "filter products" "filter products";
}
body.com_catalog.view-products div#product__related .product_item, body.com_catalog.view-product div#product__related .product_item {
  max-width: 15rem;
  background: white;
}
body.com_catalog.view-products div#product__related h2::before, body.com_catalog.view-product div#product__related h2::before {
  display: none;
}
body.com_concierge .modal-backdrop.in {
  z-index: 999999;
}
body.com_concierge div#myModal.in {
  z-index: 100000000000000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  max-height: 90%;
  overflow-x: auto;
}
body.com_concierge #Banner-deseos {
  padding: 2rem 4rem;
  background: #f1f1f1;
}
body.com_concierge #Banner-deseos .container .header > p:nth-child(4) {
  font-weight: bold;
  font-size: 1rem;
}
body.com_concierge #Banner-deseos .container .header .tittle {
  display: flex;
  flex-direction: row;
  /* h2:nth-child(1) {
						color: var(--Blue-3, #0072CF);
						font-weight: bold;
					} */
}
body.com_concierge #Banner-deseos .container .header .tittle h2 {
  margin-bottom: inherit;
  font-size: 2.5rem;
}
body.com_concierge #Banner-deseos .container .header .tittle h2:nth-child(1) {
  margin-right: 10px;
  color: #454545;
  font-weight: bold;
}
body.com_concierge #Banner-deseos .container .header .nivel {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
body.com_concierge #Banner-deseos .container .header .nivel img {
  width: 100px;
}
body.com_concierge #Banner-deseos .container .header p {
  color: #454545;
  font-weight: 500;
  margin-bottom: inherit;
}
body.com_concierge #g-mainwrap {
  margin: 2rem 0rem !important;
}
body.com_concierge .btn.btn-danger {
  border: none !important;
  color: #686868 !important;
}
body.com_concierge .col.field-button-context {
  margin-top: 3rem;
}
body.com_concierge.view-confirm #g-mainwrap > div > div > div > div > div > div > div.answer-success {
  margin-top: 3rem;
}
body.com_concierge.view-confirm #g-mainwrap > div > div > div > div > div > div > form > div.row > div {
  margin-bottom: 4rem;
}
.confirmation-footer {
  display: none;
}
div#g-offcanvas {
  background: #0072CF !important;
  width: 15rem;
}
div#g-offcanvas #mobile-menu-7373-particle {
  margin: inherit;
  padding: inherit;
}
div#g-offcanvas #g-mobilemenu-container {
  margin: 0rem !important;
}
div#g-offcanvas ul.g-toplevel {
  background: #0072CF !important;
  padding-top: 2rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#g-offcanvas ul.g-toplevel img {
  width: 200px;
  margin-bottom: 3rem;
}
div#g-offcanvas ul.g-toplevel > li {
  background: #0072CF;
  transition: 0.3s;
  width: 100%;
  height: 40px;
}
div#g-offcanvas ul.g-toplevel > li .g-menu-item-title {
  font-size: 1rem !important;
}
div#g-offcanvas ul.g-toplevel > li.active {
  background: #2196F3 !important;
}
div#g-offcanvas ul.g-toplevel > li:hover {
  background: #2196F3 !important;
  transition: 0.3s;
}
div#g-offcanvas ul.g-toplevel > li a {
  margin: inherit;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 2rem !important;
}
.g-offcanvas-toggle {
  left: 5rem;
  top: 1.5rem;
  font-size: 2rem;
}
.g-offcanvas-toggle i {
  color: #236fb5;
}
section#g-copyright {
  background: #0072CF !important;
}
body#bodyCup div#product-detail {
  min-height: calc(100vh - 16rem);
}
body#bodyCup div#g-page-surround {
  background: #fff;
}
body#bodyCup div#g-page-surround section#g-mainwrap {
  box-shadow: none;
}
body#bodyCup a.btn.btn-info.btn-regresar {
  height: 1.7rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 8rem;
  min-width: 8rem;
  float: right;
  color: #fff !important;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
  text-align: center;
}
body#bodyCup a.btn.btn-info.btn-regresar:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body#bodyCup a.btn.btn-info.btn-regresar:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body#bodyMcn {
  background: #fff !important;
}
body#bodyMcn .titlecv-3477 {
  margin-bottom: 1.5rem;
}
body#bodyMcn section#g-mainwrap {
  box-shadow: none !important;
  border: 0 !important;
  /*min-height: calc(100vh - 11rem);*/
  display: flex;
  justify-content: center;
  align-items: center;
}
body#bodyMcn section#g-mainwrap div#accordion {
  margin: auto;
  width: 100%;
  max-width: 50rem;
}
body#bodyMcn section#g-mainwrap div#accordion .cgTable {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#bodyMcn section#g-mainwrap div#accordion .cgTable img {
  width: 100%;
  max-width: 45rem;
}
body#bodyMcn section#g-mainwrap div#accordion .qhcmjImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  margin: auto;
}
body#bodyMcn section#g-mainwrap div#accordion .container-faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1rem;
}
body#bodyMcn section#g-mainwrap div#accordion .container-faq .faq-prin {
  color: black;
}
body#bodyMcn section#g-mainwrap div#accordion .container-faq .icon-collapse span {
  color: #1e3051;
  font-weight: 800;
}
.offsideR {
  display: none;
}
.offsideR .mnuItems {
  display: flex;
  justify-content: center;
}
.offsideR .mnuItems > div {
  width: 100%;
  margin: auto;
}
.offsideR .mnuItems .itemMnuR {
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
  margin: auto;
  height: 43.5px;
  text-align: justify;
  transition: 0.2s;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
.offsideR .mnuItems .itemMnuR a {
  color: #fff;
}
.offsideR .mnuItems .itemMnuR:hover {
  background: var(--Info-Base, #2196F3);
}
.offsideR div {
  font-family: 'gotham-book' !important;
}
.offsideR .infoUcontainer .containerILevel {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.offsideR .infoUcontainer > div {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  background: white;
  font-size: 0.85rem;
  flex-direction: column;
  align-items: center;
}
.offsideR .infoUcontainer > div > div {
  padding: 0.5rem;
  color: var(--Colors-Prime-Gray-Prime-Gray-700, #374151);
  text-align: center;
}
.offsideR .infoUcontainer > div > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offsideR .infoUcontainer .containerILevel img {
  width: 100%;
  max-width: 4rem;
}
.offsideR .clevel {
  width: fit-content;
  max-width: 15rem;
  text-align: center;
  border-radius: 20px;
  font-size: 13px;
  color: white !important;
  height: 19px;
  display: flex;
  background: #2058ED;
  align-items: center;
  justify-content: center;
}
.offsideR .infoUcr {
  font-size: 1rem;
}
.offsideR .infoUcr .cpoints {
  font-weight: 600;
  color: var(--Green, #86BC3C);
}
.offsideR .infoUcr .cname {
  color: var(--Colors-Prime-Gray-Prime-Gray-700, #374151);
  font-weight: bold;
}
.offsideR.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  display: none;
  -webkit-overflow-scrolling: touch;
  background: #0072CF;
  width: 15rem;
  color: #fff;
  display: block;
  left: inherit;
  transition: 0.3s;
}
.mnR-overlay.active {
  background: #00000080;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
  -moz-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
  transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
}
div#g-page-surround {
  transition: 0.3s;
}
section#g-navigation {
  background: #fff;
  height: 5rem;
  border-bottom: 1px solid #f9f9fa;
  display: flex;
  align-items: center;
  padding: 0rem 4rem !important;
}
section#g-navigation div#mnu-header {
  display: flex;
  justify-content: end;
  align-items: center;
}
section#g-navigation div#mnu-header > div {
  margin: 0 !important;
}
section#g-navigation .mnuSec {
  display: flex;
  justify-content: flex-end;
  margin: 0rem 0.3rem;
  margin-right: 1rem !important;
}
section#g-navigation .mnuSec > div {
  display: flex;
  justify-content: center;
  width: fit-content;
}
section#g-navigation .mnuSec > div div#profileMnu {
  padding-top: 0.15rem;
}
section#g-navigation .mnuSec > div div#profileMnu svg {
  height: 1.7rem;
}
section#g-navigation .mnuSec > div .itemSec {
  margin: 0rem 0.3rem;
}
section#g-navigation .mnuSec > div .itemSec svg {
  height: 2rem;
}
section#g-navigation .mnuSec > div .itemSec i {
  font-size: 2rem;
  margin: 0rem 0.5rem;
  color: #236fb5;
}
@media (max-width: 600px) {
  body.gantry.site.outline-25 table.table.table-striped {
    display: block;
    overflow-y: scroll;
  }
  body.gantry.site.outline-25 .box-quotation > table {
    display: block;
    overflow-y: scroll;
  }
  body.gantry.site.outline-25 form.option-list {
    width: 100%;
  }
  body.gantry.site.outline-25 a.btn.btn-primary, body.gantry.site.outline-25 input.btn.btn-danger {
    margin: 0.5rem auto !important;
    float: none !important;
    max-width: 15rem;
    padding: 0 !important;
  }
}
body.gantry.site.outline-25.com_concierge {
  background: #fff !important;
}
body.gantry.site.outline-25.com_concierge.view-details #g-mainwrap > div.g-container {
  margin: inherit !important;
  max-width: 100%;
  flex-direction: column;
}
body.gantry.site.outline-25.com_concierge.view-details #g-mainwrap > div.g-container > div > div > div > div {
  display: flex;
  justify-content: center;
}
body.gantry.site.outline-25.com_concierge.view-details #g-mainwrap > div.g-container > div > div > div > div > div {
  width: 75rem;
  margin-bottom: 4rem;
}
body.gantry.site.outline-25.com_concierge.view-details input.btn.btn-danger {
  max-width: 22rem;
  /*padding: 0rem .2rem !important;*/
  margin: 0rem 0.5rem;
}
body.gantry.site.outline-25.com_concierge.view-details a.btn.btn-primary {
  height: 2rem;
  max-width: 15rem;
  min-width: 10rem;
  margin: 0rem 0.5rem;
}
body.gantry.site.outline-25.com_concierge .main-content {
  background: #fff !important;
  border: 0rem !important;
  box-shadow: none !important;
}
body.gantry.site.outline-25.com_concierge table.table.table-striped a {
  color: #1e3051;
  font-weight: 600;
}
body.gantry.site.outline-25.com_concierge .btn.btn-info {
  /*margin: inherit;*/
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 280px;
  /*border: 2px solid #236fb5;*/
  font-family: gotham-book;
  text-align: center;
  border-radius: 5px;
  background: #002859;
  font-size: 0.8rem;
  font-weight: 400;
  color: white !important;
  /*max-width: 200px;*/
  /*margin-right: 2rem;*/
  height: 32.8px;
  float: right;
  /*margin-bottom: 3rem;*/
}
body.gantry.site.outline-25.com_concierge a.btn.btn-primary {
  height: 44px !important;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 10rem;
  min-width: 10rem;
  float: right;
  border-radius: 5px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
  text-align: center;
}
body.gantry.site.outline-25.com_concierge a.btn.btn-primary:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body.gantry.site.outline-25.com_concierge a.btn.btn-primary:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.gantry.site.outline-25.com_concierge .btn.btn-danger {
  color: #fefeff !important;
  text-align: center;
  /*border: 4px solid #2e97ec !important;*/
  background: #2e97ec !important;
  border-radius: 5px;
  height: 36.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  float: right;
}
body.gantry.site.outline-25.com_concierge .btn.btn-danger:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#deseosEliteBody .tabsConcierge div#tabItem2.onLevel {
  background: #3A6DB1 !important;
  color: #fff !important;
}
#deseosEliteBody .tabsConcierge div#tabItem1.onLevel.exchangeTrue {
  background: #3A6DB1 !important;
  color: #fff !important;
}
#deseosEliteBody .tabsConcierge div#tabItem1.onLevel.exchangeFalse {
  background: #BFBFBF !important;
  border-color: #BFBFBF !important;
  color: #fff !important;
}
#deseosEliteBody .tabsConcierge div#tabItem1.onLevelFalse.exchangeFalse {
  background: #BFBFBF !important;
  border-color: #BFBFBF !important;
  color: #fff !important;
}
#deseosEliteBody .tabsConcierge div#tabItem1.onLevelFalse.exchangeTrue {
  background: #BFBFBF !important;
  border-color: #BFBFBF !important;
  color: #fff !important;
}
#deseosEliteBody .main-content {
  background: #fff !important;
  border: 0rem !important;
  box-shadow: none !important;
}
#deseosEliteBody a.btn.btn-info {
  height: 2.5rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  margin: 2rem 0rem !important;
  display: flex;
  width: 100% !important;
  max-width: 10rem;
  float: right;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
  text-align: center;
}
#deseosEliteBody a.btn.btn-info:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#deseosEliteBody a.btn.btn-info:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body#bodyEdc {
  background: #fff !important;
}
body#bodyEdc .table-details thead > tr {
  color: white;
  background: #0072CF;
}
body#bodyEdc .table-details thead > tr > th {
  text-align: center;
}
body#bodyEdc .table-details tbody tr td {
  border-bottom: 1px solid #dddddd !important;
}
body#bodyEdc .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-top: 3px;
}
body#bodyEdc .lineas .linea-active {
  border-radius: 10px;
  width: 40%;
  margin: inherit;
  border: 3px solid var(--Green, #86BC3C);
}
body#bodyEdc .lineas .linea-inactive {
  width: 60%;
  margin: inherit;
  border: 1px solid var(--Gris-50, #808080);
}
body#bodyEdc #g-page-surround > div.g-container {
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  width: 100%;
}
body#bodyEdc #g-page-surround > div.g-container #g-mainwrap {
  background: #f1f1f1;
  width: 75rem;
}
body#bodyEdc #g-mainwrap > div:nth-child(2) > div > div > div > div > div.lineas {
  margin-top: 5px;
  margin-bottom: 2rem;
}
body#bodyEdc .leyendT, body#bodyEdc .titlePurse {
  text-align: center;
  font-size: 2rem !important;
  color: #236fb5;
  font-weight: bold;
  margin-top: 3rem !important;
}
body#bodyEdc .containerPurse {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
body#bodyEdc .containerPurse .purse-item {
  border: 2px solid #eee;
  max-width: 20rem;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 15px;
  background: #ececec;
  min-width: 20rem;
}
body#bodyEdc .containerPurse .purse-item div {
  background: #ececec;
}
body#bodyEdc .containerPurse .purse-item .text-gold {
  font-size: 1.4rem;
  color: #1e3051;
  margin: 0.3rem;
}
body#bodyEdc .containerPurse .purse-item h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0.6rem;
}
body#bodyEdc .containerPurse .purse-item .status-pendiente {
  height: 2rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  margin: auto;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 20px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
  text-align: center;
}
body#bodyEdc .containerPurse .purse-item .status-pendiente:focus {
  outline: none !important;
  background: #fff !important;
  color: #236fb5 !important;
}
body#bodyEdc .containerPurse .purse-item .status-pendiente:focus-visible {
  border: inherit;
  box-shadow: none !important;
  outline: none !important;
}
body#bodyEdc .containerPurse .purse-item .status-pendiente:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body#bodyEdc .containerPurse .purse-item .status-confirmado {
  height: 2rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  margin: auto;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 20px;
  background: #ff002e !important;
  transition: 0.3s;
  border: 2px solid #ff002e;
  text-align: center;
}
body#bodyEdc .containerPurse .purse-item .status-confirmado:focus {
  outline: none !important;
  box-shadow: none !important;
}
body#bodyEdc .containerPurse .purse-item .status-confirmado:focus-visible {
  border: inherit;
  box-shadow: none !important;
  outline: none !important;
}
body#bodyEdc .containerPurse .purse-item .status-confirmado:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body#bodyEdc .titleas {
  text-align: start;
  font-size: 1.5rem;
  color: #454545;
  font-weight: bold;
  margin-bottom: 5rem;
  margin-top: 2rem;
}
body#bodyEdc .linkTobene {
  background: #0072CF;
  text-align: center;
  height: 40px;
  border-radius: 0rem 0rem 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#bodyEdc .linkTobene a {
  color: white;
  font-weight: bold;
  font-size: 1rem;
}
body#bodyEdc .dineas {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
body#bodyEdc .dineas > div {
  width: 50%;
}
body#bodyEdc .dineas > div.levelInfo .puesto {
  box-shadow: 0px 0px 4px 0px #0000000D;
  color: #0072CF;
  background: #DAEAFE;
  border-color: #0072CF;
  border-radius: 10px 10px 0 0;
  min-width: 120px;
  max-width: 200px;
  width: fit-content;
  text-align: center;
}
body#bodyEdc .dineas > div.levelInfo .container-in {
  background: white;
  border-radius: 0px 20px 0px 0px;
  padding: 2rem 2rem 0;
  /* width: max-content; */
}
body#bodyEdc .dineas > div.levelInfo .container-in .container-ne {
  display: flex;
  flex-direction: row;
}
body#bodyEdc .dineas > div.levelInfo .container-in .container-ne #imageLevelC img {
  width: 8rem;
}
body#bodyEdc .dineas > div.levelInfo .nameLevel {
  font-weight: 600;
  color: white;
  padding-left: 0.5rem;
  font-size: 1rem;
  width: 100%;
  border-radius: 20px;
  height: 30px;
  display: flex;
  text-align: center;
  background: #2058ED;
  align-items: center;
  justify-content: center;
}
body#bodyEdc .dineas > div.levelInfo .levelc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 2rem;
}
body#bodyEdc .dineas > div.levelInfo .levelc .namee {
  width: 200px;
  text-align: center;
}
body#bodyEdc .dineas > div.levelInfo .levelc .namee p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #454545;
}
body#bodyEdc .dineas > div.levelInfo .levelc img {
  width: 100%;
  max-width: 4.3rem;
}
body#bodyEdc .dineas > div.levelInfo .leyendLevel {
  width: 100%;
  max-width: 25rem;
  padding: 1rem 0rem;
  text-align: center;
  font-size: 1rem;
  color: #454545;
  font-weight: 700;
}
body#bodyEdc .dineas > div.levelInfo .leyendLevel span {
  color: var(--Green, #86BC3C);
  font-weight: 600;
  font-size: 1rem !important;
}
body#bodyEdc .dineas > div.pointsInfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  padding: 1rem;
  background-color: #f1f1f1;
  border-radius: 8px;
}
body#bodyEdc .dineas > div.pointsInfo > div:nth-child(4) > div.jnumber {
  color: #ED0047;
}
body#bodyEdc .dineas > div.pointsInfo .jitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
  padding: 1rem;
  border-radius: 20px;
  text-align: center;
}
body#bodyEdc .dineas > div.pointsInfo .jtype {
  font-size: 1rem;
  font-weight: bold;
  color: #454545;
}
body#bodyEdc .dineas > div.pointsInfo .jtype img {
  width: 40px;
  margin-right: 10px;
}
body#bodyEdc .dineas > div.pointsInfo .jnumber {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 800px) {
  body#bodyEdc .dineas, body#bodyEdc .pointsInfo {
    flex-direction: column;
  }
  body#bodyEdc .dineas > div, body#bodyEdc .pointsInfo > div {
    width: 100% !important;
  }
  body#bodyEdc .pointsInfo {
    margin-top: 2rem;
  }
  body#bodyEdc .itemJo {
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
    margin: auto;
  }
  body#bodyEdc .countJ {
    text-align: center;
  }
}
body#bodyEdc .lightcase-inlineWrap {
  width: 100% !important;
  max-width: 100% !important;
}
body#bodyEdc section#g-optional {
  margin-bottom: 4rem;
}
body#bodyEdc section#g-mainwrap {
  box-shadow: none !important;
}
body#bodyEdc .titleEdc {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #236fb5;
  margin-top: 3rem;
  display: none;
}
body#bodyEdc .leyendT {
  text-align: start;
  font-size: 1.5rem !important;
  color: #454545;
  font-weight: bold;
}
body#bodyEdc div#itemEdc {
  border-left: 5px solid #236fb5;
  padding-left: 0.7rem;
  transition: 0.2s;
}
body#bodyEdc table.table.table-striped thead th {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  color: white;
  border: 0rem !important;
  line-height: 1;
  padding: 0.5rem 0rem;
  background: #0072CF;
}
body#bodyEdc table.table.table-striped thead th span {
  line-height: 1;
  font-size: 0.9rem;
}
body#bodyEdc table.table.table-striped thead th p {
  margin: 0rem !important;
  font-size: 0.9rem;
}
body#bodyEdc table.table.table-striped tbody tr {
  background: #fff !important;
  text-align: center;
}
body#bodyEdc table.table.table-striped tbody tr td {
  background: #fff !important;
  text-align: center;
  font-weight: bold;
  color: #454545;
  height: 3rem;
  vertical-align: middle;
  width: 10rem;
  border: 0;
  border-bottom: 1px solid #EAECF0 !important;
}
body#bodyEdc table.table.table-striped tbody tr td.spacerTh {
  border-bottom: 0px !important;
}
body#bodyEdc table.table.table-striped tbody tr td a {
  color: #454545;
  font-weight: bolder;
}
body#bodyEdc .sectionsPoints {
  width: 90%;
  margin: auto;
  max-width: 55rem;
}
body#bodyEdc .sectionsPoints > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
body#bodyEdc .sectionsPoints > div .itemPoints {
  margin: 2rem 0.3rem;
}
body#bodyEdc .sectionsPoints > div .itemPoints .circlePints {
  border: 12px solid #1e3051;
  color: #236fb5;
  border-radius: 100%;
  height: 11.5rem;
  width: 11.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bolder;
  font-family: 'gotham-bold';
}
body#bodyEdc .sectionsPoints > div .itemPoints .titlePoints {
  text-align: center;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #1e3051;
}
.titleModulee {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  color: #236fb5;
  margin: 1rem;
  margin-bottom: 3rem;
  display: none;
}
body#bodyHelpdesk {
  background: #fff !important;
}
body#bodyHelpdesk .titleHelpDesk {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  color: #236fb5;
  margin: 1rem;
  margin-bottom: 3rem;
}
body#bodyHelpdesk.view-formform div#modalSuccess {
  width: 90%;
  margin: auto !important;
  max-height: 12rem;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 100000000000000000;
  position: fixed !important;
  left: 0;
  right: 0;
  max-width: 30rem;
  text-align: center;
  font-size: 1.2rem;
}
body#bodyHelpdesk.view-formform div#modalSuccess p.sthdT {
  color: #1e3051;
  font-weight: 700;
  font-size: 1.5rem;
}
body#bodyHelpdesk.view-formform .text-instructHelp {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: justify;
}
body#bodyHelpdesk.view-formform .labelhelpDesk {
  font-weight: 600;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
}
body#bodyHelpdesk.view-formform table.table thead tr {
  background: #236fb5;
  color: #fff;
}
body#bodyHelpdesk.view-formform table.table tbody tr {
  border: 0;
  border-bottom: 2px solid #c2c3c9;
}
body#bodyHelpdesk.view-formform table.table tbody tr td, body#bodyHelpdesk.view-formform table.table tbody tr th {
  border: 0;
  vertical-align: middle;
}
body#bodyHelpdesk.view-formform table.table tbody tr td img.iconEyeHD, body#bodyHelpdesk.view-formform table.table tbody tr th img.iconEyeHD {
  width: 100%;
  max-width: 2rem;
}
body#bodyHelpdesk.view-formform #helpdesk_input_file_wrapper {
  border: 2px dashed #a5a5a5;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body#bodyHelpdesk.view-formform #helpdesk_input_file_wrapper a {
  border: solid 1px #686868;
  margin-bottom: 1rem;
  width: 11rem;
  padding: 0.5rem;
  cursor: pointer;
  color: inherit;
  font: inherit;
  background-color: #f0f0f0;
  text-align: center;
}
body#bodyHelpdesk.view-formform #helpdesk_input_file_wrapper input#file {
  width: auto;
  max-width: 90%;
}
body#bodyHelpdesk.view-form a.btn.btn-primary {
  height: 2.5rem;
  padding: 0rem 0.5rem !important;
  justify-content: space-around;
  align-items: center;
  margin: 1rem 0rem !important;
  display: flex;
  width: 100% !important;
  max-width: 11rem;
  float: none !important;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
}
body#bodyHelpdesk button#sendBTN, body#bodyHelpdesk button.btn {
  height: 2.5rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  margin: 2rem auto !important;
  display: flex;
  width: 100% !important;
  max-width: 10rem;
  float: none !important;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
  color: #fff;
  text-align: center;
}
body#bodyHelpdesk button#sendBTN:hover, body#bodyHelpdesk button.btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body#bodyHelpdesk button#sendBTN:focus, body#bodyHelpdesk button.btn:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body#bodyHelpdesk .row.seleccionables {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
body#bodyHelpdesk .row.seleccionables > div {
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 35px;
  background: #fff;
  border: 2px solid #236fb5;
  color: #236fb5;
  max-width: 20rem;
  margin: 0rem 1rem;
}
body#bodyHelpdesk .row.seleccionables > div p {
  margin: 0;
  width: 100%;
  height: 3rem;
  border-radius: 25px !important;
  justify-content: center;
  align-items: center;
  display: flex;
}
body#bodyHelpdesk .row.seleccionables > div.active {
  color: #fff;
  background: #236fb5;
}
.viewPass {
  padding: 0px;
  right: 0;
  width: 34px;
  height: 2rem;
  color: #fff;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  text-align: center;
  top: 0;
  cursor: pointer;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewPass img {
  margin: auto;
  width: 26.5px;
}
body#bodyNotices div#g-page-surround {
  min-height: calc(100vh - 8rem) !important;
  background: white;
}
body#bodyNotices .notice-item.viewMore .notice-description {
  -webkit-line-clamp: inherit !important;
}
body#bodyNotices .notice-item.ellipsis .notice-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  text-align: left;
  margin-top: 0.5rem;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
body#bodyNotices .notice-item.ellipsis .notice-description.viewMore {
  -webkit-line-clamp: inherit !important;
}
body#bodyNotices .notice-item {
  vertical-align: top;
  margin: 0.5rem !important;
  margin-bottom: 2rem !important;
  background: #f6f6f6;
  border: 2px solid #ffffff !important;
  padding: 1rem !important;
  border-radius: 15px !important;
  min-height: 27rem !important;
}
body#bodyNotices .notice-item .notice-videoexternal a {
  color: #236fb5;
  font-weight: 600;
}
body#bodyNotices .notice-item .notice-item-title {
  font-size: 1.3rem !important;
  margin: 1.3rem 0rem !important;
  line-height: 1;
  height: fit-content !important;
  min-height: 3rem;
}
body#bodyNotices .notice-item button#viewMore {
  background: none;
  font-size: 0.9rem;
  color: #236fb5;
  font-weight: 600;
}
body#bodyNotices .notice-item.descSm .buttonVm > button {
  display: none;
}
@media (max-width: 600px) {
  body#bodyNotices .notice-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.5rem auto !important;
  }
}
body#bodyNotices div.modal.fade {
  top: -200%;
}
body#bodyNotices span.btton-cerrar {
  color: #000;
  font-size: 2rem;
  opacity: 1;
}
body#bodyNotices .modal-body {
  max-height: 90%;
  padding: 0.5rem;
}
body#bodyNotices .platform-content.row-fluid {
  display: none;
}
body#bodyNotices div#lightcase-info {
  max-width: 40rem;
  display: flex;
  justify-content: center;
}
body#bodyNotices #tableNotice {
  width: 100% !important;
}
body#bodyNotices section#g-mainwrap {
  min-height: calc(100vh - 13rem) !important;
  margin: 2rem 0rem;
  box-shadow: none !important;
}
body#bodyNotices .modal-footer {
  display: none;
}
body#bodyNotices img.link-iconHeader {
  min-width: 2rem !important;
}
body#bodyNotices #g-navigation {
  z-index: 12;
}
body#bodyNotices #lightcase-info {
  position: initial;
  padding-top: 15px;
}
body#bodyNotices #lightcase-case {
  position: fixed;
  padding-top: 15px;
}
body#bodyNotices h4#lightcase-title {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: -webkit-center;
  color: #fff !important;
}
@media only all and (max-width: 37.938rem) {
  body#bodyNotices section#g-navigation {
    z-index: 9 !important;
  }
  body#bodyNotices #lightcase-info #lightcase-title {
    font-size: 0.9rem;
    margin: auto;
    padding: 0rem !important;
    left: 7%;
    top: 10%;
  }
}
body#bodyNotices div.modal.fade.in {
  background: #fff;
  box-shadow: none;
  border: none;
  top: 0 !important;
  bottom: 0;
  margin: auto !important;
  left: 0;
  right: 0;
  max-height: 90%;
  height: fit-content;
  height: -moz-max-content;
  height: 30rem;
  overflow: auto;
}
body#bodyNotices .title-notice {
  font-size: 1rem;
  font-weight: 600;
  color: #236fb5;
}
body#bodyNotices .subtitle-notice {
  font-size: 0.9rem;
}
body#bodyNotices .modal-backdrop, body#bodyNotices .modal-backdrop.fade.in {
  z-index: 999999;
}
body#bodyNotices div.modal.fade.in {
  z-index: 99999999;
}
body#bodyNotices .btn-vermas > a {
  height: 2rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 10rem;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}
body#bodyNotices .btn-vermas > a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body#bodyNotices .btn-vermas > a:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body#bodyNotices .dataTables_wrapper .dataTables_paginate .paginate_button.current, body#bodyNotices .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #236fb5 !important;
}
body#bodyNotices .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, body#bodyNotices .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover:hover {
  background: #236fb5 !important;
}
body#bodyNotices .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #236fb5;
}
body#bodyNotices .paginate_button.previous.disabled {
  background: inherit !important;
}
@media (max-width: 600px) {
  .view-formform table.table {
    display: block;
    overflow-x: auto;
  }
  body#bodyHome #notices {
    flex-direction: column;
  }
  body#bodyHome #notices .box-notice {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
  body#bodyHome div#highlight {
    flex-direction: column;
  }
  body#bodyHome div#highlight .box-highlight {
    width: 100% !important;
    text-align: center;
  }
}
body.view-product section#g-banner, body.view-product #g-mainwrap > div > div > div > div > div > div > div.navegation-content {
  display: none;
}
body.view-product #g-mainwrap {
  background: #F1F1F1;
}
body.view-product #g-mainwrap > div > div > div > div {
  background: #F1F1F1;
}
body.com_catalog div#modalDetailProduct #g-mainwrap {
  background: #F1F1F1;
}
body.com_catalog div#modalDetailProduct #g-mainwrap > div > div > div > div {
  background: #F1F1F1;
}
body.com_catalog div#modalDetailProduct.in {
  z-index: 999999999;
  width: 95%;
  left: 0;
  right: 0;
  margin: auto;
  height: 95%;
  top: 0 !important;
  bottom: 0;
}
body.com_catalog div#modalDetailProduct .modal-header {
  border: 0;
  height: 2rem;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem;
}
body.com_catalog div#modalDetailProduct .modal-header button {
  position: absolute;
  right: 0.5rem;
  top: 0rem;
  color: #000 !important;
  opacity: 1 !important;
  height: 1rem;
  background: none;
}
body.com_catalog div#modalDetailProduct .modal-header button span {
  font-size: 2rem;
}
body.com_catalog div#modalDetailProduct .modal-content, body.com_catalog div#modalDetailProduct .modal-dialog, body.com_catalog div#modalDetailProduct .containerIframe, body.com_catalog div#modalDetailProduct .conatinerModal {
  height: 100%;
  background: #F1F1F1;
}
body.com_catalog div#modalDetailProduct .modal-body {
  height: 95%;
  max-height: 100%;
}
body.com_catalog div#modalDetailProduct iframe {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
body.com_catalog.view-product.inModal section#g-navigation, body.com_catalog.view-product.inModal .navegation-content, body.com_catalog.view-product.inModal section#g-copyright, body.com_catalog.view-product.inModal button.open-button, body.com_catalog.view-product.inModal .g-offcanvas-toggle, body.com_catalog.view-product.inModal div#g-offcanvas {
  display: none !important;
}
body.gantry.contentpane.modal.outline-_body_only.g-bodyonly {
  padding: 0 !important;
}
body.gantry.contentpane.modal.outline-_body_only.g-bodyonly div#ib-button-messaging {
  display: none !important;
}
div#modalDetailProduct2.in {
  z-index: 9999999;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  max-height: 35rem;
}
div#modalDetailProduct2 .modal-header {
  padding: 0;
  border-bottom: 0;
}
div#modalDetailProduct2 .modal-header button {
  position: absolute;
  top: -1rem;
  z-index: 1;
  right: -1rem;
  border-radius: 100%;
  color: #000;
  border: 0;
  line-height: 1.1;
}
div#modalDetailProduct2 .modal-header button span {
  font-size: 1.5rem;
  padding: 0.1rem !important;
}
div#modalDetailProduct2 .modal-body {
  padding: 0;
  max-height: fit-content !important;
  position: relative !important;
}
body.view-product #g-mainwrap {
  margin-bottom: inherit !important;
}
body.view-product #g-navigation, body.view-product #g-page-surround > div.g-offcanvas-toggle, body.view-product #g-copyright {
  display: none;
}
@media (max-width: 960px) {
  body#bodyHome .welcometh > div > div {
    width: 100%;
    padding: 1rem;
    min-width: 15rem;
  }
  section#g-navigation {
    height: auto;
  }
  section#g-navigation div#mnu-header {
    width: 100% !important;
    max-width: 10rem;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  section#g-navigation .g-container .g-block > .g-content {
    margin: 0.5rem auto !important;
    margin-bottom: 0 !important;
  }
  section#g-navigation .logo-header img {
    width: 10rem;
    margin: 0.5rem;
  }
}
@media (max-width: 768px) {
  .catLink .catSec {
    display: flex;
    justify-content: flex-start;
    font-size: 0.8rem;
    flex-direction: column;
  }
  .adhome > div {
    flex-direction: column;
    align-items: center;
  }
  .adhome > div .itemadh a {
    margin: 1rem 0.5rem;
    flex-direction: column;
  }
  .separatorLinks {
    display: none !important;
  }
  .nFooter > div {
    flex-direction: column;
  }
  .nFooter > div .sectionFtr {
    min-width: 5rem;
    margin: 0.5rem;
  }
}
body.gantry.site.com_checkout #g-banner {
  display: none;
}
body.gantry.site.com_checkout.view-delivery .main-content {
  color: #323232;
}
body.gantry.site.com_checkout.view-delivery select, body.gantry.site.com_checkout.view-delivery textarea, body.gantry.site.com_checkout.view-delivery input[type="text"], body.gantry.site.com_checkout.view-delivery input[type="password"], body.gantry.site.com_checkout.view-delivery input[type="datetime"], body.gantry.site.com_checkout.view-delivery input[type="datetime-local"], body.gantry.site.com_checkout.view-delivery input[type="date"], body.gantry.site.com_checkout.view-delivery input[type="month"], body.gantry.site.com_checkout.view-delivery input[type="time"], body.gantry.site.com_checkout.view-delivery input[type="week"], body.gantry.site.com_checkout.view-delivery input[type="number"], body.gantry.site.com_checkout.view-delivery input[type="email"], body.gantry.site.com_checkout.view-delivery input[type="url"], body.gantry.site.com_checkout.view-delivery input[type="search"], body.gantry.site.com_checkout.view-delivery input[type="tel"], body.gantry.site.com_checkout.view-delivery input[type="color"], body.gantry.site.com_checkout.view-delivery .uneditable-input {
  color: #323232;
}
body.gantry.site.com_checkout.view-delivery select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #8796B3;
  padding: 0.375rem 0.2rem;
  border-radius: 4px;
  min-height: 36px;
  opacity: 1;
}
body.gantry.site.com_checkout.view-delivery .subtitle-delivery {
  text-align: left;
  font-size: 0.8rem;
}
@media only all and (max-width: 47.99rem) {
  body.gantry.site.com_checkout.view-delivery .subtitle-delivery {
    margin-bottom: 1rem;
  }
}
body.gantry.site.com_checkout.view-delivery #user-info-container {
  padding: 2rem 2rem 0 !important;
}
body.gantry.site.com_checkout.view-delivery #user-info-container h1.checkout-delivery__title {
  text-align: left;
  font-size: 1.45rem;
  color: var(--Blue-3, #0072CF);
  text-transform: none;
}
body.gantry.site.com_checkout.view-delivery #user-info-container .subtitle-delivery {
  font-weight: 400;
}
body.gantry.site.com_checkout.view-delivery #user-info-container #user-data-warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #FFEEC8;
  color: #4B4E53;
  border-radius: 5px;
  font-family: lato-regular;
  margin: 1rem 0;
  width: 100%;
  justify-self: center;
  padding: 8px 4%;
  box-shadow: 0px 5px 12px 0px #00000026;
}
@media only all and (max-width: 47.99rem) {
  body.gantry.site.com_checkout.view-delivery #user-info-container #user-data-warning {
    padding: 3px 7%;
  }
}
body.gantry.site.com_checkout.view-delivery #user-info-container #user-data-warning img {
  width: 2.8rem;
  margin-right: 0.8rem;
}
@media only all and (max-width: 47.99rem) {
  body.gantry.site.com_checkout.view-delivery #user-info-container #user-data-warning img {
    display: none;
  }
}
body.gantry.site.com_checkout.view-delivery #user-info-container #user-data-warning p {
  text-align: start;
  margin: 0;
  line-height: 1.2;
  font-size: inherit;
}
body.gantry.site.com_checkout.view-delivery #user-info-container #user-data-warning p span {
  color: #EC7702;
  font-weight: bold;
  font-size: inherit;
}
body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2.8rem;
}
@media only all and (max-width: 47.99rem) {
  body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset {
    flex-direction: column;
    padding: 0;
  }
}
body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset .user-info-field {
  width: 100%;
}
@media only all and (min-width: 48rem) {
  body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset .user-info-field {
    width: 47%;
  }
  body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset .user-info-field.field-name {
    order: 1;
  }
  body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset .user-info-field.field-midname {
    order: 3;
  }
  body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset .user-info-field.field-lastname {
    order: 2;
  }
  body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset .user-info-field.field-cellphone {
    order: 4;
  }
}
body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset .user-info-field label {
  width: 100%;
  font-weight: 400;
  min-height: 35.19px;
  display: flex;
  align-items: end;
}
body.gantry.site.com_checkout.view-delivery #user-info-container #user-info-fieldset .user-info-field input {
  border: 1px solid #8796B3;
}
body.gantry.site.com_checkout.view-delivery .cedis-flex-rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only all and (max-width: 47.99rem) {
  body.gantry.site.com_checkout.view-delivery .cedis-flex-rows {
    flex-direction: column;
  }
}
body.gantry.site.com_checkout.view-delivery .cedis-flex-rows .label-text-info {
  width: 47%;
}
@media only all and (max-width: 47.99rem) {
  body.gantry.site.com_checkout.view-delivery .cedis-flex-rows .label-text-info {
    width: 100%;
  }
}
body.gantry.site.com_checkout.view-delivery .infoDelivery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only all and (max-width: 47.99rem) {
  body.gantry.site.com_checkout.view-delivery .infoDelivery {
    flex-direction: column;
  }
}
body.gantry.site.com_checkout.view-delivery .infoDelivery .disSection, body.gantry.site.com_checkout.view-delivery .infoDelivery .sucSection {
  flex-basis: 47%;
  max-width: 100%;
  margin-bottom: 2rem;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap > .g-container {
  width: 100%;
  margin: auto !important;
  max-width: 100%;
  display: flex;
  justify-content: center;
  background: #f1f1f1;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap > .g-container > .g-grid {
  width: 100%;
  max-width: 75rem;
  padding: 2rem 4rem;
  margin-bottom: 4rem;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap .container {
  box-shadow: none;
  border: none;
  max-width: 49rem;
  margin: auto;
  padding: 2rem 4.8rem;
}
@media only all and (max-width: 47.99rem) {
  body.gantry.site.com_checkout.view-delivery section#g-mainwrap .container {
    padding: 2rem;
  }
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  grid-gap: 0px;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .cedis-select {
  margin-top: 0;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .label-text-info {
  display: flex;
  flex-direction: column;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .label-text-info > label {
  border: 1px solid #8796B3;
  background-color: #f5f5f5;
  padding: 0.375rem 0.375rem;
  cursor: auto;
  border-radius: 4px;
  min-height: 36px;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis label.label-text {
  background: transparent !important;
  color: #323232 !important;
  box-shadow: none !important;
  border: none;
  padding: 0 !important;
  justify-content: flex-start;
  align-items: flex-end;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .submit {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin: 2rem 0;
}
@media only all and (max-width: 30rem) {
  body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .submit {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .submit a {
  background-color: #0072CF;
  height: 40px;
  padding: 0rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: inherit;
  transition: 0.3s;
  font-size: 0.8rem;
  margin: 0.5rem 0rem;
  color: #fff;
  width: 100%;
  max-width: 16rem;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .submit a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .submit a:focus {
  background: #0072CF;
  transition: 0.3s;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .submit input.next-btn {
  background: #002859;
  height: 40px;
  padding: 0rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: inherit;
  transition: 0.3s;
  font-size: 0.8rem;
  margin: 0.5rem 0rem;
  color: #fff;
  width: 100%;
  max-width: 16rem;
  letter-spacing: 2px;
  text-align: center;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .submit input.next-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body.gantry.site.com_checkout.view-delivery section#g-mainwrap form#adminForm-cedis .submit input.next-btn:focus {
  background: #fff;
  color: #236fb5;
  transition: 0.3s;
}
body.gantry.site.com_checkout.view-survey textarea#comments-text:hover {
  border-color: #236fb5;
}
body.gantry.site.com_checkout.view-survey span.title__2 {
  color: #000;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap > div > div {
  display: flex;
  justify-content: center;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap > div > div > div {
  max-width: 75rem;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap > div > div > div > div > div > div {
  padding: 2rem 4rem;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap > div {
  width: 100%;
  margin: auto !important;
  max-width: 100%;
  background: #f1f1f1;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap h1.checkout-survey__title {
  text-transform: none !important;
  font-size: 1.2rem;
  color: #236fb5;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap h1.checkout-survey__title::before {
  display: none;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap p.checkout-survey__help-text {
  display: none;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap .container {
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 50rem;
  margin: auto;
  height: 900px;
  margin-bottom: 4rem;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap .container input.next-btn {
  background: #002859 !important;
  height: 40px;
  padding: 0rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: inherit;
  transition: 0.3s;
  font-size: 0.8rem;
  margin: 1rem 0rem !important;
  color: #fff;
  width: 100%;
  max-width: 16rem;
  float: right;
  letter-spacing: 2px;
  text-align: center;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap .container input.next-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body.gantry.site.com_checkout.view-survey section#g-mainwrap .container input.next-btn:focus {
  background: #fff !important;
  color: #236fb5;
  transition: 0.3s;
}
body.gantry.site.com_checkout.view-confirm div#g-page-surround {
  overflow: inherit;
}
body.gantry.site.com_checkout.view-confirm ::-webkit-scrollbar-thumb {
  background-color: #c2c3c9;
  height: 5px;
  margin: 4px;
  border: 2px solid #c2c3c9 !important;
  border-radius: 10px !important;
}
body.gantry.site.com_checkout.view-confirm ::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}
body.gantry.site.com_checkout.view-confirm .cedis-view.sucursal_div {
  margin-top: 0;
  margin-bottom: 4rem;
}
body.gantry.site.com_checkout.view-confirm .containerErewardM {
  display: flex;
  flex-direction: column-reverse;
  grid-gap: 25px;
}
body.gantry.site.com_checkout.view-confirm .checkout-confirmation__inputs_container {
  border: 0 !important;
  padding: 0;
  color: #686868 !important;
}
body.gantry.site.com_checkout.view-confirm .checkout-confirmation__inputs_container p.checkout-confirmation__help-text_email {
  color: #236fb5;
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 0.3rem;
}
body.gantry.site.com_checkout.view-confirm .checkout-confirmation__inputs_container .row {
  display: flex;
  flex-direction: column;
}
body.gantry.site.com_checkout.view-confirm .checkout-confirmation__inputs_container .row div {
  width: 100% !important;
  margin: 0 !important;
  font-size: 0.8rem;
  font-weight: 700;
  color: #323232 !important;
}
body.gantry.site.com_checkout.view-confirm .checkout-confirmation__inputs_container .row div label {
  margin-top: 0 !important;
}
body.gantry.site.com_checkout.view-confirm .checkout-confirmation__inputs_container .row div .filter-search.btn-group {
  width: 100%;
}
body.gantry.site.com_checkout.view-confirm .checkout-confirmation__inputs_container .row div .filter-search.btn-group input#checkout_input_email {
  width: 100%;
  max-width: 25rem;
  border: 2px solid #c2c3c9;
}
body.gantry.site.com_checkout.view-confirm h1.checkout-confirmation__title {
  display: none;
}
body.gantry.site.com_checkout.view-confirm p.checkout-confirmation__help-text {
  border: none;
}
body.gantry.site.com_checkout.view-confirm .progress_bar {
  margin-bottom: 4rem !important;
}
body.gantry.site.com_checkout.view-confirm .infoCtsection hr {
  margin: 0.5rem 0rem !important;
}
body.gantry.site.com_checkout.view-confirm .cedis-view {
  padding: 0rem !important;
  border: none !important;
  width: 95%;
  max-width: 25rem;
}
body.gantry.site.com_checkout.view-confirm .cedis-view div {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #686868 !important;
  padding: 0rem !important;
}
body.gantry.site.com_checkout.view-confirm .cedis-view div.titleSectionCedis {
  text-align: left !important;
  font-weight: 600;
  color: var(--80, #323232) !important;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
body.gantry.site.com_checkout.view-confirm .cedis-view div > label {
  min-width: 14rem;
  background: transparent;
  text-align: center;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  border-bottom: 1px solid #c2c3c9;
  font-size: 0.8rem;
  color: #323232 !important;
  padding-bottom: 0.2rem;
}
body.gantry.site.com_checkout.view-confirm .cedis-view .label-text-info {
  display: flex;
  flex-direction: column;
}
body.gantry.site.com_checkout.view-confirm .cedis-view label.label-text {
  background: transparent !important;
  color: #323232 !important;
  box-shadow: none !important;
  border: none;
  padding: 0 !important;
  justify-content: flex-start !important;
  min-height: 2rem;
}
body.gantry.site.com_checkout.view-confirm a#cart-view__add-btn {
  font-weight: 700;
  padding: 0 !important;
  border: none !important;
  color: white;
  border-radius: 5px !important;
  background: var(--Blue-3, #0072cf);
  height: 40px;
}
body.gantry.site.com_checkout.view-confirm a#cart-view__add-btn:hover {
  border: none !important;
  color: white !important;
  outline-offset: none !important;
}
body.gantry.site.com_checkout.view-confirm a#cart-view__add-btn:focus-visible {
  border: none;
  outline: none;
  outline-offset: none !important;
}
body.gantry.site.com_checkout.view-confirm section#g-mainwrap > div > div > div > div > div {
  display: flex;
  justify-content: center;
}
body.gantry.site.com_checkout.view-confirm section#g-mainwrap > div > div > div > div > div > div {
  max-width: 75rem;
  padding: 2rem 4rem;
}
body.gantry.site.com_checkout.view-confirm section#g-mainwrap > .g-container {
  width: 100%;
  margin: auto !important;
  max-width: 100%;
  background: #f1f1f1;
}
body.gantry.site.com_checkout.view-confirm section#g-mainwrap .container {
  box-shadow: none;
  border: none;
  margin: auto;
  padding: 0.5rem;
  background: #f1f1f1;
}
body.gantry.site.com_checkout.view-confirm section#g-mainwrap .container #adminForm > div.checkout-confirmation > div:nth-child(2) {
  background: white;
  width: 60%;
  padding-top: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
body.gantry.site.com_checkout.view-confirm .checkout-confirmation {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap-reverse;
}
body.gantry.site.com_checkout.view-confirm .checkout-confirmation h2 {
  display: none;
}
body.gantry.site.com_checkout.view-confirm input#checkout_submit {
  background: #002859 !important;
  height: 40px;
  padding: 0rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  transition: 0.3s;
  font-size: 0.8rem;
  margin: 1rem 0rem !important;
  color: #fff;
  width: 100%;
  max-width: 240px;
  float: right;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  border: inherit;
}
body.gantry.site.com_checkout.view-confirm input#checkout_submit:hover {
  text-decoration: none !important;
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}
body.gantry.site.com_checkout.view-confirm input#checkout_submit:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.gantry.site.com_checkout.view-confirm .rdpContainer {
  width: 35%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
body.gantry.site.com_checkout.view-confirm .rdpContainer > div {
  background: white;
  position: sticky;
  top: 15%;
  height: fit-content;
  padding: 0.5rem;
  margin: inherit;
  max-width: 100%;
}
body.gantry.site.com_checkout.view-confirm .rdpContainer > div .itemResumePorduct {
  display: grid;
  grid-template-columns: 40% auto;
  align-items: center;
  padding: 0rem 0.5rem;
}
body.gantry.site.com_checkout.view-confirm .rdpContainer > div .itemResumePorduct .infoSection {
  padding-left: 0.3rem;
}
body.gantry.site.com_checkout.view-confirm .rdpContainer > div .itemResumePorduct .nameProduct {
  color: #686868;
  font-weight: 700;
  line-height: 1.1;
  font-size: 0.8rem;
  padding: 0.3rem 0rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.3rem;
}
body.gantry.site.com_checkout.view-confirm .rdpContainer > div .itemResumePorduct .ptsProduct {
  color: #236fb5;
  font-weight: 600;
  font-size: 0.8rem;
}
body.gantry.site.com_checkout.view-confirm .rdpContainer > div .itemResumePorduct img#cart-details__image {
  max-width: 6.5rem;
}
body.gantry.site.com_checkout.view-confirm .rdpContainer > div .itemResumePorduct .totalCts {
  width: 90%;
  margin: auto;
}
body.gantry.site.com_checkout.view-confirm .rdpContainer > div .itemResumePorduct .labelCts {
  font-weight: 800 !important;
  color: #000 !important;
}
body.gantry.site.com_checkout.view-checkout section#g-mainwrap > div > div > div > div > div {
  display: flex;
  justify-content: center;
}
body.gantry.site.com_checkout.view-checkout section#g-mainwrap > div > div > div > div > div > div {
  padding: 2rem 4rem;
  max-width: 72rem;
}
body.gantry.site.com_checkout.view-checkout section#g-mainwrap > .g-container {
  width: 100%;
  margin: auto !important;
  max-width: 100%;
}
body.gantry.site.com_checkout.view-checkout .billable {
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
}
body.gantry.site.com_checkout.view-checkout .confirmation-header h3 {
  color: #1e3051;
}
body.gantry.site.com_checkout.view-checkout .confirmation-body {
  border: none !important;
}
body.gantry.site.com_checkout.view-checkout .confirmation-body h4 {
  margin: 0;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-top: 0.5rem;
}
body.gantry.site.com_checkout.view-checkout .confirmation-body h3 {
  color: #000;
  font-weight: 700;
  margin-top: 0.5rem;
}
body.gantry.site.com_checkout.view-checkout .confirmation-body a.checkout-view__step-link {
  display: none;
}
body.gantry.site.com_checkout.view-checkout .confirmation-footer {
  width: 90%;
  margin: auto;
  max-width: 40rem;
  line-height: 1.1;
  font-weight: 600;
  font-size: 0.9rem;
}
body.gantry.site.com_checkout.view-checkout #cart-view__add-btn, body.gantry.site.com_checkout.view-checkout button.btn.next-btn.btn-facturacion {
  background: #002859 !important;
  height: 40px;
  padding: 0rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  transition: 0.3s;
  font-size: 0.8rem;
  color: #fff;
  width: 100%;
  max-width: 240px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  border: inherit;
  float: none !important;
  margin: auto;
}
body.gantry.site.com_checkout.view-checkout #cart-view__add-btn:hover, body.gantry.site.com_checkout.view-checkout button.btn.next-btn.btn-facturacion:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}
body.gantry.site.com_checkout.view-checkout #cart-view__add-btn:focus, body.gantry.site.com_checkout.view-checkout button.btn.next-btn.btn-facturacion:focus {
  background: #fff !important;
  color: #236fb5;
  transition: 0.3s;
}
body.site.com_catalog div#product_detail_container_new {
  gap: 10px;
}
@media (max-width: 700px) {
  body.site.com_catalog #product_grid-4 {
    align-items: center;
    display: flex !important;
    flex-direction: column;
  }
  body.site.com_catalog div#product_detail_container_new {
    flex-direction: column !important;
    gap: 10px !important;
  }
  body.site.com_catalog .containerInfoProduct {
    order: 2;
  }
  body.site.com_catalog .product-detail-img_new {
    margin-left: 0rem !important;
  }
  body.site.com_catalog #main-slider {
    margin-left: 0rem !important;
  }
}
body.site.com_catalog #products > div:nth-child(1) {
  max-width: 885px;
  position: relative;
}
body.site.com_catalog #products > div:nth-child(1) > div.infoFilter {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
body.site.com_catalog section#g-container-4448 {
  margin: 0 !important;
}
body.site.com_catalog .titleStyte {
  text-transform: uppercase;
}
body.site.com_catalog .review-message {
  min-height: calc(100vh - 15rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
body.site.com_catalog .review-message .backTomp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
body.site.com_catalog .review-message .backTomp > a {
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 10rem;
  float: right;
  border-radius: 25px !important;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5 !important;
  font-size: 0.9rem;
  padding: 0 !important;
  font-weight: 500;
  line-height: inherit;
  color: #fff !important;
}
body.site.com_catalog .review-message .backTomp > a:hover {
  text-decoration: none !important;
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}
body.site.com_catalog .review-message .backTomp > a:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.site.com_catalog i.fa.fa-star.active-star {
  color: #236fb5;
}
body.site.com_catalog i.fa.fa-star {
  color: #aaaaaa;
}
body.site.com_catalog #g-page-surround {
  left: 0;
  background: #fff;
}
body.site.com_catalog.view-products.task-product div#toast-container, body.site.com_catalog.view-product.task-product div#toast-container {
  width: 100%;
  max-width: 28rem;
}
body.site.com_catalog.view-products.task-product .toast-top-left, body.site.com_catalog.view-product.task-product .toast-top-left {
  top: 0px;
  left: 0px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body.site.com_catalog.view-products.task-product .toast, body.site.com_catalog.view-product.task-product .toast {
  animation: fadeIn 0.5s ease forwards !important;
  /* Duración de la animación */
}
body.site.com_catalog.view-products.task-product .toast.hide, body.site.com_catalog.view-product.task-product .toast.hide {
  animation: fadeOut 0.5s ease forwards !important;
  /* Animación de salida */
}
body.site.com_catalog.view-products.task-product .toast.toast-info, body.site.com_catalog.view-product.task-product .toast.toast-info {
  background: #fff !important;
  color: #040404 !important;
  width: 100% !important;
  max-width: 31rem;
  border-radius: 16px !important;
  padding: 16px 24px !important;
  padding-right: 4rem !important;
  box-shadow: 3px 2px 9px 3px #0000001A !important;
  opacity: 1;
}
body.site.com_catalog.view-products.task-product .toast.toast-info:hover, body.site.com_catalog.view-product.task-product .toast.toast-info:hover {
  box-shadow: 3px 2px 9px 3px #0000001A !important;
}
body.site.com_catalog.view-products.task-product .toast.toast-info button.toast-close-button, body.site.com_catalog.view-product.task-product .toast.toast-info button.toast-close-button {
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 2rem;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  background: #ededed;
  padding: 0.5rem;
  border-radius: 5px;
  text-shadow: none !important;
  font-weight: 500;
  opacity: 1;
  font-size: 1.6rem;
  display: flex;
  padding-top: 0.6rem;
}
body.site.com_catalog.view-products.task-product .toast.toast-info .conatinerModaln, body.site.com_catalog.view-product.task-product .toast.toast-info .conatinerModaln {
  display: flex;
  gap: 8px;
}
body.site.com_catalog.view-products.task-product .toast.toast-info .imgcm, body.site.com_catalog.view-product.task-product .toast.toast-info .imgcm {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 4.5rem;
}
body.site.com_catalog.view-products.task-product .toast.toast-info .imgcm .imgcm img, body.site.com_catalog.view-product.task-product .toast.toast-info .imgcm .imgcm img {
  width: 100%;
  min-width: 3.5rem;
}
body.site.com_catalog.view-products.task-product .toast.toast-info .titlecm, body.site.com_catalog.view-product.task-product .toast.toast-info .titlecm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -0.7rem;
}
body.site.com_catalog.view-products.task-product .toast.toast-info .titlemodalcm, body.site.com_catalog.view-product.task-product .toast.toast-info .titlemodalcm {
  font-size: 1.2rem;
  color: #000f;
  font-weight: 700;
  color: #1a1a25;
}
body.site.com_catalog.view-products.task-product .toast.toast-info .titlepm, body.site.com_catalog.view-product.task-product .toast.toast-info .titlepm {
  font-size: 0.7rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 18rem;
  color: #1a1a25;
}
body.site.com_catalog.view-products.task-product .splide__track, body.site.com_catalog.view-product.task-product .splide__track {
  position: relative;
}
body.site.com_catalog.view-products.task-product .splide__track a.buttonWlst, body.site.com_catalog.view-product.task-product .splide__track a.buttonWlst {
  margin: 0.3rem;
  position: absolute;
  right: 0;
}
body.site.com_catalog.view-products.task-product .splide__track a.buttonWlst svg, body.site.com_catalog.view-product.task-product .splide__track a.buttonWlst svg {
  width: 100%;
  max-width: 2.3rem;
}
body.site.com_catalog.view-products.task-product .containerAvatar img, body.site.com_catalog.view-product.task-product .containerAvatar img {
  padding: 0.5rem;
  width: 5rem;
  padding-top: 0;
  padding-left: 0;
}
body.site.com_catalog.view-products.task-product .containerInfo, body.site.com_catalog.view-product.task-product .containerInfo {
  padding-left: 0.5rem;
}
body.site.com_catalog.view-products.task-product i.no_classifications.text-center, body.site.com_catalog.view-product.task-product i.no_classifications.text-center {
  display: none;
}
body.site.com_catalog.view-products.task-product .modal-backdrop.fade.in, body.site.com_catalog.view-product.task-product .modal-backdrop.fade.in {
  z-index: 999999;
}
body.site.com_catalog.view-products.task-product div.modal.fade, body.site.com_catalog.view-product.task-product div.modal.fade {
  top: -200%;
}
body.site.com_catalog.view-products.task-product div.modal.fade.in, body.site.com_catalog.view-product.task-product div.modal.fade.in {
  top: 20% !important;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist {
  z-index: 999999999;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist .row.textMwl > div, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist .row.textMwl > div {
  display: none;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist .modal-header.text-center.border-0, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist .modal-header.text-center.border-0 {
  background: #236fb5;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist .modal-header.text-center.border-0 span, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist .modal-header.text-center.border-0 span {
  color: #fff;
  opacity: 1 !important;
  text-shadow: none;
  font-size: 1rem;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist .modal-header.text-center.border-0 button, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist .modal-header.text-center.border-0 button {
  opacity: 1;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist h5.blue-inline, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist h5.blue-inline {
  font-size: 0.9rem;
  color: #fff;
  background: #236fb5;
  font-weight: 500;
  text-align: left;
  margin: 0.5rem;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist ul#classifications, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist ul#classifications {
  margin: 2rem 0rem;
  display: grid;
  grid-template-columns: 45% 45%;
  grid-gap: 0.5rem;
  justify-content: space-around;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist ul#classifications li.wishlist-lists, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist ul#classifications li.wishlist-lists {
  border: 1px solid #236fb5;
  padding: 0.3rem;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  color: #236fb5;
  background: #fff;
  border-radius: 10px;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist ul#classifications li.wishlist-lists:hover, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist ul#classifications li.wishlist-lists:hover {
  transition: 0.3s;
  background: #236fb5;
  opacity: 0.8;
  color: #fff;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist ul#classifications li.wishlist-lists:focus, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist ul#classifications li.wishlist-lists:focus {
  background: #236fb5;
  color: #fff;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist p.font-small.m-0.textMwl, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist p.font-small.m-0.textMwl {
  text-align: center;
  margin-bottom: 1rem;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist input#classification_wishlist, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist input#classification_wishlist {
  width: 100%;
  max-width: 20rem;
  margin: 0.5rem auto !important;
  display: flex;
  margin-bottom: 1rem !important;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist input#classification_wishlist:focus, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist input#classification_wishlist:focus {
  border-color: #236fb5;
  box-shadow: none !important;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist input#classification_wishlist:hover, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist input#classification_wishlist:hover {
  border-color: initial !important;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist button.falseFlw, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist button.falseFlw {
  background: transparent;
  color: #515151;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist .conatinerButtons, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist .conatinerButtons {
  display: flex;
  justify-content: center;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist a.next-btn, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist a.next-btn {
  height: 1.7rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 8rem;
  min-width: 8rem;
  color: #fff;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
  margin: 0.5rem;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist a.next-btn:hover, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist a.next-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}
body.site.com_catalog.view-products.task-product div#modal_classifications_wishlist a.next-btn:focus, body.site.com_catalog.view-product.task-product div#modal_classifications_wishlist a.next-btn:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.site.com_catalog.view-products.task-product #product__related h2::before, body.site.com_catalog.view-product.task-product #product__related h2::before {
  display: none !important;
}
body.site.com_catalog.view-products.task-product li.thumbnail.select, body.site.com_catalog.view-product.task-product li.thumbnail.select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.59);
}
body.site.com_catalog.view-products.task-product ul#thumbnails, body.site.com_catalog.view-product.task-product ul#thumbnails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: min-content;
  gap: 10px;
}
body.site.com_catalog.view-products.task-product li.thumbnail, body.site.com_catalog.view-product.task-product li.thumbnail {
  box-shadow: inherit;
  border: inherit;
  margin: inherit;
  padding: inherit;
  width: 88px;
  height: 88px;
}
body.site.com_catalog.view-products.task-product .thumbnails:before, body.site.com_catalog.view-products.task-product .thumbnails:after, body.site.com_catalog.view-product.task-product .thumbnails:before, body.site.com_catalog.view-product.task-product .thumbnails:after {
  display: none;
}
body.site.com_catalog.view-products.task-product h2.title_section, body.site.com_catalog.view-product.task-product h2.title_section {
  font-size: 1.5rem !important;
  margin-bottom: 2rem !important;
}
body.site.com_catalog.view-products.task-product .product-detail-img_new, body.site.com_catalog.view-product.task-product .product-detail-img_new {
  display: flex;
  flex-direction: inherit;
  height: 368px;
  margin-left: 1rem;
}
body.site.com_catalog.view-products.task-product .product-detail-img_new #main-slider, body.site.com_catalog.view-product.task-product .product-detail-img_new #main-slider {
  margin-left: 1rem;
}
body.site.com_catalog.view-products.task-product .ranking-opinions, body.site.com_catalog.view-product.task-product .ranking-opinions {
  display: flex;
  background: #fff;
  padding: 1rem;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .opinions, body.site.com_catalog.view-product.task-product .ranking-opinions .opinions {
  display: flex;
  align-items: flex-start;
}
body.site.com_catalog.view-products.task-product .ranking-opinions p.reviewText.m-0, body.site.com_catalog.view-product.task-product .ranking-opinions p.reviewText.m-0 {
  color: #191C1F;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .dateReview, body.site.com_catalog.view-product.task-product .ranking-opinions .dateReview {
  color: #77878F !important;
}
body.site.com_catalog.view-products.task-product .ranking-opinions i.fa.fa-star.active-star, body.site.com_catalog.view-product.task-product .ranking-opinions i.fa.fa-star.active-star {
  color: #FBBF24;
}
body.site.com_catalog.view-products.task-product .ranking-opinions i.fa.fa-star, body.site.com_catalog.view-product.task-product .ranking-opinions i.fa.fa-star {
  color: #DBDBDB;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .ranking, body.site.com_catalog.view-product.task-product .ranking-opinions .ranking {
  border-right: 2px solid #eaeaea !important;
  margin-right: 2rem;
}
body.site.com_catalog.view-products.task-product .ranking-opinions p.reviewText, body.site.com_catalog.view-product.task-product .ranking-opinions p.reviewText {
  margin-bottom: 0.3rem;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .dateReview, body.site.com_catalog.view-product.task-product .ranking-opinions .dateReview {
  font-size: 0.75rem;
  color: #515151;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .containerOp, body.site.com_catalog.view-product.task-product .ranking-opinions .containerOp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 17.5rem;
  font-size: 0.8rem !important;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .containerOp .stars-icons, body.site.com_catalog.view-product.task-product .ranking-opinions .containerOp .stars-icons {
  display: none;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .containerOp .stars-title, body.site.com_catalog.view-product.task-product .ranking-opinions .containerOp .stars-title {
  min-width: 5.9rem;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .containerOp .stars-percent, body.site.com_catalog.view-product.task-product .ranking-opinions .containerOp .stars-percent {
  min-width: 4rem;
  text-align: left;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .containerOp .stars-progress, body.site.com_catalog.view-product.task-product .ranking-opinions .containerOp .stars-progress {
  width: 6rem;
  height: 0.6rem;
}
body.site.com_catalog.view-products.task-product .ranking-opinions .containerOp .stars-progress .line, body.site.com_catalog.view-product.task-product .ranking-opinions .containerOp .stars-progress .line {
  height: 0.6rem !important;
  background: #236fb5 !important;
}
body.site.com_catalog.view-products.task-product .navegation-content, body.site.com_catalog.view-product.task-product .navegation-content {
  font-size: 0.8rem;
}
body.site.com_catalog.view-products.task-product .navegation-content li, body.site.com_catalog.view-product.task-product .navegation-content li {
  font-size: 0.8rem;
}
body.site.com_catalog.view-products.task-product .navegation-content a, body.site.com_catalog.view-product.task-product .navegation-content a {
  color: #323232;
}
body.site.com_catalog.view-products.task-product .span12 div, body.site.com_catalog.view-product.task-product .span12 div {
  box-shadow: none !important;
  border: none !important;
}
body.site.com_catalog.view-products.task-product p.no_review, body.site.com_catalog.view-product.task-product p.no_review {
  margin: 2rem 0rem;
}
body.site.com_catalog.view-products.task-product div#product__related, body.site.com_catalog.view-product.task-product div#product__related {
  width: 100%;
  max-width: 65rem;
  margin: auto;
}
body.site.com_catalog.view-products.task-product div#product__related h2, body.site.com_catalog.view-product.task-product div#product__related h2 {
  font-size: 1.5rem;
  color: black;
  text-transform: none;
}
body.site.com_catalog.view-products.task-product div#product__related .product_item .brand, body.site.com_catalog.view-product.task-product div#product__related .product_item .brand {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new, body.site.com_catalog.view-product.task-product div#product_detail_container_new {
  display: flex;
  flex-direction: row-reverse;
  margin: auto;
  justify-content: center;
  margin-top: 2rem;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct {
  width: 95%;
  margin: auto;
  max-width: 30rem;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions p.stock-message, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions p.stock-message {
  margin: 0.3rem 0rem;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons {
  height: 47px;
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  align-items: center;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select {
  height: 47px;
  width: 120px;
  margin-right: 1rem;
  border: 0.3px solid var(--Colors-Prime-Gray-Prime-Gray-400, #9CA3AF) !important;
  background: linear-gradient(207.82deg, #FAFAFA 5.52%, #F8F8F8 94%);
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select span, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select span {
  display: flex;
  align-items: center;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select span .quantity-input__minus, body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select span .quantity-input__plus, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select span .quantity-input__minus, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select span .quantity-input__plus {
  color: #323232;
  margin: 10px;
  background: white;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select span input, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons div#product-view__select span input {
  margin: 0 !important;
  padding: 0;
  border: none;
  font-size: 1rem !important;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons button#product-view__add-btn, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons button#product-view__add-btn {
  height: 47px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 17rem;
  float: right;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5 !important;
  font-size: 0.9rem;
  padding: 0 !important;
  font-weight: 500;
  line-height: inherit;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons button#product-view__add-btn:hover, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons button#product-view__add-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons button#product-view__add-btn:focus, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons button#product-view__add-btn:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons a.button.btn, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons a.button.btn {
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 10rem;
  float: right;
  border-radius: 25px !important;
  background: #fff !important;
  transition: 0.3s;
  border: 2px solid #236fb5 !important;
  font-size: 0.9rem;
  padding: 0 !important;
  font-weight: 500;
  line-height: inherit;
  color: #236fb5 !important;
  text-transform: none;
  margin: 0rem 0.5rem;
  display: none !important;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons a.button.btn:hover, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons a.button.btn:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #236fb5 !important;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons a.button.btn:focus, body.site.com_catalog.view-product.task-product div#product_detail_container_new .containerInfoProduct div#product-view__actions .ContainerButtons a.button.btn:focus {
  background: #236fb5 !important;
  color: #fff !important;
  outline: none !important;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-view__price, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-view__price {
  font-size: 1.5rem !important;
  color: var(--Blue-3, #0072CF);
  font-weight: 700 !important;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-view__price div, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-view__price div {
  padding: 0 !important;
  font-size: 1.5rem !important;
  color: var(--Blue-3, #0072CF);
  font-weight: 700 !important;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-view__price div#product-view__price-currency, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-view__price div#product-view__price-currency {
  padding-left: 0.5rem !important;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-detail-header_new .button-back, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-detail-header_new .button-back {
  display: none;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-detail-header_new .headInfo .titleStyte, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-detail-header_new .headInfo .titleStyte {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: bold;
  color: #000000;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-detail-header_new .headInfo .subtitleStyle, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-detail-header_new .headInfo .subtitleStyle {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 3.2px;
  color: #000000;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-detail-header_new .headInfo .ranking-general i, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-detail-header_new .headInfo .ranking-general i {
  font-size: 1.3rem;
  margin: 0.3rem 0rem;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-detail-main_new p#product-view__description, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-detail-main_new p#product-view__description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-detail-main_new p#product-view__description.viewMore, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-detail-main_new p#product-view__description.viewMore {
  -webkit-line-clamp: inherit;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-detail-main_new .buttonVm, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-detail-main_new .buttonVm {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.3rem;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new div#product-detail-main_new .buttonVm button#viewMore, body.site.com_catalog.view-product.task-product div#product_detail_container_new div#product-detail-main_new .buttonVm button#viewMore {
  background: none;
  font-size: 0.9rem;
  color: #236fb5;
  font-weight: 600;
}
body.site.com_catalog.view-products.task-product div#product_detail_container_new .product-detail-img_new ul, body.site.com_catalog.view-product.task-product div#product_detail_container_new .product-detail-img_new ul {
  margin: 0 !important;
}
body.site.com_catalog.view-products .containerTags, body.site.com_catalog.view-product .containerTags {
  display: none;
}
body.site.com_catalog.view-products ul.navcat-items, body.site.com_catalog.view-product ul.navcat-items {
  display: flex;
}
body.site.com_catalog.view-products ul.navcat-items li, body.site.com_catalog.view-product ul.navcat-items li {
  font-size: 0.8rem;
}
body.site.com_catalog.view-products ul.navcat-items li.navcat-separator, body.site.com_catalog.view-product ul.navcat-items li.navcat-separator {
  color: #686868 !important;
}
body.site.com_catalog.view-products ul.navcat-items li a, body.site.com_catalog.view-product ul.navcat-items li a {
  color: #686868 !important;
}
body.site.com_catalog.view-products ul.navcat-items li.navcat-separator, body.site.com_catalog.view-product ul.navcat-items li.navcat-separator {
  margin: 0rem 0.2rem !important;
}
body.site.com_catalog.view-products section#g-container-4448, body.site.com_catalog.view-product section#g-container-4448 {
  margin-top: 0;
}
body.site.com_catalog.view-products select#order, body.site.com_catalog.view-product select#order {
  border: 0;
  min-width: 5rem !important;
  width: 5rem;
  margin-top: -0.3rem;
}
body.site.com_catalog.view-products .containerIsearch, body.site.com_catalog.view-product .containerIsearch {
  position: relative;
}
body.site.com_catalog.view-products .containerIsearch input, body.site.com_catalog.view-product .containerIsearch input {
  margin-bottom: 0 !important;
  border-radius: 10px;
  padding: 0rem 0.5rem;
}
body.site.com_catalog.view-products .containerIsearch span, body.site.com_catalog.view-product .containerIsearch span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  right: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 1rem;
}
body.site.com_catalog.view-products .product-pagination, body.site.com_catalog.view-product .product-pagination {
  margin-top: 3rem;
}
body.site.com_catalog.view-products .product-pagination a, body.site.com_catalog.view-product .product-pagination a {
  border: 0;
  border-radius: 0 !important;
}
body.site.com_catalog.view-products .product-pagination a.active, body.site.com_catalog.view-product .product-pagination a.active {
  background: none !important;
  color: #000 !important;
  border-bottom: 3px solid #1e3051 !important;
  border-radius: 0;
  padding: 0.3rem;
  font-weight: 700;
}
body.site.com_catalog.view-products .product-pagination a:hover, body.site.com_catalog.view-product .product-pagination a:hover {
  background: none !important;
  background: none !important;
  color: #000 !important;
  border-bottom: 3px solid #1e3051 !important;
  border-radius: 0;
}
body.site.com_catalog.view-products div#search-wrapper .product-pagination, body.site.com_catalog.view-product div#search-wrapper .product-pagination {
  display: none;
}
body.site.com_catalog.view-products div#filter-main, body.site.com_catalog.view-product div#filter-main {
  padding-bottom: 0;
}
body.site.com_catalog.view-products div#filter-footer, body.site.com_catalog.view-product div#filter-footer {
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.site.com_catalog.view-products .product_item, body.site.com_catalog.view-product .product_item {
  max-width: 16rem;
}
body.site.com_catalog.view-products .product_item .highlights, body.site.com_catalog.view-product .product_item .highlights {
  float: left;
  margin-bottom: -1rem;
  text-align: unset;
}
body.site.com_catalog.view-products button#filter-btn, body.site.com_catalog.view-product button#filter-btn {
  height: 1.7rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 10rem;
  min-width: 10rem;
  float: right;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5 !important;
}
body.site.com_catalog.view-products button#filter-btn:hover, body.site.com_catalog.view-product button#filter-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}
body.site.com_catalog.view-products button#filter-btn:focus, body.site.com_catalog.view-product button#filter-btn:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.site.com_catalog.view-products .brand, body.site.com_catalog.view-product .brand {
  position: inherit;
}
body.site.com_catalog.view-products div#product-grid__price a, body.site.com_catalog.view-product div#product-grid__price a {
  color: var(--Blue-2, #002859);
  min-height: 2.2rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 200;
}
body.site.com_catalog.view-products div#product-grid__price div#product-grid__price_currency, body.site.com_catalog.view-product div#product-grid__price div#product-grid__price_currency {
  text-align: left;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EDEDED;
  color: var(--Blue-2, #002859);
}
body.site.com_catalog.view-products div#product_container, body.site.com_catalog.view-product div#product_container {
  margin-top: 3rem;
}
body.site.com_catalog.view-products div#product_container ul.citems li, body.site.com_catalog.view-product div#product_container ul.citems li {
  border-bottom: 1px solid #ebebeb;
}
body.site.com_catalog.view-products div#product_container ul.citems li .citems-headers, body.site.com_catalog.view-product div#product_container ul.citems li .citems-headers {
  padding: 0.5rem;
  height: auto;
}
body.site.com_catalog.view-products div#product_container div, body.site.com_catalog.view-product div#product_container div {
  box-shadow: none;
  border: none;
}
body.site.com_catalog.view-products .navegation-content, body.site.com_catalog.view-product .navegation-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body.site.com_catalog.view-products .navegation-content > div, body.site.com_catalog.view-product .navegation-content > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
body.site.com_catalog.view-products .navegation-content .headCop2 > div, body.site.com_catalog.view-product .navegation-content .headCop2 > div {
  margin: 0rem 1rem;
}
body.site.com_catalog.view-products .navegation-content #filter-order, body.site.com_catalog.view-product .navegation-content #filter-order {
  margin-bottom: 0px !important;
}
body.site.com_catalog.view-products .navegation-content .navegation ul.navcat-items li, body.site.com_catalog.view-product .navegation-content .navegation ul.navcat-items li {
  padding: 0 !important;
}
body.site.com_catalog.view-products .navegation-content div#filter-header, body.site.com_catalog.view-product .navegation-content div#filter-header {
  flex-direction: row;
  padding: 0;
  border-bottom: none !important;
}
body.site.com_catalog.view-products .navegation-content div#filter-header button#filter-header_clear-btn, body.site.com_catalog.view-product .navegation-content div#filter-header button#filter-header_clear-btn {
  height: fit-content;
  padding: 0;
  text-transform: inherit;
  color: #323232;
  font-weight: 500;
  font-size: 0.8rem;
  background: none;
  border: none !important;
  padding-right: 0.3rem;
}
body.site.com_catalog.view-products .navegation-content div#filter-header span, body.site.com_catalog.view-product .navegation-content div#filter-header span {
  color: #323232;
  padding: 0 !important;
  padding-left: 0.3rem !important;
  font-weight: 500;
}
body.site.com_catalog.view-products .navegation-content .busqueda, body.site.com_catalog.view-product .navegation-content .busqueda {
  width: 100%;
  position: inherit;
  max-width: 11rem;
}
body.site.com_catalog.view-products .navegation-content .busqueda input#search-input2, body.site.com_catalog.view-product .navegation-content .busqueda input#search-input2 {
  max-width: 11rem;
}
body.site.com_catalog.view-products .navegation-content .busqueda .row.content-search, body.site.com_catalog.view-product .navegation-content .busqueda .row.content-search {
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
}
body.site.com_catalog.view-products .navegation-content .orderPageS select#order, body.site.com_catalog.view-product .navegation-content .orderPageS select#order {
  width: 100%;
  padding: 0;
  min-width: 8rem;
}
body.site.com_catalog.view-products #loader-products > div.product_grid.products {
  grid-template-columns: repeat(4, auto);
  grid-gap: 25px;
}
body.site.com_catalog.view-products .cotainer-fill {
  display: flex;
  align-items: flex-end;
}
body.site.com_catalog.view-products #filters-balloons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.site.com_catalog.view-products #filters-balloons div {
  margin: 5px 10px 5px 0px;
  background: white;
  border-radius: inherit;
  height: 30px;
}
body.site.com_catalog.view-products #list-categories {
  padding-top: 0.2rem;
  background: #F1F1F1;
}
body.site.com_catalog.view-products #list-categories #category-filters__categories {
  height: 37.5px;
  display: flex;
  align-items: center;
  width: 100%;
  background: white;
  margin-bottom: 0.2rem;
}
body.site.com_catalog.view-products #list-categories #category-filters__categories label {
  margin: inherit;
  padding-left: 1rem;
}
body.site.com_catalog.view-products #list-categories #category-filters__categories input {
  visibility: hidden;
  display: none;
}
body.site.com_catalog.view-products #brands-div {
  padding-top: 0.2rem;
  background: #F1F1F1;
}
body.site.com_catalog.view-products #brands-div #brand-filters__brand {
  height: 37.5px;
  display: flex;
  align-items: center;
  width: 100%;
  background: white;
  margin-bottom: 0.2rem;
}
body.site.com_catalog.view-products #brands-div #brand-filters__brand input {
  visibility: hidden;
}
body.site.com_catalog.view-products .citem-tags .citems-body {
  padding-top: 0.2rem;
  background: #F1F1F1;
}
body.site.com_catalog.view-products .citem-tags .citems-body #brand-filters__highlight {
  height: 37.5px;
  display: flex;
  align-items: center;
  width: 100%;
  background: white;
  margin-bottom: 0.2rem;
}
body.site.com_catalog.view-products .citem-tags .citems-body #brand-filters__highlight input {
  visibility: hidden;
}
body.site.com_catalog.view-products .citem-opinions .citems-body {
  padding-top: 0.2rem;
  background: #F1F1F1;
}
body.site.com_catalog.view-products .citem-opinions .citems-body .ranking-button {
  height: 37.5px;
  display: flex;
  align-items: center;
  width: 100%;
  background: white;
  margin-bottom: 0.2rem;
}
body.site.com_catalog.view-products .citem-opinions .citems-body .ranking-button input {
  visibility: hidden;
}
body.site.com_catalog.view-products #filter-main {
  padding: 0 10px 10px;
}
body.site.com_catalog.view-products div.navegation-content > div:nth-child(2) {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  width: 97%;
  align-items: flex-end;
}
body.site.com_catalog.view-products div.navegation-content > div:nth-child(1) > div:nth-child(1) {
  margin: 0 0.3rem;
}
body.site.com_catalog.view-products div.infoFilter {
  font-size: 0.8rem;
  margin: inherit !important;
}
body.site.com_catalog.view-products .g-container {
  width: 100%;
}
body.site.com_catalog.view-products .g-content {
  margin: inherit;
  padding: inherit;
}
body.site.com_catalog.view-products .span12 {
  background: #F1F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.site.com_catalog.view-products .span12 > div {
  width: 75rem;
  margin-top: 1rem;
}
body.site.com_catalog.view-products section#g-mainbar {
  min-height: calc(100vh - 14rem);
}
@media (max-width: 600px) {
  body.site.com_catalog.view-products section#g-container-4448 {
    margin: 0;
    width: 100%;
  }
  body.site.com_catalog.view-products section#g-container-4448 section#g-mainbar .targetContainer {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    max-width: 23rem;
    margin: auto;
    padding: 1rem 0rem;
  }
  body.site.com_catalog.view-products section#g-container-4448 section#g-mainbar .targetContainer > div {
    width: 100% !important;
    max-width: fit-content;
    min-width: fit-content;
  }
  body.site.com_catalog.view-products section#g-container-4448 section#g-mainbar .g-content {
    margin: auto;
    padding: 0;
    width: 95% !important;
  }
  body.site.com_catalog.view-products section#g-container-4448 section#g-mainbar .g-content .navegation-content {
    display: flex;
    flex-direction: column;
  }
  body.site.com_catalog.view-products section#g-container-4448 section#g-mainbar .g-content .navegation-content span#filter-header_result-count, body.site.com_catalog.view-products section#g-container-4448 section#g-mainbar .g-content .navegation-content button#filter-header_clear-btn, body.site.com_catalog.view-products section#g-container-4448 section#g-mainbar .g-content .navegation-content span#filterNumberAct {
    font-size: 0.6rem !important;
  }
  body.site.com_catalog.view-products section#g-container-4448 section#g-mainbar .g-content .navegation-content .headCop2 {
    font-size: 0.6rem;
    margin: 0.2rem 0rem;
  }
  body.site.com_catalog.view-products section#g-container-4448 section#g-mainbar .g-content .navegation-content .headCop2 .orderPageS > select {
    margin: 0.5rem !important;
    font-size: 0.6rem !important;
  }
}
body.site.com_catalog.view-products .targetContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.site.com_catalog.view-products .targetContainer > div {
  height: 1.6rem;
  border: 1px solid #323232;
  display: flex;
  justify-content: space-between;
  padding: 0rem 0.5rem;
  padding-right: 0 !important;
  align-items: center;
  border-radius: 20px;
  margin: 0rem 0.3rem;
  font-size: 0.55rem;
  color: #323232;
  font-weight: 700;
}
body.site.com_catalog.view-products .targetContainer > div span {
  padding: 0px 10px;
  cursor: pointer;
  border-radius: 20px;
  margin: 0px 4px;
  width: 1.15rem;
  height: 1.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 0.55rem;
}
body.site.com_catalog.view-products .targetContainer > div span:hover {
  background: #323232;
  color: #fff;
  transition: 0.3s;
  font-weight: 700;
}
body.site.com_catalog.view-products .modal-backdrop.fade.in {
  z-index: 999999;
}
body.site.com_catalog.view-products div.modal.fade {
  top: -200%;
}
body.site.com_catalog.view-products div.modal.fade.in {
  top: 20% !important;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist {
  z-index: 999999999;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist .row.textMwl > div {
  display: none;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist .modal-header.text-center.border-0 {
  background: #236fb5;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist .modal-header.text-center.border-0 span {
  color: #fff;
  opacity: 1 !important;
  text-shadow: none;
  font-size: 1rem;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist .modal-header.text-center.border-0 button {
  opacity: 1;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist h5.blue-inline {
  font-size: 0.9rem;
  color: #fff;
  background: #236fb5;
  font-weight: 500;
  text-align: left;
  margin: 0.5rem;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist ul#classifications {
  margin: 2rem 0rem;
  display: grid;
  grid-template-columns: 45% 45%;
  grid-gap: 0.5rem;
  justify-content: space-around;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist ul#classifications li.wishlist-lists {
  border: 1px solid #236fb5;
  padding: 0.3rem;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  color: #236fb5;
  background: #fff;
  border-radius: 10px;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist ul#classifications li.wishlist-lists:hover {
  transition: 0.3s;
  background: #236fb5;
  opacity: 0.8;
  color: #fff;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist ul#classifications li.wishlist-lists:focus {
  background: #236fb5;
  color: #fff;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist p.font-small.m-0.textMwl {
  text-align: center;
  margin-bottom: 1rem;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist input#classification_wishlist {
  width: 100%;
  max-width: 20rem;
  margin: 0.5rem auto !important;
  display: flex;
  margin-bottom: 1rem !important;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist input#classification_wishlist:focus {
  border-color: #236fb5;
  box-shadow: none !important;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist input#classification_wishlist:hover {
  border-color: initial !important;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist button.falseFlw {
  background: transparent;
  color: #515151;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist .conatinerButtons {
  display: flex;
  justify-content: center;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist a.next-btn {
  height: 1.7rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 8rem;
  min-width: 8rem;
  color: #fff;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
  margin: 0.5rem;
  text-align: center;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist a.next-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}
body.site.com_catalog.view-products div#modal_classifications_wishlist a.next-btn:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.site.com_catalog.view-products section#g-container-4448 {
  margin-top: 0;
}
body.site.com_catalog.view-products select#order {
  border: 0;
  min-width: 5rem !important;
  width: 5rem;
}
body.site.com_catalog.view-products .containerIsearch {
  position: relative;
  width: 350px;
  height: 40px;
}
body.site.com_catalog.view-products .containerIsearch input {
  margin-bottom: 0 !important;
  padding: 0rem 0.5rem;
  height: 40px;
  border-radius: 20px;
  padding-left: 1rem;
}
body.site.com_catalog.view-products .containerIsearch span {
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--Blue-3, #0072CF);
  width: 50px;
  height: 40px;
  border-radius: 0px 20px 20px 0px;
  color: white;
  font-size: 20px;
  font-weight: 100;
  display: flex;
  right: 0rem;
  align-items: center;
  justify-content: center;
}
body.site.com_catalog.view-products .product-pagination {
  margin-top: 3rem;
}
body.site.com_catalog.view-products .product-pagination a {
  border: 0;
  border-radius: 0 !important;
}
body.site.com_catalog.view-products .product-pagination a.active {
  background: none !important;
  color: #000 !important;
  border-bottom: 3px solid #1e3051 !important;
  border-radius: 0;
  padding: 0.3rem;
  font-weight: 700;
}
body.site.com_catalog.view-products .product-pagination a:hover {
  background: none !important;
  background: none !important;
  color: #000 !important;
  border-bottom: 3px solid #1e3051 !important;
  border-radius: 0;
}
body.site.com_catalog.view-products div#search-wrapper .product-pagination {
  display: none;
}
body.site.com_catalog.view-products div#filter-main {
  padding-bottom: 0;
}
body.site.com_catalog.view-products div#filter-footer {
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.site.com_catalog.view-products .product_item {
  max-width: 16rem;
}
body.site.com_catalog.view-products .product_item .highlights {
  float: left;
  margin-bottom: -1rem;
  text-align: unset;
}
body.site.com_catalog.view-products .product_item .ranking {
  min-height: 1.5rem;
}
body.site.com_catalog.view-products button#filter-btn {
  height: 1.7rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 10rem;
  min-width: 10rem;
  float: right;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
}
body.site.com_catalog.view-products button#filter-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}
body.site.com_catalog.view-products button#filter-btn:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.site.com_catalog.view-products .brand {
  position: inherit;
}
body.site.com_catalog.view-products div#product-grid__price a {
  color: var(--Blue-2, #002859);
  min-height: 2.2rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 100;
  cursor: pointer;
}
body.site.com_catalog.view-products div#product-grid__price div#product-grid__price_currency {
  text-align: left;
  color: #236fb5;
}
body.site.com_catalog.view-products div#product_container {
  margin-top: inherit;
}
body.site.com_catalog.view-products div#product_container ul.citems li {
  border-bottom: 1px solid #ebebeb;
  background: white;
  margin: 0.2rem;
}
body.site.com_catalog.view-products div#product_container ul.citems li .citems-headers {
  padding: 0.5rem;
  height: auto;
}
body.site.com_catalog.view-products div#product_container ul.citems li .citems-headers:active {
  background: var(--Blue-3, #0072CF);
  color: white;
}
body.site.com_catalog.view-products div#product_container .product_item {
  background: white;
}
body.site.com_catalog.view-products div#product_container #products > div {
  display: flex;
  flex-direction: column-reverse;
  align-content: space-between;
  flex-wrap: wrap;
}
body.site.com_catalog.view-products div#product_container #products > div #filters-results1 {
  font-weight: bold;
}
body.site.com_catalog.view-products div#product_container #products > div .product_item #product-grid__price {
  position: relative;
}
body.site.com_catalog.view-products div#product_container #products > div .product_item #product-grid__price > div.brand {
  position: absolute;
  position: absolute;
  bottom: 0;
  color: #131B5380;
}
body.site.com_catalog.view-products div#product_container #products > div .product_item #product-grid__price_currency {
  margin-bottom: 1rem;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 0.5rem;
  color: var(--Blue-2, #002859);
  font-weight: bold;
}
body.site.com_catalog.view-products div#product_container #products > div .product_item .ranking {
  display: none;
}
body.site.com_catalog.view-products div#product_container div {
  box-shadow: none;
  border: none;
}
body.site.com_catalog.view-products .navegation-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}
body.site.com_catalog.view-products .navegation-content > div {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
}
body.site.com_catalog.view-products .navegation-content .cotainer-fill {
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: space-between;
}
body.site.com_catalog.view-products .navegation-content .headCop2 > div {
  margin: 0rem 1rem;
}
body.site.com_catalog.view-products .navegation-content .navegation ul.navcat-items li {
  padding: 0 !important;
}
body.site.com_catalog.view-products .navegation-content div#filter-header {
  flex-direction: row;
  padding: 0;
  border-bottom: none !important;
  width: 23%;
  display: flex;
  justify-content: space-between;
}
body.site.com_catalog.view-products .navegation-content div#filter-header .pFil {
  margin: inherit;
  margin-left: 0.01rem;
  font-size: 20px;
  font-weight: bold;
}
body.site.com_catalog.view-products .navegation-content div#filter-header #filtersclear {
  color: var(--Blue-3, #0072CF);
  font-weight: bold;
}
body.site.com_catalog.view-products .navegation-content div#filter-header .infoFilter {
  padding-right: 0.3rem;
  font-size: 0.8rem;
}
body.site.com_catalog.view-products .navegation-content div#filter-header button#filter-header_clear-btn {
  height: fit-content;
  padding: 0;
  text-transform: inherit;
  color: #323232;
  font-weight: 500;
  font-size: 0.9rem;
  background: none;
  border: none !important;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
body.site.com_catalog.view-products .navegation-content div#filter-header span {
  color: #323232;
  padding: 0 !important;
  padding-left: 0.3rem !important;
  font-weight: 500;
}
body.site.com_catalog.view-products .navegation-content div#filter-header span#filterNumberAct {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}
body.site.com_catalog.view-products .navegation-content .busqueda {
  width: 100%;
  position: inherit;
  max-width: 11rem;
}
body.site.com_catalog.view-products .navegation-content .busqueda input#search-input2 {
  max-width: 11rem;
}
body.site.com_catalog.view-products .navegation-content .busqueda .row.content-search {
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
}
body.site.com_catalog.view-products .navegation-content .orderPageS select#order {
  width: 100%;
  padding: 0;
  min-width: 8rem;
}
body.site.com_catalog.view-reviews .main-content {
  box-shadow: none !important;
}
body.site.com_catalog.view-reviews .navegation {
  font-size: 0.8rem;
}
body.site.com_catalog.view-reviews .navegation ul.navcat-items {
  display: flex;
}
body.site.com_catalog.view-reviews .navegation ul.navcat-items li {
  font-size: 0.8rem;
  color: #236fb5;
  padding: 0 !important;
}
body.site.com_catalog.view-reviews .navegation ul.navcat-items li.navcat-separator {
  color: #686868 !important;
}
body.site.com_catalog.view-reviews .navegation ul.navcat-items li a {
  color: #686868 !important;
}
body.site.com_catalog.view-reviews .navegation ul.navcat-items li.navcat-separator {
  margin: 0rem 0.2rem !important;
}
body.site.com_catalog.view-reviews ul.navcat-items li {
  padding: 0rem !important;
}
body.site.com_catalog.view-reviews ul.navcat-items li a:hover {
  text-decoration: none !important;
}
body.site.com_catalog.view-reviews textarea#message-review:hover {
  border-color: #c2c3c9 !important;
}
body.site.com_catalog.view-reviews div#show-review-form .row.pt-5 {
  min-height: calc(100vh - 18rem);
  display: flex;
  align-items: center;
}
body.site.com_catalog.view-reviews input#review-submit {
  height: 1.7rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 10rem;
  min-width: 10rem;
  float: left;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  border: 2px solid #236fb5;
  color: #fff !important;
}
body.site.com_catalog.view-reviews input#review-submit:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}
body.site.com_catalog.view-reviews input#review-submit:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body.site.com_catalog.view-reviews div#show-review-message {
  text-align: center;
  font-size: 1.5rem;
  color: #1e3051;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 16rem);
}
body.site.com_catalog.view-reviews div#show-review-message a {
  color: #236fb5;
}
body.site.com_catalog.view-reviews div#show-review-message .checkIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
body.site.com_catalog.view-reviews div#show-review-message .checkIcon svg {
  width: 4rem;
}
body.site.com_catalog.view-reviews div#show-review-message .checkIcon svg path {
  fill: #236fb5;
}
body.site.com_catalog.view-reviews div#show-review-message .failIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
body.site.com_catalog.view-reviews div#show-review-message .failIcon svg {
  width: 4rem;
}
body.site.com_catalog.view-reviews div#show-review-message .failIcon svg path {
  fill: #ff002e;
}
@media (max-width: 600px) {
  body.site.com_catalog.view-reviews div#show-review-form .row.pt-5 {
    flex-direction: column;
    margin-top: 2rem;
  }
}
body.site.com_catalog.view-wishlist .containerWl {
  display: grid;
  grid-template-columns: 14rem auto 12rem;
  grid-gap: 1rem;
  margin: 3rem 0rem;
}
body.site.com_catalog.view-wishlist .swal2-container.swal2-center.swal2-backdrop-show {
  z-index: 99999;
}
body.site.com_catalog.view-wishlist .navegation {
  font-size: 0.8rem;
}
body.site.com_catalog.view-wishlist .navegation ul.navcat-items {
  display: flex;
}
body.site.com_catalog.view-wishlist .navegation ul.navcat-items li {
  font-size: 0.8rem;
  color: #236fb5;
  padding: 0 !important;
}
body.site.com_catalog.view-wishlist .navegation ul.navcat-items li.navcat-separator {
  color: #686868 !important;
}
body.site.com_catalog.view-wishlist .navegation ul.navcat-items li a {
  color: #686868 !important;
}
body.site.com_catalog.view-wishlist .navegation ul.navcat-items li.navcat-separator {
  margin: 0rem 0.2rem !important;
}
body.site.com_catalog.view-wishlist button#WISHLIST-cart-view__empty-btn {
  height: 2rem;
  background: #fff;
  border: 2px solid #236fb5;
  border-radius: 20px;
  font-size: 0.8rem;
  width: 100%;
  max-width: 12rem;
  color: #236fb5;
  transition: 0.3s;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.site.com_catalog.view-wishlist button#WISHLIST-cart-view__empty-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body.site.com_catalog.view-wishlist button#WISHLIST-deletelist-btn {
  width: 100%;
  max-width: 12rem;
  margin: 0.5rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-size: 0.8rem;
}
body.site.com_catalog.view-wishlist button#cart-view__checkout-btn {
  height: 2rem;
  width: 100%;
  max-width: 12rem;
  font-size: 0.8rem;
  color: #fff;
  background: #236fb5;
  border-radius: 15px;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 2px solid #236fb5;
}
body.site.com_catalog.view-wishlist button#cart-view__checkout-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body.site.com_catalog.view-wishlist button#cart-view__checkout-btn:focus {
  background: #fff;
  color: #236fb5;
  transition: 0.3s;
}
body.site.com_catalog.view-wishlist ul#classifications {
  margin: 0;
  display: flex;
  flex-direction: column;
}
body.site.com_catalog.view-wishlist ul#classifications a {
  height: 2.5rem;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 10rem !important;
  align-items: center;
  padding: 0.5rem 0.5rem;
  transition: 0.3s;
}
body.site.com_catalog.view-wishlist ul#classifications a:hover {
  transition: 0.3s;
  background: #eee;
  border-radius: 6px;
}
body.site.com_catalog.view-wishlist ul#classifications a.itemList {
  color: #323232 !important;
  font-weight: 600;
}
body.site.com_catalog.view-wishlist ul#classifications a.c-black .citems-icon::after {
  content: "+";
}
body.site.com_catalog.view-wishlist ul#classifications a.blue-inline {
  background: #eee;
  border-radius: 6px;
}
body.site.com_catalog.view-wishlist ul#classifications a.blue-inline .citems-icon::after {
  content: "-";
}
body.site.com_catalog.view-wishlist ul#classifications a li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #515151;
}
body.site.com_catalog.view-wishlist ul#classifications a li .blue-inline {
  color: #323232;
}
body.site.com_catalog.view-wishlist ul#classifications a li::marker {
  display: none;
  content: "";
}
body.site.com_catalog.view-wishlist div#product_grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
}
body.site.com_catalog.view-wishlist div#product_grid.ldEmp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100% !important;
  min-height: calc(100vh - 19rem);
  flex-direction: column;
}
body.site.com_catalog.view-wishlist div#product_grid.ldEmp .backToCatalog {
  width: 100%;
}
body.site.com_catalog.view-wishlist div#product_grid.ldEmp .backToCatalog a {
  height: 2rem;
  width: 100%;
  max-width: 13rem;
  font-size: 0.8rem;
  color: #fff;
  background: #236fb5;
  border-radius: 15px;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 2px solid #236fb5;
}
body.site.com_catalog.view-wishlist div#product_grid.ldEmp .backToCatalog a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body.site.com_catalog.view-wishlist div#product_grid.ldEmp .backToCatalog a:focus {
  background: #fff;
  color: #236fb5;
  transition: 0.3s;
}
body.site.com_catalog.view-wishlist div#product_grid.ldEmp > div {
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.site.com_catalog.view-wishlist div#product_grid.ldEmp > div.listEmpty {
  width: 100% !important;
  font-weight: 700;
  font-size: 1.4rem;
  align-items: flex-start !important;
  padding-top: 4rem !important;
}
body.site.com_catalog.view-wishlist div#product_grid > div {
  max-width: 15rem;
  width: 33.33%;
  padding: 1rem;
}
body.site.com_catalog.view-wishlist div#product_grid > div .blue-inline {
  color: #236fb5;
}
body.site.com_catalog.view-wishlist div#product_grid > div .nameProduct {
  color: #515151;
  text-transform: uppercase;
  min-height: 2.2rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 800;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.site.com_catalog.view-wishlist div#product_grid > div .brandProduct {
  font-size: 12px;
  color: #686868;
}
body.site.com_catalog.view-wishlist div#product_grid > div .priceProduct {
  text-align: left;
  color: #236fb5;
  font-weight: 700;
}
body.site.com_catalog.view-wishlist div#product_grid > div .priceProduct span {
  font-size: 0.9rem;
}
body.site.com_catalog.view-wishlist div#product_grid .product_actions ul {
  display: flex;
  justify-content: flex-start;
  margin: 0 !important;
}
body.site.com_catalog.view-wishlist div#product_grid .product_actions ul li {
  margin: 0.2rem;
}
body.site.com_catalog.view-wishlist div#product_grid .product_actions ul li::marker {
  content: "";
}
progress::-webkit-progress-bar {
  background: #c2c3c9 !important;
}
#quantity-input__minus, #quantity-input__plus {
  background: none;
  color: #236fb5;
  font-size: 18px;
  font-weight: bold;
}
.quantity-input__input {
  border: 0 !important;
}
body.gantry.site.com_checkout .progress_bar {
  display: block;
  position: relative;
}
body.gantry.site.com_checkout .progress_bar .iconsStatus {
  position: relative;
  z-index: 2;
}
body.gantry.site.com_checkout .nav__menu {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
body.gantry.site.com_checkout .nav__menu h2 {
  color: var(--Colors-Prime-Gray-Prime-Gray-700, #374151);
}
body.gantry.site.com_checkout .nav__menu a.cart__nav {
  color: #236fb5 !important;
  font-weight: 300;
}
body.gantry.site.com_checkout .nav__menu a.home__nav {
  border-bottom: 0;
}
body.gantry.site.com_cart.view-cart #g-page-surround > div.g-container {
  background: #f1f1f1;
}
body.gantry.site.com_cart.view-cart span.title__2 {
  display: none;
  color: #000;
}
body.gantry.site.com_cart.view-cart #g-mainbar > div > div > div > div {
  background: #F1F1F1;
  display: flex;
  justify-content: center;
}
body.gantry.site.com_cart.view-cart #cart-details__table thead th {
  background: #0072CF;
  color: white !important;
}
body.gantry.site.com_cart.view-cart #cart-details__table tbody {
  background: white;
}
body.gantry.site.com_cart.view-cart #cart-details__table tbody tr #product-view__select {
  border: 1px solid #E6E7E8;
}
body.gantry.site.com_cart.view-cart #cart-details__table tbody tr #product-view__select .quantity-input__input {
  margin: inherit;
}
body.gantry.site.com_cart.view-cart #cart-details__table tbody tr #cart-details__title-cell, body.gantry.site.com_cart.view-cart #cart-details__table tbody tr #cart-details__sku-cell, body.gantry.site.com_cart.view-cart #cart-details__table tbody tr #cart-details__price-cell {
  color: var(--Blue-1, #141C51);
}
body.gantry.site.com_cart.view-cart #cart-details__table tbody tr .cart-details__lineTotal-cell {
  color: var(--Blue-3, #0072CF);
  font-weight: bold;
}
body.gantry.site.com_cart.view-cart .g-container {
  width: 100%;
  margin: inherit;
}
body.gantry.site.com_cart.view-cart .g-container .g-content {
  margin: inherit;
  padding: inherit;
}
body.gantry.site.com_cart.view-cart .g-container .span12 {
  background: #F1F1F1;
  padding: 2rem 4rem;
  max-width: 75rem;
}
body.gantry.site.com_cart.view-cart label#iconSvg2 {
  display: none;
}
body.gantry.site.com_cart.view-cart .nav__menu {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
body.gantry.site.com_cart.view-cart .nav__menu h2 {
  color: var(--Colors-Prime-Gray-Prime-Gray-700, #374151);
}
body.gantry.site.com_cart.view-cart .nav__menu a.cart__nav {
  color: #236fb5 !important;
  font-weight: 300;
}
body.gantry.site.com_cart.view-cart .nav__menu a.home__nav {
  border-bottom: 0;
}
body.gantry.site.com_cart.view-cart a#cart-view__checkout-btn {
  background: #002859 !important;
  height: 40px;
  padding: 0rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: 2px solid #236fb5;
  transition: 0.3s;
  font-size: 0.8rem;
  margin: 1rem 0rem !important;
  color: #fff;
  width: 100%;
  max-width: 16rem;
  float: right;
  letter-spacing: 2px;
}
body.gantry.site.com_cart.view-cart a#cart-view__checkout-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body.gantry.site.com_cart.view-cart a#cart-view__checkout-btn:focus {
  background: #fff !important;
  color: #236fb5;
  transition: 0.3s;
}
body.gantry.site.com_cart.view-cart div#product-view__select button {
  color: #323232;
}
body.gantry.site.com_cart.view-cart div#product-view__select input {
  border: none !important;
  box-shadow: none !important;
}
body.gantry.site.com_cart.view-cart section#g-mainwrap > div {
  width: 100%;
  margin: inherit !important;
  max-width: 100%;
}
body.gantry.site.com_cart.view-cart div#cart-view__cart-empty {
  box-shadow: none;
}
body.gantry.site.com_cart.view-cart .cart-view__resume {
  min-width: 15rem;
}
body.gantry.site.com_cart.view-cart .cart-view__resume h1.title_resume {
  text-align: center;
}
body.gantry.site.com_cart.view-cart a#cart-view__add-btn {
  padding: 0 !important;
  border: none !important;
  color: white;
  border-radius: 5px !important;
  background: var(--Blue-3, #0072CF);
  height: 40px;
}
body.gantry.site.com_cart.view-cart a#cart-view__add-btn:focus {
  background: #fff !important;
  color: #236fb5;
  transition: 0.3s;
  border: 1px solid #236fb5 !important;
}
body.gantry.site.com_wishlist.view-wishlist section#g-mainwrap {
  min-height: calc(100vh - 14rem);
  box-shadow: none;
  border: none;
}
body.gantry.site.com_wishlist.view-wishlist div#g-page-surround {
  background: #fff;
}
body.gantry.site.com_wishlist.view-wishlist div#cart-view__cart-empty {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 5rem !important;
}
.progress_bar {
  position: relative !important;
}
.progress_bar .iconsStatus {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.progress_bar .iconsStatus label.iconsBs {
  width: 25%;
  display: flex;
  justify-content: center;
}
.progress_bar .iconsStatus label.iconsBs img {
  max-width: 3rem;
  display: flex;
  width: 75%;
}
.progress_bar progress#file {
  background: #86BC3C;
  width: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 1;
  height: 5px;
}
.progress_bar progress#file::-webkit-progress-value {
  background: #86BC3C;
}
.progress_bar progress#file::-moz-progress-bar {
  background: #86BC3C;
}
.progress_bar label.progress_titles {
  display: flex;
}
.progress_bar label.progress_titles span {
  width: 20%;
  text-align: center;
  margin: 0;
  font-size: 0.7rem;
  color: #373737;
}
.rdpContainer {
  width: 30%;
}
.rdpContainer .lypSection {
  margin: 0.5rem auto;
  max-height: 21rem;
  display: block;
  overflow-y: scroll;
}
.rdpContainer .lypSection ::-webkit-scrollbar-thumb {
  background-color: #c2c3c9;
  height: 5px;
  margin: 4px;
  border: 2px solid #c2c3c9 !important;
  border-radius: 10px !important;
}
.rdpContainer .lypSection ::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}
.rdpContainer > div {
  padding: 10px;
  width: 95%;
  margin: auto;
  max-width: 18rem;
  background: white;
  margin: auto;
}
.rdpContainer > div .titleSection {
  font-weight: bold;
  color: var(--80, #323232);
  font-size: 1rem;
  text-align: start;
  margin-bottom: 2rem;
  padding-bottom: 0.7rem;
  margin-top: 2rem;
}
.rdpContainer > div .infoGrid {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  color: #323232;
}
.rdpContainer > div .infoGrid .infoGrid {
  padding: 0.2rem 0rem;
}
.rdpContainer > div .leyendResume {
  text-align: justify;
  line-height: 1.2;
  font-size: 0.9rem;
  font-weight: 500;
}
.rdpContainer > div .btnBackResume {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rdpContainer > div .btnBackResume a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 20px;
  color: #323232;
  font-weight: 500;
  margin: 0.2rem auto !important;
  max-width: 15rem;
  transition: 0.3s;
}
.rdpContainer > div .btnBackResume a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.rdpContainer > div .infoCtsection hr {
  color: #d9d9d9;
  box-shadow: none !important;
  background: none;
  border-bottom: 0;
  width: 100%;
  margin: 1.5rem 0rem !important;
}
.rdpContainer > div .totalCts {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  max-width: 13rem;
}
.rdpContainer > div .totalCts > div {
  color: var(--80, #323232);
  font-weight: 600;
}
.rdpContainer > div .totalCts > div.labelCts {
  font-weight: 600;
  color: var(--80, #323232);
}
body.outline-25 section#g-mainwrap > div {
  display: flex;
  margin: auto !important;
  max-width: 75rem;
}
body.outline-25 section#g-mainwrap > div > .g-grid {
  width: 100%;
}
@media (max-width: 900px) {
  .view-wishlist .containerWl {
    display: flex !important;
    flex-direction: column;
  }
  .view-wishlist div#product_grid > div {
    max-width: 15rem;
    width: 100% !important;
    padding: 1rem;
    margin: auto;
  }
  .view-wishlist .containerList {
    width: 90%;
    max-width: 15rem;
    margin: auto;
  }
}
li.splide__slide::marker {
  content: "";
}
#bodyMcn.outline-29 {
  color: #323232 !important;
}
#bodyMcn.outline-29 p.text-descp {
  margin-bottom: 0rem;
}
#bodyMcn.outline-29 div#collapse7 .titleSectionM {
  margin: 1rem auto !important;
}
#bodyMcn.outline-29 ul.noMLapp {
  margin-left: 0;
}
#bodyMcn.outline-29 .erewardsRules ol li {
  list-style-type: inherit !important;
  margin-bottom: 0 !important;
}
#bodyMcn.outline-29 .erewardsRules a {
  color: #0072CF;
}
#bodyMcn.outline-29 strong {
  font-family: 'gotham-bold' !important;
  font-weight: 100 !important;
}
#bodyMcn.outline-29 .chvmgM ul.noMB li {
  margin-bottom: 0 !important;
}
#bodyMcn.outline-29 .chvmgM p.tdcoration {
  text-decoration: underline;
}
#bodyMcn.outline-29 .chvmgM p.titlet1 {
  font-size: 1.1rem;
  font-weight: 100;
  font-family: 'gotham-bold';
}
#bodyMcn.outline-29 .chvmgM b, #bodyMcn.outline-29 .chvmgM p.titlet2 {
  font-family: 'gotham-bold' !important;
  font-size: 1rem;
  font-weight: 100;
}
#bodyMcn.outline-29 .conditionsContainer {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  padding: 1rem 0.5rem;
  background: #fdf2cd;
  border-radius: 10px;
  border: 2px dotted #F5C317;
  margin: 2rem auto;
}
#bodyMcn.outline-29 .conditionsContainer p {
  margin: 0 !important;
  line-height: 1.1;
  font-size: 0.8rem;
}
#bodyMcn.outline-29 .conditionsContainer p.ttConditions {
  text-transform: uppercase;
  font-family: 'gotham-bold';
  margin-bottom: 0.5rem !important;
}
#bodyMcn.outline-29 .iconSpac {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2rem;
}
#bodyMcn.outline-29 .iconSpac img {
  width: 2rem;
}
#bodyMcn.outline-29 .cdrmp p.titleMectext {
  font-size: 1.1rem;
  font-weight: 100;
  font-family: 'gotham-bold';
}
#bodyMcn.outline-29 .cdrmp li {
  text-decoration: none !important;
  margin-bottom: 0rem !important;
}
#bodyMcn.outline-29 .cdrmp p.alerttestM {
  color: #E96B2D;
  font-weight: 100;
  font-family: 'gotham-bold';
}
#bodyMcn.outline-29 .containerCcards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  margin: 3rem auto;
}
#bodyMcn.outline-29 .containerCcards .itemCardc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  padding: 1rem 0.5rem;
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 10px;
  color: #374151;
}
#bodyMcn.outline-29 .containerCcards .itemCardc .numberTextCard {
  color: #00263E;
  font-weight: 900;
  font-size: 0.9rem;
}
#bodyMcn.outline-29 .containerCcards .itemCardc .frcCard, #bodyMcn.outline-29 .containerCcards .itemCardc .valueFrecCard {
  font-size: 0.8rem;
  line-height: 1.2;
}
#bodyMcn.outline-29 .containerCcards .itemCardc .numberCard {
  width: 2rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  color: #fff;
  font-weight: 600;
  margin: 1rem auto;
}
#bodyMcn.outline-29 .containerCcards .itemCardc .numberCard.c1Card {
  background: #003B8D;
}
#bodyMcn.outline-29 .containerCcards .itemCardc .numberCard.c2Card {
  background: #0270D5;
}
#bodyMcn.outline-29 .containerCcards .itemCardc .numberCard.c3Card {
  background: #0F84E3;
}
#bodyMcn.outline-29 .containerCcards .itemCardc .numberCard.c4Card {
  background: #1491F6;
}
#bodyMcn.outline-29 .containerCcards .itemCardc .numberCard.c5Card {
  background: #14B2F6;
}
#bodyMcn.outline-29 .mecanica-section li {
  margin-bottom: 1rem;
  list-style-type: disc;
}
#bodyMcn.outline-29 p.textAcc {
  color: #0072CF;
  font-weight: 700;
}
#bodyMcn.outline-29 .main-content {
  color: #323232 !important;
}
#bodyMcn.outline-29 .accType1 {
  background: #C7FAE7;
  padding: 0.2rem;
  color: #009B0F;
  border-radius: 3px;
  font-weight: 600;
}
#bodyMcn.outline-29 .accType2, #bodyMcn.outline-29 .accType3, #bodyMcn.outline-29 .accType4 {
  background: #E5FBE5;
  padding: 0.2rem;
  color: #22A121;
  border-radius: 3px;
  font-weight: 600;
}
#bodyMcn.outline-29 .accType5 {
  background: #E2F5FF;
  padding: 0.2rem;
  color: #0A8DD0;
  border-radius: 3px;
  font-weight: 600;
}
#bodyMcn.outline-29 .tableCP {
  width: 100%;
  max-width: 30rem;
  margin: 4rem auto;
}
#bodyMcn.outline-29 .tableCP table td {
  text-align: center;
}
#bodyMcn.outline-29 .tableCP table td.keyTd {
  padding-left: 3rem;
  text-align: left;
}
#bodyMcn.outline-29 .tableCP table th {
  background: #374151;
  color: #fff;
  text-align: center;
  min-width: 14rem;
}
#bodyMcn.outline-29 .container-qnqbt {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#bodyMcn.outline-29 .container-qnqbt .scorcard .titleTablesSC {
  text-align: center;
  background: #E2F5FF;
  color: #0A8DD0;
  font-weight: 700;
  width: 100%;
  max-width: 14rem;
  margin: auto;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
#bodyMcn.outline-29 .container-qnqbt .scorcard .tablepdear tr.bodyTable td:nth-child(2) {
  color: #0A8DD0;
  font-weight: 700;
}
#bodyMcn.outline-29 .container-qnqbt .scorcard .tablepdear tr.bodyTable td:nth-child(2) span {
  background: #E2F5FF;
  padding: 0.2rem;
  border-radius: 1px;
}
#bodyMcn.outline-29 .container-qnqbt .scorcard .tablermp tr.bodyTable td:nth-child(1) {
  color: #0A8DD0;
  font-weight: 700;
}
#bodyMcn.outline-29 .container-qnqbt .scorcard .tablermp tr.bodyTable td:nth-child(1) span {
  background: #E2F5FF;
  padding: 0.2rem;
  border-radius: 1px;
}
#bodyMcn.outline-29 .container-qnqbt .scorcard thead {
  text-transform: uppercase;
}
#bodyMcn.outline-29 .container-qnqbt .scorcard thead th {
  background: #243959 !important;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM {
  width: 100%;
  max-width: 35rem;
  margin: auto;
}
#bodyMcn.outline-29 .container-qnqbt .tableCP {
  width: 100%;
  margin: 2rem 0;
  max-width: 100% !important;
  display: flex;
  gap: 15px;
  font-size: 0.7rem;
  justify-content: space-evenly;
}
#bodyMcn.outline-29 .container-qnqbt .tableCP .container-qnqbt thead {
  border-bottom: 5px solid #fff;
}
#bodyMcn.outline-29 .container-qnqbt .tableCP td, #bodyMcn.outline-29 .container-qnqbt .tableCP th {
  height: 2.3rem;
  line-height: 1.2;
}
#bodyMcn.outline-29 .container-qnqbt .tableCP .tablepdear .ptsVtcl div {
  width: max-content !important;
  bottom: 8rem;
  white-space: nowrap;
  border: 0 !important;
  background: #E2F5FF;
  color: #0A8DD0;
  font-weight: 700;
}
#bodyMcn.outline-29 .container-qnqbt .tableCP .tablermp, #bodyMcn.outline-29 .container-qnqbt .tableCP .tablepdear {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
#bodyMcn.outline-29 .container-qnqbt .tableCP .tablermp .ptsVtcl, #bodyMcn.outline-29 .container-qnqbt .tableCP .tablepdear .ptsVtcl {
  background: content-box;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2rem;
}
#bodyMcn.outline-29 .container-qnqbt .tableCP .tablermp .ptsVtcl div, #bodyMcn.outline-29 .container-qnqbt .tableCP .tablepdear .ptsVtcl div {
  transform: rotate(-90deg);
  position: absolute;
  width: max-content;
  background: #E2F5FF;
  color: #0A8DD0;
  font-weight: 700;
  bottom: 8.8rem;
  height: 1rem;
  white-space: nowrap;
}
#bodyMcn.outline-29 .container-qnqbt tr.titleColumn {
  background: #374151;
  color: #fff;
}
#bodyMcn.outline-29 .container-qnqbt .descriptionSection {
  color: #323232;
}
#bodyMcn.outline-29 .container-qnqbt .titleSectionM {
  font-size: 1.2rem;
  width: 100%;
  max-width: 35rem;
  text-align: center;
  margin: 2rem auto;
  color: #002859;
  font-weight: 600;
}
#bodyMcn.outline-29 .container-qnqbt .titleSectionM span {
  font-size: 1.2rem !important;
  font-weight: 900;
  text-decoration: underline;
  color: #0072CF;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table {
  border: 0;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table th {
  background: #ADB5BD;
  text-align: center;
  color: #fff;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table th.noV {
  background: transparent;
  border: 0 !important;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table td {
  text-align: center;
  color: #373737;
  font-weight: 600;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table td.typeH {
  border: 0;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table td.typeH div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table td.typeH div img {
  max-width: 2rem;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table td.typeH.td1 {
  background: #0262AF;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table td.typeH.td2 {
  background: #2D2D2D;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table td.typeH.td3 {
  background: #FBA904;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table td.typeH.td4 {
  background: #6B6969;
}
#bodyMcn.outline-29 .container-qnqbt .tableContM table td.typeH.td5 {
  background: #032371;
}
#bodyMcn.outline-29 .container-qnqbt .containerDetailBnfit .mostrarD {
  display: flex !important;
}
#bodyMcn.outline-29 .container-qnqbt .containerDetailBnfit .descriptionTab {
  padding: 0.5rem;
}
#bodyMcn.outline-29 .container-qnqbt .containerDetailBnfit .containerLevels img {
  max-width: 1.5rem;
}
#bodyMcn.outline-29 .container-qnqbt .containerDetailBnfit .item-benefit {
  background: #eaf5ff;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px 15px;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem {
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 1rem;
  transition: 0.3s;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem .infoCard {
  min-height: 4rem;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem.selectedD {
  background: #0072cf;
  transition: 0.3s;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem.selectedD .infoCard .titleCard {
  color: #fff;
  transition: 0.3s;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem.selectedD .infoCard .descriptionCard {
  color: #fff;
  transition: 0.3s;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem .infoCard .titleCard {
  color: #132554;
  font-weight: 900;
  font-size: 1rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem .infoCard .descriptionCard {
  color: #132554;
  font-size: 0.8rem;
  min-height: 2rem;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem .iconBenefit img {
  width: 100%;
  width: 76.96px;
  height: 77.32px;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem .iconCards {
  display: flex;
  gap: 5px;
}
#bodyMcn.outline-29 .container-qnqbt .containerCardsM .cardItem .iconCards img {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain;
}
#bodyMcn.outline-29 .container-faq {
  padding: 1rem;
  border-bottom: inherit !important;
  border: 1px solid #d2d2d2;
}
#bodyMcn.outline-29 h4.panel-title {
  margin: 0;
}
#bodyMcn.outline-29 .panel-collapse {
  border: 1px solid #d2d2d2;
}
#bodyMcn.outline-29 .panel-collapse .panel-body {
  padding: 3rem;
}
#bodyMcn.outline-29 #container-banner {
  height: 325.62px;
  background: #0072cf;
  display: flex;
  justify-content: center;
}
#bodyMcn.outline-29 #container-banner .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
}
#bodyMcn.outline-29 #container-banner .lineas .b, #bodyMcn.outline-29 #container-banner .lineas .c {
  background: #d9d9d9;
}
#bodyMcn.outline-29 #container-banner .lineas hr {
  height: 3px;
  margin: inherit;
  width: 33.33%;
}
#bodyMcn.outline-29 #container-banner div {
  color: #fff;
  width: 80%;
  margin-top: 1rem;
}
#bodyMcn.outline-29 #container-banner div p {
  font-size: 16px;
}
#bodyMcn.outline-29 #container-banner div hr {
  height: 3px;
  margin: inherit;
}
#bodyMcn.outline-29 .container-joyas {
  min-height: 150px;
  position: absolute;
}
#bodyMcn.outline-29 .container-joyas .sin-joyas {
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  position: absolute;
  left: 32.3rem;
  top: -2rem;
  border-radius: 20px;
  width: 200px;
  border: 1px solid #d4d4d4;
}
#bodyMcn.outline-29 .container-joyas .sin-joyas img {
  margin: inherit !important;
  width: 50px !important;
  height: 50px !important;
}
#bodyMcn.outline-29 .container-joyas .sin-joyas #num {
  margin-top: 3rem;
  font-size: 30px;
  margin-bottom: inherit;
  color: var(--80, #323232);
}
#bodyMcn.outline-29 .container-joyas .sin-joyas p:nth-child(3) {
  font-weight: bold;
  font-size: 16px;
  color: var(--80, #323232);
}
#bodyMcn.outline-29 .container-joyas .con-joyas {
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  position: absolute;
  left: 32.3rem;
  top: -2rem;
  border-radius: 20px;
  width: 200px;
  border: 1px solid #d4d4d4;
}
#bodyMcn.outline-29 .container-joyas .con-joyas img {
  margin: inherit !important;
  width: 50px !important;
  height: 50px !important;
}
#bodyMcn.outline-29 .container-joyas .con-joyas #num {
  margin-top: 3rem;
  font-size: 30px;
  margin-bottom: inherit;
  font-weight: 900;
  color: #22A121;
}
#bodyMcn.outline-29 .container-joyas .con-joyas > p:nth-child(3) {
  font-weight: bold;
  color: #22A121;
  font-size: 16px;
}
#bodyMcn.outline-29 .border-bottom-inherit {
  border-bottom: inherit !important;
}
#bodyMcn.outline-29 .linkdescrip a {
  color: var(--Blue-3, #0072cf);
  font-weight: bold;
  border-bottom: 1px solid var(--Blue-3, #0072cf);
}
#bodyMcn.outline-29 .concurso-activee {
  background: #51B0E53D;
  border-radius: 20px;
  width: 200px;
  text-align: end;
  color: var(--Blue-3, #0072CF);
  padding: 5px;
  display: block;
  padding-right: 30px !important;
}
#bodyMcn.outline-29 .concurso-inacactivee {
  background: #ECECEC;
  border-radius: 20px;
  width: 200px;
  text-align: end;
  color: var(--Gris-70, #4D4D4D);
  padding: 5px;
  display: block;
}
#bodyMcn.outline-29 .description-container {
  display: none;
  min-height: 200px;
  border-bottom: 0.5px solid #d4d4d4;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  flex-direction: row;
}
#bodyMcn.outline-29 .description-containe {
  display: flex;
  min-height: max-content;
  flex-direction: column;
  max-width: 40%;
}
#bodyMcn.outline-29 .description-containe p {
  font-weight: bold;
  font-size: 12px;
}
#bodyMcn.outline-29 .description-containe a {
  border-bottom: 1px solid;
}
#bodyMcn.outline-29 .active-faqq {
  color: white !important;
  background: #0072cf;
}
#bodyMcn.outline-29 .active-faqq .faq-prin, #bodyMcn.outline-29 .active-faqq span {
  color: #fff !important;
}
#bodyMcn.outline-29 .rotate-iconq {
  transform: rotate(180deg);
  color: white !important;
}
#bodyMcn.outline-29 .span12 {
  background: #d9d9d9;
}
#bodyMcn.outline-29 .mecanica-section {
  margin-top: 4rem;
  margin-bottom: 10rem;
}
#bodyMcn.outline-29 #container-banner {
  height: 325.62px;
  background: #0072cf;
  display: flex;
  justify-content: center;
}
#bodyMcn.outline-29 #container-banner .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
}
#bodyMcn.outline-29 #container-banner .lineas .b, #bodyMcn.outline-29 #container-banner .lineas .c {
  background: #d9d9d9;
}
#bodyMcn.outline-29 #container-banner .lineas hr {
  height: 3px;
  margin: inherit;
  width: 33.33%;
}
#bodyMcn.outline-29 #container-banner div {
  color: #fff;
  width: 80%;
  margin-top: 1rem;
}
#bodyMcn.outline-29 #container-banner div p {
  font-size: 16px;
}
#bodyMcn.outline-29 #container-banner div hr {
  height: 3px;
  margin: inherit;
}
#bodyMcn.outline-29 #g-page-surround > div.g-container {
  width: 100%;
}
#bodyMcn.outline-29 #g-mainwrap {
  width: 100%;
  margin: inherit;
}
#bodyMcn.outline-29 #g-mainwrap > div.g-grid {
  width: 100%;
}
#bodyMcn.outline-29 #g-mainwrap > div.g-grid .g-content {
  margin: inherit;
  padding: inherit;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div {
  display: flex;
  justify-content: center;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica {
  width: 80%;
  background: #fff;
  margin-top: -99px;
  margin-bottom: 5rem;
  max-width: 1010px;
  position: relative;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .panel-collapse {
  border: 1px solid #d2d2d2;
  transition: 0.7s;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section {
  margin-bottom: 30rem;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .container-table {
  padding: 2rem;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: 0.5px solid #d4d4d4;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .header #nombre {
  margin-left: 5rem;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .header #status {
  margin-right: 2rem;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .header div > p {
  font-size: 1rem;
  font-weight: bold;
  color: black;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .header #detalles {
  width: 40px;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .container-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 0.5px solid #d4d4d4;
  padding-bottom: 1.5rem;
  justify-content: space-between;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .container-item .concurso-details-details {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .container-item .concurso-details-details svg {
  width: 15px;
  height: 15px;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .container-item .concurso-details-details svg:hover {
  color: inherit;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .container-item .concurso-details-details a {
  color: var(--Blue-3, #0072CF);
  font-weight: bold;
  border-bottom: 1px solid var(--Blue-3, #0072CF);
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .container-item .icon {
  transition: transform 0.3s ease;
  margin-left: 10px;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .container-item .icon.rotated {
  transform: rotate(180deg);
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .concurso-item img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-right: 1.5rem;
  position: absolute;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .concurso-details {
  display: flex;
  flex-direction: column;
  margin-left: 6rem;
  max-width: 40%;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .concurso-details strong {
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  color: var(--80, #323232);
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .concurso-details span {
  color: var(--Gris-50, #808080);
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .concurso-details-status {
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 26%;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .concurso-details-status img {
  width: 15px;
  height: 15px;
  position: absolute;
  margin-right: 150px;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section .concurso-details-status strong {
  text-wrap: nowrap;
  padding-right: 10px;
  padding-left: 10px;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section #contaider-descriprion {
  display: none;
  margin-top: 20px;
  padding: 10px;
  max-width: 40%;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section #contaider-descriprion div > p {
  font-size: 12px;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .concursos-section #contaider-descriprion a {
  border-bottom: 1px solid #25c9f7;
  font-weight: bold;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas {
  display: flex;
  width: 100%;
  flex-direction: row;
  background: #0072cf;
  position: relative;
  z-index: 1;
  align-items: flex-end;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas .concursos p {
  color: var(--80, #323232);
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas .pestanaActive {
  max-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F0F2F8;
  border-radius: 10px 10px 0px 0px;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas .pestanaActive h4 {
  color: #B3BCD4;
  font-weight: 700;
  text-align: left;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas .pestanaActive p {
  color: #B3BCD4;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas div {
  padding: 1.5rem;
  width: 33%;
  background: white;
  border-radius: 20px 20px 0px 0px;
  cursor: pointer;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas div h4 {
  color: #0072cf;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas div h4, #bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas div p {
  margin: inherit;
}
#bodyMcn.outline-29 #g-mainwrap > div > div > div > div > div #w-mecanica .pestanas .transparente {
  width: 34%;
  background: #0072cf;
}
@media (max-width: 600px) {
  #bodyMcn.outline-29 .mecanica-section .tableCP th {
    min-width: fit-content !important;
  }
  #bodyMcn.outline-29 .mecanica-section .tableCP td.keyTd {
    padding-left: 0.5rem !important;
    min-width: 9rem;
  }
}
.item-benefit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 12px;
  margin: 2rem 0.3rem;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}
.item-benefit.imgstyle {
  padding: 0;
  margin: 0;
}
.item-benefit .conatinericonB {
  min-width: 5rem;
  display: flex;
  justify-content: center;
}
.item-benefit .conatinericonB img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.containerLevels {
  display: flex;
  flex-direction: column-reverse;
  margin-right: -1.9rem;
  justify-content: center;
  gap: 5px;
}
.containerLevels img {
  max-width: 1.9rem;
}
.containerLevels.typeOne {
  gap: 10px;
}
.containerLevels.typeOne .itemLevel {
  color: #fff;
  width: 100%;
  max-width: fit-content;
  padding: 2px 0.8rem;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 600;
}
.containerLevels.typeOne .itemLevel.iblue {
  background: #00a4ff;
}
.containerLevels.typeOne .itemLevel.iblack {
  background: #000;
}
.containerLevels.typeOne .itemLevel.igold {
  background: #ffb50d;
}
.containerLevels.typeOne .itemLevel.iplatinum {
  background: #605c5b;
}
.containerLevels.typeOne .itemLevel.ielite {
  background: #0076c2;
}
.containerLevels.typeTwo .itemLevel {
  width: 100%;
  max-width: fit-content;
  padding: 2px 0.3rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-right: 1px solid #c2c2c2;
  height: 1rem;
  display: flex;
  align-items: center;
}
.containerLevels.typeTwo .itemLevel:last-child {
  border-right: none !important;
}
.containerLevels.typeTwo .itemLevel.iblue {
  color: #00a4ff;
}
.containerLevels.typeTwo .itemLevel.iblack {
  color: #000;
}
.containerLevels.typeTwo .itemLevel.igold {
  color: #ffb50d;
}
.containerLevels.typeTwo .itemLevel.iplatinum {
  color: #605c5b;
}
.containerLevels.typeTwo .itemLevel.ielite {
  color: #0076c2;
}
.titleTab {
  color: #132554;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 900;
  height: 1rem;
  padding: 1rem;
}
.titleTab span {
  font-size: 0.9rem;
  color: #132554;
  font-weight: 900;
}
.descriptionTab {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  font-size: 0.8rem;
  line-height: 1.3;
  gap: 20px;
  font-weight: 400;
  text-align: left;
}
.descriptionTab ul {
  margin-left: 1rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.descriptionTab span {
  color: #132554;
  font-size: 0.8rem;
  font-weight: 900;
}
.container-tqns {
  width: 90%;
  margin: auto;
  color: #132554;
}
.container-tqns .containerInfotab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #132554;
}
.container-tqns .containerInfotab .descriptionTab {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  font-size: 0.8rem;
  line-height: 1.3;
  gap: 10px;
  font-weight: 400;
}
.container-tqns .containerInfotab .descriptionTab ul {
  margin-left: 1rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.container-tqns .containerInfotab .descriptionTab span {
  color: #132554;
  font-size: 0.8rem;
  font-weight: 900;
}
.container-tqns .titleTab {
  color: #132554;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 900;
  height: 1rem;
  padding: 1rem;
}
.container-tqns .titleTab span {
  font-size: 0.9rem;
  color: #132554;
  font-weight: 900;
}
@media (max-width: 600px) {
  .tableCP {
    display: flex;
    flex-direction: column;
  }
  .tableCP .tablermp .ptsVtcl div {
    bottom: -14rem !important;
  }
  .tableCP .tablepdear .ptsVtcl div {
    bottom: -14rem !important;
  }
  .conditionsContainer {
    flex-direction: column !important;
    text-align: center;
  }
  .panel-body {
    padding: 1rem !important;
  }
  .containerCcards {
    justify-content: space-between !important;
    flex-wrap: wrap;
  }
  .containerCcards .itemCardc {
    max-width: 47%;
  }
  .containerCardsM {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    gap: 25px 15px;
  }
  .containerCardsM .iconCards img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
  }
  td.typeH div {
    flex-direction: column;
  }
  .cardItem {
    padding: 0.5rem;
  }
  .noMobile {
    display: none;
  }
  .linkToMobile {
    display: block;
  }
  .item-benefit {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    text-align: center;
  }
  .item-benefit ul {
    text-align: left;
  }
  .item-benefit .containerLevels {
    display: flex;
    flex-direction: row;
    margin-right: 0;
  }
  .item-benefit.typeTwo {
    flex-direction: column;
  }
  .item-benefit.typeTwo .containerLevels {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -1.7rem;
    justify-content: center;
    gap: 5px;
    margin-left: 0 !important;
  }
  .item-benefit.type3 {
    flex-direction: column;
    margin: 3rem 0.3rem;
  }
  .item-benefit.type3 .containerLevels {
    display: flex;
    flex-direction: row-reverse;
    margin: auto;
    margin-top: -2.3rem;
    justify-content: center;
    gap: 5px;
    background: #d0e4fc;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 14px;
  }
  .item-benefit.type4 {
    flex-direction: column;
  }
  .item-benefit.type4 .containerLevels {
    display: flex;
    flex-direction: row-reverse;
    margin: auto;
    margin-left: -2.3rem;
    justify-content: center;
    gap: 5px;
    margin-left: 0 !important;
    background: #d0e4fc;
    width: fit-content;
    padding: 0 1rem;
    border-radius: 14px;
  }
  .containerInfotab {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    margin: auto;
  }
  .containerInfotab .descriptionTab {
    margin-left: 0 !important;
  }
  .containerInfotab .descriptionTab div {
    margin-left: 0 !important;
  }
  .containerInfotab .titleTab {
    display: block !important;
    text-align: center !important;
    height: fit-content !important;
    border: none !important;
    margin: 0rem auto !important;
    width: 100%;
    font-size: 1.1rem;
  }
  .containerInfotab .titleTab span {
    font-size: 1.1rem;
  }
}
#g-page-surround {
  background: none;
}
#g-slideshow {
  padding: 1rem 4rem !important;
  background: #f2f2f2;
}
section#g-navigation .mnuSec > div {
  align-items: center;
}
section#g-navigation .mnuSec > div .itemSec {
  margin-left: 1rem;
}
section#g-navigation .mnuSec > div .itemSec img {
  width: 24px;
  height: 24px;
}
#g-navigation > div > div:nth-child(1) > div.g-block.size-33-3.center.logo-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
#profileMnu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 150px;
  padding-top: 0.15rem;
  border-right: 1px solid #d2d2d2;
  padding-right: 1rem;
  cursor: pointer;
}
#profileMnu > a.cuenta {
  color: #0072cf;
  text-decoration: underline;
  font-weight: 600;
}
#profileMnu .Micuenta img {
  width: 24px;
  height: 24px;
}
#profileMnu svg {
  width: 24px;
}
body#bodyHome #Dashboard .containesDashboasr {
  padding: 0 1rem;
}
body#bodyHome #Dashboard .containesDashboasr .bienvenida {
  background: #288bdc;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  height: 92px;
}
body#bodyHome #Dashboard .containesDashboasr .bienvenida img {
  width: 50px;
}
body#bodyHome #Dashboard .containesDashboasr .bienvenida .user {
  margin-left: 10px;
}
body#bodyHome #Dashboard .containesDashboasr .bienvenida .user h2 {
  margin: inherit;
  font-size: 24px;
}
body#bodyHome #Dashboard .containesDashboasr .bienvenida .user p {
  margin: inherit;
  font-size: 14px;
}
body#bodyHome #Dashboard .containesDashboasr .bienvenida .user .puesto {
  background: var(--Green, #86bc3c);
  width: fit-content;
  text-align: center;
  border-radius: 20px;
  font-size: 10px;
  padding: 0 0.5rem;
  font-weight: 600;
}
body#bodyHome #Dashboard .containesDashboasr .conatainerJoyasBeneficios {
  background: #f2f2f2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
  height: 80px;
  margin: 6.5px 0;
}
body#bodyHome #Dashboard .containesDashboasr .conatainerJoyasBeneficios .conatainerJoyas, body#bodyHome #Dashboard .containesDashboasr .conatainerJoyasBeneficios .conatainerBeneficios {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
  padding: 10px;
  border-radius: 10px;
}
body#bodyHome #Dashboard .containesDashboasr .conatainerJoyasBeneficios .conatainerJoyas #Outline, body#bodyHome #Dashboard .containesDashboasr .conatainerJoyasBeneficios .conatainerBeneficios #Outline {
  margin-left: 8px;
}
body#bodyHome #Dashboard .containesDashboasr .conatainerJoyasBeneficios .conatainerJoyas .joyas p, body#bodyHome #Dashboard .containesDashboasr .conatainerJoyasBeneficios .conatainerBeneficios .joyas p {
  color: #454545;
  margin: inherit;
  font-size: 14px;
}
body#bodyHome #Dashboard .containesDashboasr .conatainerJoyasBeneficios .conatainerJoyas .joyas h2, body#bodyHome #Dashboard .containesDashboasr .conatainerJoyasBeneficios .conatainerBeneficios .joyas h2 {
  color: var(--Blue-1, #141c51);
  margin: inherit;
  font-size: 20px;
}
body#bodyHome #Dashboard .containesDashboasr .container-concursos {
  padding: 10px;
  background: white;
  height: 109px;
  border-radius: 10px;
}
body#bodyHome #Dashboard .containesDashboasr .container-concursos .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px;
  border-bottom: 0.5px solid #ededed;
}
body#bodyHome #Dashboard .containesDashboasr .container-concursos .header p {
  color: #454545;
  margin: inherit;
  font-size: 14px;
}
body#bodyHome #Dashboard .containesDashboasr .container-concursos .header a {
  color: #0072cf;
  text-decoration: underline;
}
body#bodyHome #Dashboard .containesDashboasr .container-concursos .concurso {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body#bodyHome #Dashboard .containesDashboasr .container-concursos .concurso img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
  border: 0.5px solid #e2e8f0;
}
body#bodyHome #Dashboard .containesDashboasr .container-concursos .concurso .dataconcurso {
  width: 100%;
}
body#bodyHome #Dashboard .containesDashboasr .container-concursos .concurso .dataconcurso h2 {
  color: var(--Blue-1, #141c51);
  margin: inherit;
  font-size: 20px;
}
body#bodyHome #Dashboard .containesDashboasr .container-concursos .concurso .dataconcurso p {
  color: #131b5380;
  margin: inherit;
  font-size: 12px;
}
body#bodyHome #Dashboard .containesDashboasr .container-pedidos {
  padding: 10px;
  background: white;
  margin-top: 17px;
  height: 109px;
  border-radius: 10px;
}
body#bodyHome #Dashboard .containesDashboasr .container-pedidos .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px;
  border-bottom: 0.5px solid #ededed;
}
body#bodyHome #Dashboard .containesDashboasr .container-pedidos .header p {
  color: #454545;
  margin: inherit;
  font-size: 14px;
}
body#bodyHome #Dashboard .containesDashboasr .container-pedidos .header a {
  color: #0072cf;
  text-decoration: underline;
}
body#bodyHome #Dashboard .containesDashboasr .container-pedidos .pedido {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body#bodyHome #Dashboard .containesDashboasr .container-pedidos .pedido img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
  border: 0.5px solid #e2e8f0;
}
body#bodyHome #Dashboard .containesDashboasr .container-pedidos .pedido .datapedido {
  width: 100%;
}
body#bodyHome #Dashboard .containesDashboasr .container-pedidos .pedido .datapedido h2 {
  color: var(--Blue-1, #141c51);
  margin: inherit;
  font-size: 20px;
}
body#bodyHome #Dashboard .containesDashboasr .container-pedidos .pedido .datapedido p {
  color: #131b5380;
  color: #131b5380;
  margin: inherit;
  font-size: 12px;
}
body#bodyHome #product_for_me a, body#bodyHome #highlight a {
  width: 100%;
}
body#bodyHome #g-header > div:nth-child(2), body#bodyHome #g-header > div:nth-child(3) {
  background: #f2f2f2;
}
body#bodyHome #g-header > div:nth-child(4) {
  background: #f2f2f2;
}
body#bodyHome #high {
  text-align: left;
  font-size: 1.3rem;
  padding-bottom: 0rem !important;
  color: #1e3051;
  font-weight: 600;
}
body#bodyHome #highlight, body#bodyHome #product_for_me {
  margin-top: 2rem !important;
}
body#bodyHome #highlight > div.box-highlight, body#bodyHome #product_for_me > div.box-highlight {
  background: white;
  display: flex;
  align-items: flex-end;
  min-width: 200px;
  max-width: 200px;
}
body#bodyHome #highlight > div.box-highlight > a > div.highlight-image-item, body#bodyHome #product_for_me > div.box-highlight > a > div.highlight-image-item {
  border: inherit;
  padding: 2rem;
}
body#bodyHome #highlight > div.box-highlight > a > div:nth-child(2), body#bodyHome #product_for_me > div.box-highlight > a > div:nth-child(2) {
  padding: 10px;
}
body#bodyHome .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}
body#bodyHome .lineas .linea-active {
  width: 40%;
  border: 2px solid #0072cf;
  border-radius: 10px;
  margin: inherit;
}
body#bodyHome .lineas .linea-inactive {
  width: 60%;
  border: 1px solid #ededed;
  margin: inherit;
}
body#bodyHome #g-slideshow {
  display: flex;
  justify-content: center !important;
}
body#bodyHome #g-slideshow > div.g-container {
  width: 1150px;
  display: flex;
  justify-content: flex-end;
}
body#bodyHome #g-slideshow > div.g-container > div.g-grid {
  width: max-content;
}
body#bodyHome #g-slideshow > div.g-container > div.g-grid > div.g-block {
  width: 631px;
}
body#bodyHome #custom-1727-particle {
  display: none;
}
body#bodyHome #categoriasHome {
  background: #f2f2f2;
}
body#bodyHome #categoriasHome .ctss div {
  background: white;
  height: 60px;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px !important;
  margin-bottom: 15px;
  cursor: pointer;
}
body#bodyHome #categoriasHome .ctss div a {
  color: #131b53;
  width: 160px;
}
body#bodyHome #categoriasHome .ctss div svg {
  height: 1.5rem;
  width: 1.5rem;
}
body#bodyHome #categoriasHome .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}
body#bodyHome #categoriasHome .lineas .linea-active {
  width: 40%;
  border: 2px solid #0072cf;
  border-radius: 10px;
  margin: inherit;
}
body#bodyHome #categoriasHome .lineas .linea-inactive {
  width: 60%;
  border: 1px solid #ededed;
  margin: inherit;
}
body#bodyHome #custom-7276-particle > div > div:nth-child(1) {
  font-size: 20px;
  font-weight: 900;
  color: #131b53;
  margin-bottom: 0.6rem;
  margin-top: 1rem;
}
body#bodyHome #custom-7276-particle > div > div.container-apartados {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
body#bodyHome #custom-7276-particle > div > div.container-apartados div {
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
body#bodyHome #custom-7276-particle > div > div.container-apartados div img {
  width: 100px;
  height: 100px;
}
body#bodyHome #custom-7276-particle > div > div.container-apartados div p {
  font-size: 15px;
  margin-top: 0.5rem;
  font-weight: 600;
}
body#bodyHome #custom-7276-particle .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
body#bodyHome #custom-7276-particle .lineas .linea-active {
  width: 40%;
  border: 2px solid #0072cf;
  border-radius: 10px;
  margin: inherit;
}
body#bodyHome #custom-7276-particle .lineas .linea-inactive {
  width: 60%;
  border: 1px solid #ededed;
  margin: inherit;
}
body#bodyHome #g-slideshow {
  display: flex;
  justify-content: flex-end;
}
body#bodyHome #g-slideshow .owl-dots {
  left: 1rem !important;
  right: 0 !important;
}
body#bodyHome #g-slideshow .g-container {
  width: 60%;
}
body#bodyHome #g-slideshow .owl-carousel .owl-stage-outer {
  border-radius: 10px;
}
body#bodyHome #g-slideshow .owl-carousel .owl-item img {
  /*height: 420px;*/
  height: 100%;
}
body#bodyHome .viewMore .notice-description {
  -webkit-line-clamp: inherit !important;
}
body#bodyHome .notice-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
body#bodyHome .notice-description.viewMore {
  -webkit-line-clamp: inherit;
}
body#bodyHome .descSm .buttonVm > button {
  display: none;
}
body#bodyHome .box-notice button#viewMore {
  background: none;
  font-size: 0.9rem;
  color: #236fb5;
  font-weight: 600;
}
body#bodyHome .box-notice.descSm .buttonVm {
  display: none;
}
body#bodyHome .vmore a {
  padding-left: 0 !important;
}
body#bodyHome .itemadh {
  padding: 0rem 1rem;
}
body#bodyHome .modal-backdrop.fade.in {
  z-index: 999999;
}
body#bodyHome div#terms {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}
body#bodyHome div#terms .modal-header {
  border: 0 !important;
  display: flex;
  justify-content: flex-end;
}
body#bodyHome div#terms .modal-header .button-container {
  position: absolute;
  top: 5rem;
  z-index: 999999999999;
}
body#bodyHome div#terms .modal-header button#acept {
  background: none;
  font-size: 2rem;
  color: #fff;
}
body#bodyHome #notices .box-notice {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
body#bodyHome #notices .box-notice .notice-image {
  width: 100%;
  height: 267px;
}
body#bodyHome #g-page-surround {
  background: #f2f2f2;
}
body#bodyHome .notice-image {
  background-size: contain !important;
  background-position: left !important;
}
body#bodyHome .box-notice {
  margin: 2rem;
  margin-top: 1rem;
}
body#bodyHome header#g-header {
  box-shadow: none;
}
body#bodyHome .text-titleHome {
  text-align: left;
  font-size: 1.3rem;
  padding-bottom: 0rem !important;
  color: #1e3051;
  font-weight: 600;
}
body#bodyHome .titleSectionh > div {
  margin: 0;
  padding: 0;
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
body#bodyHome #highlight, body#bodyHome #product_for_me {
  justify-content: flex-start;
  max-width: 100%;
  margin: auto;
  gap: 15px;
  margin-top: 2rem;
}
body#bodyHome #highlight .box-highlight, body#bodyHome #highlight .box-product_for_me, body#bodyHome #product_for_me .box-highlight, body#bodyHome #product_for_me .box-product_for_me {
  box-shadow: none !important;
  max-width: 15rem;
  padding: 0 !important;
  margin: 0 !important;
}
body#bodyHome #highlight .box-highlight .highlight-image, body#bodyHome #highlight .box-product_for_me .highlight-image, body#bodyHome #product_for_me .box-highlight .highlight-image, body#bodyHome #product_for_me .box-product_for_me .highlight-image {
  max-width: 15rem !important;
  max-height: 15rem;
  margin: auto;
  border: 2px solid #236fb5;
}
body#bodyHome #highlight .box-highlight .highlight-title, body#bodyHome #highlight .box-highlight .product_for_me-title, body#bodyHome #highlight .box-product_for_me .highlight-title, body#bodyHome #highlight .box-product_for_me .product_for_me-title, body#bodyHome #product_for_me .box-highlight .highlight-title, body#bodyHome #product_for_me .box-highlight .product_for_me-title, body#bodyHome #product_for_me .box-product_for_me .highlight-title, body#bodyHome #product_for_me .box-product_for_me .product_for_me-title {
  color: #131b53;
  text-transform: uppercase;
  min-height: 2.2rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  padding: 0rem !important;
  font-weight: 400;
}
body#bodyHome #highlight .box-highlight .highlight-image-item, body#bodyHome #highlight .box-highlight .product_for_me-image-item, body#bodyHome #highlight .box-product_for_me .highlight-image-item, body#bodyHome #highlight .box-product_for_me .product_for_me-image-item, body#bodyHome #product_for_me .box-highlight .highlight-image-item, body#bodyHome #product_for_me .box-highlight .product_for_me-image-item, body#bodyHome #product_for_me .box-product_for_me .highlight-image-item, body#bodyHome #product_for_me .box-product_for_me .product_for_me-image-item {
  margin-bottom: 0.6rem;
}
body#bodyHome #highlight .box-highlight .highlight-brand, body#bodyHome #highlight .box-highlight .product_for_me-brand, body#bodyHome #highlight .box-product_for_me .highlight-brand, body#bodyHome #highlight .box-product_for_me .product_for_me-brand, body#bodyHome #product_for_me .box-highlight .highlight-brand, body#bodyHome #product_for_me .box-highlight .product_for_me-brand, body#bodyHome #product_for_me .box-product_for_me .highlight-brand, body#bodyHome #product_for_me .box-product_for_me .product_for_me-brand {
  color: #131b5380;
  font-size: 12px;
}
body#bodyHome #highlight .box-highlight .highlight-price, body#bodyHome #highlight .box-highlight .product_for_me-price, body#bodyHome #highlight .box-product_for_me .highlight-price, body#bodyHome #highlight .box-product_for_me .product_for_me-price, body#bodyHome #product_for_me .box-highlight .highlight-price, body#bodyHome #product_for_me .box-highlight .product_for_me-price, body#bodyHome #product_for_me .box-product_for_me .highlight-price, body#bodyHome #product_for_me .box-product_for_me .product_for_me-price {
  font-size: 1rem !important;
  font-weight: bold;
  color: #131b53;
  margin: 4px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
}
body#bodyHome .catLink .catSec {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-top: 2rem;
}
body#bodyHome .catLink .catSec .ctss {
  margin: 0rem 1rem;
  min-width: 13rem;
  margin-left: 0rem;
}
body#bodyHome .catLink .catSec .ctss a {
  color: #236fb5;
  font-size: 0.7rem;
  font-weight: 600;
}
body#bodyHome .catLink .titleC {
  margin: 1rem 0rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e3051;
}
body#bodyHome .adhome {
  margin: 3rem 0rem;
}
body#bodyHome .adhome .separatorLinks {
  width: 2px;
  background: #236fb5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
}
body#bodyHome .adhome > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  max-width: 60rem;
}
body#bodyHome .adhome .itemadh {
  padding: 0 1rem;
  letter-spacing: 2px;
}
body#bodyHome .adhome .itemadh a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
body#bodyHome .adhome .itemadh a:hover {
  opacity: 0.8;
  transition: 0.3s;
  transform: scale3d(1.1, 1.1, 1.1);
}
body#bodyHome .adhome .itemadh a span {
  margin: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #236fb5;
  min-width: fit-content;
  margin-right: 0;
}
body#bodyHome .adhome .itemadh svg {
  max-width: 2rem;
  width: 100%;
  height: 2rem;
}
body#bodyHome .adhome .itemadh svg path {
  fill: #1e3051;
}
body#bodyHome .welcometh > div {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 95%;
  margin: auto;
  max-width: 65rem;
  flex-wrap: wrap;
}
body#bodyHome .welcometh > div > div {
  width: 50%;
  padding: 1rem;
  min-width: 25rem;
  text-align: left;
}
body#bodyHome .welcometh > div .imagewth {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body#bodyHome .welcometh > div .imagewth img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  max-width: 20rem;
  width: 100%;
  padding-top: 0 !important;
}
body#bodyHome .welcometh > div .textwth .textTh {
  font-size: 1.3rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
body#bodyHome .welcometh > div .textwth .textTh span {
  color: #236fb5;
  font-size: 1.5rem;
  font-weight: 700;
}
body#bodyHome .welcometh > div .textwth > div {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
@media (max-width: 1200px) {
  body#bodyHome #g-slideshow .g-container .g-grid {
    width: 100% !important;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  body#bodyHome #g-slideshow .g-container {
    justify-content: center !important;
  }
  body#bodyHome #g-slideshow .g-container .g-grid .g-block {
    width: 100% !important;
    min-height: auto;
  }
  body#bodyHome #g-slideshow .g-container .g-grid .g-block.size-65 {
    margin-top: 2rem;
  }
  body#bodyHome #g-slideshow .g-container {
    width: 100% !important;
  }
  body#bodyHome .catLink .catSec {
    flex-direction: column;
  }
  body#bodyHome .catLink .catSec .ctss {
    margin: 0rem !important;
  }
  body#bodyHome #g-navigation {
    padding: 0rem 0rem !important;
  }
  body#bodyHome #g-navigation .cuenta {
    white-space: nowrap;
  }
  body#bodyHome .g-offcanvas-toggle {
    left: 3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  body#bodyHome .g-container {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 800px) {
  body#bodyHome div#product_for_me {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 799px) and (min-width: 551px) {
  body#bodyHome div#product_for_me {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  body#bodyHome div#product_for_me {
    display: grid;
    grid-template-columns: repeat(1fr);
    justify-content: center !important;
  }
  body#bodyHome #g-slideshow {
    padding: 1rem 1.563rem !important;
  }
  body#bodyHome .containesDashboasr {
    padding: 0 0rem !important;
  }
  body#bodyHome .g-content {
    padding: 0.938rem 0rem;
    margin: 0.625rem 0rem;
  }
  body#bodyHome .box-highlight {
    max-width: 350px !important;
    min-width: 150px;
  }
}
@media (max-width: 960px) and (min-width: 650px) {
  body#bodyHome .container-apartados {
    grid-template-columns: repeat(4, 1fr);
    display: grid !important;
  }
  body#bodyHome .container-apartados a {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 649px) and (min-width: 480px) {
  body#bodyHome .container-apartados {
    grid-template-columns: repeat(3, 1fr);
    display: grid !important;
  }
  body#bodyHome .container-apartados a {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  body#bodyHome .container-apartados {
    grid-template-columns: repeat(2, 1fr);
    display: grid !important;
  }
  body#bodyHome .container-apartados a {
    display: flex;
    justify-content: center;
  }
}
body#bodyHome #Dashboard .joyas p {
  white-space: nowrap;
}
body#bodyHome #Dashboard .conatainerJoyasBeneficios {
  gap: 4px;
}
body.outline-33 ::-webkit-scrollbar-thumb {
  background-color: #c2c3c9;
  height: 5px;
  margin: 4px;
  border: 2px solid #c2c3c9 !important;
  border-radius: 10px !important;
}
body.outline-33 ::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}
body.outline-33 div#g-page-surround {
  background: #fff;
}
body.outline-33 div#page {
  display: block !important;
}
body.outline-33 .processBar {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.outline-33 .processBar .statusText {
  height: max-content;
  display: flex;
  min-height: 12rem;
  margin-left: 0.7rem;
  font-weight: 600;
}
body.outline-33 .processBar .statusText > div {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.outline-33 .processBar > div .iconSvg {
  display: flex;
}
body.outline-33 .processBar > div .iconSvg svg {
  max-width: 2rem;
  min-width: 2rem;
  border: 3px solid #515151;
  border-radius: 100%;
  width: 100%;
  margin: 0 !important;
}
body.outline-33 .processBar > div .lineConect {
  width: 0px;
  padding: 0px;
  height: 1.5rem;
  margin: 4px auto;
  border-left: 4px dashed #515151;
}
body.outline-33 .processBar > div.status1 div#step1icon svg, body.outline-33 .processBar > div.status2 div#step1icon svg, body.outline-33 .processBar > div.status3 div#step1icon svg {
  border: 0 !important;
  border-radius: 100%;
}
body.outline-33 .processBar > div.status1 div#step1icon svg path, body.outline-33 .processBar > div.status2 div#step1icon svg path, body.outline-33 .processBar > div.status3 div#step1icon svg path {
  fill: #236fb5 !important;
}
body.outline-33 .processBar > div.status1 div#step1-5, body.outline-33 .processBar > div.status2 div#step1-5, body.outline-33 .processBar > div.status3 div#step1-5 {
  width: 4px;
  padding: 1px;
  background: #236fb5;
  margin: auto;
  border: none;
}
body.outline-33 .processBar > div.status2 div#step2icon svg, body.outline-33 .processBar > div.status3 div#step2icon svg {
  border: 0 !important;
  border-radius: 100%;
}
body.outline-33 .processBar > div.status2 div#step2icon svg path, body.outline-33 .processBar > div.status3 div#step2icon svg path {
  fill: #236fb5 !important;
}
body.outline-33 .processBar > div.status2 div#step2, body.outline-33 .processBar > div.status2 div#step2-5, body.outline-33 .processBar > div.status3 div#step2, body.outline-33 .processBar > div.status3 div#step2-5 {
  width: 4px;
  padding: 1px;
  background: #236fb5;
  border: none;
  margin: auto;
}
body.outline-33 .processBar > div.status3 div#step3icon svg {
  border: 0 !important;
  border-radius: 100%;
}
body.outline-33 .processBar > div.status3 div#step3icon svg path {
  fill: #236fb5 !important;
}
body.outline-33 .processBar > div.status3 div#step3 {
  width: 4px;
  padding: 1px;
  background: #236fb5;
  border: none;
  margin: auto;
}
body.outline-33 .infoOrderDetail {
  margin: 4rem 1rem;
}
body.outline-33 .infoOrderDetail .labelInfo {
  text-transform: uppercase;
  font-size: 0.6rem;
  color: #515151;
  font-weight: 600;
  letter-spacing: 1px;
}
body.outline-33 .infoOrderDetail .contentInfo {
  color: #000;
  font-weight: 600;
  font-size: 0.85rem;
}
body.outline-33 .infoOrderDetail .contInfO {
  margin: 0.3rem 0rem;
}
body.outline-33 .containerDetailOrder {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 1rem;
}
body.outline-33 .containerDetailOrder .imageDetail {
  padding: 0.5rem 2rem;
  border-radius: 20px;
  margin: 0.5rem 0rem;
}
body.outline-33 .containerDetailOrder .imageDetail > div {
  display: grid;
  grid-template-columns: 8rem auto;
  align-items: center;
}
body.outline-33 .containerDetailOrder .imageDetail > div .preViewTab img {
  max-width: 8rem;
}
body.outline-33 .containerDetailOrder .imageDetail > div .infoPrdct {
  padding-left: 0.5rem;
  max-width: 15rem;
}
body.outline-33 .containerDetailOrder .imageDetail > div .infoPrdct > div {
  font-size: 0.9rem;
  text-align: left;
}
body.outline-33 .containerDetailOrder .imageDetail > div .infoPrdct .titleProduct {
  font-size: 0.9rem;
}
body.outline-33 .containerDetailOrder .imageDetail > div .infoPrdct .priceProduct {
  color: #236fb5;
  font-weight: 800;
}
body.outline-33 .containerDetailOrder .imageDetail > div .infoPrdct .statusProduct {
  color: #236fb5;
  font-weight: 600;
  font-size: 1.2rem;
}
body.outline-33 .containerDetailOrder .imageDetail.active {
  border-color: #236fb5;
}
body.outline-33 .tab {
  display: flex;
  max-height: calc(100vh - 12rem);
  overflow-y: scroll;
  width: fit-content;
  flex-direction: column;
  min-width: 25rem;
}
body.outline-33 .tab ::-webkit-scrollbar-thumb {
  background-color: #005dae;
  height: 5px;
  margin: 4px;
  border: 2px solid rgba(3, 169, 244, 0.31) !important;
  border-radius: 10px !important;
}
body.outline-33 .tab .idOrder {
  font-size: 1.5rem;
  color: #000;
  text-align: left;
  margin-bottom: 0.3rem;
}
body.outline-33 .tab .dateOrder {
  font-size: 0.9rem;
  text-align: left;
}
body.outline-33 .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
body.outline-33 .tab .tablinks.sss {
  border: 1.2px solid #dddddd;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  margin: 0.5rem 0rem;
}
body.outline-33 .tab .tablinks.sss > div {
  display: grid;
  grid-template-columns: auto 8rem;
  align-items: center;
}
body.outline-33 .tab .tablinks.sss > div .preViewTab img {
  max-width: 8rem;
}
body.outline-33 .tab .tablinks.sss > div .infoPrdct {
  padding-left: 0.5rem;
}
body.outline-33 .tab .tablinks.sss > div .infoPrdct > div {
  font-size: 0.9rem;
  text-align: left;
}
body.outline-33 .tab .tablinks.sss > div .infoPrdct .titleProduct {
  font-size: 0.9rem;
  text-overflow: ellipsis !important;
  overflow: hidden;
  white-space: nowrap;
}
body.outline-33 .tab .tablinks.sss > div .infoPrdct .statusProduct {
  color: #236fb5;
  font-weight: 600;
}
body.outline-33 .tab .tablinks.sss.active {
  border-color: #236fb5;
}
body.outline-33 a.buttonReview {
  margin-top: 0.5rem !important;
  display: flex;
  font-size: 0.8rem;
  color: #1e3051;
  border-bottom: 1px solid #1e3051;
  width: fit-content;
}
body.outline-33 a.buttonReview:hover {
  text-decoration: none !important;
}
body.outline-33 .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  width: 100%;
}
body.outline-33 .containerDemp {
  display: flex;
}
body.outline-33 .linksNf .modal {
  display: flex;
  position: inherit;
}
@media (max-width: 900px) {
  body.outline-33 .containerDemp {
    flex-direction: column;
  }
  body.outline-33 .containerDemp .tab {
    flex-direction: row !important;
    overflow-x: scroll !important;
    width: 95% !important;
    max-width: 45rem;
    margin: auto;
    min-width: auto;
  }
  body.outline-33 .containerDemp .tab .preViewTab img {
    max-width: 5rem !important;
  }
  body.outline-33 .containerDemp .infoOrderDetail {
    margin: 1rem 1rem !important;
  }
  body.outline-33 .containerDemp .containerDetailOrder {
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: center !important;
    margin: 1rem !important;
    align-items: center !important;
  }
  body.outline-33 .containerDemp .containerDetailOrder .imageDetail {
    padding: 0.5rem 0rem;
    border-radius: 20px;
    margin: 0.5rem 0rem;
    width: 100% !important;
  }
  body.outline-33 .containerDemp .containerDetailOrder .imageDetail > div {
    grid-template-columns: auto !important;
  }
  body.outline-33 .containerDemp .containerDetailOrder .infoPrdct {
    padding-left: 0rem !important;
  }
  body.outline-33 .containerDemp .containerDetailOrder .statusProduct {
    font-size: 0.9rem !important;
  }
  body.outline-33 .containerDemp .containerDetailOrder .processBar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin: 1rem 0rem !important;
    width: 100%;
  }
  body.outline-33 .containerDemp .containerDetailOrder .processBar .statusText {
    width: 100%;
    max-width: 22rem;
    min-height: auto !important;
    margin: auto !important;
  }
  body.outline-33 .containerDemp .containerDetailOrder .processBar .statusText > div {
    flex-direction: row !important;
    width: 100% !important;
    margin-bottom: 0.2rem !important;
  }
}
@media (max-width: 600px) {
  body.outline-33 .processBar > div {
    display: flex;
  }
  body.outline-33 .processBar > div .iconSvg {
    display: flex;
  }
  body.outline-33 .processBar > div .iconSvg svg {
    max-width: 2rem;
    border: 3px solid #515151;
    border-radius: 100%;
    width: 100%;
    margin: 0 !important;
  }
  body.outline-33 .processBar > div .lineConect {
    height: 0px;
    padding: 0px;
    width: 1.8rem !important;
    margin: auto 0.3rem !important;
    border-top: 4px dashed #515151;
  }
  body.outline-33 .processBar > div.status1 div#step1icon svg, body.outline-33 .processBar > div.status2 div#step1icon svg, body.outline-33 .processBar > div.status3 div#step1icon svg {
    border: 0 !important;
    border-radius: 100%;
  }
  body.outline-33 .processBar > div.status1 div#step1icon svg path, body.outline-33 .processBar > div.status2 div#step1icon svg path, body.outline-33 .processBar > div.status3 div#step1icon svg path {
    fill: #236fb5 !important;
  }
  body.outline-33 .processBar > div.status1 div#step1-5, body.outline-33 .processBar > div.status2 div#step1-5, body.outline-33 .processBar > div.status3 div#step1-5 {
    height: 4px;
    padding: 1px;
    background: #236fb5;
    margin: auto !important;
    border: none;
  }
  body.outline-33 .processBar > div.status2 div#step2icon svg, body.outline-33 .processBar > div.status3 div#step2icon svg {
    border: 0 !important;
    border-radius: 100%;
  }
  body.outline-33 .processBar > div.status2 div#step2icon svg path, body.outline-33 .processBar > div.status3 div#step2icon svg path {
    fill: #236fb5 !important;
  }
  body.outline-33 .processBar > div.status2 div#step2, body.outline-33 .processBar > div.status2 div#step2-5, body.outline-33 .processBar > div.status3 div#step2, body.outline-33 .processBar > div.status3 div#step2-5 {
    height: 4px;
    padding: 1px;
    background: #236fb5;
    border: none;
    margin: auto !important;
  }
  body.outline-33 .processBar > div.status3 div#step3icon svg {
    border: 0 !important;
    border-radius: 100%;
  }
  body.outline-33 .processBar > div.status3 div#step3icon svg path {
    fill: #236fb5 !important;
  }
  body.outline-33 .processBar > div.status3 div#step3 {
    height: 4px;
    padding: 1px;
    background: #236fb5;
    border: none;
    margin: auto !important;
  }
}
div#sbox-window {
  padding: 0 !important;
}
a.paginate_button.current {
  font-weight: 800;
  color: #000 !important;
  font-size: 1.2rem;
  margin-top: -0.2rem;
}
.notices-container {
  background: #fff !important;
  color: #2f2f2f;
}
.notices-container .rb_previewNotices .mf_btn a {
  color: #2f2f2f !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.3rem;
  border: 1px solid #2f2f2f;
  margin: 1rem auto;
  border-radius: 25px;
  font-size: 0.9rem;
  max-width: 13rem;
}
.notices-container .rb_previewNotices .notices_recent {
  display: flex;
  border: 1px solid #d4d4d4 !important;
  padding: 1rem;
  flex-direction: column;
  gap: 20px;
  height: max-content;
  padding-bottom: 3rem;
}
.notices-container .rb_previewNotices .notices_recent .title_nr {
  font-size: 1.2rem;
  font-weight: 700;
}
.notices-container .rb_previewNotices .notices_recent .item_noticesr {
  display: flex;
  gap: 10px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d4d4d4 !important;
}
.notices-container .rb_previewNotices .notices_recent .item_noticesr .img_nr {
  width: 100%;
  max-width: 7rem;
}
.notices-container .rb_previewNotices .notices_recent .item_noticesr .pv_noticesr {
  width: 100%;
  gap: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notices-container .rb_previewNotices .notices_recent .item_noticesr .pv_noticesr .description_nr {
  min-height: 2rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8rem;
  padding: 0rem !important;
  line-height: 1.3;
}
.notices-container .notices_ctn {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 1rem;
}
.notices-container .notices_ctn .contant_notices {
  width: 100%;
}
.notices-container .notices_ctn .contant_notices .pvCentral {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv {
  padding: 1rem;
  border: 1px solid #2f2f2f;
  border-radius: 5px;
  display: flex;
  gap: 20px;
  line-height: 1.1;
  justify-content: flex-start;
  align-items: center;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image_notice img {
  max-width: 17rem;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 0.9rem;
  justify-content: space-between;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice .tags_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice .previewNotice_c .title_notice_pv {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice .vm_btn {
  display: flex;
  justify-content: flex-end;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice .vm_btn a {
  color: #2f2f2f;
}
.notices-container .notices_ctn .contant_notices .searchSection_notices .tagsSection_notices {
  margin: 2rem auto;
}
.notices-container .notices_ctn .contant_notices .searchSection_notices .tagsSection_notices .item_tag {
  width: fit-content;
  border: 1px solid #c41e1e;
  color: #c41e1e;
  padding: 0.1rem 0.7rem;
  font-size: 0.8rem;
  border-radius: 25px;
}
.notices-container .notices_ctn .rb_previewNotices {
  width: 100%;
  max-width: 20rem;
}
body.com_blog {
  color: #4d4d4d !important;
}
body.com_blog a {
  cursor: pointer !important;
}
body.com_blog.view-com .title-notice {
  text-align: left !important;
  font-size: 1.5rem !important;
}
body.com_blog.view-com img.img-main {
  width: 100%;
  height: 100% !important;
  margin: 1rem auto !important;
}
body.com_blog.view-com div#publicacion {
  margin: 2rem 1rem;
}
body.com_blog.view-com div#publicacion {
  word-break: break-all;
  color: #4d4d4d !important;
}
body.com_blog .containerSS {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
body.com_blog .slider-nav button {
  height: 3rem;
  margin-top: 2rem;
  background: none;
  font-size: 2rem;
}
body.com_blog .title_nr {
  color: #4d4d4d !important;
}
body.com_blog .nameCategory {
  color: #4d4d4d;
}
body.com_blog .titlenr {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  font-weight: 600;
  color: #4d4d4d !important;
}
body.com_blog .img_nr {
  height: 100%;
  max-height: 5rem;
  display: flex;
}
body.com_blog .info-item {
  border: 0px !important;
}
body.com_blog .group-events {
  display: flex;
  width: 100%;
}
body.com_blog .input-group span, body.com_blog .input-group input {
  border-color: #e0e0e0;
}
body.com_blog .group-icons span {
  display: flex;
  align-items: center;
}
body.com_blog .notices_recent {
  border-color: #4d4d4d !important;
}
body.com_blog .group-items {
  width: 100%;
  max-width: 45rem;
}
body.com_blog .group-items .item {
  margin-right: 1rem;
  border: 1px solid #e0e0e0;
}
body.com_blog .group-img-icon {
  width: 100%;
}
body.com_blog .group-img-icon img {
  width: 100% !important;
}
body.com_blog .info-item {
  display: flex !important;
  flex-direction: column;
  gap: 6px;
}
body.com_blog .info-item label.title {
  min-height: 3rem;
  line-height: 1.1;
  color: #4d4d4d !important;
}
body.com_blog .slick-track {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
}
body#adcBody label.labelSpan {
  display: flex;
  flex-direction: column;
}
body#adcBody label.labelSpan span {
  font-size: 0.8rem;
  font-weight: 400;
}
body#adcBody textarea#description_preview {
  width: 100%;
}
body#adcBody .containerLoading {
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  justify-content: center;
  align-items: center;
  display: none;
}
body#adcBody .containerLoading.activateL {
  display: flex !important;
}
body#adcBody .containerSearch {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  font-size: 0.9rem;
  margin-bottom: -4rem;
}
body#adcBody .containerHistory {
  padding-top: 1rem;
}
body#adcBody .swal2-container.swal2-center.swal2-backdrop-show {
  z-index: 999999;
}
body#adcBody .swal2-container.swal2-center.modalLevels.swal2-backdrop-show {
  z-index: 999999;
}
body#adcBody div:where(.swal2-container) button:where(.swal2-close):focus {
  box-shadow: none;
}
body#adcBody .titleAc {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
body#adcBody .containerAddTaginput label {
  font-size: 0.9rem;
  font-weight: 500;
}
body#adcBody .containerAddTaginput a {
  height: 2rem;
  width: 100%;
  min-width: 9rem;
  width: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 20px;
  border: 2px solid #1536F4;
  background: #1536F4;
  color: #fff;
  transition: 0.3s;
  margin: auto;
  font-size: 0.9rem;
}
body#adcBody .containerAddTaginput a:hover {
  background: #fff !important;
  color: #1536F4 !important;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 500;
}
body#adcBody button.ck.ck-button.ck-off.ck-dropdown__button, body#adcBody span.ck-file-dialog-button {
  display: none;
}
body#adcBody a {
  cursor: pointer !important;
}
body#adcBody .addSegmentation {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem;
}
body#adcBody .addSegmentation input {
  margin: 0 !important;
}
body#adcBody .titleSection_notices {
  font-weight: 600;
  font-size: 2rem;
}
body#adcBody button.tooltip-trigger {
  width: 2rem;
}
body#adcBody .imgpc {
  width: 3.5rem;
  height: 3.5rem;
  background: #e6e6e6;
  border-radius: 100%;
}
body#adcBody .editView div#tags_pub_chosen {
  display: none !important;
}
body#adcBody .ss-adc {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
}
body#adcBody .ss-adc .ctnr-ti {
  display: flex;
  gap: 15px;
  align-items: center;
}
body#adcBody .ss-adc .ctnr-ti .containerIU {
  line-height: 1.2;
}
body#adcBody .ss-adc .ctnr-ti .nameUsr {
  font-weight: 600;
}
body#adcBody .ss-adc .ctnr-ti .pfl-user {
  font-size: 0.8rem;
}
body#adcBody .adc_container {
  color: #4d4d4d;
  width: 100%;
  max-width: 75rem;
  margin: 2rem auto;
  margin-bottom: 5rem;
  margin-top: -5rem;
  background: #fff;
  padding: 2rem 2rem;
}
body#adcBody .adc_container .btnActionsS {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 1.5rem auto;
}
body#adcBody .adc_container .btnActionsS a, body#adcBody .adc_container .btnActionsS button {
  height: 2rem;
  max-width: 12rem;
  width: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 20px;
  border: 2px solid #1536F4;
  background: #1536F4;
  color: #fff;
  transition: 0.3s;
}
body#adcBody .adc_container .btnActionsS a:hover, body#adcBody .adc_container .btnActionsS button:hover {
  background: #fff !important;
  color: #1536F4 !important;
  transition: 0.3s;
  cursor: pointer;
}
body#adcBody .adc_container .btnActionsS a.readonly, body#adcBody .adc_container .btnActionsS button.readonly {
  pointer-events: none;
  opacity: 0.8;
}
body#adcBody .adc_container .btnActionsS a {
  margin-top: 1rem !important;
  color: #fff !important;
  text-decoration: none !important;
  width: 100% !important;
}
body#adcBody .adc_container select {
  width: 100%;
  border: 1px solid rgba(136, 136, 136, 0.25);
}
body#adcBody .adc_container .containerTags {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}
body#adcBody .adc_container .containerTags a {
  text-decoration: underline;
  color: #1536F4;
}
body#adcBody .adc_container div#tags_pub_chosen {
  width: 100% !important;
  max-width: 100%;
}
body#adcBody .adc_container div#tags_pub_chosen ul {
  width: 100% !important;
}
body#adcBody .adc_container .tabs_container {
  display: flex;
  align-items: flex-end;
}
body#adcBody .adc_container .tabs_container .item_tab {
  width: 100%;
  max-width: 10rem;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  border-radius: 10px 10px 0px 0px;
  background: #e4e4e4;
  color: #4d4d4d;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
body#adcBody .adc_container .tabs_container .item_tab.activeTab {
  background: #3670FF;
  color: #fff;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
body#adcBody .adc_container .content_adc {
  min-height: calc(100vh - 20rem);
  background: #fff;
  padding: 1rem;
  border: 2px solid #e4e4e4;
}
body#adcBody .adc_container .content_adc .content_container {
  display: none;
}
body#adcBody .adc_container .content_adc .content_container form {
  display: flex;
  gap: 20px;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#content_pub {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#content_pub .control_g {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  /* For media input labels with tooltip */
  /* Label tooltip */
}
body#adcBody .adc_container .content_adc .content_container form fieldset#content_pub .control_g textarea {
  height: 7rem !important;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#content_pub .control_g label {
  margin-bottom: 0.2rem !important;
  font-weight: 600;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#content_pub .control_g .media-label-text {
  font-size: inherit;
  position: relative;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#content_pub .control_g .media-label-text:hover .media-tooltip-text {
  visibility: visible;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#content_pub .control_g .media-tooltip-text {
  visibility: hidden;
  background-color: #fff;
  color: #848484;
  padding: 6px 10px;
  border: solid 1px #cbcbcb;
  border-radius: 6px;
  font-weight: normal;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  /* Position the tooltip to the right and center */
  position: absolute;
  z-index: 1;
  width: 180px;
  right: -195px;
  top: 50%;
  transform: translateY(-50%);
  /* Tooltip arrow to the left and center */
}
body#adcBody .adc_container .content_adc .content_container form fieldset#content_pub .control_g .media-tooltip-text::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #cbcbcb transparent transparent;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#confi_pub {
  width: 100%;
  max-width: 20rem;
  border: 1px solid #e4e4e4;
  padding: 2rem 1em;
  gap: 10px;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#confi_pub .control_g {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#confi_pub .control_g .inputsCtn {
  display: flex;
  gap: 10px;
  margin-bottom: 0rem;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#confi_pub .control_g .inputsCtn .label_datei {
  font-size: 0.8rem;
  color: #848484;
  font-weight: 500;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#confi_pub .control_g span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #848484;
}
body#adcBody .adc_container .content_adc .content_container form fieldset#confi_pub .control_g label, body#adcBody .adc_container .content_adc .content_container form fieldset#confi_pub .control_g .label_ps {
  margin-bottom: 0.2rem !important;
  font-weight: 600;
}
body#adcBody .adc_container .content_adc .content_container.activeDetail {
  display: block !important;
}
body#adcBody div.modal.fade.in {
  top: 10%;
  z-index: 999999;
}
body#adcBody div.modal.fade.in .modal-content {
  box-shadow: none !important;
}
body#adcBody div#modalSegm {
  top: -200%;
  width: 90%;
  margin: auto;
  height: fit-content;
  color: #4d4d4d;
  max-width: 30rem;
  max-height: 40rem;
  border-radius: 2rem;
  overflow-y: auto;
}
body#adcBody div#modalSegm .containerBtnS {
  display: flex;
  gap: 10px;
  margin: 0.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}
body#adcBody div#modalSegm .containerBtnS .btnFtrue {
  height: 2rem;
  width: 100%;
  max-width: 8rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 20px;
  border: 2px solid #1536F4;
  background: #1536F4;
  color: #fff;
  transition: 0.3s;
}
body#adcBody div#modalSegm .containerBtnS .btnFtrue:hover {
  background-color: #fff !important;
  color: #1536F4;
  transition: 0.3s;
}
body#adcBody div#modalSegm .containerBtnS .btnFfalse {
  height: 2rem;
  width: 100%;
  max-width: 8rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 20px;
  border: 2px solid #1536F4;
  background: #fff;
  color: #1536F4;
  transition: 0.3s;
}
body#adcBody div#modalSegm .containerBtnS .btnFfalse:hover {
  background-color: #1536F4 !important;
  color: #fff;
  transition: 0.3s;
}
body#adcBody div#modalSegm .chosen-container {
  width: 100% !important;
}
body#adcBody div#modalSegm .control_g {
  width: 100%;
  margin: auto;
  max-width: 15rem;
}
body#adcBody div#modalSegm .control_g a.gtusers {
  margin-top: 1rem;
}
body#adcBody div#modalSegm.fade.in {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body#adcBody div#modalSegm .titleModal {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
}
body#adcBody div#modalSegm button.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
}
body#adcBody div#modalSegm .chosen-container input, body#adcBody div#modalSegm .chosen-container select, body#adcBody div#modalSegm .chosen-container ul.chosen-choices {
  border-radius: 18px !important;
  padding: 0.2rem 0.5rem !important;
  width: 100% !important;
  max-width: 15rem;
}
body#adcBody div#modalSegm hr.separator {
  border-bottom: 1px solid #c7c7c7 !important;
  margin-top: 2rem;
  width: 100%;
  max-width: 20rem;
  margin-bottom: 0.5rem;
}
body#adcBody div#modalSegm div#region_chosen {
  width: 100% !important;
}
body#adcBody div#modalSegm .modal-body {
  position: relative;
  padding: 15px;
  overflow-y: hidden;
  background: transparent !important;
  max-height: 100%;
  padding: 0rem;
}
body#adcBody div#modalSegm .modal-body .control_g label {
  margin-bottom: 0;
  font-weight: 500;
  color: #4d4d4d !important;
}
body#adcBody div#modalSegm .modal-body .modal-content {
  border-radius: 25px !important;
}
body#adcBody button.swal2-confirm.swal2-styled {
  background: #1536F4;
  padding: 0;
  height: 2rem;
  width: 100%;
  min-width: 8rem;
  border-radius: 25px;
}
body#adcBody .modal-backdrop.fade.in {
  z-index: 99999;
}
body#adcBody h2#swal2-title {
  line-height: 1;
}
body#adcBody .conatinerModal {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
  padding: 1rem 0 1rem 0rem;
}
body#adcBody .conatinerModal .segmentacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 1rem;
  width: 100%;
}
body#adcBody .conatinerModal .segmentacion a.gtusers {
  height: 2rem;
  width: 10rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 20px;
  border: 2px solid #1536F4;
  background: #1536F4;
  color: #fff;
  transition: 0.3s;
}
body#adcBody .conatinerModal .segmentacion a.gtusers:hover {
  background-color: #fff !important;
  color: #1536F4;
  transition: 0.3s;
}
body#adcBody .conatinerModal div#tableUsers_filter {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
body#adcBody .conatinerModal div#tableUsers_filter .selectedChecbox {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 0.8rem;
  width: 100%;
  max-width: 10rem;
  align-items: center;
}
body#adcBody .conatinerModal div#tableUsers_filter .selectedChecbox input#checkboxSu {
  max-width: 1rem !important;
  margin: 0;
}
body#adcBody .conatinerModal div#tableUsers_info {
  margin: 1rem;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
}
body#adcBody .conatinerModal div#usersTable {
  width: 100%;
  border-radius: 10px;
}
body#adcBody .conatinerModal div#usersTable table#tableUsers {
  display: block;
  border: 0;
  max-height: 20rem;
  overflow-x: scroll;
  padding: 1rem 0.5rem;
  font-size: 0.8rem !important;
}
body#adcBody .conatinerModal div#usersTable table#tableUsers th:nth-child(4) {
  min-width: 8rem;
}
body#adcBody .conatinerModal div#usersTable table#tableUsers th:nth-child(3) {
  min-width: 15rem;
}
body#adcBody .conatinerModal div#usersTable table#tableUsers th:nth-child(1) {
  min-width: 2rem;
}
body#adcBody .conatinerModal div#usersTable table#tableUsers th:nth-child(2) {
  min-width: 20rem;
}
body#adcBody .conatinerModal div#usersTable .btcActions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
body#adcBody .conatinerModal div#usersTable .btcActions a {
  height: 2rem;
  width: 10rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 20px;
  border: 2px solid #1536F4;
  transition: 0.3s;
}
body#adcBody .conatinerModal div#usersTable .btcActions a.btnFfalse {
  background: #fff;
  color: #1536F4;
}
body#adcBody .conatinerModal div#usersTable .btcActions a.btnFfalse:hover {
  background-color: #1536F4 !important;
  color: #fff;
  transition: 0.3s;
}
body#adcBody .conatinerModal div#usersTable .btcActions a.btnFtrue {
  background: #1536F4;
  color: #fff;
}
body#adcBody .conatinerModal div#usersTable .btcActions a.btnFtrue:hover {
  background-color: #fff !important;
  color: #1536F4;
  transition: 0.3s;
}
body#adcBody .conatinerModal div#usersTable table {
  font-size: 0.9rem !important;
}
body#adcBody .conatinerModal div#usersTable table td {
  padding: 0.4rem;
  border: 0 !important;
}
body#adcBody .conatinerModal div#usersTable table td input {
  max-width: 1rem;
}
body#adcBody .conatinerModal div#usersTable th {
  text-align: left;
  background-color: #f6f8fa;
}
body#adcBody .conatinerModal div#usersTable .textResults {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 100%;
  font-size: 2rem;
  font-weight: 500;
  color: #d3d3d3;
}
body#adcBody .containerHistory div#history_paginate {
  display: flex;
  justify-content: center;
  gap: 10px;
}
body#adcBody .containerHistory div#history_paginate a {
  color: #4d4d4d;
}
body#adcBody .containerHistory div#history_paginate span {
  display: flex;
  gap: 10px;
}
body#adcBody .containerHistory div#history_info {
  text-align: right;
  margin: 1rem auto;
  font-size: 0.9rem;
  font-weight: 700;
}
body#adcBody .containerHistory .tooltip-container {
  position: relative;
}
body#adcBody .containerHistory .tooltip {
  display: none;
  position: absolute;
  top: -1.5% !important;
  left: -9rem !important;
  background-color: #f1f1f1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000000000000000000;
  opacity: 1;
}
body#adcBody .containerHistory .tooltip a {
  color: #4d4d4d;
}
body#adcBody .containerHistory .tooltip.aaaa {
  display: flex !important;
}
body#adcBody .containerHistory .tooltip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body#adcBody .containerHistory .tooltip ul li {
  padding: 4px 8px;
  cursor: pointer;
  font-size: 0.9rem;
}
body#adcBody .containerHistory .tooltip::after {
  width: 0.5rem;
  content: "";
  position: absolute;
  top: 1.5rem;
  right: -1.2rem;
  height: 1rem;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d8d8d8;
  transform: rotate(90deg);
}
body#adcBody .containerHistory .tooltip ul li:hover {
  background-color: #e0e0e0;
}
body#adcBody .containerHistory div#history_length label {
  display: flex;
  flex-direction: column;
}
body#adcBody .containerHistory div#history_length label select {
  max-width: 6rem;
  color: #4d4d4d;
}
body#adcBody .containerHistory div#history_filter label {
  display: flex;
  flex-direction: column;
}
body#adcBody .containerHistory div#history_filter label input[type="search"] {
  max-width: 20rem;
}
body#adcBody .containerHistory table#history {
  font-size: 0.9rem;
  text-align: center;
}
body#adcBody .containerHistory table#history tbody {
  font-weight: 500;
}
body#adcBody .containerHistory table#history td.tdStatus span {
  border: 1px solid;
  padding: 0.2rem 0.5rem;
  border-radius: 20px;
  font-size: 0.8rem;
  display: block;
  text-transform: capitalize;
}
body#adcBody .containerHistory table#history td.tdStatus.styleFinalizado span {
  background: #e8e8e8;
  color: #4d4d4d;
  border-color: #e8e8e8;
}
body#adcBody .containerHistory table#history td.tdStatus.styleinactivo span {
  background: #dc3747;
  color: #fff;
  border-color: #dc3747;
}
body#adcBody .containerHistory table#history td.tdStatus.stylePublicado span {
  background: #20aa1d;
  color: #fff;
  border-color: #20aa1d;
}
body#adcBody .containerHistory table#history th {
  text-align: center;
  color: #4d4d4d !important;
}
body#adcBody .containerHistory table#history button.tooltip-trigger {
  background: none;
}
body#adcBody .containerHistory table#history td.nameStyletd {
  text-wrap: nowrap;
  height: 3.5rem;
}
body#adcBody .containerHistory table#history td {
  border: 0px !important;
}
body#adcBody .containerHistory table#history tr {
  border-bottom: 1px solid #d3d3d3;
  transition: 0.1s;
}
body#adcBody .containerHistory table#history tr.activetr {
  background: #e5eef7;
  border: 2px solid #99C9FB !important;
  transition: 0.1s;
}
.com_blog.view-favorites .span12 {
  position: inherit !important;
  margin-top: 0rem;
}
.com_blog .return-news {
  display: flex;
  padding: 0rem 2.5rem;
}
.com_blog a#volver-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #0072cf !important;
  font-size: 1rem;
}
.com_blog a#volver-btn img {
  width: 100%;
  max-width: 3rem;
}
.com_blog .buttonsR {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.com_blog .buttonsR .titleRecursos {
  font-size: 1.2rem;
  font-weight: 900;
}
.com_blog .buttonsR .publication-links {
  gap: 20px;
  display: flex;
  flex-direction: row;
}
.com_blog .buttonsR .publication-links a {
  border: 1px solid #f1f1f1;
  padding: 0.5rem;
  font-size: 0.8rem !important;
  min-width: 9rem;
  text-align: center;
  border-radius: 14px;
  text-decoration: underline;
  color: #0072cf;
  -webkit-box-shadow: -6px 7px 12px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -6px 7px 12px -7px rgba(0, 0, 0, 0.4);
  box-shadow: -6px 7px 12px -7px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
.com_blog .title-sectionn {
  color: #454545;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 0rem;
  font-family: "gotham-bold";
}
.com_blog .title-sectionn span {
  font-size: 2rem;
  color: #0072CF;
}
.com_blog section#g-mainwrap, .com_blog section#g-banner {
  background: #f1f1f1;
}
.com_blog .inputContainer_ {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
.com_blog .mf_btn {
  max-width: 20rem;
}
.com_blog .mf_btn a {
  color: #fff !important;
  background: #0072CF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.3rem;
  border: 1px solid #0072CF;
  margin: auto;
  border-radius: 25px;
  font-size: 0.9rem;
  max-width: 13rem;
}
.com_blog .mf_btn path {
  fill: #fff !important;
}
.com_blog #modalConfirmSave {
  display: none;
  text-align: center;
  top: 20%;
  border-radius: 25px;
  padding: 10px;
}
.com_blog #modalConfirmSave .title {
  font-size: xx-large;
  color: #002864;
  font-weight: 800;
}
.com_blog #modalConfirmSave .modal-body {
  padding-top: 45px;
}
.com_blog #modalConfirmSave .modal-body label {
  margin-bottom: 50px;
}
.com_blog #modalConfirmSave .body {
  color: #393939;
  font-weight: 600;
}
.com_blog #modalConfirmSave .cancelar {
  padding: 6px;
  width: 200px;
  border-radius: 25px;
  color: #002864;
  font-weight: 700;
  border: solid 1px;
  background-color: #fff;
  font-size: larger;
}
.com_blog #modalConfirmSave button#confirmed {
  width: 200px;
  background-color: #002864;
  border-radius: 25px;
  padding: 6px;
  font-weight: 700;
  color: #fff;
  font-size: large;
  border: solid 1px #002864;
}
.com_blog #modalConfirmSave .buttons {
  display: flex;
  margin-bottom: 28px;
  justify-content: space-evenly;
}
.com_blog #myModal1 {
  display: none;
  top: 20%;
  border-radius: 25px;
}
.com_blog #myModal1 .modal-content {
  padding: 36px;
}
.com_blog #myModal1 .group-close {
  display: flex;
  border-bottom-style: groove;
  justify-content: space-between;
  color: #454545;
  font-weight: 700;
  border-color: #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
}
.com_blog #myModal1 span#mdlLikeImg {
  font-size: 2rem;
  padding: 0.5rem 0.8rem;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  color: #dcdcdc;
}
.com_blog #myModal1 .modal-likes {
  display: inline-flex;
  border-color: #0072cf;
  border-bottom: solid;
  justify-content: flex-start;
  color: #0072cf;
  font-weight: 800;
  align-items: center;
  padding: 5px;
}
.com_blog #myModal1 .modal-likes svg {
  height: 30px;
  width: 30px;
  margin: 0 6px 0 16px;
}
.com_blog #myModal1 .modal-img-perfil {
  border-radius: 50%;
  height: 45px;
  width: 45px;
}
.com_blog #myModal1 .group-like-img {
  position: relative;
  display: inline-flex;
  margin-right: 15px;
}
.com_blog #myModal1 #row-user {
  display: flex;
  align-items: center;
  margin-top: 15px;
  height: 45px;
}
.com_blog #myModal1 #mldDivContent {
  margin-top: 25px;
  max-height: 18rem;
  overflow: auto;
}
.com_blog #myModal1 hr {
  display: contents;
}
.com_blog #myModal1 span#mdlLikeUser {
  font-weight: 800;
  color: #4b4b4b;
}
.com_blog .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}
.com_blog .favorites-container .title-section, .com_blog .new-container .title-section, .com_blog .com-container .title-section {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
.com_blog .favorites-container .title-section a, .com_blog .new-container .title-section a, .com_blog .com-container .title-section a {
  font-size: medium;
  display: flex;
  align-items: center;
}
.com_blog .favorites-container .title-section svg, .com_blog .new-container .title-section svg, .com_blog .com-container .title-section svg {
  border-radius: 25px;
  width: 40px;
  height: auto;
}
.com_blog .news-container .rb_previewNotices, .com_blog .coms-container .rb_previewNotices {
  width: 100%;
  max-width: 20rem;
}
.com_blog .news-container .rb_previewNotices .notices_recent, .com_blog .coms-container .rb_previewNotices .notices_recent {
  display: flex;
  border: 1px solid #2f2f2f;
  padding: 1rem;
  flex-direction: column;
  gap: 20px;
  height: max-content;
  padding-bottom: 3rem;
}
.com_blog .news-container .rb_previewNotices .notices_recent .title_nr, .com_blog .coms-container .rb_previewNotices .notices_recent .title_nr {
  font-size: 1.2rem;
  font-weight: 700;
}
.com_blog .news-container .rb_previewNotices .notices_recent .item_noticesr, .com_blog .coms-container .rb_previewNotices .notices_recent .item_noticesr {
  display: flex;
  gap: 10px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #2f2f2f;
}
.com_blog .news-container .rb_previewNotices .notices_recent .item_noticesr .img_nr, .com_blog .coms-container .rb_previewNotices .notices_recent .item_noticesr .img_nr {
  width: 100%;
  max-width: 7rem;
}
.com_blog .news-container .rb_previewNotices .notices_recent .item_noticesr .pv_noticesr, .com_blog .coms-container .rb_previewNotices .notices_recent .item_noticesr .pv_noticesr {
  width: 100%;
  gap: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.com_blog .news-container .rb_previewNotices .notices_recent .item_noticesr .pv_noticesr .description_nr, .com_blog .coms-container .rb_previewNotices .notices_recent .item_noticesr .pv_noticesr .description_nr {
  min-height: 2rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8rem;
  padding: 0rem !important;
  line-height: 1.3;
}
.com_blog .news-container .searchSection_notices .input-group, .com_blog .coms-container .searchSection_notices .input-group {
  display: flex;
  align-items: center;
}
.com_blog .news-container .searchSection_notices .input-group > div, .com_blog .coms-container .searchSection_notices .input-group > div {
  width: 100%;
}
.com_blog .news-container .searchSection_notices .input-group span, .com_blog .coms-container .searchSection_notices .input-group span {
  border-radius: 0 25px 25px 0;
  height: 35px;
  border: 1px solid #0072CF;
  border-right: none;
  padding: 8px 15px 6px 15px;
  position: absolute;
  right: 0;
  background: #0072CF;
  color: #fff !important;
}
.com_blog .news-container .searchSection_notices .input-group input, .com_blog .coms-container .searchSection_notices .input-group input {
  padding-left: 24px;
  margin: 0;
  border-radius: 25px;
  border: 2px solid #e0e0e0;
  border-left: none;
}
.com_blog .news-container .searchSection_notices .tagsSection_notices, .com_blog .coms-container .searchSection_notices .tagsSection_notices {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.com_blog .news-container .searchSection_notices .tagsSection_notices .item_tag, .com_blog .coms-container .searchSection_notices .tagsSection_notices .item_tag {
  width: fit-content;
  padding: 0.1rem 0.7rem;
  font-size: 0.8rem;
  border-radius: 25px;
  margin-right: 12px;
}
.com_blog .news-container .searchSection_notices .tagsSection_notices .item_tag img, .com_blog .coms-container .searchSection_notices .tagsSection_notices .item_tag img {
  height: 24px;
}
.com_blog .news-container .itemNotice_pv .group-icons .likes-container, .com_blog .coms-container .itemNotice_pv .group-icons .likes-container {
  display: flex;
  flex-direction: row;
  padding-left: 1rem;
}
.com_blog .news-container .itemNotice_pv .group-icons .likes-container button, .com_blog .coms-container .itemNotice_pv .group-icons .likes-container button {
  background: transparent;
}
.com_blog .news-container .itemNotice_pv .group-icons .likes-container button.likes-info, .com_blog .coms-container .itemNotice_pv .group-icons .likes-container button.likes-info {
  font-weight: bold;
  width: 24px;
  padding: 0;
}
.notices-container {
  background: #f1f1f1 !important;
  color: #2f2f2f;
}
.notices-container .notices_ctn {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .notices-container .notices_ctn {
    flex-wrap: wrap;
  }
}
.notices-container .notices_ctn .containerSS {
  width: 88%;
}
@media only all and (max-width: 47.99rem) {
  .notices-container .notices_ctn .contant_notices {
    width: 100% !important;
  }
}
.notices-container .notices_ctn .contant_notices .pvCentral {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.notices-container .notices_ctn .contant_notices .pvCentral .footerImagen {
  color: #929292 !important;
}
.notices-container .notices_ctn .contant_notices .pvCentral .footerImagen span {
  color: #929292 !important;
  font-weight: bold;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv {
  padding: 1rem;
  border: none;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  line-height: 1.1;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only all and (max-width: 30rem) {
  .notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv {
    flex-direction: column;
  }
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .imageContainer {
  width: 30%;
  min-width: 13rem;
  max-width: 20rem;
  align-self: flex-start;
}
@media only all and (max-width: 47.99rem) {
  .notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .imageContainer {
    align-self: center;
  }
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv div {
  width: 100%;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .title_notice_pv {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image_notice {
  width: 100%;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image_notice img {
  max-width: none;
  width: 100%;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image_notice .footerImagen {
  background-color: #eaeaea;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image_notice .footerImagen .group-icons {
  display: flex;
  align-items: center;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image_notice .footerImagen .group-icons button {
  background-color: transparent;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image_notice .footerImagen .group-icons span {
  margin-left: 10px;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 0.9rem;
  justify-content: space-between;
  color: #454545;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice .tags_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice .vm_btn {
  display: flex;
  justify-content: flex-end;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice .vm_btn a {
  color: #1536f4;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .content_notice .vm_btn svg {
  width: 1rem;
  margin-left: 4px;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image-icon {
  position: relative;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image-icon .group-name-category {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 0 0 10px 10px;
  padding: 6px 12px;
  font-weight: 700;
  box-shadow: 5px 6px 6px 0px #636363;
  max-width: fit-content !important;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .image-icon .group-name-category img {
  height: 2.5rem;
  width: auto;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .tags-icon {
  display: flex;
  align-items: center;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .tags-icon svg {
  width: 20px;
  height: 20px;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .tags-icon .tags {
  display: flex;
  flex-wrap: wrap;
}
.notices-container .notices_ctn .contant_notices .pvCentral .itemNotice_pv .tags-icon label {
  padding: 5px;
  border: solid 1px #658bdf;
  margin: 2px 5px;
  border-radius: 25px;
  color: #2563eb;
  font-weight: 600;
  background-color: #2563eb1f;
}
.notices-container input.item-search:focus {
  border-color: rgba(136, 136, 136, 0.25);
  box-shadow: none;
}
.notices-container input.item-search:hover {
  border-color: rgba(136, 136, 136, 0.25);
}
#favoritos .group-items .item .descripcion {
  word-wrap: break-word;
  color: black;
}
#favoritos .group-items .item .title {
  color: black;
  font-weight: 700;
}
#favoritos .group-items .item .group-img-icon {
  position: relative;
  overflow: hidden;
  justify-self: center;
}
#favoritos .group-items .item .group-img-icon .img-item {
  width: auto;
  height: 150px;
  object-fit: cover;
}
#favoritos .group-items .item button#eliminar {
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}
#favoritos .group-items .item button#eliminar svg {
  width: 35px;
  height: auto;
}
#favoritos .group-items .item .group-events {
  color: #757575;
  font-weight: 500;
  font-size: smaller;
  display: flex;
  justify-content: space-between;
}
#favoritos .group-items .item a {
  display: flex;
  font-weight: 700;
  justify-content: flex-end;
}
#favoritos .group-items .item .info-item {
  padding: 9px;
  display: grid;
  align-items: flex-start;
  border: solid 1px #bbb;
  align-content: space-around;
}
.notice-container {
  color: #2f2f2f;
}
.notice-container .tags-icon {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.notice-container .tags-icon svg {
  width: 20px;
  height: 20px;
}
.notice-container .tags-icon .tags {
  display: flex;
  flex-wrap: wrap;
}
.notice-container .tags-icon label {
  padding: 5px;
  border: solid 1px #658bdf;
  margin: 2px 5px;
  border-radius: 25px;
  color: #2563eb;
  font-weight: 600;
  background-color: #e8efff;
}
.notice-container input.item-search:focus {
  border-color: rgba(136, 136, 136, 0.25);
  box-shadow: none;
}
.notice-container input.item-search:hover {
  border-color: rgba(136, 136, 136, 0.25);
}
.notice-container .title-notice {
  font-size: 2rem;
  font-weight: 700;
  color: #454545;
  line-height: 55px;
}
.notice-container #publicacion {
  color: black;
}
@media only all and (max-width: 47.99rem) {
  .notice-container #publicacion .input-group .title-new .title-notice {
    line-height: 1.3;
  }
}
.notice-container #publicacion img {
  width: auto;
  margin: 0 auto;
  display: flex;
  margin-top: 3rem;
}
@media only all and (max-width: 47.99rem) {
  .notice-container #publicacion img {
    margin-top: 1.9rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .notice-container #publicacion img.img-main {
    display: none;
  }
}
.notice-container #publicacion img.img-mobile {
  display: none;
}
@media only all and (max-width: 47.99rem) {
  .notice-container #publicacion img.img-mobile {
    display: block;
  }
}
.notice-container .footerImagen {
  background-color: #eaeaea;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .notice-container .footerImagen .content-date-footer {
    width: unset;
  }
}
@media only all and (max-width: 47.99rem) {
  .notice-container .footerImagen .content-date-footer {
    margin: 0rem !important;
    justify-content: center;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .notice-container .footerImagen .content-group-icons {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .notice-container .footerImagen .content-group-icons {
    width: 100%;
  }
}
.notice-container .footerImagen .group-icons {
  display: flex;
  align-items: center;
}
.notice-container .footerImagen .group-icons #likes-container {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: center;
  height: 100%;
  border-left: 2px solid #f1f1f1;
  color: #0072CF;
  background-color: #ffffff;
}
.notice-container .footerImagen .group-icons #likes-container.liked {
  color: #ffffff;
  background-color: #0072CF;
}
.notice-container .footerImagen .group-icons #likes-container #likes-info {
  border: none;
}
.notice-container .footerImagen .group-icons #likes-container #btn-like {
  border: none;
  display: flex;
  flex-direction: row;
}
.notice-container .footerImagen .group-icons #likes-container #btn-like img {
  margin-bottom: 2px;
}
.notice-container .footerImagen .group-icons button {
  background-color: transparent;
}
.notice-container .footerImagen .group-icons span {
  margin-left: 10px;
}
@media only all and (max-width: 47.99rem) {
  .notice-container .description-new {
    padding-top: 1rem;
  }
}
.notice-container .containerSS {
  display: flex;
  align-items: center !important;
  justify-content: center;
}
.coms-container .group-items .item .descripcion {
  word-wrap: break-word;
  color: black;
}
.coms-container .group-items .item .title {
  color: black;
  font-weight: 700;
}
.coms-container .group-items .item .group-img-icon {
  position: relative;
  overflow: hidden;
  justify-self: center;
}
.coms-container .group-items .item .group-img-icon .img-item {
  width: auto;
  height: 150px;
  object-fit: cover;
}
.coms-container .group-items .item button#eliminar {
  background-color: transparent;
  padding: 0;
}
.coms-container .group-items .item button#eliminar svg {
  width: auto;
  height: auto;
}
.coms-container .group-items .item .group-events {
  color: #757575;
  font-weight: 500;
  font-size: smaller;
  display: flex;
  justify-content: space-between;
}
.coms-container .group-items .item a {
  display: flex;
  font-weight: 700;
  justify-content: flex-end;
}
.coms-container .group-items .item .info-item {
  padding: 9px;
  display: grid;
  align-items: flex-start;
  border: solid 1px #bbb;
  align-content: space-around;
}
.coms-container .group-icons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.coms-container .group-icons button {
  background-color: transparent;
}
.coms-container .nameCategory {
  font-size: x-large;
  font-weight: 700;
}
.favoritos-news .group-items {
  flex-wrap: wrap;
  display: flex;
  max-width: none;
  justify-content: space-evenly;
}
.favoritos-news .group-items .item {
  margin: 0 1.4rem 1.4rem;
  width: 200px;
  display: grid;
  grid-template-rows: auto 1fr;
}
body#BodyCatalogo #products {
  padding: 0px 17px;
}
body#BodyCatalogo #products .product_item .row {
  margin-left: 0;
}
body#BodyCatalogo .g-container .span12 {
  padding-bottom: 5rem;
}
body#BodyCatalogo .infoFilter {
  padding-right: 20px !important;
}
body#BodyCatalogo div#product_detail_container_new {
  gap: 10px;
}
@media (max-width: 700px) {
  body#BodyCatalogo #product_grid-4 {
    align-items: center;
    display: flex !important;
    flex-direction: column;
  }
  body#BodyCatalogo div#product_detail_container_new {
    flex-direction: column !important;
    gap: 10px !important;
  }
  body#BodyCatalogo .containerInfoProduct {
    order: 2;
  }
  body#BodyCatalogo .product-detail-img_new {
    margin-left: 0rem !important;
  }
  body#BodyCatalogo #main-slider {
    margin-left: 0rem !important;
  }
}
@media (min-width: 1201px) {
  body#BodyCatalogo .product_item {
    max-width: 12.6rem;
  }
}
@media (max-width: 1200px) {
  body#BodyCatalogo #product_container {
    display: flex;
    flex-direction: column;
  }
  body#BodyCatalogo .span12 > div {
    width: 100%;
    margin-top: 1rem;
  }
  body#BodyCatalogo #g-navigation {
    padding: 0rem 0rem !important;
  }
  body#BodyCatalogo #g-navigation .cuenta {
    white-space: nowrap;
  }
  body#BodyCatalogo .g-offcanvas-toggle {
    left: 3rem;
  }
}
@media (max-width: 800px) {
  body#BodyCatalogo .cotainer-fill {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  body#BodyCatalogo #filter-order {
    margin-left: 0rem;
  }
  body#BodyCatalogo .navegation-content .headCop2:nth-child(2) {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  body#BodyCatalogo .navegation-content .headCop2:nth-child(1) {
    margin-left: 14px;
  }
  body#BodyCatalogo .infoFilter {
    padding-right: 20px !important;
  }
  body#BodyCatalogo #filter-header {
    order: 2;
  }
}
@media (max-width: 800px) and (min-width: 600px) {
  body#BodyCatalogo .product_grid.products {
    grid-template-columns: repeat(3, auto) !important;
  }
}
@media (max-width: 599px) and (min-width: 451px) {
  body#BodyCatalogo .product_grid.products {
    grid-template-columns: repeat(2, auto) !important;
  }
}
@media (max-width: 450px) {
  body#BodyCatalogo .product_grid.products {
    grid-template-columns: repeat(1, auto) !important;
  }
  body#BodyCatalogo #loader-products {
    align-content: center !important;
  }
  body#BodyCatalogo .product_item {
    max-width: 354px;
  }
}
body#bodyEdc #g-navigation {
  padding: 0rem 0rem !important;
}
body#bodyEdc #g-navigation .cuenta {
  white-space: nowrap;
}
body#bodyEdc .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 1150px) {
  body#bodyEdc .dineas {
    flex-direction: column;
  }
  body#bodyEdc .levelInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body#bodyEdc .container-ne {
    flex-direction: column !important;
    align-items: center;
  }
  body#bodyEdc .dineas > div, body#bodyEdc body#bodyEdc .pointsInfo > div {
    width: 100% !important;
  }
  body#bodyEdc #imageLevelC img {
    width: 5rem !important;
  }
  body#bodyEdc section#g-mainwrap {
    width: 100% !important;
  }
  body#bodyEdc .table.table-striped {
    font-size: 10px !important;
  }
  body#bodyEdc .table.table-striped span, body#bodyEdc .table.table-striped p {
    font-size: 10px !important;
  }
  body#bodyEdc .dineas > div.pointsInfo {
    padding: 0rem !important;
  }
  body#bodyEdc .dineas > div.levelInfo .levelc {
    margin-left: 0rem !important;
  }
  body#bodyEdc .dineas > div.levelInfo .container-in .container-ne {
    justify-content: space-around;
  }
}
body#bodyMcn #g-navigation {
  padding: 0rem 0rem !important;
}
body#bodyMcn #g-navigation .cuenta {
  white-space: nowrap;
}
body#bodyMcn .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 900px) {
  body#bodyMcn .transparente {
    display: none;
  }
  body#bodyMcn div#accordion {
    padding: 0rem 1rem !important;
  }
  body#bodyMcn .bases {
    width: 50% !important;
  }
  body#bodyMcn .concursos {
    width: 50% !important;
  }
  body#bodyMcn #container-banner div {
    width: 90% !important;
  }
  body#bodyMcn #g-mainwrap > div > div > div > div > div #w-mecanica {
    width: 90% !important;
  }
  body#bodyMcn .header #nombre {
    margin-left: 0rem !important;
  }
  body#bodyMcn .header #status {
    margin-right: 0rem !important;
  }
  body#bodyMcn .bases.pestanaActive p {
    display: none;
  }
  body#bodyMcn .concursos.pestanaActive p {
    display: none;
  }
}
body#bodyCarrito #g-navigation {
  padding: 0rem 0rem !important;
}
body#bodyCarrito #g-navigation .cuenta {
  white-space: nowrap;
}
body#bodyCarrito .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 1000px) {
  body#bodyCarrito .rdpContainer {
    width: 100%;
  }
  body#bodyCarrito .body__content {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  body#bodyCarrito .g-container .span12 {
    padding: 2rem 1.5rem;
  }
}
body.com_checkout.view-delivery #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_checkout.view-delivery #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_checkout.view-delivery .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 700px) {
  body.com_checkout.view-delivery #g-mainwrap .g-grid {
    padding: 0rem 0rem !important;
  }
  body.com_checkout.view-delivery .g-container .span12 {
    padding: 2rem 1.5rem !important;
  }
  body.com_checkout.view-delivery section#g-mainwrap .container {
    height: auto !important;
    padding-bottom: 5px !important;
  }
  body.com_checkout.view-delivery section#g-mainwrap .container input.next-btn {
    margin: auto !important;
    float: none !important;
  }
}
body.com_checkout.view-survey #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_checkout.view-survey #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_checkout.view-survey .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 700px) {
  body.com_checkout.view-survey .g-container .span12 {
    padding: 2rem 1.5rem !important;
  }
  body.com_checkout.view-survey section#g-mainwrap .container {
    height: auto !important;
    padding-bottom: 5px !important;
  }
  body.com_checkout.view-survey section#g-mainwrap .container input.next-btn {
    margin: auto !important;
    float: none !important;
  }
}
body.com_checkout.view-confirm #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_checkout.view-confirm #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_checkout.view-confirm .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 700px) {
  body.com_checkout.view-confirm .g-container .span12 {
    padding: 2rem 1.5rem !important;
  }
  body.com_checkout.view-confirm section#g-mainwrap .container {
    height: auto !important;
    padding-bottom: 5px !important;
  }
  body.com_checkout.view-confirm .containerErewardM {
    width: 100% !important;
  }
  body.com_checkout.view-confirm .checkout-confirmation {
    gap: 20px;
  }
  body.com_checkout.view-confirm .itemResumePorduct {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
  }
  body.com_checkout.view-confirm .titleSection {
    text-align: center !important;
  }
}
@media (max-width: 700px) {
  body.com_checkout .rdpContainer {
    width: 100% !important;
    justify-content: center;
  }
  body.com_checkout .checkout-confirmation__inputs_container {
    padding: 1rem !important;
  }
}
body.com_blog.view-news #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_blog.view-news #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_blog.view-news .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 600px) {
  body.com_blog.view-news .tagsSection_notices {
    grid-template-columns: repeat(3, 1fr);
    display: grid !important;
    row-gap: 10px;
  }
}
body.com_blog.view-new #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_blog.view-new #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_blog.view-new .g-offcanvas-toggle {
  left: 3rem;
}
body.com_blog.view-new #g-mainwrap .span12 {
  padding: 1rem 3rem;
}
@media only all and (max-width: 30rem) {
  body.com_blog.view-new #g-mainwrap .span12 {
    padding: 16px;
  }
}
body.com_blog.view-favorites #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_blog.view-favorites #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_blog.view-favorites .g-offcanvas-toggle {
  left: 3rem;
}
body.com_blog.view-favorites .contenedor-item {
  min-width: 249px;
}
@media (max-width: 610px) {
  body.com_blog.view-favorites .group-items {
    justify-content: center !important;
    align-items: center;
  }
  body.com_blog.view-favorites .contenedor-item {
    width: 20rem !important;
  }
}
body#adcBody #g-banner .g-content {
  margin: 0;
  padding: 0;
}
body#adcBody #g-navigation {
  padding: 0rem 0rem !important;
}
body#adcBody #g-navigation .cuenta {
  white-space: nowrap;
}
body#adcBody .g-offcanvas-toggle {
  left: 3rem;
}
body#adcBody .content-btnSubmit {
  display: none;
}
body#adcBody .content-form {
  display: flex;
  gap: 20px;
}
body#adcBody .adc_container .content_adc .content_container form {
  flex-direction: column;
}
@media (max-width: 900px) {
  body#adcBody .transparente {
    display: none;
  }
  body#adcBody .btn-enviar {
    display: none;
  }
  body#adcBody .content-btnSubmit {
    display: flex;
    margin: auto;
  }
  body#adcBody .content-form {
    flex-direction: column;
  }
  body#adcBody fieldset#confi_pub {
    width: 100%;
    max-width: none !important;
  }
  body#adcBody .ss-adc {
    flex-direction: column !important;
    gap: 15px;
  }
  body#adcBody input#title_publication {
    width: 100%;
  }
  body#adcBody #inputMultimedia .file-upload-wrapper {
    width: 100%;
  }
  body#adcBody #inputMultimedia .file-upload-wrapper {
    width: 100%;
  }
  body#adcBody .adicional .content-inputs div {
    width: 49%;
  }
  body#adcBody .content-table {
    overflow-x: auto;
  }
  body#adcBody .containerSearch {
    flex-direction: column;
    align-items: start !important;
    margin-bottom: 2rem;
  }
  body#adcBody .containerSearch div {
    width: 80% !important;
  }
}
body#bodyHelpdesk #g-navigation {
  padding: 0rem 0rem !important;
}
body#bodyHelpdesk #g-navigation .cuenta {
  white-space: nowrap;
}
body#bodyHelpdesk .g-offcanvas-toggle {
  left: 3rem;
}
body#bodyHelpdesk section#g-mainwrap {
  padding: 1rem 2rem;
}
@media (max-width: 600px) {
  body#bodyHelpdesk #helpmain-main-title {
    width: 100%;
    padding: 0rem;
  }
  body#bodyHelpdesk .span9.helpmain-container-content {
    padding-left: 0rem !important;
  }
  body#bodyHelpdesk h3.helpmain-main-sub-title {
    padding: 1rem !important;
  }
  body#bodyHelpdesk #helpmain-icon-return {
    margin-left: -1rem;
  }
}
@media (max-width: 650px) {
  body.com_userunknown.view-coreuseruserunknown .content-table {
    overflow-x: auto;
  }
  body.com_userunknown.view-coreuseruserunknown section#g-mainwrap {
    padding: 1rem 0rem !important;
  }
  body.com_userunknown.view-coreuseruserunknown section#g-mainwrap .container {
    padding: 0px !important;
  }
}
body.com_gmfteam.view-salesteam #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_gmfteam.view-salesteam #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_gmfteam.view-salesteam .g-offcanvas-toggle {
  left: 3rem;
}
body.com_gmfteam.view-salesteam #g-mainwrap .span12 {
  padding: 1rem 2rem;
}
@media (max-width: 1160px) {
  body.com_gmfteam.view-salesteam #gmftem_tools div {
    overflow-x: auto;
  }
}
body.com_notices.view-notices #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_notices.view-notices #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_notices.view-notices .g-offcanvas-toggle {
  left: 3rem;
}
body.com_gmfteam.view-financeaccount #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_gmfteam.view-financeaccount #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_gmfteam.view-financeaccount .g-offcanvas-toggle {
  left: 3rem;
}
body.com_gmfteam.view-financeaccount #g-mainwrap .span12 {
  padding: 1rem 2rem;
}
#bodyPowerBI #g-navigation {
  padding: 0rem 0rem !important;
}
#bodyPowerBI #g-navigation .cuenta {
  white-space: nowrap;
}
#bodyPowerBI .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 960px) {
  #bodyPowerBI .containerBI {
    justify-content: center !important;
  }
}
body.com_conciergedesign.view-quotations #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_conciergedesign.view-quotations #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_conciergedesign.view-quotations .g-offcanvas-toggle {
  left: 3rem;
}
body.com_conciergedesign.view-quotations section#g-mainwrap {
  padding: 2rem 4rem !important;
}
body.com_perfil.view-perfil #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_perfil.view-perfil #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_perfil.view-perfil .g-offcanvas-toggle {
  left: 3rem;
}
#bodyPedidos #g-navigation {
  padding: 0rem 0rem !important;
}
#bodyPedidos #g-navigation .cuenta {
  white-space: nowrap;
}
#bodyPedidos .g-offcanvas-toggle {
  left: 3rem;
}
body.com_catalog.view-wishlist #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_catalog.view-wishlist #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_catalog.view-wishlist .g-offcanvas-toggle {
  left: 3rem;
}
body.com_catalog.view-wishlist .span12 {
  padding: 1rem 3rem;
}
body.com_gmfteam.view-support div#gmfsupport_wrap {
  padding: 1rem 3rem;
}
body.com_gmfteam.view-support #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_gmfteam.view-support #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_gmfteam.view-support .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 650px) {
  body.com_gmfteam.view-support .card-body {
    display: flex;
    flex-direction: column;
  }
  body.com_gmfteam.view-support .width-50p {
    width: 100% !important;
  }
  body.com_gmfteam.view-support select#dealers {
    margin-left: 0rem !important;
  }
  body.com_gmfteam.view-support .form-group.width-100p {
    margin: 0rem !important;
  }
}
body.com_concierge.view-quotations section#g-banner {
  display: none;
}
body.com_concierge.view-quotations #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_concierge.view-quotations #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_concierge.view-quotations .g-offcanvas-toggle {
  left: 3rem;
}
body.com_concierge.view-quotations div#services-elite {
  min-width: 135px;
}
body.com_concierge.view-quotations div#orders-elite {
  min-width: 153px;
}
body.com_concierge.view-quotations #orders-elite h4 {
  white-space: nowrap;
}
@media (max-width: 1000px) {
  body.com_concierge.view-quotations #content2 div.row {
    overflow-x: auto;
  }
}
@media (max-width: 900px) {
  body.com_concierge.view-quotations div#Banner-deseos {
    padding: 0rem;
  }
  body.com_concierge.view-quotations .tabsConcierge {
    justify-content: start !important;
  }
  body.com_concierge.view-quotations div#collapse1, body.com_concierge.view-quotations div#collapse2, body.com_concierge.view-quotations div#collapse3 {
    height: auto;
    padding: 10px;
  }
  body.com_concierge.view-quotations div#collapse-sub1, body.com_concierge.view-quotations div#collapse-sub2, body.com_concierge.view-quotations div#collapse-sub3 {
    padding: 10px;
  }
  body.com_concierge.view-quotations section#g-mainwrap {
    padding: 2rem 2rem !important;
  }
}
body.com_concierge.view-quotation #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_concierge.view-quotation section#g-banner {
  display: none;
}
body.com_concierge.view-quotation #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_concierge.view-quotation .g-offcanvas-toggle {
  left: 3rem;
}
@media (max-width: 550px) {
  body.com_concierge.view-quotation .dinput {
    flex-direction: column;
  }
  body.com_concierge.view-quotation .dinput .cinput {
    width: 100% !important;
  }
  body.com_concierge.view-quotation .dinput.buttons-modal {
    align-items: center;
    margin-top: 2rem !important;
  }
  body.com_concierge.view-quotation .dinput.buttons-modal {
    flex-direction: row !important;
  }
}
body.com_concierge.view-details #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_concierge.view-details #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_concierge.view-details .g-offcanvas-toggle {
  left: 3rem;
}
body.com_concierge.view-details #g-mainwrap .span12 {
  padding: 2rem 2rem;
}
body.com_concierge.view-details section#g-banner {
  display: none;
}
@media (max-width: 1050px) {
  body.com_concierge.view-details #g-mainwrap .span12 {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  body.com_concierge.view-details .btn-form {
    flex-direction: column;
  }
  body.com_concierge.view-details .contentConcierge {
    flex-direction: column;
  }
  body.com_concierge.view-details .contentConcierge-response {
    flex-direction: column;
  }
  body.com_concierge.view-details .datos-producto {
    width: 100%;
    padding: 0rem;
    margin-top: 2rem;
  }
  body.com_concierge.view-details .details {
    width: 100%;
    padding: 0rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 40em) {
  body.com_concierge.view-details .details {
    display: block;
  }
}
body.com_concierge.view-confirm #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_concierge.view-confirm #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_concierge.view-confirm .g-offcanvas-toggle {
  left: 3rem;
}
body.com_concierge.view-confirm #g-mainwrap .span12 {
  padding: 2rem 2rem;
}
body.com_concierge.view-confirm section#g-banner {
  display: none;
}
body.com_concierge.view-confirm .box-answer {
  border: none;
}
body.com_concierge.view-confirm td {
  border: none;
}
body.com_concierge.view-confirm table {
  border: none;
}
body.com_concierge.view-confirm .btn.btn-info {
  /*margin: inherit;*/
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 280px;
  font-family: gotham-book;
  text-align: center;
  border-radius: 5px;
  background-color: #002859 !important;
  font-size: 0.8rem;
  font-weight: 400;
  color: white !important;
  text-transform: capitalize;
  height: 36.8px !important;
  width: 18rem !important;
  /*margin-right: 2rem;*/
  float: right;
  /*margin-bottom: 3rem;*/
}
body.com_concierge.view-confirm .col.txt-right {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
body.com_concierge.view-confirm a.btn.btn-danger {
  height: 36.8px !important;
  width: 18rem !important;
}
@media (max-width: 800px) {
  body.com_concierge.view-confirm tbody tr {
    display: flex;
    flex-direction: column;
  }
  body.com_concierge.view-confirm .col.txt-right {
    flex-direction: column;
  }
  body.com_concierge.view-confirm input.btn.btn-info {
    margin: 0 !important;
  }
}
/* Custom fonts */
@font-face {
  font-family: 'lato-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato/Lato-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/lato/Lato-Regular.woff2') format("woff2"), url('../fonts/lato/Lato-Regular.woff') format("woff"), url('../fonts/lato/Lato-Regular.ttf') format("truetype"), url('../fonts/lato/Lato-Regular.svg#lato-regular') format("svg");
}
@font-face {
  font-family: 'poppins-light';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Light.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Light.woff2') format("woff2"), url('../fonts/poppins/Poppins-Light.woff') format("woff"), url('../fonts/poppins/Poppins-Light.ttf') format("truetype"), url('../fonts/poppins/Poppins-Light.svg#poppins-light') format("svg");
}
@font-face {
  font-family: 'poppins-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Regular.woff2') format("woff2"), url('../fonts/poppins/Poppins-Regular.woff') format("woff"), url('../fonts/poppins/Poppins-Regular.ttf') format("truetype"), url('../fonts/poppins/Poppins-Regular.svg#poppins-regular') format("svg");
}
@font-face {
  font-family: 'poppins-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Bold.woff2') format("woff2"), url('../fonts/poppins/Poppins-Bold.woff') format("woff"), url('../fonts/poppins/Poppins-Bold.ttf') format("truetype"), url('../fonts/poppins/Poppins-Bold.svg#poppins-bold') format("svg");
}
@font-face {
  font-family: 'montserrat-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Regular.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Regular.woff') format("woff"), url('../fonts/montserrat/Montserrat-Regular.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Regular.svg#montserrat-regular') format("svg");
}
@font-face {
  font-family: 'montserrat-medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Medium.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Medium.woff') format("woff"), url('../fonts/montserrat/Montserrat-Medium.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Medium.svg#montserrat-medium') format("svg");
}
@font-face {
  font-family: 'montserrat-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Bold.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Bold.woff') format("woff"), url('../fonts/montserrat/Montserrat-Bold.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Bold.svg#montserrat-bold') format("svg");
}
/* Nota */
/* LO QUE HABIA EN custom.scss */
body.com_perfil .file-input-ine input[type="file"] {
  display: none;
}
body.com_perfil div#g-page-surround {
  background: url('../../../../images/2024/Login/fondo-web.png');
  background-size: cover;
  background-attachment: fixed;
}
body.com_perfil div#g-page-surround #g-banner {
  background-color: transparent;
  padding-bottom: 1rem;
}
body.com_perfil div#g-page-surround #g-mainwrap {
  background-color: transparent;
  width: 75rem;
  margin: 0 auto !important;
}
body.com_perfil div#g-page-surround #g-mainwrap .g-container {
  margin-top: 0rem !important;
}
body.com_perfil div#g-page-surround #g-mainwrap .g-content {
  margin: 0.625rem !important;
  padding: 0.938rem !important;
}
body.com_perfil div#g-page-surround #g-slideshow {
  padding-bottom: 0.7rem !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  body.com_perfil div#g-page-surround #g-mainwrap {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body.com_perfil div#g-page-surround #g-mainwrap {
    width: 48rem;
  }
}
@media only all and (max-width: 47.99rem) {
  body.com_perfil div#g-page-surround #g-mainwrap {
    width: 30rem;
  }
}
@media only all and (max-width: 800px) {
  body.com_perfil div#g-page-surround .main-submit.containerBtnsRg {
    align-items: center;
  }
}
body.com_perfil div#g-page-surround #g-mainbar, body.com_perfil div#g-page-surround section#g-slideshow {
  background-color: transparent !important;
}
body.com_perfil div#g-page-surround div#componnetContent {
  width: 100% !important;
}
body.com_perfil div#g-page-surround .wrapPerfil {
  color: #fff;
}
body.com_perfil div#g-page-surround .wrapPerfil input[type="text"], body.com_perfil div#g-page-surround .wrapPerfil input[type="password"], body.com_perfil div#g-page-surround .wrapPerfil input[type="email"], body.com_perfil div#g-page-surround .wrapPerfil select {
  width: 100%;
  max-width: 30rem;
  background: transparent;
  border-radius: inherit !important;
  border-bottom: 1px solid #FFFFFF80;
  color: #FFFFFF80;
}
body.com_perfil div#g-page-surround form#perfilForm > div {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
body.com_perfil div#g-page-surround form#perfilForm > div legend {
  text-align: start;
  font-family: gotham-book;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: white !important;
  width: 95%;
  margin: auto;
}
body.com_perfil div#g-page-surround form#perfilForm > div .main-submit.containerBtnsRg {
  max-width: 40rem !important;
  display: flex !important;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}
body.com_perfil div#g-page-surround form#perfilForm > div .main-submit.containerBtnsRg .validate {
  height: 36.8px;
  margin: inherit;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 280px !important;
  border: 2px solid #236fb5;
  font-family: gotham-book;
  text-align: center;
  border-radius: 5px;
  background: #002859 !important;
  font-size: 0.8rem;
  font-weight: 400;
  color: white !important;
  text-transform: capitalize;
  max-width: 280px;
}
body.com_perfil div#g-page-surround form#perfilForm > div .main-submit.containerBtnsRg a {
  width: 100%;
  color: #fefeff;
  text-align: center;
  border: 4px solid #2e97ec;
  background: #2e97ec;
  border-radius: 5px;
  height: 36.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
}
body.com_perfil div#g-page-surround form#perfilForm > div fieldset {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
body.com_perfil div#g-page-surround form#perfilForm > div fieldset .control-group > div {
  max-width: 15rem !important;
  margin: auto;
}
@media (max-width: 768px) {
  body.com_perfil section#g-mainwrap {
    width: 100% !important;
  }
  body.com_perfil section#g-mainwrap fieldset {
    display: flex !important;
    flex-direction: column !important;
  }
  body.com_perfil section#g-mainwrap .control-group {
    height: fit-content !important;
  }
  body.com_perfil section#g-mainwrap .main-submit.containerBtnsRg {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
body#bodyPerfil {
  /*Evitar el cambio a estilos de Webkit en inputs cuando el navegador hace Autofill en algun Form (En navegadores Chromium)*/
}
body#bodyPerfil input:-webkit-autofill, body#bodyPerfil input:-webkit-autofill:hover, body#bodyPerfil input:-webkit-autofill:focus, body#bodyPerfil input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s, font-family 9999s ease-in-out 0s;
  -webkit-text-fill-color: #FFFFFF80 !important;
  -webkit-box-shadow: none !important;
  transition-delay: 9999s;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body#bodyPerfil #g-mainbar form {
    padding: 0;
    width: 100%;
  }
}
body#bodyPerfil #g-mainbar .wrapPerfil {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
  background: linear-gradient(135.59deg, rgba(88, 130, 193, 0.49) 1.28%, rgba(88, 130, 193, 0.11) 96.26%);
  backdrop-filter: blur(4px);
  border: solid 2px #5882C147;
  width: 90%;
  margin: auto;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil {
    width: 100%;
  }
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm {
  font-family: poppins-extralight;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm {
    padding: 0;
    width: 100%;
  }
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm .titeMdSection {
  font-family: poppins-medium;
  font-weight: unset;
  letter-spacing: 0.5px;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #user-data-warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #FFEEC8;
  color: #4B4E53;
  border-radius: 5px;
  font-family: lato-regular;
  font-size: 12px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 79%;
  justify-self: center;
  padding: 4px 5%;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #user-data-warning {
    width: 90%;
    padding: 3px 7%;
  }
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #user-data-warning img {
  width: 2.8rem;
  margin-right: 0.8rem;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #user-data-warning img {
    display: none;
  }
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #user-data-warning p {
  text-align: start;
  margin: 0;
  line-height: 1.2;
  font-size: inherit;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #user-data-warning p span {
  color: #EC7702;
  font-weight: bold;
  font-size: inherit;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm legend {
  font-family: inherit;
  letter-spacing: 1.1px;
  font-size: 1rem;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset {
  padding: 0;
  width: 95%;
  margin: 2rem auto;
  grid-gap: 2rem 7%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset {
    grid-gap: 2rem 6%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset {
    grid-gap: 2rem 3%;
  }
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group {
  letter-spacing: 0.4px;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group .control-label label {
  letter-spacing: inherit;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group .controls input {
  letter-spacing: inherit;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group .controls input#jform_email {
  text-transform: lowercase;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group .controls input#jform_curp {
  text-transform: uppercase;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group .controls input:focus {
  box-shadow: none;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group .controls input::placeholder {
  color: #FFFFFF80;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group .controls button {
  background: transparent;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group .controls .viewPass img {
  width: 22px;
  height: auto;
  filter: brightness(0) invert(1);
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .field-calendar) .field-calendar {
  position: relative;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .field-calendar) .field-calendar .input-append {
  grid-template-columns: inherit;
  position: relative;
  white-space: wrap;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .field-calendar) .field-calendar button {
  position: absolute;
  right: 6px;
  top: 0;
  padding: 0;
  visibility: visible;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .field-calendar) .field-calendar button:focus {
  outline: none;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .field-calendar) .field-calendar button .iconCalendar img {
  width: 15px;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .control-label .spacer) {
    display: none;
  }
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls input[type="hidden"]) {
  display: none;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls select) select {
  letter-spacing: inherit;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls select) select:focus {
  outline: none;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls select) select option {
  background: #002859;
  color: #fff;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls select) select option:hover {
  background-color: #017CCD !important;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls select) select option:checked {
  background-color: #017CCD !important;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls select:disabled) {
  display: flex;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls input[type='checkbox'].invalid) .control-label label {
  color: #FD841F;
  font-weight: bold;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .invalid) .control-label label {
  color: #FFF;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .invalid) .controls {
  position: relative;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .invalid) .controls input {
  border-bottom: 2px solid #FD841F;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .invalid) .controls div.invalid {
  position: absolute;
  top: 27px;
  color: #FD841F;
  font-family: montserrat-medium;
  line-height: 1;
  font-size: 13px;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .invalid) .controls div.invalid::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 4px;
  font-size: 11px;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls .invalid) .controls div.invalid#jform_ine_err {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls input:read-only) .control-label label {
  color: #b3bcd4;
  font-weight: bold;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls input:read-only) .controls {
  font-family: poppins-regular;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls input:read-only) .controls input {
  background: #b3bcd4;
  color: #777f93;
  border-bottom: none;
  font-family: inherit;
  font-weight: inherit;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls input:read-only) .controls input::placeholder {
  color: #777f93;
  font-family: inherit;
  font-weight: inherit;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls input:read-only) .controls select {
  opacity: 1 !important;
  background: #b3bcd4;
  color: #777f93;
  border-bottom: none;
  font-family: inherit;
  font-weight: inherit;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls input:read-only) .controls .viewPass {
  display: none;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset .control-group:has(> .controls input:read-only) .controls button span img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(9%) saturate(706%) hue-rotate(185deg) brightness(90%) contrast(85%);
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset {
  display: flex;
  flex-direction: column;
  border: 2px dashed #ccc;
  border-radius: 10px;
  border-color: #ccc;
  margin: 1rem auto 2rem;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset:has(> div.invalid) {
  background-color: #F35746;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset:has(> div.invalid) img {
  width: 45px;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset .ine-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  margin: 2.5rem 0;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset .ine-status img {
  width: 5rem;
  margin-bottom: 0.5rem;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset .ine-status p {
  margin: 0;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset .ine-status #btn-upload-again {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  border: solid 2px #fff;
  border-radius: 6px;
  width: 20rem;
  padding: 8px 0;
  margin-top: 1.3rem;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset .ine-status #btn-upload-again {
    width: 15rem;
  }
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset .ine-status #btn-upload-again:active {
  background-color: #F35746;
  filter: contrast(0.7);
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset .ine-status #btn-upload-again img {
  width: 25px;
  margin: 0;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset#documents-fieldset .control-group {
  border-radius: 10px;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset #div_jform_ine {
  height: unset;
  width: 100%;
  max-width: 100%;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset #div_jform_ine .control-label {
  display: none;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset #div_jform_ine .controls {
  width: 100% !important;
  max-width: unset !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  padding: 1rem;
  background: transparent;
  font-family: poppins-extralight;
  font-size: 0.8rem !important;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset #div_jform_ine .controls #maxUpload {
  pointer-events: none;
  width: 70%;
  min-width: 16rem;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset #div_jform_ine .controls #maxUpload img {
  width: 45px;
  margin: 15px 0;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset #div_jform_ine .controls #maxUpload p {
  margin: 0;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm fieldset #div_jform_ine .controls #maxUpload p#selectedFileName {
  margin: 10px 0;
  min-height: 21.61px;
  font-weight: bold;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #ine-label {
  position: relative;
  width: 100% !important;
  max-width: 20rem !important;
  margin: 3rem auto 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #ine-label #ine-label-text {
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  color: white;
  letter-spacing: 0.5px;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #ine-label #tooltip-ine {
  width: 1.5rem;
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media only all and (max-width: 59.99rem) {
  body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #ine-label #tooltip-ine {
    display: none;
  }
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #ine-label #tooltip-ine:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #ine-label #tooltip-ine .tooltip-text {
  visibility: hidden;
  opacity: 0;
  background-color: #6eb03e;
  color: white;
  text-align: left;
  padding: 17px;
  border-radius: 10px;
  font-size: 0.83rem;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 16rem;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm #ine-label #tooltip-ine .tooltip-text::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent #6eb03e transparent transparent;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm .main-submit.containerBtnsRg {
  justify-content: space-evenly;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
body#bodyPerfil #g-mainbar .wrapPerfil #perfilForm .main-submit.containerBtnsRg button#guardar {
  margin: 0;
}
body#bodyPerfil #g-mainbar #overlay {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100002;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal {
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31.5rem;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil #g-mainbar #overlay #ine-warning-modal {
    border-radius: 30px;
    width: 95%;
    max-width: 25rem;
  }
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container {
  margin: 1rem 0 4rem 0;
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container {
    margin: 2.5rem 0 2rem 0;
  }
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content {
  min-height: 21rem;
  color: #323232;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content .flex-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content .icon-container {
  width: unset;
  height: unset;
  margin: 2.8rem 0;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content .icon-container img {
  width: 4.5rem;
  max-width: unset;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content .modal-title {
  font-family: poppins-bold;
  font-size: 1rem;
  width: 85%;
  text-align: center;
  margin: 0;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content .modal-text {
  font-family: montserrat-medium;
  text-align: center;
  font-size: 11px;
  line-height: 1.65;
  width: 85%;
  white-space: pre-line;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content .modal-text strong {
  font-size: 10.2px;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content button {
  width: 61%;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  color: #FFFFFF;
  margin-top: 1.5rem;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content button:hover {
  opacity: 0.9;
  transition: 0.2s;
}
body#bodyPerfil #g-mainbar #overlay #ine-warning-modal #modal-content-container .modal-content button.btn-close-warning {
  background-color: #F0631E;
}
body#bodyPerfil .lineas {
  display: flex;
  width: 95%;
  flex-direction: row;
  align-items: center;
  margin: auto;
}
body#bodyPerfil .lineas hr.linea-active {
  border-radius: 50px;
  margin: inherit;
  background: var(--Green, #86BC3C);
  border: 3px solid var(--Green, #86BC3C);
  width: 100%;
}
body#bodyPerfil .lineas hr.linea-inactive {
  margin: inherit;
  background: #E9E9E9;
  width: 0;
  border: none;
}
body#bodyPerfil div#g-page-surround #g-mainbar, body#bodyPerfil div#g-page-surround section#g-slideshow {
  background-color: transparent !important;
}
body#bodyPerfil div#g-page-surround div#componnetContent {
  width: 100% !important;
}
body#bodyPerfil div#g-page-surround .wrapPerfil {
  color: #fff;
}
body#bodyPerfil div#g-page-surround .wrapPerfil input[type="text"], body#bodyPerfil div#g-page-surround .wrapPerfil input[type="password"], body#bodyPerfil div#g-page-surround .wrapPerfil input[type="email"], body#bodyPerfil div#g-page-surround .wrapPerfil select {
  width: 100%;
  max-width: 30rem;
  background: transparent;
  border-radius: inherit !important;
  border-bottom: 1px solid #FFFFFF80;
  color: #FFFFFF80;
}
body#bodyPerfil div#g-page-surround .wrapPerfil input[type="text"]:focus, body#bodyPerfil div#g-page-surround .wrapPerfil input[type="password"]:focus, body#bodyPerfil div#g-page-surround .wrapPerfil input[type="email"]:focus, body#bodyPerfil div#g-page-surround .wrapPerfil select:focus {
  border-bottom: 2px solid #00C2FF;
  box-shadow: none;
  caret-color: #00C2FF;
}
body#bodyPerfil div#g-page-surround form#perfilForm {
  width: 95%;
  margin: auto;
  border-radius: 25px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
body#bodyPerfil div#g-page-surround form#perfilForm > div {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
body#bodyPerfil div#g-page-surround form#perfilForm > div legend {
  text-align: start;
  font-family: gotham-book;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: white !important;
  width: 95%;
  margin: auto;
}
body#bodyPerfil div#g-page-surround form#perfilForm > div .main-submit.containerBtnsRg {
  max-width: 40rem !important;
  display: flex !important;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}
body#bodyPerfil div#g-page-surround form#perfilForm > div .main-submit.containerBtnsRg .validate {
  height: 36.8px;
  margin: inherit;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 280px !important;
  border: 2px solid #236fb5;
  font-family: gotham-book;
  text-align: center;
  border-radius: 5px;
  background: #002859 !important;
  font-size: 0.8rem;
  font-weight: 400;
  color: white !important;
  text-transform: capitalize;
  max-width: 280px;
}
body#bodyPerfil div#g-page-surround form#perfilForm > div .main-submit.containerBtnsRg a {
  width: 100%;
  color: #fefeff;
  text-align: center;
  border: 4px solid #2e97ec;
  background: #2e97ec;
  border-radius: 5px;
  height: 36.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
}
body#bodyPerfil div#g-page-surround form#perfilForm > div fieldset {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
body#bodyPerfil div#g-page-surround form#perfilForm > div fieldset .control-group > div {
  max-width: 15rem !important;
  margin: auto;
}
@media (max-width: 768px) {
  body#bodyPerfil section#g-mainbar {
    width: 100% !important;
  }
  body#bodyPerfil section#g-mainbar .g-content {
    padding: 0;
    margin: 0;
  }
  body#bodyPerfil section#g-mainbar fieldset {
    display: flex !important;
    flex-direction: column !important;
  }
  body#bodyPerfil section#g-mainbar fieldset input:first-of-type {
    grid-column: span 1;
  }
  body#bodyPerfil section#g-mainbar .control-group {
    height: fit-content !important;
  }
  body#bodyPerfil section#g-mainbar .main-submit.containerBtnsRg {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
/* LO QUE HABIA EN cre2022.scss */
body#bodyPerfil .invalid, body.com_perfil.view-perfil .invalid, body.com_perfil.view-perfil_completo .invalid {
  white-space: wrap;
}
body#bodyPerfil .btn-prev-year, body#bodyPerfil .btn-next-year, body#bodyPerfil .btn-prev-month, body#bodyPerfil .btn-next-month, body.com_perfil.view-perfil .btn-prev-year, body.com_perfil.view-perfil .btn-next-year, body.com_perfil.view-perfil .btn-prev-month, body.com_perfil.view-perfil .btn-next-month, body.com_perfil.view-perfil_completo .btn-prev-year, body.com_perfil.view-perfil_completo .btn-next-year, body.com_perfil.view-perfil_completo .btn-prev-month, body.com_perfil.view-perfil_completo .btn-next-month {
  color: #000;
}
body#bodyPerfil .popover, body.com_perfil.view-perfil .popover, body.com_perfil.view-perfil_completo .popover {
  background: var(--Green, #86BC3C);
  border: 1px solid #ccc;
  /* Borde */
  color: white;
}
body#bodyPerfil .popover .popover-header, body.com_perfil.view-perfil .popover .popover-header, body.com_perfil.view-perfil_completo .popover .popover-header {
  color: black !important;
}
body#bodyPerfil div#system-message, body.com_perfil.view-perfil div#system-message, body.com_perfil.view-perfil_completo div#system-message {
  width: 90%;
  margin: auto;
  max-width: 25rem;
}
body#bodyPerfil div#system-message .alert.alert-message, body.com_perfil.view-perfil div#system-message .alert.alert-message, body.com_perfil.view-perfil_completo div#system-message .alert.alert-message {
  background-color: #dff0d8;
  color: #3c763d !important;
  border-top: 3px solid #d6e9c6;
  border-bottom: 3px solid #d6e9c6;
  font-weight: 600;
}
body#bodyPerfil div#system-message .alert.alert-message h4, body.com_perfil.view-perfil div#system-message .alert.alert-message h4, body.com_perfil.view-perfil_completo div#system-message .alert.alert-message h4 {
  color: #3c763d !important;
}
body#bodyPerfil form#perfilForm .titeMdSection, body.com_perfil.view-perfil form#perfilForm .titeMdSection, body.com_perfil.view-perfil_completo form#perfilForm .titeMdSection {
  display: none !important;
  justify-content: center;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #236fb5;
  margin-bottom: 3rem;
}
body#bodyPerfil form#perfilForm #user-data-warning, body.com_perfil.view-perfil form#perfilForm #user-data-warning, body.com_perfil.view-perfil_completo form#perfilForm #user-data-warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #FFEEC8;
  color: #4B4E53;
  border-radius: 8px;
  font-family: lato-regular;
  margin-top: 1rem;
  width: 85%;
  justify-self: center;
  padding: 2px 7%;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil form#perfilForm #user-data-warning, body.com_perfil.view-perfil form#perfilForm #user-data-warning, body.com_perfil.view-perfil_completo form#perfilForm #user-data-warning {
    width: 90%;
    padding: 3px 7%;
  }
}
body#bodyPerfil form#perfilForm #user-data-warning img, body.com_perfil.view-perfil form#perfilForm #user-data-warning img, body.com_perfil.view-perfil_completo form#perfilForm #user-data-warning img {
  width: 2.5rem;
  margin-right: 1.2rem;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil form#perfilForm #user-data-warning img, body.com_perfil.view-perfil form#perfilForm #user-data-warning img, body.com_perfil.view-perfil_completo form#perfilForm #user-data-warning img {
    display: none;
  }
}
body#bodyPerfil form#perfilForm #user-data-warning p, body.com_perfil.view-perfil form#perfilForm #user-data-warning p, body.com_perfil.view-perfil_completo form#perfilForm #user-data-warning p {
  text-align: start;
  margin: 0;
  line-height: 1.2;
  font-size: inherit;
}
body#bodyPerfil form#perfilForm #user-data-warning p span, body.com_perfil.view-perfil form#perfilForm #user-data-warning p span, body.com_perfil.view-perfil_completo form#perfilForm #user-data-warning p span {
  color: #EC7702;
  font-weight: bold;
  font-size: inherit;
}
body#bodyPerfil form#perfilForm > div, body.com_perfil.view-perfil form#perfilForm > div, body.com_perfil.view-perfil_completo form#perfilForm > div {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 1rem;
}
body#bodyPerfil form#perfilForm > fieldset .control-group, body.com_perfil.view-perfil form#perfilForm > fieldset .control-group, body.com_perfil.view-perfil_completo form#perfilForm > fieldset .control-group {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}
body#bodyPerfil form#perfilForm .star, body.com_perfil.view-perfil form#perfilForm .star, body.com_perfil.view-perfil_completo form#perfilForm .star {
  display: flex !important;
  float: left;
}
body#bodyPerfil form#perfilForm .containerBtnsRg, body.com_perfil.view-perfil form#perfilForm .containerBtnsRg, body.com_perfil.view-perfil_completo form#perfilForm .containerBtnsRg {
  max-width: 25rem !important;
  display: flex !important;
  justify-content: space-between;
  margin: auto;
}
body#bodyPerfil form#perfilForm .containerBtnsRg a, body.com_perfil.view-perfil form#perfilForm .containerBtnsRg a, body.com_perfil.view-perfil_completo form#perfilForm .containerBtnsRg a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefeff;
}
body#bodyPerfil form#perfilForm .containerBtnsRg button.btn.btn-primary.validate, body.com_perfil.view-perfil form#perfilForm .containerBtnsRg button.btn.btn-primary.validate, body.com_perfil.view-perfil_completo form#perfilForm .containerBtnsRg button.btn.btn-primary.validate {
  height: 2rem;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  max-width: 15rem;
  border-radius: 25px;
  background: #236fb5 !important;
  transition: 0.3s;
  color: #fff;
  font-size: 0.9rem;
  font-family: gotham-book;
  text-transform: inherit;
  margin: 0.5rem auto;
  font-weight: 500;
  text-align: center;
}
body#bodyPerfil form#perfilForm .containerBtnsRg button.btn.btn-primary.validate:hover, body.com_perfil.view-perfil form#perfilForm .containerBtnsRg button.btn.btn-primary.validate:hover, body.com_perfil.view-perfil_completo form#perfilForm .containerBtnsRg button.btn.btn-primary.validate:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body#bodyPerfil form#perfilForm .containerBtnsRg button.btn.btn-primary.validate:focus, body.com_perfil.view-perfil form#perfilForm .containerBtnsRg button.btn.btn-primary.validate:focus, body.com_perfil.view-perfil_completo form#perfilForm .containerBtnsRg button.btn.btn-primary.validate:focus {
  background: #fff !important;
  color: #236fb5 !important;
  outline: none !important;
}
body#bodyPerfil form#perfilForm .control-group, body.com_perfil.view-perfil form#perfilForm .control-group, body.com_perfil.view-perfil_completo form#perfilForm .control-group {
  display: flex;
  flex-direction: column;
  max-width: 25rem;
  height: 4rem;
  margin-top: 0 !important;
  margin-bottom: 0.3rem;
}
@media only all and (max-width: 47.99rem) {
  body#bodyPerfil form#perfilForm .control-group, body.com_perfil.view-perfil form#perfilForm .control-group, body.com_perfil.view-perfil_completo form#perfilForm .control-group {
    max-width: unset;
  }
}
body#bodyPerfil form#perfilForm .control-group.alert-message, body.com_perfil.view-perfil form#perfilForm .control-group.alert-message, body.com_perfil.view-perfil_completo form#perfilForm .control-group.alert-message {
  text-align: center;
  font-weight: 800;
  color: #000;
  margin: 2rem 0rem !important;
  width: 100% !important;
  max-width: 100% !important;
}
body#bodyPerfil form#perfilForm .control-group.containerBtns, body.com_perfil.view-perfil form#perfilForm .control-group.containerBtns, body.com_perfil.view-perfil_completo form#perfilForm .control-group.containerBtns {
  margin: auto;
  height: auto !important;
}
body#bodyPerfil form#perfilForm .control-group .input-append, body.com_perfil.view-perfil form#perfilForm .control-group .input-append, body.com_perfil.view-perfil_completo form#perfilForm .control-group .input-append {
  display: grid !important;
  width: 100%;
  max-width: 20rem;
  position: relative;
  font-size: inherit;
}
body#bodyPerfil form#perfilForm .control-group .input-append #jform_birthday_btn, body.com_perfil.view-perfil form#perfilForm .control-group .input-append #jform_birthday_btn, body.com_perfil.view-perfil_completo form#perfilForm .control-group .input-append #jform_birthday_btn {
  position: absolute;
  right: 8px;
  top: -2px;
  padding: 0;
  z-index: 2;
}
body#bodyPerfil form#perfilForm .control-group .input-append .btn.btn-secondary, body.com_perfil.view-perfil form#perfilForm .control-group .input-append .btn.btn-secondary, body.com_perfil.view-perfil_completo form#perfilForm .control-group .input-append .btn.btn-secondary {
  background: none;
  color: #000;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
body#bodyPerfil form#perfilForm .control-group .input-append .btn.btn-secondary:focus, body.com_perfil.view-perfil form#perfilForm .control-group .input-append .btn.btn-secondary:focus, body.com_perfil.view-perfil_completo form#perfilForm .control-group .input-append .btn.btn-secondary:focus {
  outline: none;
}
body#bodyPerfil form#perfilForm .control-group .input-append .btn.btn-secondary span.iconCalendar, body.com_perfil.view-perfil form#perfilForm .control-group .input-append .btn.btn-secondary span.iconCalendar, body.com_perfil.view-perfil_completo form#perfilForm .control-group .input-append .btn.btn-secondary span.iconCalendar {
  width: 1rem;
  z-index: 2;
}
body#bodyPerfil form#perfilForm .control-group .controls, body.com_perfil.view-perfil form#perfilForm .control-group .controls, body.com_perfil.view-perfil_completo form#perfilForm .control-group .controls {
  align-items: center;
  display: grid;
  width: 100%;
  max-width: 20rem;
}
body#bodyPerfil form#perfilForm .control-group .controls .field-calendar, body.com_perfil.view-perfil form#perfilForm .control-group .controls .field-calendar, body.com_perfil.view-perfil_completo form#perfilForm .control-group .controls .field-calendar {
  width: 100%;
}
body#bodyPerfil form#perfilForm .control-group .controls .viewPass, body.com_perfil.view-perfil form#perfilForm .control-group .controls .viewPass, body.com_perfil.view-perfil_completo form#perfilForm .control-group .controls .viewPass {
  height: 1.5rem;
}
body#bodyPerfil form#perfilForm .control-group .controls .viewPass img, body.com_perfil.view-perfil form#perfilForm .control-group .controls .viewPass img, body.com_perfil.view-perfil_completo form#perfilForm .control-group .controls .viewPass img {
  margin: auto;
  height: 100%;
}
body#bodyPerfil form#perfilForm .control-group .control-label, body.com_perfil.view-perfil form#perfilForm .control-group .control-label, body.com_perfil.view-perfil_completo form#perfilForm .control-group .control-label {
  width: 100% !important;
  align-items: center;
  text-align: left !important;
}
body#bodyPerfil form#perfilForm .control-group .control-label label#jform_spacer-lbl p, body.com_perfil.view-perfil form#perfilForm .control-group .control-label label#jform_spacer-lbl p, body.com_perfil.view-perfil_completo form#perfilForm .control-group .control-label label#jform_spacer-lbl p {
  margin-bottom: 0.5rem;
}
body#bodyPerfil form#perfilForm .control-group .control-label label#jform_admissiondate-lbl, body.com_perfil.view-perfil form#perfilForm .control-group .control-label label#jform_admissiondate-lbl, body.com_perfil.view-perfil_completo form#perfilForm .control-group .control-label label#jform_admissiondate-lbl {
  font-size: 0.8rem;
  width: 100%;
  text-align: left;
}
body#bodyPerfil form#perfilForm .control-group#div_jform_spacer, body.com_perfil.view-perfil form#perfilForm .control-group#div_jform_spacer, body.com_perfil.view-perfil_completo form#perfilForm .control-group#div_jform_spacer {
  display: none !important;
}
body#bodyPerfil form#perfilForm .control-group select, body#bodyPerfil form#perfilForm .control-group input, body.com_perfil.view-perfil form#perfilForm .control-group select, body.com_perfil.view-perfil form#perfilForm .control-group input, body.com_perfil.view-perfil_completo form#perfilForm .control-group select, body.com_perfil.view-perfil_completo form#perfilForm .control-group input {
  width: 100%;
  max-width: 20rem;
  border: 0px solid;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px !important;
  margin: 0;
  margin-left: 0 !important;
  height: 1.5rem;
}
@media (max-width: 800px) {
  body#bodyPerfil div#componnetContent, body.com_perfil.view-perfil div#componnetContent, body.com_perfil.view-perfil_completo div#componnetContent {
    width: 100%;
  }
  body#bodyPerfil form#perfilForm > div, body.com_perfil.view-perfil form#perfilForm > div, body.com_perfil.view-perfil_completo form#perfilForm > div {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  body#bodyPerfil form#perfilForm .main-submit.containerBtnsRg, body.com_perfil.view-perfil form#perfilForm .main-submit.containerBtnsRg, body.com_perfil.view-perfil_completo form#perfilForm .main-submit.containerBtnsRg {
    flex-direction: column-reverse !important;
  }
}
body.com_perfil.view-perfil_completo div#div_jform_ine .controls {
  margin: 2rem auto;
}
body.com_perfil.view-perfil_completo div#div_jform_tyc {
  display: flex;
  flex-direction: row-reverse !important;
  align-items: center;
}
body.com_perfil.view-perfil_completo div#div_jform_tyc .controls {
  width: 3.5rem !important;
  max-width: 2rem !important;
}
body.com_perfil.view-perfil_completo div#div_jform_tyc input#jform_tyc {
  width: 1rem !important;
}
body.com_perfil.view-perfil_completo div#div_jform_ine {
  text-align: center !important;
}
body.com_perfil.view-perfil_completo div#div_jform_ine p {
  text-align: center !important;
}
/* Custom fonts */
@font-face {
  font-family: 'poppins-light';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Light.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Light.woff2') format("woff2"), url('../fonts/poppins/Poppins-Light.woff') format("woff"), url('../fonts/poppins/Poppins-Light.ttf') format("truetype"), url('../fonts/poppins/Poppins-Light.svg#poppins-light') format("svg");
}
@font-face {
  font-family: 'poppins-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Regular.woff2') format("woff2"), url('../fonts/poppins/Poppins-Regular.woff') format("woff"), url('../fonts/poppins/Poppins-Regular.ttf') format("truetype"), url('../fonts/poppins/Poppins-Regular.svg#poppins-regular') format("svg");
}
@font-face {
  font-family: 'poppins-semibold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-SemiBold.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-SemiBold.woff2') format("woff2"), url('../fonts/poppins/Poppins-SemiBold.woff') format("woff"), url('../fonts/poppins/Poppins-SemiBold.ttf') format("truetype"), url('../fonts/poppins/Poppins-SemiBold.svg#poppins-semibold') format("svg");
}
@font-face {
  font-family: 'poppins-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Bold.woff2') format("woff2"), url('../fonts/poppins/Poppins-Bold.woff') format("woff"), url('../fonts/poppins/Poppins-Bold.ttf') format("truetype"), url('../fonts/poppins/Poppins-Bold.svg#poppins-bold') format("svg");
}
@font-face {
  font-family: 'montserrat-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Regular.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Regular.woff') format("woff"), url('../fonts/montserrat/Montserrat-Regular.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Regular.svg#montserrat-regular') format("svg");
}
@font-face {
  font-family: 'montserrat-medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Medium.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Medium.woff') format("woff"), url('../fonts/montserrat/Montserrat-Medium.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Medium.svg#montserrat-medium') format("svg");
}
@font-face {
  font-family: 'montserrat-semibold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-SemiBold.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-SemiBold.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-SemiBold.woff') format("woff"), url('../fonts/montserrat/Montserrat-SemiBold.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-SemiBold.svg#montserrat-semibold') format("svg");
}
@font-face {
  font-family: 'montserrat-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Bold.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Bold.woff') format("woff"), url('../fonts/montserrat/Montserrat-Bold.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Bold.svg#montserrat-bold') format("svg");
}
body.com_enganche {
  font-family: poppins-light !important;
  /* VISTA QUOTATIONS */
  /* VISTA QUOTATION */
  /* VISTA DETAILS */
  /* VISTA CONFIRM (no se utiliza, la confirmación es un popoup en la vista details) */
}
body.com_enganche #g-page-surround {
  background: #f1f1f1 !important;
}
body.com_enganche .g-offcanvas-toggle {
  left: 3rem;
}
body.com_enganche #g-navigation {
  padding: 0rem 0rem !important;
}
body.com_enganche #g-navigation .cuenta {
  white-space: nowrap;
}
body.com_enganche section#g-banner {
  background: #f1f1f1 !important;
}
body.com_enganche #g-mainwrap {
  background: #f1f1f1;
  margin: inherit;
}
@media only all and (max-width: 47.99rem) {
  body.com_enganche #g-mainwrap {
    padding: 0;
  }
}
body.com_enganche #g-mainwrap > div {
  margin: auto;
  max-width: 75rem;
}
body.com_enganche #g-mainwrap .span12 {
  padding: 2rem 2rem;
}
@media only all and (max-width: 47.99rem) {
  body.com_enganche #g-mainwrap .span12 {
    padding: 2rem 1rem;
  }
}
body.com_enganche #g-mainwrap .span12 #Banner-deseos {
  width: 80%;
  margin: 2rem auto;
  background: #f1f1f1;
}
@media only all and (max-width: 59.99rem) {
  body.com_enganche #g-mainwrap .span12 #Banner-deseos {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body.com_enganche #g-mainwrap .span12 #Banner-deseos {
    padding: 0rem;
  }
}
body.com_enganche #g-mainwrap .span12 #Banner-deseos .container .header {
  font-family: montserrat-regular;
}
body.com_enganche #g-mainwrap .span12 #Banner-deseos .container .header .title {
  display: flex;
  flex-direction: row;
  font-family: montserrat-bold;
  margin-bottom: 0.3rem;
  line-height: 1;
}
@media only all and (max-width: 47.99rem) {
  body.com_enganche #g-mainwrap .span12 #Banner-deseos .container .header .title {
    letter-spacing: unset;
  }
}
body.com_enganche #g-mainwrap .span12 #Banner-deseos .container .header .title h2 {
  margin-bottom: inherit;
  font-size: 2.5rem;
  color: #454545;
  font-family: inherit;
}
@media only all and (max-width: 47.99rem) {
  body.com_enganche #g-mainwrap .span12 #Banner-deseos .container .header .title h2 {
    font-size: 1.85rem;
  }
}
body.com_enganche #g-mainwrap .span12 #Banner-deseos .container .header .title h2 span {
  color: #0072CF !important;
}
body.com_enganche #g-mainwrap .span12 #Banner-deseos .container .header p {
  color: #454545;
  margin-bottom: inherit;
}
body.com_enganche #g-mainwrap .span12 #Banner-deseos .container .header p#sub-title {
  letter-spacing: 1.4px;
  line-height: 1.7;
  font-size: 1rem;
  font-weight: bold;
}
@media only all and (max-width: 47.99rem) {
  body.com_enganche #g-mainwrap .span12 #Banner-deseos .container .header p#sub-title {
    letter-spacing: initial;
    line-height: unset;
    margin-bottom: 10px;
  }
}
body.com_enganche.view-quotations {
  /* Tabla mobile */
}
body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral {
  display: flex;
  width: 80%;
  align-items: end;
  margin-top: 4rem;
  margin-bottom: -1px;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral {
    width: 100%;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral .item {
  height: 45px;
  background-color: #F0F2F8;
  border: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom: 0px;
  cursor: pointer;
  flex-direction: column;
  text-align: center;
}
@media only all and (max-width: 59.99rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral .item {
    text-align: center;
    width: 42%;
  }
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral .item {
    width: 50%;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral .item h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: 0;
  padding: 0px 3px;
  color: #B3BCD4 !important;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral .item h4 {
    font-size: 1rem;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral .item small {
  color: #B3BCD4 !important;
}
body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral .item.activo {
  background-color: #fff;
  height: 65px;
  border: 1px solid lightgrey;
  border-bottom: 1px solid white !important;
  z-index: 3;
}
body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral .item.activo h4 {
  color: #0072CF !important;
}
body.com_enganche.view-quotations #Banner-deseos .container .seleccionGeneral .item.activo small {
  color: #131B53 !important;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content {
  padding: 1rem 4.5rem;
  text-align: center;
  border: 1px solid lightgrey;
  background-color: #fff;
  z-index: 2;
  position: relative;
  min-height: 31rem;
  /* Sección FAQ */
  /* Sección tabla cotizaciones */
}
@media only all and (max-width: 59.99rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .quotation-content {
    padding: 2rem 1rem !important;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content1 #faq-container {
  margin: 1rem 0;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content1 #faq-container .collapse-header {
  text-align: left;
  background-color: #fff;
  padding: 0.1rem 1rem 0.1rem 1rem;
  display: flex;
  justify-content: space-between;
  border: 1px solid #D3D3D3;
  cursor: pointer;
  height: 5rem;
  align-items: center;
  border-radius: 5px;
}
@media only all and (max-width: 59.99rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content1 #faq-container .collapse-header {
    height: auto;
    min-height: 3.6rem;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content1 #faq-container .collapse-header.white-text h4 {
  color: white !important;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content1 #faq-container .collapse-header h4 {
  padding-right: 7px;
  margin: 0;
  font-size: 1rem;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content1 #faq-container .collapse-header img {
  width: 20px;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content1 .collapse-container {
  display: flex;
  justify-content: space-between;
  display: none;
  text-align: start;
  padding: 3rem;
  border: 1px solid lightgrey;
  margin-top: -1px;
  padding: 2rem;
}
@media only all and (max-width: 59.99rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content1 .collapse-container {
    padding: 10px;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content1 .collapse-container ul {
  margin-top: 0;
  margin-bottom: 0;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 {
  padding: 2rem;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 #not-enough-points {
  height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 #not-enough-points img {
  width: 8rem;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 #not-enough-points p {
  margin: 2rem 0 1.3rem 0;
  font-size: 13px;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .title-history {
  text-align: start;
  font-size: 1.45rem;
  font-family: 'montserrat-regular';
}
@media only all and (max-width: 47.99rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .title-history {
    font-size: 1.5rem;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .tabsConcierge {
  display: flex;
  justify-content: end;
  align-content: center;
  width: 100%;
  margin: auto;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .tabsConcierge {
    justify-content: center;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .tabsConcierge a {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 14rem;
  color: #236fb5;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .tabsConcierge a .tabitem {
  background-color: #059669;
  border-radius: 6px;
  color: white;
  border: none;
  gap: 19px;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .tabsConcierge a .tabitem {
    height: 2.5rem;
    width: 80%;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .tabsConcierge a .tabitem.btn-disabled {
  background-color: #B0B0B0;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .tabsConcierge a .tabitem .circle-btn {
  border: 1px solid white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 28px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .tabsConcierge a .tabitem .circle-btn p {
  margin: 0px !important;
  font-size: 20px;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row {
  margin-left: 0;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table {
  margin: 2rem 0rem;
  width: 100%;
  border: 1px solid lightgray !important;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table {
    border: none;
    font-size: 13px;
  }
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table thead {
  background: #236fb5;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table thead tr th {
  border-left: 0 !important;
  color: #fff !important;
  width: fit-content;
  font-weight: 400;
  font-family: 'poppins-regular';
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table thead tr th span#list-status-text {
  margin-right: 2rem;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table tbody tr {
  border-bottom: 2px solid #d2d2d2;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table tbody tr td {
  vertical-align: middle;
  height: 3.5rem;
  border: 0;
  font-weight: 400 !important;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table tbody tr td.statusTd {
  justify-items: center;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table tbody tr td.statusTd > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  width: 100%;
  max-width: 10rem;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table tbody tr td.statusTd div {
  text-align: start;
}
body.com_enganche.view-quotations #Banner-deseos .container .quotation-content#content2 .row table tbody tr td a {
  color: #0072CF !important;
  font-weight: 200 !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1.7rem;
  max-width: 6rem;
  border-radius: 20px;
  margin: auto;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  body.com_enganche.view-quotations table, body.com_enganche.view-quotations thead, body.com_enganche.view-quotations tbody, body.com_enganche.view-quotations th, body.com_enganche.view-quotations td, body.com_enganche.view-quotations tr {
    display: block !important;
    /* para que la tabla se comporte como blocks */
    border: none;
    overflow: hidden !important;
  }
  body.com_enganche.view-quotations thead tr {
    position: absolute !important;
    /* para que no se vea el header original pero sin eliminarlo */
    top: -9999px !important;
    left: -9999px !important;
  }
  body.com_enganche.view-quotations tr {
    border: 1px solid #ccc !important;
    margin-bottom: 10px !important;
    position: relative;
  }
  body.com_enganche.view-quotations td {
    height: 2rem !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 46%;
    text-align: start !important;
  }
  body.com_enganche.view-quotations td.details-link {
    position: absolute !important;
    top: 0;
    right: 0;
    padding-left: 0;
  }
  body.com_enganche.view-quotations td.details-link a {
    min-height: unset !important;
  }
  body.com_enganche.view-quotations td.details-link:before {
    content: none;
  }
  body.com_enganche.view-quotations td.statusTd {
    justify-items: start !important;
  }
  body.com_enganche.view-quotations td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding-right: 10px;
    padding-top: 8px;
    padding-left: 2px;
    white-space: nowrap;
    content: attr(data-label);
    /* Usa el atributo data-label del elemento html */
    font-weight: bold;
    text-align: left;
    background-color: #236fb5;
    height: 2rem;
    color: #fff;
  }
}
body.com_enganche.view-quotation #Banner-deseos .container {
  display: flex;
  justify-content: center;
}
body.com_enganche.view-quotation #Banner-deseos .container .header {
  max-width: 40rem;
  width: 40rem;
}
body.com_enganche.view-quotation #Banner-deseos .container .header .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
body.com_enganche.view-quotation #Banner-deseos .container .header .lineas .linea-active {
  border-radius: 10px;
  width: 40%;
  margin: inherit;
  border: 3px solid var(--Green, #86BC3C);
}
body.com_enganche.view-quotation #Banner-deseos .container .header .lineas .linea-inactive {
  width: 60%;
  margin: inherit;
  border: 1px solid var(--Gris-50, #808080);
}
body.com_enganche.view-quotation .containerForm {
  width: 80%;
  margin: 2rem auto;
  max-width: 40rem;
}
body.com_enganche.view-quotation .containerForm .cinput {
  margin: 1.3rem 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.com_enganche.view-quotation .containerForm .cinput .labelInput {
  font-weight: bold;
}
body.com_enganche.view-quotation .containerForm .cinput input, body.com_enganche.view-quotation .containerForm .cinput select {
  width: 18.5rem;
  height: 2.5rem;
  border-radius: 7px;
  border: 1px solid #c5c5c5;
  max-width: 100%;
  margin-left: 0rem;
}
body.com_enganche.view-quotation .containerForm .cinput.containerCheck {
  margin: 0.5rem 0;
  flex-direction: row;
  align-items: center;
}
@media only all and (max-width: 47.99rem) {
  body.com_enganche.view-quotation .containerForm .cinput.containerCheck {
    margin: 1.5rem 0;
  }
}
body.com_enganche.view-quotation .containerForm .cinput.containerCheck label {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
  margin: 0;
}
body.com_enganche.view-quotation .containerForm .cinput.containerCheck label input {
  appearance: none;
  visibility: hidden;
  width: 0;
}
body.com_enganche.view-quotation .containerForm .cinput.containerCheck label input:checked + .checkmark {
  background-color: #86BC3C;
}
body.com_enganche.view-quotation .containerForm .cinput.containerCheck label input:checked + .checkmark::before {
  display: block;
}
body.com_enganche.view-quotation .containerForm .cinput.containerCheck label .checkmark {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background-color: #FFFFFF;
  border: solid 1px #BABABA;
  margin-right: 10px;
}
body.com_enganche.view-quotation .containerForm .cinput.containerCheck label .checkmark::before {
  content: '✔';
  font-size: 14px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #86BC3C;
  color: #FFFFFF;
  display: none;
}
body.com_enganche.view-quotation .containerForm .cinput.containerCheck p {
  margin: 0;
}
body.com_enganche.view-quotation .containerForm .cinput.containerCheck p a {
  color: #0072CF;
  text-decoration: underline;
}
body.com_enganche.view-quotation .containerForm #restrictNotes {
  font-weight: bold;
  margin-bottom: 3rem;
}
body.com_enganche.view-quotation .containerForm .direccion-content {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
body.com_enganche.view-quotation .containerForm .direccion-content .labelInput {
  margin-bottom: 0.4rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: var(--Gris-70, #4D4D4D);
}
body.com_enganche.view-quotation .containerForm .direccion-content .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
body.com_enganche.view-quotation .containerForm .direccion-content .lineas .linea-active {
  border-radius: 10px;
  width: 40%;
  margin: inherit;
  border: 3px solid var(--Green, #86BC3C);
}
body.com_enganche.view-quotation .containerForm .direccion-content .lineas .linea-inactive {
  width: 60%;
  margin: inherit;
  border: 1px solid var(--Gris-50, #808080);
}
body.com_enganche.view-quotation .containerForm .direccion-content .text-direccion {
  margin-top: 1rem;
}
body.com_enganche.view-quotation .containerForm .direccion-content .text-direccion span {
  color: #0072CF !important;
  font-size: 1rem;
}
body.com_enganche.view-quotation .containerForm .cedis_container_content {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.com_enganche.view-quotation .containerForm .cedis_container_content .cedis_container p {
  margin-bottom: 0.5rem;
}
body.com_enganche.view-quotation .containerForm .cinput.containerbutton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  margin-bottom: 6rem !important;
  margin-top: 3rem;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-quotation .containerForm .cinput.containerbutton {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
body.com_enganche.view-quotation .containerForm .cinput.containerbutton a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  padding: 0;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
  text-align: center;
  background: #2E97EC;
  min-height: 2.5rem;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-quotation .containerForm .cinput.containerbutton a {
    min-width: 17rem;
  }
}
body.com_enganche.view-quotation .containerForm .cinput.containerbutton a:hover {
  background: #2E97ECD8;
}
body.com_enganche.view-quotation .containerForm .cinput.containerbutton a:focus {
  background: #2E97ECD8;
  border: 2px solid #2E97EC;
}
body.com_enganche.view-quotation .containerForm .cinput.containerbutton #inputSubmitWrap {
  flex-basis: 50%;
  width: 100%;
}
body.com_enganche.view-quotation .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  background: #002859;
  transition: 0.3s;
  text-align: center;
  padding: 0;
  font-size: 0.8rem;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-quotation .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn {
    min-width: 17rem;
  }
}
body.com_enganche.view-quotation .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn:hover {
  background: #002859D8;
}
body.com_enganche.view-quotation .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn:focus {
  background: #002859D8;
  outline: 2px solid #002859;
}
body.com_enganche.view-quotation .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn:disabled {
  background-color: grey;
}
body.com_enganche.view-details #return-btn-container {
  display: flex;
}
body.com_enganche.view-details #return-btn-container #return-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #0072cf !important;
  font-size: 1rem;
}
body.com_enganche.view-details #return-btn-container #return-btn img {
  width: 100%;
  max-width: 3rem;
}
body.com_enganche.view-details #Banner-deseos .container {
  display: flex;
  justify-content: center;
}
body.com_enganche.view-details #Banner-deseos .container .header {
  max-width: 40rem;
  width: 40rem;
}
body.com_enganche.view-details #Banner-deseos .container .header .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
body.com_enganche.view-details #Banner-deseos .container .header .lineas .linea-active {
  border-radius: 10px;
  width: 40%;
  margin: inherit;
  border: 3px solid var(--Green, #86BC3C);
}
body.com_enganche.view-details #Banner-deseos .container .header .lineas .linea-inactive {
  width: 60%;
  margin: inherit;
  border: 1px solid var(--Gris-50, #808080);
}
body.com_enganche.view-details .containerForm {
  margin: 2rem auto;
  max-width: 40rem;
}
body.com_enganche.view-details .containerForm .status-main-container .status-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 75%;
  background: #FFFFFF;
  padding: 0.7rem;
  border-radius: 20px;
  gap: 10px;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm .status-main-container .status-info {
    width: 100%;
  }
}
body.com_enganche.view-details .containerForm .status-main-container .status-info img {
  width: 3rem;
}
body.com_enganche.view-details .containerForm .status-main-container .status-info .status-text .status-title {
  font-family: 'poppins-semibold';
  margin: 0 0 0.5rem 0;
  font-size: 15px;
}
body.com_enganche.view-details .containerForm .status-main-container .status-info .status-text .status-description {
  font-family: 'poppins-light';
  margin: 0;
  font-size: 11px;
  white-space: pre-wrap;
}
body.com_enganche.view-details .containerForm .status-main-container .details-info {
  margin: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.com_enganche.view-details .containerForm .status-main-container .details-info .detail-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 49%;
  margin: 1rem 0;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm .status-main-container .details-info .detail-data {
    flex-basis: 100%;
  }
}
body.com_enganche.view-details .containerForm .status-main-container .details-info .detail-data .data-label {
  font-family: 'montserrat-semibold';
}
body.com_enganche.view-details .containerForm .status-main-container .details-info .detail-data .data-value {
  font-family: 'montserrat-regular';
}
body.com_enganche.view-details .containerForm .direccion-content {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
body.com_enganche.view-details .containerForm .direccion-content .labelInput {
  margin-bottom: 0.4rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: var(--Gris-70, #4D4D4D);
}
body.com_enganche.view-details .containerForm .direccion-content .lineas {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
body.com_enganche.view-details .containerForm .direccion-content .lineas .linea-active {
  border-radius: 10px;
  width: 40%;
  margin: inherit;
  border: 3px solid var(--Green, #86BC3C);
}
body.com_enganche.view-details .containerForm .direccion-content .lineas .linea-inactive {
  width: 60%;
  margin: inherit;
  border: 1px solid var(--Gris-50, #808080);
}
body.com_enganche.view-details .containerForm .direccion-content .text-direccion {
  margin-top: 1rem;
}
body.com_enganche.view-details .containerForm .direccion-content .text-direccion span {
  color: #0072CF !important;
  font-size: 1rem;
}
body.com_enganche.view-details .containerForm .cedis_container_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  margin: 1.3rem 0 0;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm .cedis_container_content {
    flex-direction: column;
    margin: 0;
  }
}
body.com_enganche.view-details .containerForm .cedis_container_content .cedis_container {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.com_enganche.view-details .containerForm .cedis_container_content .cedis_container p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body.com_enganche.view-details .containerForm .cedis_container_content .cedis_container select {
  width: 100%;
  height: 2.5rem;
  border-radius: 7px;
  border: 1px solid #c5c5c5;
  max-width: 100%;
  margin-left: 0rem;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm .cedis_container_content .cedis_container select {
    width: 18.5rem;
  }
}
body.com_enganche.view-details .containerForm #redemption-info-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  padding: 0.7rem;
  border-radius: 20px;
  gap: 10px;
  margin-top: 2rem;
  min-height: 6rem;
}
body.com_enganche.view-details .containerForm #redemption-info-container img {
  width: 3rem;
}
body.com_enganche.view-details .containerForm #redemption-info-container #redemption-info {
  font-family: poppins-semibold;
}
body.com_enganche.view-details .containerForm #redemption-info-container #redemption-info p {
  margin-bottom: 0.3rem;
}
body.com_enganche.view-details .containerForm #redemption-info-container #redemption-info #redemtion-price {
  font-size: 1.2rem;
  color: #0072CF;
}
body.com_enganche.view-details .containerForm #redemption-info-container #redemption-info #insufficient-points {
  display: flex;
  flex-direction: row;
  color: #D82F20;
  font-family: poppins-light;
  align-items: center;
  gap: 5px;
}
body.com_enganche.view-details .containerForm #redemption-info-container #redemption-info #insufficient-points img {
  width: 13px;
  height: 13px;
}
body.com_enganche.view-details .containerForm #redemption-info-container #redemption-info #insufficient-points p {
  margin: 0;
  line-height: 16px;
  font-size: 13px;
}
body.com_enganche.view-details .containerForm .spacer {
  min-height: 6rem;
}
body.com_enganche.view-details .containerForm .cinput.containerbutton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  margin-bottom: 6rem !important;
  margin-top: 3rem;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm .cinput.containerbutton {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
body.com_enganche.view-details .containerForm .cinput.containerbutton #btnDecline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  padding: 0;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
  text-align: center;
  background: #D82F20;
  min-height: 2.5rem;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm .cinput.containerbutton #btnDecline {
    min-width: 17rem;
  }
}
body.com_enganche.view-details .containerForm .cinput.containerbutton #btnDecline:hover {
  background: #D82F20D8;
}
body.com_enganche.view-details .containerForm .cinput.containerbutton #btnDecline:focus {
  background: #D82F20D8;
  border: 2px solid #D82F20;
}
body.com_enganche.view-details .containerForm .cinput.containerbutton #inputSubmitWrap {
  flex-basis: 50%;
  width: 100%;
}
body.com_enganche.view-details .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  background: #002859;
  transition: 0.3s;
  text-align: center;
  padding: 0;
  font-size: 0.8rem;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn {
    min-width: 17rem;
  }
}
body.com_enganche.view-details .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn:hover {
  background: #002859D8;
}
body.com_enganche.view-details .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn:focus {
  background: #002859D8;
  outline: 2px solid #002859;
}
body.com_enganche.view-details .containerForm .cinput.containerbutton #inputSubmitWrap #inputSubmitBtn:disabled {
  background-color: grey;
}
body.com_enganche.view-details .containerForm #overlay {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100002;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal {
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30.5rem;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm #overlay #decline-warning-modal {
    width: 95%;
    max-width: 25rem;
  }
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container {
  margin: 2.3rem 0 1rem 0;
  width: 100%;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container {
    margin: 2.5rem 0 2rem 0;
  }
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content {
  min-height: 21rem;
  color: #323232;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content .flex-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content .icon-container {
  width: unset;
  height: unset;
  margin: 2rem 0;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content .icon-container img {
  width: 4.5rem;
  max-width: unset;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content .modal-title {
  font-family: poppins-bold;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  margin: 0;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content .modal-text {
  font-family: montserrat-medium;
  text-align: center;
  font-size: 11px;
  line-height: 1.65;
  width: 100%;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content .modal-text strong {
  font-size: 10.2px;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content a, body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content button {
  width: 50%;
  font-size: 0.8rem;
  border-radius: 5px;
  color: #FFFFFF;
  height: 2.5rem;
  text-align: center;
  align-content: center;
  transition: 0.3s;
  margin: 0;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content a, body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content button {
    width: 95%;
    margin: 0.5rem 0;
  }
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content a#modal-decline-btn, body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content button#modal-decline-btn {
  background-color: #D82F20;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content a#modal-decline-btn:hover, body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content button#modal-decline-btn:hover {
  background: #D82F20D8;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content a#modal-decline-btn:focus, body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content button#modal-decline-btn:focus {
  background: #D82F20D8;
  border: 2px solid #D82F20;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content a#modal-close-btn, body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content button#modal-close-btn {
  background-color: #0072CF;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content a#modal-close-btn:hover, body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content button#modal-close-btn:hover {
  background: #0072CFD8;
}
body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content a#modal-close-btn:focus, body.com_enganche.view-details .containerForm #overlay #decline-warning-modal #modal-content-container .modal-content button#modal-close-btn:focus {
  background: #0072CFD8;
  outline: 2px solid #0072CF;
}
body.com_enganche.view-details .swal2-icon.swal2-success, body.com_enganche.view-details .swal2-icon.swal2-warning {
  margin-bottom: 0;
}
body.com_enganche.view-details #swal2-html-container {
  padding-top: 0 !important;
}
body.com_enganche.view-details #swal2-html-container #swal-redeem-html #swal-redeem-title {
  font-family: 'poppins-semibold';
  font-size: 1.15rem;
}
body.com_enganche.view-details #swal2-html-container #swal-redeem-html #swal-redeem-title h4 {
  margin-top: 0;
}
body.com_enganche.view-details #swal2-html-container #swal-redeem-html #swal-redeem-text {
  font-size: 0.9rem;
}
body.com_enganche.view-details #swal2-html-container #swal-redeem-html .redeem-number {
  font-family: 'poppins-semibold';
  font-size: 1.1rem;
  margin-bottom: 0;
}
body.com_enganche.view-details .swal-redeem-button {
  min-height: 2.5rem;
  width: 14rem;
  color: #fff;
  border-radius: 5px;
  background-color: #002859 !important;
  transition: 0.3s;
  text-align: center;
  padding: 0;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
@media only all and (max-width: 30rem) {
  body.com_enganche.view-details .swal-redeem-button {
    min-width: 17rem;
  }
}
body.com_enganche.view-details .swal-redeem-button:hover {
  background: #002859D8;
}
body.com_enganche.view-details .swal-redeem-button:focus {
  background: #002859D8;
  border: 2px solid #002859;
}
body.com_enganche.view-details .swal-redeem-button:disabled {
  background-color: grey;
}
/* Custom fonts */
@font-face {
  font-family: 'lato-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato/Lato-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/lato/Lato-Regular.woff2') format("woff2"), url('../fonts/lato/Lato-Regular.woff') format("woff"), url('../fonts/lato/Lato-Regular.ttf') format("truetype"), url('../fonts/lato/Lato-Regular.svg#lato-regular') format("svg");
}
@font-face {
  font-family: 'lato-medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato/Lato-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/lato/Lato-Medium.woff2') format("woff2"), url('../fonts/lato/Lato-Medium.woff') format("woff"), url('../fonts/lato/Lato-Medium.ttf') format("truetype"), url('../fonts/lato/Lato-Medium.svg#lato-medium') format("svg");
}
@font-face {
  font-family: 'lato-semibold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato/Lato-Semibold.eot#iefix') format("embedded-opentype"), url('../fonts/lato/Lato-Semibold.woff2') format("woff2"), url('../fonts/lato/Lato-Semibold.woff') format("woff"), url('../fonts/lato/Lato-Semibold.ttf') format("truetype"), url('../fonts/lato/Lato-Semibold.svg#lato-semibold') format("svg");
}
@font-face {
  font-family: 'lato-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato/Lato-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/lato/Lato-Bold.woff2') format("woff2"), url('../fonts/lato/Lato-Bold.woff') format("woff"), url('../fonts/lato/Lato-Bold.ttf') format("truetype"), url('../fonts/lato/Lato-Bold.svg#lato-bold') format("svg");
}
@font-face {
  font-family: 'poppins-extralight';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-ExtraLight.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-ExtraLight.woff2') format("woff2"), url('../fonts/poppins/Poppins-ExtraLight.woff') format("woff"), url('../fonts/poppins/Poppins-ExtraLight.ttf') format("truetype"), url('../fonts/poppins/Poppins-ExtraLight.svg#poppins-extralight') format("svg");
}
@font-face {
  font-family: 'poppins-light';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Light.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Light.woff2') format("woff2"), url('../fonts/poppins/Poppins-Light.woff') format("woff"), url('../fonts/poppins/Poppins-Light.ttf') format("truetype"), url('../fonts/poppins/Poppins-Light.svg#poppins-light') format("svg");
}
@font-face {
  font-family: 'poppins-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Regular.woff2') format("woff2"), url('../fonts/poppins/Poppins-Regular.woff') format("woff"), url('../fonts/poppins/Poppins-Regular.ttf') format("truetype"), url('../fonts/poppins/Poppins-Regular.svg#poppins-regular') format("svg");
}
@font-face {
  font-family: 'poppins-medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Medium.woff2') format("woff2"), url('../fonts/poppins/Poppins-Medium.woff') format("woff"), url('../fonts/poppins/Poppins-Medium.ttf') format("truetype"), url('../fonts/poppins/Poppins-Medium.svg#poppins-medium') format("svg");
}
@font-face {
  font-family: 'poppins-semibold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-SemiBold.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-SemiBold.woff2') format("woff2"), url('../fonts/poppins/Poppins-SemiBold.woff') format("woff"), url('../fonts/poppins/Poppins-SemiBold.ttf') format("truetype"), url('../fonts/poppins/Poppins-SemiBold.svg#poppins-semibold') format("svg");
}
@font-face {
  font-family: 'poppins-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/poppins/Poppins-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/poppins/Poppins-Bold.woff2') format("woff2"), url('../fonts/poppins/Poppins-Bold.woff') format("woff"), url('../fonts/poppins/Poppins-Bold.ttf') format("truetype"), url('../fonts/poppins/Poppins-Bold.svg#poppins-bold') format("svg");
}
@font-face {
  font-family: 'montserrat-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Regular.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Regular.woff') format("woff"), url('../fonts/montserrat/Montserrat-Regular.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Regular.svg#montserrat-regular') format("svg");
}
@font-face {
  font-family: 'montserrat-medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Medium.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Medium.woff') format("woff"), url('../fonts/montserrat/Montserrat-Medium.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Medium.svg#montserrat-medium') format("svg");
}
@font-face {
  font-family: 'montserrat-semibold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-SemiBold.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-SemiBold.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-SemiBold.woff') format("woff"), url('../fonts/montserrat/Montserrat-SemiBold.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-SemiBold.svg#montserrat-semibold') format("svg");
}
@font-face {
  font-family: 'montserrat-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/montserrat/Montserrat-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/montserrat/Montserrat-Bold.woff2') format("woff2"), url('../fonts/montserrat/Montserrat-Bold.woff') format("woff"), url('../fonts/montserrat/Montserrat-Bold.ttf') format("truetype"), url('../fonts/montserrat/Montserrat-Bold.svg#montserrat-bold') format("svg");
}
div#g-offcanvas .g-content {
  margin: inherit;
  padding: inherit;
}
.descripition_notice span, .descripition_notice p, .descripition_notice strong, .descripition_notice b {
  font-family: 'gotham-book' !important;
}
#ib-button-messaging.lc-widget-button {
  background-color: #131c54;
}
body:has([itemprop="articleBody"]) #ib-button-messaging {
  display: none;
}
body.view-news .descripition_notice span {
  font-family: 'gotham-book' !important;
}
body.com_help360 #g-banner {
  display: none;
}
body.com_help360 #g-mainwrap {
  background: #F1F1F1;
}
body.com_help360 #g-mainwrap > div > div > div > div > div > div {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
body.com_help360 #g-mainwrap div.span3.helpmain-container-options > div, body.com_help360 #g-mainwrap div.span3.helpmain-container-options > a {
  background: #FFFFFF;
  margin-top: inherit;
}
body.com_help360 #g-mainwrap #text-secondary-theme-h, body.com_help360 #g-mainwrap .prizes-item, body.com_help360 #g-mainwrap div#tickets-container-main {
  background: #FFFFFF;
}
body.com_help360 #g-mainwrap a.bg-primary-theme-h:hover, body.com_help360 #g-mainwrap a.hover.bg-primary-theme {
  background: #017CCD !important;
}
body.com_help360 #g-mainwrap .bg-primary-theme {
  background: #017CCD !important;
}
body:not(#bodyCarrito) #system-message-container div#system-message {
  margin: auto;
  max-width: 25rem;
}
body:not(#bodyCarrito) #system-message-container .alert {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 40, 89, 0.7) !important;
  position: relative !important;
  border: 0;
  border-radius: 12px;
}
body:not(#bodyCarrito) #system-message-container .close {
  position: absolute;
  top: 0.5rem !important;
  right: 0.5rem !important;
  color: #fff;
}
body:not(#bodyCarrito) #system-message-container p {
  color: #fff;
}
body:not(#bodyCarrito) #system-message-container h4.alert-heading {
  color: #2e97ec !important;
}
label#jform_admissiondate-lbl > span {
  font-size: 0.6rem;
}
div.visibleText ~ .control-group .text-profile-note {
  display: block;
}
#bodyLogin.view-registration .info-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 2px solid #0076ff;
  border-radius: 50%;
  color: #0076ff;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
#bodyLogin.view-registration .tooltip-container {
  position: relative;
}
#bodyLogin.view-registration .tooltip-text {
  visibility: hidden;
  background-color: #6eb03e;
  color: white;
  text-align: left;
  padding: 10px;
  border-radius: 10px;
  font-size: 0.83rem;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100% !important;
  max-width: 20rem;
  min-width: 18rem;
}
#bodyLogin.view-registration .tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #6eb03e transparent transparent transparent;
}
#bodyLogin.view-registration .tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
#bodyLogin.view-registration div#div_jform_pid .controls, #bodyLogin.view-registration div#div_jform_gmin .controls {
  position: relative;
}
#bodyLogin.view-registration div#div_jform_ine .control-label {
  position: relative;
  width: 100% !important;
  max-width: 19rem;
  margin: auto;
}
#bodyLogin.view-registration div#div_jform_ine .control-label .tooltip-container {
  top: 0.3rem !important;
}
#bodyLogin.view-registration .tooltip-container {
  width: 1.5rem;
  position: absolute;
  top: -4px;
  right: 6px;
}
#bodyLogin.view-registration select option {
  background: #002859 !important;
  color: #fff !important;
}
#bodyLogin.view-registration select option:checked {
  background-color: #1a68f0 !important;
}
#bodyLogin.view-registration .derechos {
  position: inherit !important;
  text-align: center;
  margin-bottom: -1rem;
  margin-top: 2rem;
}
#bodyLogin.view-registration span.iconCalendar {
  width: 1rem;
  z-index: 2;
}
#bodyLogin.view-registration div.invalid {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
#bodyLogin.view-registration fieldset > div.control-group {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: flex-start;
  margin-top: 1.5rem;
  gap: 30px;
}
#bodyLogin.view-registration fieldset > div.control-group .input-append {
  grid-template-columns: inherit;
  position: relative;
  white-space: wrap;
}
#bodyLogin.view-registration fieldset > div.control-group button#jform_admissiondate_btn, #bodyLogin.view-registration fieldset > div.control-group button#jform_birthday_btn {
  position: absolute;
  right: 6px;
  top: -4px;
  padding: 0;
}
#bodyLogin.view-registration fieldset > div.control-group .control-group {
  justify-content: flex-end;
}
#bodyLogin.view-registration fieldset > div.control-group .control-group .control-label label {
  min-height: 2rem;
  line-height: 1.3;
  font-size: 0.9rem !important;
}
#bodyLogin.view-registration fieldset > div.control-group .control-group .control-label label#jform_canal-lbl {
  min-height: fit-content !important;
}
#bodyLogin.view-registration fieldset > div.control-group .control-group input, #bodyLogin.view-registration fieldset > div.control-group .control-group select {
  width: 100% !important;
}
#bodyLogin.view-registration div#div_jform_ine, #bodyLogin.view-registration div#groupedFields11 {
  display: flex;
  flex-direction: column !important;
  gap: 0;
}
#bodyLogin.view-registration div#div_jform_ine .control-group, #bodyLogin.view-registration div#groupedFields11 .control-group {
  width: 100% !important;
  justify-content: flex-end;
  max-width: 17.5rem !important;
}
#bodyLogin.view-registration .controls.containerBtnsRg a, #bodyLogin.view-registration .controls.containerBtnsRg button {
  font-size: 0.9rem !important;
}
.buttons-wrapper.btn-group {
  gap: 10px;
  display: flex;
}
div#groupedFields11 .control-label {
  min-width: 14rem;
}
body {
  /*&.com_perfil {

        > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-actions > button.swal2-confirm.swal2-styled.swal2-default-outline{
        height: 36.8px;
        margin: inherit;
        padding: 0 !important;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 200px !important;
        border: 2px solid #236fb5;
        font-family: gotham-book;
        text-align: center;
        border-radius: 5px;
        background: #002859 !important;
        margin-top: auto;
        font-size: 0.8rem;
        font-weight: 400;
        color: white !important;
        text-transform: capitalize;
        max-width: 280px;
    }

     > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-actions > button.swal2-cancel.swal2-styled.swal2-default-outline{
        color: #fefeff;
        text-align: center;
        border: 4px solid #2e97ec;
        background: #2e97ec !important;
        border-radius: 5px;
        height: 36.8px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 200px;
    }

    .file-input-ine {
        width: 25rem !important;
        max-width: 400px;
        padding: 0px;
        text-align: center;
        background-color: #3a8cdb;
        color: white;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .file-input-ine input[type="file"] {
        display: none;
    }

    .file-input-ine label {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }

    .file-input-ine:hover {
        background-color: #2e76c1;
    }

    .lineas {
        display: flex;
        width: 90%;
        flex-direction: row;
        align-items: center;
        margin: auto;

        hr.linea-active {
            // width: 40%;
            width: 100%;
            border-radius: 50px;
            margin: inherit;
            background: var(--Green, #86BC3C);
            border: 3px solid var(--Green, #86BC3C);
        }

        hr.linea-inactive {
            // width: 60%;
            // border: 1px solid #E9E9E9;
            width: 0;
            border: none;
            margin: inherit;
            background: #E9E9E9;
        }
    }

    div#g-page-surround {
        background: url(/images/2024/Login/fondo-web.png);
        background-size: cover;
        background-attachment: fixed;

        #g-banner {
            background-color: transparent;
            padding-bottom: 1rem;
        }

        #g-mainwrap {
            background-color: transparent;
            width: 75rem;
            margin: 0 auto !important;

            .g-container {
                margin-top: 0rem !important;
            }

            .g-content {
                margin: 0.625rem !important;
                padding: 0.938rem !important;
            }
        }

        #g-slideshow {
            padding-bottom: 0.7rem !important;
        }

        @media only all and (min-width: 60rem) and (max-width: 74.99rem) {
            #g-mainwrap {
                width: 60rem;
            }
        }

        @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
            #g-mainwrap {
                width: 48rem;
            }
        }

        @media only all and (max-width: 47.99rem) {
            #g-mainwrap {
                width: 30rem;
            }
        }

        @media only all and (max-width: 800px) {
            .main-submit.containerBtnsRg {
                align-items: center;
            }
        }


        #g-mainbar,
        section#g-slideshow{

            background-color: transparent !important;
        }
        div#componnetContent{
            width: 100% !important;
        }

        .wrapPerfil {
            color: #fff;

            input[type="text"],
            input[type="password"],
            input[type="email"],
            select{

                width: 100%;
                max-width: 30rem;
                background: transparent;
                border-radius: inherit !important;
                border-bottom: 1px solid #FFFFFF80;
                color: #FFFFFF80;
            }
        }

        form#perfilForm > div{
            display: flex !important;
            flex-direction: column;
            gap: 10px;
            color: #fff;

            legend{
                text-align: start;
                font-family: gotham-book;
                font-weight: 700;
                font-size: 1.2rem;
                margin-bottom: 10px;
                color: white !important;
                width: 90%;
                margin: auto;
            }

            .main-submit.containerBtnsRg {
                max-width: 40rem !important;
                display: flex !important;
                justify-content: space-between;
                margin: auto;
                width: 100%;

                .validate {
                    height: 36.8px;
                    margin: inherit;
                    padding: 0 !important;
                    justify-content: center;
                    align-items: center;
                    display: flex;
                    width: 280px !important;
                    border: 2px solid #236fb5;
                    font-family: gotham-book;
                    text-align: center;
                    border-radius: 5px;
                    background: #002859 !important;
                    font-size: 0.8rem;
                    font-weight: 400;
                    color: white !important;
                    text-transform: capitalize;
                    max-width: 280px;
                }
                a {
                    width: 100%;
                    color: #fefeff;
                    text-align: center;
                    border: 4px solid #2e97ec;
                    background: #2e97ec;
                    border-radius: 5px;
                    height: 36.8px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 280px;
                }
            }

            fieldset {
                padding: 20px;
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                grid-gap: 10px;

                .control-group>div {
                    max-width: 15rem !important;
                    margin: auto;
                }

                // .viewPass {
                //     right: .2rem ;
                // }

                &:last-of-type{

                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    width: 100%;
                    max-width: 100%;

                    position: relative;
                    min-height: 210px;
                    border: 2px dashed #ccc;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    text-align: center;
                    padding: 1rem;
                    border-radius: 10px;
                    margin: 2rem auto;
                    max-width: 52rem;

                    .control-group{
                        max-width: 100% !important;
                        margin: 0 !important;
                        height: inherit !important;

                        &.alert-message {
                            color: #fff !important;
                            margin: 2rem auto !important;
                        }

                        >div {

                            max-width: 100% !important;
                            margin: auto;
                            
                        }
                    }                    
                }
            }
        }
    }

    @media (max-width: 768px) {
        
        section#g-mainwrap {
            width: 100% !important;

            fieldset {
                display: flex !important;
                flex-direction: column !important;
            }
        
            // fieldset input:first-of-type {
            //     grid-column: span 1;
            // }
            .control-group{

                height: fit-content !important;
            }
            // form#perfilForm .viewPass {
            //     right: 0.2rem !important;
            // }


            .main-submit.containerBtnsRg {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
        }
    }
        
    }*/
}
@media (max-width: 768px) {
  body .sectionFtr {
    min-width: 5rem;
    gap: 25px;
    display: flex;
    flex-direction: column;
    height: min-content;
  }
  body .titleNf {
    text-align: center !important;
  }
  body .nFooter > div:nth-child(1) {
    align-items: center !important;
  }
  body section#g-copyright {
    height: fit-content !important;
  }
  body .nFooter {
    height: fit-content !important;
  }
  body .container-apps {
    justify-content: center;
    margin: auto !important;
    text-align: center !important;
  }
  body .container-apps p {
    text-align: center !important;
    margin: 1rem auto !important;
  }
}
body .vex-content {
  width: 90% !important;
  height: fit-content;
  margin: auto !important;
}
/*body#bodyPerfil{

    //Evitar el cambio a estilos de Webkit en inputs cuando el navegador hace Autofill en algun Form (En navegadores Chromium)
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 9999s ease-in-out 0s, font-family 9999s ease-in-out 0s;
        -webkit-text-fill-color: #FFFFFF80 !important;
        -webkit-box-shadow: none !important;
        transition-delay: 9999s;
    }

    #g-mainbar {

        form {
            @include breakpoint (tablet-range) {
                padding: 0;
                width: 100%;
            }
        }

        .wrapPerfil {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 25px;
            background: linear-gradient(135.59deg, rgba(88, 130, 193, 0.49) 1.28%, rgba(88, 130, 193, 0.11) 96.26%);
            backdrop-filter: blur(4px);
            border: solid 2px #5882C147;
            width: 90%;
            margin: auto;
            @include breakpoint(tablet-range) {
                width: 100%;
            }
            @include breakpoint(mobile-only) {
                width: 100%;
            }

            #perfilForm {
                font-family: poppins-extralight;
                @include breakpoint(mobile-only) {
                    padding: 0;
                    width: 100%;
                }

                .titeMdSection {
                    font-family: poppins-medium;
                    font-weight: unset;
                    letter-spacing: 0.5px;
                    font-size: 2rem;
                    margin-top: 1rem;
                    margin-bottom: 1rem;
                }

                #user-data-warning {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    background-color: #FFEEC8;
                    color: #4B4E53;
                    border-radius: 5px;
                    font-family: lato-regular;
                    font-size: 12px;
                    margin-top: 1rem;
                    margin-bottom: 2rem;
                    width: 79%;
                    justify-self: center;
                    padding: 4px 5%;
                    @include breakpoint(mobile-only) {
                        width: 90%;
                        padding: 3px 7%;
                    }
     
                    img {
                        width: 2.8rem;
                        margin-right: 0.8rem;
                        @include breakpoint(mobile-only) {
                            display: none;
                        }
                    }

                    p {
                        text-align: start;
                        margin: 0;
                        line-height: 1.2;
                        font-size: inherit;

                        span {
                            color: #EC7702;
                            font-weight: bold;
                            font-size: inherit;
                        }
                    }
                }

                legend {
                    font-family: inherit;
                    letter-spacing: 1.1px;
                    font-size: 1rem;
                }

                fieldset {
                    padding: 0;
                    width: 90%;
                    margin: 2rem auto;
                    grid-gap: 2rem 7%;
                    @include breakpoint(desktop-range) {
                        grid-gap: 2rem 6%;
                    }
                    @include breakpoint(tablet-range) {
                        grid-gap: 2rem 3%;
                    }

                    &:last-of-type{
                        width: 90%;
                        margin: 2rem auto;
                        max-width: unset;
                        border: 2px dashed #FFFFFF;
                    }

                    // campos
                    .control-group {

                        // general
                        letter-spacing: 0.4px;

                        .control-label label {
                            letter-spacing: inherit;
                        }

                        .controls {
                            input {
                                letter-spacing: inherit;

                                &#jform_email {
                                    text-transform: lowercase;
                                }

                                &#jform_curp {
                                    text-transform: uppercase;
                                }


                                &:focus {
                                    box-shadow: none;
                                }

                                &::placeholder {
                                    color: #FFFFFF80;
                                }
                            }

                            button {
                                background: transparent;
                            }

                            //si es contraseña 
                            .viewPass img{
                                width: 22px;
                                height: auto;
                                filter: brightness(0) invert(1);
                            }
                        }
                        

                        // calendarios
                        &:has(> .controls .field-calendar) {
                            .field-calendar {
                                position: relative;

                                .input-append {
                                    grid-template-columns: inherit;
                                    position: relative;
                                    white-space: wrap;
                                }

                                button {
                                    position: absolute;
                                    right: 6px;
                                    top: 0;
                                    padding: 0;
                                    visibility: visible;

                                    &:focus {
                                        outline: none;
                                    }

                                    .iconCalendar img {
                                        width: 15px;
                                    }
                                }
                            }
                        }


                        // spacers y campos hidden
                        &:has(> .control-label .spacer) {
                            @include breakpoint(mobile-only) {
                                display: none;
                            }
                        }
                        &:has(> .controls input[type="hidden"]) {
                            display: none;
                        }
                        

                        // campos de lista
                        &:has(> .controls select) {
                            select {
                                letter-spacing: inherit;

                                &:focus {
                                    outline: none;
                                }

                                option {
                                    background: #002859;
                                    color: #fff;
                                    
                                    &:hover {
                                        background-color: #017CCD !important;
                                    }

                                    &:checked{
                                        background-color: #017CCD !important;
                                    }
                                }
                            }
                        }
                        // campo lista deshabilidata
                        &:has(> .controls select:disabled) {
                            display: flex;
                        }


                        // campos no validos
                        // checkbox
                        &:has(> .controls input[type='checkbox'].invalid) {
                            .control-label label {
                                color: #FD841F;
                                font-weight: bold;
                            }
                        }
                        // text, list
                        &:has(> .controls .invalid) {
                            .control-label label {
                                color: #FFF;
                            }

                            .controls {
                               position: relative;

                                input {
                                    border-bottom: 2px solid #FD841F;
                                }

                                div.invalid {
                                    position: absolute;
                                    top: 27px;
                                    color: #FD841F;
                                    font-family: montserrat-medium;
                                    line-height: 1;
                                    font-size: 13px;

                                    &::before {
                                        font-family: FontAwesome;
                                        content: "\f06a";
                                        margin-right: 4px;
                                        font-size: 11px;
                                    }

                                    &#jform_ine_err {
                                        top: 0;
                                        left: 50%;
                                        transform: translateX(-50%);
                                        width: 100%;
                                    }
                                }
                            }
                        }


                        // campo deshabilitado
                        &:has(> .controls input:read-only) {
                            // display: flex !important;

                            .control-label label {
                                color: #b3bcd4;
                                font-weight: bold;
                            }

                            .controls {
                                font-family: poppins-regular;

                                input {
                                    background: #b3bcd4;
                                    color: #777f93;
                                    border-bottom: none;
                                    font-family: inherit;
                                    font-weight: inherit;

                                    &::placeholder {
                                        color: #777f93;
                                        font-family: inherit;
                                        font-weight: inherit;
                                    }
                                }

                                select {
                                    opacity: 1 !important;
                                    background: #b3bcd4;
                                    color: #777f93;
                                    border-bottom: none;
                                    font-family: inherit;
                                    font-weight: inherit;
                                }

                                //si es contraseña deshabilitada quitar el icono
                                .viewPass {
                                    display: none;
                                }

                                // Si tiene un elemento img como icono y la imagen es blanca, la acercamos a #07447C con filtros
                                button span img {
                                    // filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(3692%) hue-rotate(193deg) brightness(95%) contrast(95%);
                                    filter: brightness(0) saturate(100%) invert(54%) sepia(9%) saturate(706%) hue-rotate(185deg) brightness(90%) contrast(85%);
                                }
                            }
                        }
                    }
                }

                .main-submit.containerBtnsRg {
                    justify-content: space-evenly;
                    margin-top: 1.5rem;
                    margin-bottom: 1rem;

                    button#guardar {
                        margin: 0;
                    }
                }
            }
        }
    }

    > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-actions > button.swal2-confirm.swal2-styled.swal2-default-outline{
        height: 36.8px;
        margin: inherit;
        padding: 0 !important;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 200px !important;
        border: 2px solid #236fb5;
        font-family: gotham-book;
        text-align: center;
        border-radius: 5px;
        background: #002859 !important;
        margin-top: auto;
        font-size: 0.8rem;
        font-weight: 400;
        color: white !important;
        text-transform: capitalize;
        max-width: 280px;
    }

     > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-actions > button.swal2-cancel.swal2-styled.swal2-default-outline{
        color: #fefeff;
        text-align: center;
        border: 4px solid #2e97ec;
        background: #2e97ec !important;
        border-radius: 5px;
        height: 36.8px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 200px;
    }

    .lineas {
        display: flex;
        width: 90%;
        flex-direction: row;
        align-items: center;
        margin: auto;

        hr.linea-active {
            // width: 40%;
            width: 100%;
            border-radius: 50px;
            margin: inherit;
            background: var(--Green, #86BC3C);
            border: 3px solid var(--Green, #86BC3C);
        }

        hr.linea-inactive {
            // width: 60%;
            // border: 1px solid #E9E9E9;
            width: 0;
            border: none;
            margin: inherit;
            background: #E9E9E9;
        }
    }

    div#g-page-surround {
        #g-mainbar,
        section#g-slideshow{

            background-color: transparent !important;
        }

        div#componnetContent{
            width: 100% !important;
        }

        .wrapPerfil {
            color: #fff;

            input[type="text"],
            input[type="password"],
            input[type="email"],
            select{
                width: 100%;
                max-width: 30rem;
                background: transparent;
                border-radius: inherit !important;
                border-bottom: 1px solid #FFFFFF80;
                color: #FFFFFF80;

                &:focus {
					border-bottom: 2px solid #00C2FF;
					box-shadow: none;
					caret-color: #00C2FF;
				}
            }
        }

        form#perfilForm {
            width: 95%;
            margin: auto;
            border-radius: 25px;
            padding-top: 1.3rem;
            padding-bottom: 1.3rem;
        }

        form#perfilForm > div{
            display: flex !important;
            flex-direction: column;
            gap: 10px;
            color: #fff;

            legend{
                text-align: start;
                font-family: gotham-book;
                font-weight: 700;
                font-size: 1.2rem;
                margin-bottom: 10px;
                color: white !important;
                width: 90%;
                margin: auto;
            }

            .main-submit.containerBtnsRg {
                max-width: 40rem !important;
                display: flex !important;
                justify-content: space-between;
                margin: auto;
                width: 100%;

                .validate {
                    height: 36.8px;
                    margin: inherit;
                    padding: 0 !important;
                    justify-content: center;
                    align-items: center;
                    display: flex;
                    width: 280px !important;
                    border: 2px solid #236fb5;
                    font-family: gotham-book;
                    text-align: center;
                    border-radius: 5px;
                    background: #002859 !important;
                    font-size: 0.8rem;
                    font-weight: 400;
                    color: white !important;
                    text-transform: capitalize;
                    max-width: 280px;
                }

                a {
                    width: 100%;
                    color: #fefeff;
                    text-align: center;
                    border: 4px solid #2e97ec;
                    background: #2e97ec;
                    border-radius: 5px;
                    height: 36.8px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 280px;
                }
            }

            fieldset {
                padding: 20px;
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                grid-gap: 10px;

                .control-group>div {
                    max-width: 15rem !important;
                    margin: auto;
                }

                // .viewPass {
                //     right: .2rem !important;
                // }

                &:last-of-type{

                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    width: 100%;
                    max-width: 100%;

                    position: relative;
                    width: 100%;
                    min-height: 210px;
                    border: 2px dashed #ccc;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    text-align: center;
                    padding: 1rem;
                    border-radius: 10px;
                    margin: 2rem auto;
                    max-width: 52rem;

                    .control-group{
                        max-width: 100% !important;
                        margin: 0 !important;
                        height: inherit !important;

                        &.alert-message {
                            color: #fff !important;
                            margin: 2rem auto !important;
                        }

                        >div {
                            max-width: 100% !important;
                            margin: auto; 
                        }
                    } 
                }
            }
        }
    }

    @media (max-width: 768px) {
        section#g-mainbar {
            width: 100% !important;

            .g-content {
                padding: 0;
                margin: 0;
            }

            fieldset {
                display: flex !important;
                flex-direction: column !important;
            }
        
            fieldset input:first-of-type {
                grid-column: span 1;
            }
            .control-group{
    
                height: fit-content !important;
            }
            // form#perfilForm .viewPass {
            //     right: 0.2rem !important;
            // }

            .main-submit.containerBtnsRg {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
        }
        
    }
}*/
body#deseosEliteBody.com_conciergedesign div:where(.swal2-icon).swal2-info {
  border-color: #1b314f !important;
  color: #1b314f !important;
}
body#deseosEliteBody.com_conciergedesign .modal {
  border-radius: 30px !important;
}
body#deseosEliteBody.com_conciergedesign .modal .modal-header {
  border: 0 !important;
  padding: 2rem;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc {
  width: 100%;
  max-width: 65rem;
  left: 0;
  right: 0;
  margin: auto;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .detailContainer {
  font-size: 1.1rem;
  gap: 10px;
  font-weight: 600;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .titleModal {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0;
  color: #3670ff !important;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .deatil-products {
  padding: 1rem 1rem;
  border-bottom: 2px solid #cccccc;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .productsDetail {
  gap: 25px;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .containerButton {
  width: 100%;
  max-width: 13rem !important;
  font-size: 0.9rem !important;
}
body#deseosEliteBody.com_conciergedesign div#modalHdc .containerButton a {
  background: #3670ff;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  color: #fff !important;
}
body#deseosEliteBody.com_conciergedesign div#myModal {
  width: 90%;
  max-width: 45rem;
  left: 0;
  right: 0;
  margin: auto;
}
body#deseosEliteBody.com_conciergedesign div#myModal .d-flex.flex-row {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 20px;
}
body#deseosEliteBody.com_conciergedesign div#myModal img#modalImage {
  width: 100%;
  max-width: 10rem;
}
body#deseosEliteBody.com_conciergedesign div#myModal .d-flex.mt-5 {
  display: flex;
  align-items: center;
}
body#deseosEliteBody.com_conciergedesign div#myModal div#product-view__select {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#deseosEliteBody.com_conciergedesign div#myModal input#product-view__quantity {
  width: 100%;
  max-width: 4rem;
  font-size: 1.2rem !important;
  font-weight: 600;
  margin-bottom: 0;
}
body#deseosEliteBody.com_conciergedesign div#myModal button.btn.btn-secondary {
  padding: 0;
  height: 2rem;
  max-width: 9rem;
  color: #fff;
}
body#deseosEliteBody.com_conciergedesign div#myModal input[type="number"]::-webkit-inner-spin-button, body#deseosEliteBody.com_conciergedesign div#myModal input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
body#deseosEliteBody.com_conciergedesign button.close {
  color: #000;
  opacity: 1;
  border: 1px solid #bebebe;
  padding: 0.2rem;
  border-radius: 100%;
  width: 2rem;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
}
body#deseosEliteBody.com_conciergedesign .modal-backdrop.fade.in {
  z-index: 999999;
}
body#deseosEliteBody.com_conciergedesign div.modal.fade.in {
  top: 10% !important;
  z-index: 9999999;
}
body#deseosEliteBody.com_conciergedesign .container-de {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
}
body#deseosEliteBody.com_conciergedesign .container-de > div {
  width: 100%;
  max-width: 60rem;
}
body#deseosEliteBody.com_conciergedesign .containerButton {
  width: 100%;
  max-width: 10rem;
  display: flex;
  justify-content: flex-end;
}
body#deseosEliteBody.com_conciergedesign .titleSection-de {
  display: flex;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 900;
  color: #3670ff;
}
body#deseosEliteBody.com_conciergedesign .contentSection-de {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body#deseosEliteBody.com_conciergedesign .itemContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body#deseosEliteBody.com_conciergedesign .detailCotizacion {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #ebebeb;
}
body#deseosEliteBody.com_conciergedesign .infoItem {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
body#deseosEliteBody.com_conciergedesign h2#swal2-title {
  line-height: 1;
  font-size: 1.3rem;
}
body#deseosEliteBody.com_conciergedesign .detailContainer > div > span {
  color: #3670ff;
  font-size: 0.9rem;
}
body#deseosEliteBody.com_conciergedesign .detailContainer span {
  color: #3670ff;
}
body#deseosEliteBody.com_conciergedesign .leyendci {
  font-size: 0.9rem;
}
body#deseosEliteBody.com_conciergedesign .leyendci a {
  font-weight: 900;
  color: #3670ff;
}
body#deseosEliteBody.com_conciergedesign .detailitem a, body#deseosEliteBody.com_conciergedesign .detailToggle {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 8rem;
  background: #3670ff;
  height: 2rem;
  border-radius: 20px;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
body#deseosEliteBody.com_conciergedesign .detailitem a:hover, body#deseosEliteBody.com_conciergedesign .detailToggle:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body#deseosEliteBody.com_conciergedesign .titleItem {
  background: #1e3051;
  padding: 0.5rem;
  color: #fff;
}
body#deseosEliteBody.com_conciergedesign .item-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0rem;
  gap: 15px;
}
body#deseosEliteBody.com_conciergedesign .productsDetail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
body#deseosEliteBody.com_conciergedesign .imageContainer img {
  max-width: 6rem;
}
body#deseosEliteBody.com_conciergedesign .detailContainer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body#deseosEliteBody.com_conciergedesign .deatilProductInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 45%;
}
body#deseosEliteBody.com_conciergedesign .dateOrderP {
  width: 100%;
}
body#deseosEliteBody.com_conciergedesign .detailCotizacion > div {
  display: flex;
  align-items: center;
}
body#deseosEliteBody.com_conciergedesign .orderItem {
  display: none;
}
.g-newsslider-button {
  display: flex;
}
.erewardcancel {
  color: #154ac5;
  padding: 5px;
  background-color: #D7E4F3;
  margin-bottom: 0rem;
  margin-top: 1rem;
}
#output {
  overflow-x: auto !important;
}
.g-newsslider-button2 {
  display: inline-block !important;
  margin: 1rem 0 !important;
  padding-left: 10% !important;
  padding-top: 45% !important;
  /*display: inline-block !important;
margin: 1rem 0 !important;
padding-right: 50% !important;
padding-top: 35% !important;
*/
}
.g-newsslider-button3 {
  padding-left: 60% !important;
  padding-right: 10% !important;
}
.g-home-particles .g-gridcontent-item-wrapper, .g-home-positions .g-gridcontent-item-wrapper {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 0 none !important;
}
body {
  font-size: 0.9rem !important;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 0.8rem !important;
}
.g-newsslider-pagination {
  display: none !important;
}
.g-logo {
  background: #fff;
  padding: 1rem;
}
.gantry.contentpane.modal.dir-ltr.itemid-139.outline-_body_only.g-bodyonly.g-style-preset1 {
  display: block;
}
.gantry.contentpane.modal.dir-ltr.itemid-140.outline-_body_only.g-bodyonly.g-style-preset1 {
  display: block;
}
.g-social a {
  color: #fff !important;
  background: none !important;
}
.g-social a:hover {
  color: #ccc !important;
}
.gm-top {
  margin-top: 1rem !important;
}
.gm-main-prods div {
  margin: 0px;
  padding: 0px;
}
.gm-main-prods a {
  color: #fff;
  padding-left: 0.3rem;
}
.gm-success {
  padding-left: 1rem;
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.gm-success, .gm-success span {
  background: #01479f;
  color: #fff;
  font-size: 2.5rem;
}
.gm-success, .gm-success h2 {
  padding-bottom: 0px !important;
}
.g-gridstatistic-item-icon {
  margin-bottom: 0px !important;
}
#gm-prefooter {
  color: #fff;
  background-image: url('../../../../images/backgrounds/home/business-registration.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.g-imagegrid .g-imagegrid-item {
  /*padding:0px !important;*/
}
#g-copyright {
  font-size: 0.8rem !important;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0;
  width: 100%;
}
.g-newsslider-navigation div.next {
  background: #B0B7BD;
}
.g-newsslider-overlay {
  background: rgba(125, 185, 232, 0);
}
.main-content {
  background: #fff;
  color: #686868;
  margin: 0rem 1.5rem 1rem;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
#owlcarousel-3083-particle {
  margin-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.card {
  border-color: #005dae !important;
}
.card-header {
  background-color: #005dae !important;
  color: white !important;
}
.btn-link {
  color: white !important;
}
.btn-link:hover {
  font-weight: bolder;
  color: white !important;
}
.blue-inline {
  color: #25c9f7;
  font-weight: bold;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.gm-title-line {
  background: #EDEDED;
  color: #005dae;
  font-weight: bold;
}
#account-status h2 {
  border-bottom: 1px solid #ccc;
  padding-top: 1rem;
  color: #25c9f7;
}
#account-status h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  margin-top: 0.5rem;
}
.main-points {
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  background: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.points-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 24%;
}
.points-item span {
  display: block;
}
.points-number {
  font-size: 3rem;
  color: #25c9f7;
}
.right-border {
  border-right: 1px solid #ccc;
}
.account-status-avatar {
  width: 45%;
  padding-top: 1rem;
  text-align: right;
  padding-right: 3rem;
  border-right: 1px solid #ccc;
  color: #9e9e9e;
}
.account-status-userinfo {
  width: 50%;
  padding-left: 2rem;
}
.account-status-userinfo h3 {
  color: #9e9e9e;
}
.profile-user {
  font-size: 5rem;
  text-align: right;
}
.account-status-header {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.g-title {
  text-transform: none;
  color: #25c9f7;
}
#g-page-surround {
  background: none;
}
form {
  margin: 0px;
}
.control-label {
  width: auto !important;
}
.form-horizontal .controls {
  margin: 0px;
}
.nav-tabs.nav-stacked {
  margin: 0px;
  text-align: center;
}
.nav-stacked > li {
  display: inline-block;
  font-size: 0.8rem;
}
legend {
  color: #25c9f7 !important;
}
select {
  background-color: white;
  margin-left: 1rem;
}
/*
Estilos Login
*/
.leftbar-login {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.leftbar-login a, .leftbar-login span {
  font-size: 0.8rem;
}
.leftbar-login p {
  margin-bottom: 0.2rem !important;
}
.login-icon {
  font-size: 4rem;
}
.leftbar-login hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.wrap-login-form {
  background: white;
  border-radius: 2px;
  color: #555555;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  padding-left: 2rem;
  padding-right: 2rem;
}
.star {
  display: none !important;
}
.login input, .logout input, .registration input, .profile-edit input, .remind input, .reset input {
  border: 0px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  font-style: normal;
}
/* Sección de sistem messages*/
#g-top {
  background: none !important;
}
/* Estilos del Catálogo */
#filter-header_clear-btn, #filter-btn, #product-view__add-btn {
  background-color: #005dae;
  border-color: #25c9f7;
}
#product-view__back-btn {
  border-color: #25c9f7;
  color: #25c9f7;
}
.product-pagination a.active {
  background-color: #25c9f7;
  color: white !important;
}
#product__related h2::before {
  background-color: #25c9f7;
}
#product-view__quantity {
  width: 100%;
}
/*flypage*/
#product-view__actions {
  margin-top: 30px;
}
.stock-message {
  margin-top: 30px;
  font-size: 12px;
}
#cart-view__checkout-btn, .next-btn {
  background-color: #25c9f7;
  border-color: #25c9f7;
}
#cart-view__add-btn {
  border-color: #005dae;
  background-color: #005dae;
  color: white;
}
#cart-view__add-btn:hover, #cart-view__checkout-btn:hover, .next-btn:hover {
  background-color: #25c9f7;
  border-color: #25c9f7;
  color: white;
}
.checkout-confirmation__title::before {
  background-color: #005dae !important;
  height: 2px;
}
#cart-view__title::after {
  background-color: #005dae !important;
  height: 2px;
}
#cart-view__title {
  margin-top: 1rem;
}
#cart-view__empty-btn {
  border-color: #005dae;
  background-color: #005dae;
}
#cart-view__empty-btn:hover {
  border-color: #25c9f7;
  background-color: #25c9f7;
}
.cart-details__delete-item-btn {
  border-color: #005dae;
  background-color: #005dae;
}
.cart-details__delete-item-btn:hover {
  border-color: #25c9f7;
  background-color: #25c9f7;
}
#cart-view__title::before {
  background-color: #005dae;
}
#cart-details__table > thead > tr > th {
  color: #686868;
}
#cart-details__cart-total-cell, .cart-details__lineTotal-cell, #cart-details__price-cell {
  color: #686868;
}
.wrap_userpoints {
  color: #eee;
}
#profile-edit {
  display: flex;
}
.fieldser-reg {
  display: inline-block;
  padding: 3rem;
  margin: 1rem;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
#member-profile input {
  max-width: 25rem;
}
.g-offcanvas-toggle {
  color: rgba(0, 0, 0, 0.5);
}
.m-logo {
  background-color: white;
  text-align: center;
}
#g-navigation .g-main-nav {
  margin-top: 1rem;
}
.g-popupgrid-preview-open {
  z-index: 10000000 !important;
}
#g-banner {
  background-color: #fff;
  padding-bottom: 1rem;
}
#g-showcase, #g-container-showcase {
  margin-bottom: 0rem;
  margin-top: 0rem;
}
/* line 10, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  /*background: #006f74;*/
  background: transparent !important;
  position: relative;
}
.g-imagegrid .g-imagegrid-link::before {
  background: transparent !important;
}
.g-imagegrid .g-imagegrid-item .indicator {
  display: none;
}
/* line 17, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item img {
  /*opacity: 0.5;*/
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 21, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover {
  z-index: 10;
}
/* line 23, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 27, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover .g-imagegrid-link:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 33, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-desc {
  margin: 1.5rem 0;
}
/* line 36, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link {
  display: block;
  position: relative;
  /*background: #006f74;*/
  background: transparent !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 41, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link:before {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  font-family: FontAwesome;
  font-size: 1rem;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  z-index: 1;
  opacity: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 61, templates/rt_photon/custom/scss/_imagegrid.scss */
/* line 62, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
  width: 50%;
}
@media only all and (max-width: 47.938rem) {
  .g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
    width: 50%;
  }
}
/* line 70, templates/rt_photon/custom/scss/_imagegrid.scss */
/* line 71, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
  width: 33.33333%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
    width: 50%;
  }
}
/* line 83, templates/rt_photon/custom/scss/_imagegrid.scss */
/* line 84, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
  width: 25%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    width: 50%;
  }
}
/* line 96, templates/rt_photon/custom/scss/_imagegrid.scss */
/* line 97, templates/rt_photon/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
  width: 20%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .wrap_userpoints {
    padding-bottom: 2rem;
  }
  #b-desk {
    display: none;
  }
  #gm-prefooter h2, h3 {
    font-size: 1.3rem !important;
  }
  .points-number {
    font-size: 1.7rem;
  }
  .right-border {
    border: none;
  }
  .points-item {
    text-align: center;
    padding: 0px;
    width: 100%;
    display: block;
  }
}
@media only all and (max-width: 47.99rem) and (min-width: 48rem) {
  #banner-mobile {
    display: none !important;
  }
}
.lightcase-inlineWrap > div {
  max-height: 250px;
  overflow: auto;
}
.g-content {
  padding-top: 2px !important;
}
#g-banner {
  padding-bottom: 0px;
}
.margin-noticias {
  margin-top: 45px;
}
/*CATALOGO*/
body.gantry.site.com_catalog.view-products.task-product.itemid-137.outline-11 #product__related h2:before {
  display: none !important;
}
/*DTEE*/
body.gantry.site.com_conciergedesign.view-block.outline-25.g-offcanvas-left div#g-owlcarousel-owlcarousel-1180 {
  display: block !important;
}
body.gantry.site.com_conciergedesign.view-block.outline-25.g-offcanvas-left .span12 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
body.gantry.site.com_conciergedesign.view-block.outline-25.g-offcanvas-left div#owlcarousel-1180-particle {
  padding: 0px !important;
  margin: 0px !important;
}
body.gantry.site.com_conciergedesign.view-block.outline-25.g-offcanvas-left .g-container {
  width: 100%;
}
/*# sourceMappingURL=custom_13.css.map */