@font-face {
  font-family: "tt_commonsdemibold";
  src: url("../fonts/ttcommons-demibold-webfont.woff2") format("woff2"), url("../fonts/ttcommons-demibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonslight";
  src: url("../fonts/ttcommons-light-webfont.woff2") format("woff2"), url("../fonts/ttcommons-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsmedium";
  src: url("../fonts/ttcommons-medium-webfont.woff2") format("woff2"), url("../fonts/ttcommons-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsblack";
  src: url("../fonts/ttcommons-black-webfont.woff2") format("woff2"), url("../fonts/ttcommons-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commons_boldbold";
  src: url("../fonts/ttcommons-bold-webfont.woff2") format("woff2"), url("../fonts/ttcommons-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsextrabold";
  src: url("../fonts/ttcommons-extrabold-webfont.woff2") format("woff2"), url("../fonts/ttcommons-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsextralight";
  src: url("../fonts/ttcommons-extralight-webfont.woff2") format("woff2"), url("../fonts/ttcommons-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsregular";
  src: url("../fonts/ttcommons-regular-webfont.woff2") format("woff2"), url("../fonts/ttcommons-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsthin";
  src: url("../fonts/ttcommons-thin-webfont.woff2") format("woff2"), url("../fonts/ttcommons-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: "tt_commonsregular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  border-radius: 50px;
  padding: 10px 30px 9px 30px;
  font-size: 1rem;
  font-family: "tt_commonsdemibold";
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .btn.btn-default {
  background: #c72222;
  color: #fff;
}
body .btn.btn-default:hover {
  background: #16305d;
}
body .btn.btn-gray {
  background: #e9e9e9;
  color: #16305d;
}
body .btn.btn-gray:hover {
  background: #16305d;
  color: #fff;
}
body .btn.btn-small {
  font-size: 0.8rem;
  padding: 8px 22px 6px 22px;
}
body .btn-text {
  font-size: 1rem;
  font-family: "tt_commonsdemibold";
  color: #c72222;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none !important;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.alert-wrapper .alert-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 700px;
  max-width: 100%;
  padding: 50px 25px 25px 25px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb-wrapper {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb li {
  display: none;
  width: 100%;
}
.breadcrumb-wrapper .breadcrumb li:before {
  display: none;
}
.breadcrumb-wrapper .breadcrumb li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  border-radius: 20px;
  background: #f7f7f7;
  width: 100%;
}
.breadcrumb-wrapper .breadcrumb li a:before {
  content: '';
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  height: 10px;
  width: 10px;
  background: url('../img/icons/right-chevron.svg') center;
  background-size: cover;
}
.breadcrumb-wrapper .breadcrumb li a span {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  font-size: 1rem;
  color: #16305d;
}
.breadcrumb-wrapper .breadcrumb li + li {
  padding-left: 0;
}
.breadcrumb-wrapper .breadcrumb li:nth-last-child(2) {
  display: block;
}
.breadcrumb-wrapper + section.section-welcome {
  margin-top: 1rem;
}
.container {
  padding: 0 12px;
}
.container.no-padding {
  padding: 0;
}
.heading-h1 {
  font-size: 1.5rem;
  color: #16305d;
  font-family: "tt_commons_boldbold";
}
.heading-h2 {
  font-size: 1.3rem;
  color: #16305d;
  font-family: "tt_commons_boldbold";
}
.paragraph {
  font-size: 1rem;
  color: #333;
}
.input-service {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.input-service .service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 70px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.input-service .service-inner .inner-icon {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-service .service-inner .inner-icon img,
.input-service .service-inner .inner-icon svg {
  height: 20px;
  width: 20px;
  fill: #16305d;
}
.input-service .service-inner .inner-icon + input {
  padding-left: 0;
}
.input-service .service-inner .inner-icon + .select2-hidden-accessible + .select2 {
  padding-left: 0;
}
.input-service .service-inner.inner-value {
  background: #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-service label {
  display: block;
  font-size: 0.7rem;
  padding-left: 17px;
}
.input-service .value {
  display: block;
  height: 40px;
  width: 100%;
  padding-right: 10px;
  padding-top: 4px;
  font-size: 1rem;
  color: #16305d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
}
.input-service input {
  padding-left: 1rem;
  height: 40px;
  width: 100%;
  border: none;
  padding-top: 4px;
  border-radius: 50px;
  outline: none;
  padding-right: 10px;
  font-size: 1rem;
  color: #16305d;
}
.input-service .select2 {
  padding-left: 1rem;
  width: 100% !important;
  overflow: hidden;
}
.input-service .select2 .select2-selection {
  border: none;
  height: 40px;
  border-radius: 50px;
}
.input-service .select2 .select2-selection .select2-selection__rendered {
  height: 40px;
  padding: 8px 20px 0 0;
  color: #16305d;
  font-size: 1rem;
}
.input-service .select2 .select2-selection .select2-selection__arrow {
  height: 40px;
}
.input-service .select2 .select2-selection .select2-selection__arrow b {
  margin-left: -7px;
}
.checkbox-wrapper {
  margin-top: 10px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
}
.checkbox-wrapper .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-transform: none;
  color: #000;
  text-align: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-wrapper .radio-box:before {
  content: "";
  min-width: 20px;
  max-width: 20px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  border-radius: 5px;
  height: 20px;
  display: block;
  border: 3px solid #ddd;
  background: #fff;
  margin-right: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-wrapper input {
  visibility: visible;
  opacity: 0;
  left: 0;
  position: absolute;
  width: auto !important;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin-top: 5px;
}
.checkbox-wrapper > input:checked + .radio-box:before {
  background: #16305d;
}
.swiper-offer {
  padding: 0 12px;
  margin-top: 1rem;
}
.swiper-offer .swiper-slide {
  width: auto;
}
.swiper-buttons,
.swiper-gallery {
  padding: 0 12px;
  margin-top: 0.5rem;
  position: relative;
}
.swiper-buttons:before,
.swiper-gallery:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2000;
  width: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-buttons:after,
.swiper-gallery:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2000;
  width: 24px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-buttons .swiper-slide,
.swiper-gallery .swiper-slide {
  width: auto;
}
.swiper-buttons .swiper-slide .gallery-item,
.swiper-gallery .swiper-slide .gallery-item {
  width: 120px;
  height: 95px;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}
.swiper-buttons .swiper-slide .gallery-item img,
.swiper-gallery .swiper-slide .gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-buttons.gray:before,
.swiper-gallery.gray:before {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(rgba(243, 243, 243, 0)));
  background: -o-linear-gradient(left, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
  background: linear-gradient(90deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
}
.swiper-buttons.gray:after,
.swiper-gallery.gray:after {
  background: -webkit-gradient(linear, right top, left top, from(#f3f3f3), to(rgba(243, 243, 243, 0)));
  background: -o-linear-gradient(right, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
  background: linear-gradient(-90deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
}
.offer-items-wrapper .offer-item {
  margin-top: 1rem;
  max-width: 100%;
}
.offer-items-wrapper .offer-item.item-square {
  max-width: 100%;
}
.offer-items-wrapper .offer-item.item-square .item-image {
  padding-top: 40%;
}
.offer-item {
  margin-bottom: 15px;
  max-width: 240px;
  border-radius: 20px;
  padding-bottom: 7px;
  overflow: hidden;
  -webkit-box-shadow: 3px 7px 11px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 7px 11px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.offer-item .item-image {
  width: 100%;
  padding-top: 62%;
  position: relative;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.offer-item .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.offer-item .item-image .image-info {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 10px 10px 7px 12px;
  background: #c72222;
  border-radius: 17px 5px 5px 5px;
}
.offer-item .item-image .image-info .info-value {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-family: "tt_commons_boldbold";
}
.offer-item .item-image .image-info .info-quantity {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #fff;
}
.offer-item .item-image .image-price {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 10px 10px 8px 12px;
  background: #c72222;
  border-radius: 5px 5px 5px 17px;
}
.offer-item .item-image .image-price .price-promotion {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-family: "tt_commons_boldbold";
}
.offer-item .item-image .image-price .price-old {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  text-decoration: line-through;
}
.offer-item .item-description {
  padding: 5px 8px;
}
.offer-item .item-description .description-name {
  margin-top: 3px;
  color: #16305d;
  font-family: "tt_commonsmedium";
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.offer-item .item-description .description-company {
  background: #16305d;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 2px 8px 0px 8px;
  font-size: 0.7rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-family: "tt_commonsmedium";
}
.offer-item .item-description .description-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer-item .item-description .description-stars .stars-inner {
  width: 80px;
  height: 16px;
  position: relative;
  overflow: hidden;
}
.offer-item .item-description .description-stars .stars-inner .inner-bar-background {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  width: 98%;
  background: #ddd;
}
.offer-item .item-description .description-stars .stars-inner .inner-bar {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  background: #c72222;
}
.offer-item .item-description .description-stars .stars-inner .inner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.offer-item .item-description .description-stars .stars-number {
  margin-left: 10px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  font-size: 0.9rem;
  color: #333;
}
.offer-item .item-description .description-info {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer-item .item-description .description-info .info-item {
  font-size: 0.9rem;
  color: #333;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.offer-item .item-description .description-info .info-item span {
  color: #bbb;
}
.offer-item .item-description .description-info .info-divider {
  margin: 0 10px;
  height: 10px;
  width: 1px;
  border-left: 0.5px solid #ccc;
}
.offer-item .item-description .description-hours {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer-item .item-description .description-hours .hours-item {
  margin: 3px 3px 0 0;
  font-size: 0.8rem;
  background: #f3f3f3;
  border-radius: 20px;
  padding: 2px 6px 0px 6px;
  color: #333;
}
.offer-item .btn-text {
  text-align: center;
  margin-top: 5px;
  width: 100%;
}
.offer-item.item-square {
  max-width: 200px;
}
.offer-item.item-square .item-image {
  padding-top: 100%;
}
.header-bag-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bag-sidebar .sidebar-service-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  padding: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service {
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  background: #f3f3f3;
  min-height: 100%;
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu-wrapper {
  position: absolute;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 222;
  height: 100vh;
  width: 100%;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu-wrapper.hidden {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu-wrapper + .service-menu-wrapper {
  z-index: 444;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu {
  max-height: calc(100vh - 40px);
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink {
  display: block;
  outline: none;
  padding: 15px 20px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 0.5px solid #eee;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink .backlink-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink .backlink-inner span {
  color: #000;
  font-size: 1rem;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink .backlink-inner img {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink.backlink-close {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink.backlink-close.hidden {
  display: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-heading {
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages {
  margin-top: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper {
  background: #fff;
  border-radius: 10px;
  border: 0.5px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px 15px 20px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper .icon {
  fill: #000;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  margin-right: 20px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul li button {
  padding: 0px 6px 1px 6px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: none;
  outline: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul li button img {
  height: 24px;
  width: 24px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul li button span {
  color: #000;
  font-size: 0.8rem;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul li + li {
  margin-left: 5px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper + .currency-languages-wrapper {
  border-top: 0.5px solid #ddd;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list {
  list-style: none;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  border: 0.5px solid #eee;
  margin-top: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button {
  padding: 15px 50px 15px 20px;
  width: 100%;
  background: none;
  position: relative;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a .icon,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button .icon {
  fill: #000;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  margin-right: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a span,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button span {
  color: #000;
  font-size: 1rem;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a.has-child:after,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button.has-child:after {
  content: '';
  height: 10px;
  min-width: 10px;
  max-width: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/right-chevron.svg) center;
  background-size: cover;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a.background-default .icon,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button.background-default .icon {
  fill: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a.background-default span,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button.background-default span {
  color: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li.active a,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li.active button {
  background: #16305d;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li.active a span,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li.active button span {
  color: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li:not(:last-child) {
  border-bottom: 0.5px solid #ddd;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-filters-button:not(.hidden) + .menu-heading {
  border-top: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-heading + .menu-list {
  border-top: 0.5px solid #ddd;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .heading-h1 {
  margin-top: 2rem;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .heading-h1 span {
  color: #c72222;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .paragraph {
  margin-top: 1rem;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .search-engine-inner .input-service {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.5px solid #eee;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .search-engine-inner .btn-clear {
  margin-top: 2rem;
  font-size: 1rem;
  font-family: "tt_commonsdemibold";
  color: #16305d;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  outline: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .search-engine-inner .btn-clear + .btn {
  margin-top: 0.5rem;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .search-engine-inner .btn {
  margin-top: 2rem;
  width: 100%;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header-bag-sidebar.active {
  z-index: 555;
  visibility: visible;
  opacity: 1;
}
nav.section-header .header-top {
  padding: 8px 0;
  background: #f7f7f7;
}
nav.section-header .header-flexbox {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox .flexbox-logo img {
  height: 25px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .flexbox-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-inner ul li a,
nav.section-header .header-flexbox .flexbox-inner ul li button {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #f7f7f7;
  outline: none;
}
nav.section-header .header-flexbox .flexbox-inner ul li a svg,
nav.section-header .header-flexbox .flexbox-inner ul li button svg {
  height: 15px;
  width: 15px;
  fill: #16305d;
}
nav.section-header .header-flexbox .flexbox-inner ul li a svg.large,
nav.section-header .header-flexbox .flexbox-inner ul li button svg.large {
  height: 17px;
  width: 17px;
}
nav.section-header .header-flexbox .flexbox-inner ul li + li {
  margin-left: 6px;
}
nav.section-header .header-flexbox .nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 18px;
  background: #16305d;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 3px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 3px;
}
section.section-welcome .welcome-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
section.section-welcome .welcome-item .item-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.section-welcome .welcome-item .item-background img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
section.section-welcome .welcome-item .item-background .background-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.65;
}
section.section-welcome .welcome-item .item-description {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
}
section.section-welcome .welcome-item .item-description .description-heading {
  padding-bottom: 50px;
}
section.section-welcome .welcome-item .item-description .description-heading > * {
  display: block;
}
section.section-welcome .welcome-item .item-description .description-heading b {
  text-transform: lowercase;
  font-size: 1rem;
  font-family: "tt_commonsthin";
  line-height: 5rem;
}
section.section-welcome .welcome-item .item-description .description-heading i {
  margin-right: 30px;
  font-family: "tt_commons_boldbold";
  font-size: 5rem;
  line-height: 3rem;
  font-style: normal;
}
section.section-welcome .welcome-item .item-description .description-heading strong {
  margin-left: 72px;
  line-height: 2rem;
  font-family: "tt_commonsmedium";
  font-size: 2rem;
}
section.section-welcome .welcome-item .item-description .heading-h1 {
  color: #fff;
  max-width: 300px;
}
section.section-welcome .welcome-item .item-description .btn {
  margin-top: 2rem;
}
section.section-welcome .welcome-item.small {
  height: 200px;
}
section.section-welcome .welcome-search-engine {
  z-index: 1;
  background: #f7f7f7;
  position: relative;
  margin-top: -40px;
  padding: 15px;
  border-radius: 20px;
}
section.section-welcome .welcome-search-engine .search-engine-inner .inner-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-search-engine .search-engine-inner .inner-row > * {
  width: 48.7%;
}
section.section-welcome .welcome-search-engine .heading-h1 {
  text-align: center;
}
section.section-welcome .welcome-search-engine .btn {
  margin-top: 1rem;
  width: 100%;
}
section.section-welcome.welcome-cta {
  margin-top: 2rem;
}
section.section-offer {
  padding-top: 2rem;
}
section.section-zero-waste {
  margin-top: calc(2rem + (240px / 2));
  padding-top: calc(2rem + (240px / 2));
  padding-bottom: 2rem;
  position: relative;
  background: #f3f3f3;
}
section.section-zero-waste .zero-waste-heading {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
section.section-zero-waste .zero-waste-heading .heading-background {
  width: 100%;
  width: 240px;
}
section.section-zero-waste .zero-waste-heading .heading-inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 3px 8px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 8px 15px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  padding-left: 3px;
}
section.section-zero-waste .zero-waste-heading .heading-inner i {
  color: #16305d;
  margin-right: 18px;
  font-family: "tt_commons_boldbold";
  font-size: 3rem;
  line-height: 1.8rem;
  font-style: normal;
  display: block;
}
section.section-zero-waste .zero-waste-heading .heading-inner strong {
  color: #16305d;
  margin-left: 43.2px;
  line-height: 1.2rem;
  font-family: "tt_commonsmedium";
  font-size: 1.2rem;
  display: block;
}
section.last-minute-section-content .content-inner > .heading-h1:first-child {
  margin-top: 2rem;
}
section.last-minute-section-content .content-inner .heading-filter-button {
  margin-top: 1rem;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  border-radius: 20px;
  background: #16305d;
  width: 100%;
}
section.last-minute-section-content .content-inner .heading-filter-button svg {
  margin-right: 10px;
  fill: #fff;
  height: 17px;
  min-width: 17px;
  max-width: 17px;
}
section.last-minute-section-content .content-inner .heading-filter-button span {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  font-size: 1rem;
  color: #fff;
}
section.last-minute-section-content .content-inner .heading-filter-info {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.last-minute-section-content .content-inner .heading-filter-info p {
  margin-right: 10px;
  font-size: 0.7rem;
}
section.last-minute-section-content .content-inner .heading-filter-info p:not(:first-child) {
  font-weight: 600;
}
section.oferta-section-content {
  margin-top: 1rem;
}
section.oferta-section-content .content-sticky-item-wrapper {
  position: relative;
}
section.oferta-section-content .content-sticky-item-wrapper .item-wrapper-button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 4px;
  left: 0;
  z-index: 222;
  margin-top: 1rem;
}
section.oferta-section-content .content-sticky-item-wrapper .item-wrapper-button .btn {
  width: 100%;
}
section.oferta-section-content .content-inner .inner-heading-wrapper {
  position: relative;
  padding-right: 60px;
}
section.oferta-section-content .content-inner .inner-heading-wrapper .heading-bookmark {
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eee;
  border: none;
  padding: 0;
  outline: none;
  position: absolute;
}
section.oferta-section-content .content-inner .inner-heading-wrapper .heading-bookmark svg {
  fill: #333;
  height: 21px;
  width: 21px;
}
section.oferta-section-content .content-inner .inner-heading-wrapper .heading-bookmark.active {
  background: #c72222;
}
section.oferta-section-content .content-inner .inner-heading-wrapper .heading-bookmark.active svg {
  fill: #fff;
}
section.oferta-section-content .content-inner .inner-info {
  padding: 10px 10px 7px 12px;
  background: #c72222;
  border-radius: 17px;
  margin-bottom: 1rem;
}
section.oferta-section-content .content-inner .inner-info .info-value {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-family: "tt_commons_boldbold";
}
section.oferta-section-content .content-inner .inner-info .info-quantity {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #fff;
}
section.oferta-section-content .content-inner .inner-company {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  padding-top: 1rem;
}
section.oferta-section-content .content-inner .inner-company .heading-h2 {
  font-family: 'tt_commonsregular';
  color: #333;
}
section.oferta-section-content .content-inner .inner-description {
  margin-top: 0.5rem;
}
section.oferta-section-content .content-inner .inner-description .description-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-inner {
  width: 80px;
  height: 16px;
  position: relative;
  overflow: hidden;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-inner .inner-bar-background {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  width: 98%;
  background: #ddd;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-inner .inner-bar {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  background: #c72222;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-inner .inner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-number {
  margin-left: 10px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  font-size: 0.9rem;
  color: #333;
}
section.oferta-section-content .content-inner .inner-description .description-info {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.oferta-section-content .content-inner .inner-description .description-info .info-item {
  font-size: 0.9rem;
  color: #333;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
section.oferta-section-content .content-inner .inner-description .description-info .info-item a {
  color: #c72222;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.oferta-section-content .content-inner .inner-description .description-info .info-item a:hover {
  color: #9b1b1b;
}
section.oferta-section-content .content-inner .inner-description .description-info .info-item span {
  color: #bbb;
}
section.oferta-section-content .content-inner .inner-description .description-info .info-divider {
  margin: 0 10px;
  height: 10px;
  width: 1px;
  border-left: 0.5px solid #ccc;
}
section.oferta-section-content .content-inner .inner-description .description-hours {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.oferta-section-content .content-inner .inner-description .description-hours .hours-item {
  margin: 3px 3px 0 0;
  font-size: 0.8rem;
  background: #f3f3f3;
  border-radius: 20px;
  padding: 2px 6px 0px 6px;
  color: #333;
}
section.oferta-section-content .content-inner .inner-description .description-text {
  margin-top: 1rem;
}
section.oferta-section-content .content-inner .inner-description .description-text p {
  font-size: 1rem;
  color: #000;
}
section.oferta-section-content .content-inner .inner-form {
  margin-top: 1rem;
  background: #f7f7f7;
  position: relative;
  padding: 15px;
  border-radius: 20px;
}
section.oferta-section-content .content-inner .inner-form .heading-h1 {
  text-align: center;
}
section.oferta-section-content .content-inner .inner-form .btn-text {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}
section.oferta-section-content .content-inner .inner-form .btn-text + .btn {
  margin-top: 0.5rem;
}
section.oferta-section-content .content-inner .inner-form .btn {
  margin-top: 1rem;
  width: 100%;
}
section.oferta-section-content .content-inner .inner-register-cta {
  margin-top: 1rem;
}
section.oferta-section-content .content-inner .inner-register-cta .btn {
  width: 100%;
}
section.oferta-section-content .content-cta .btn {
  width: 100%;
  margin-top: 1rem;
}
section.oferta-section-content .content-map {
  margin-top: 1rem;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
section.oferta-section-content .content-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
section.oferta-section-content .content-stars {
  margin-top: 2rem;
}
section.oferta-section-content .content-stars .stars-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service {
  margin-right: 2px;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service .star {
  background: url('../img/icons/star-fill.svg') center;
  background-size: cover;
  height: 17px;
  width: 17px;
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service input {
  visibility: hidden;
  position: absolute;
  width: auto;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service.hover .star,
section.oferta-section-content .content-stars .stars-flexbox .star-service.active .star {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service:last-child {
  margin-right: 0;
}
section.oferta-section-content .content-stars .btn {
  margin-top: 0.5rem;
}
section.section-footer {
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
  background: #16305d;
}
section.section-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.section-footer .footer-inner .inner-service ul .heading {
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  font-family: "tt_commons_boldbold";
}
section.section-footer .footer-inner .inner-service ul li a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner .inner-service ul li a:hover {
  color: #16305d;
}
section.section-footer .footer-inner .inner-service ul li + li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-service .social-media {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-service .social-media li a svg {
  height: 30px;
  width: 30px;
  fill: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service .social-media li a svg:hover {
  fill: #c72222;
}
section.section-footer .footer-inner .inner-service .social-media li + li {
  margin-top: 0;
}
section.section-footer .footer-inner .inner-service .social-media li:not(:last-child) {
  margin-right: 4px;
}
section.section-footer .footer-inner .inner-service address {
  margin-top: 5px;
  margin-bottom: 0;
}
section.section-footer .footer-inner .inner-service address a {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service address a:hover {
  color: #16305d;
}
section.section-footer .footer-inner .inner-service address p {
  margin-top: 15px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
section.section-footer .footer-inner .inner-service .btn {
  margin-top: 20px;
}
section.section-footer .footer-inner .inner-service + .inner-service {
  margin-top: 1rem;
}
section.section-footer .footer-credits {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
section.section-footer .footer-credits .credits-copyright .copyright-logo .logo-image img {
  width: 140px;
}
section.section-footer .footer-credits .credits-copyright p {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}
section.section-footer .footer-credits .credits-copyright p a {
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-credits .credits-copyright p a:hover {
  color: #16305d;
}

/*# sourceMappingURL=maps/style.css.map */
