html {
  scroll-behavior: smooth;
}
.new-button {
  border-radius: 4px;
  border-width: 0;
  cursor: pointer;
  size: 14px;
  color: white;
  background-color: #ed1651;
  padding: 4px 16px 4px 16px;
  align-items: center;
}

.section-desc-new {
  color: #606364;
  font-family: "MT-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f4f4f4;
}

body {
  padding-top: 0;
}

#home {
  width: 100%;
}

@font-face {
  font-family: "MT-Regular";
  src: url("./assets/font-face/montserrat/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "MT-bold";
  src: url("./assets/font-face/montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "MT-Medium";
  src: url("./assets/font-face/montserrat/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "MT-Light";
  src: url("./assets/font-face/montserrat/Montserrat-Light.ttf");
}
@font-face {
  font-family: "MT-ExtraLight";
  src: url("./assets/font-face/montserrat/Montserrat-ExtraLight.ttf");
}
@font-face {
  font-family: "MT-SemiBold";
  src: url("./assets/font-face/montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "MT-ExtraBold";
  src: url("./assets/font-face/montserrat/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "MT-Black";
  src: url("./assets/font-face/montserrat/Montserrat-Black.ttf");
}

@font-face {
  font-family: "MT-Regular-O";
  src: url("./assets/font-face/montserrat/Montserrat-Italic.ttf");
}

@font-face {
  font-family: "MT-bold-O";
  src: url("./assets/font-face/montserrat/Montserrat-BoldItalic.ttf");
}
@font-face {
  font-family: "MT-Light-O";
  src: url("./assets/font-face/montserrat/Montserrat-LightItalic.ttf");
}
@font-face {
  font-family: "MT-SemiBold-O";
  src: url("./assets/font-face/montserrat/Montserrat-SemiBoldItalic.ttf");
}

/* width */
body::-webkit-scrollbar {
  width: 12px;
}

/* Track */
body::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey;*/
  box-shadow: inset 0 0 5px transparent;
  border-radius: 100px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #5f5f5f;
  border-radius: 0;
}
#navegation-bar .navbar-brand img {
  /* width: auto;
  height: 35px; */
  width: 140px;
  height: 48px;
  margin-right: 50px;
}

#navegation-bar {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

#inner-navegation-bar {
}

#inner-navegation-bar .nav-item {
  text-align: center;
  margin-left: 20px;
}

#inner-navegation-bar .nav-item.active .nav-link {
  background-color: transparent;
}

#inner-navegation-bar .nav-item .menu-i {
  height: 20px;
  width: auto;
}

#inner-navegation-bar .nav-link {
  font-family: "MT-Regular";
  color: #000;
  font-size: 0.82rem;
}

#inner-navegation-bar .main-nav .nav-item:hover .nav-link {
  color: #ed1651;
}

#inner-navegation-bar .main-nav .nav-item:hover .menu-i {
  height: 28px;
}

#inner-navegation-bar .main-nav .nav-item .menu-i-w {
  height: 28px;
  width: 100%;
}

#inner-navegation-bar .social-m-nav .nav-link:hover {
  color: #ed1651;
}
#inner-navegation-bar .social-m-nav .nav-link.disabled-w-link {
  font-family: "MT-SemiBold";
}

#inner-navegation-bar .nav-item.active .nav-link {
  color: #ed1651;
  font-family: "MT-Medium";
}
#inner-navegation-bar .nav-link .menu-label {
  width: 100%;
  display: block;
  /*margin-top: 6px;*/
}

#inner-navegation-bar .social-m-nav .lang-controllers {
  display: inline-flex;
}
#intro-section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#intro-carousel {
  width: 100%;
}

#intro-carousel .carousel-item,
#intro-carousel .carousel-item img {
  width: 100%;
}

#intro-carousel .carousel-item img.carousel-img-sm {
  display: none;
}

.artwork-w {
  width: 100%;
  position: relative;
}
.artwork-w img {
  width: 100%;
  height: auto;
  position: relative;
}
.artwork-w.intro {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section {
  width: 100%;
  position: relative;
  padding-top: 60px;
  overflow-x: hidden;
}

#my-clubnet {
}

.section-heading {
  color: #ed1651;
  font-family: "MT-bold";
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 20px;
  /*margin-top: 20px;*/
}

#my-clubnet .section-heading {
  text-transform: inherit;
}
.section-desc {
  color: #606364;
  font-family: "MT-Regular";
  font-size: 0.84rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.section-desc-small {
  color: #404040;
  font-family: "MT-Regular";
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 30px;
  font-weight: 100;
}

.section-desc-w {
  margin-top: 18px;
  color: #ed1651;
  font-family: "MT-Medium";
  font-size: 0.84rem;
  line-height: 1.1rem;
}

#my-clubnet .img-case {
}
#my-clubnet .img-case img {
  width: 100%;
}

.btn-mcn {
  background-color: #ed1651 !important;
  border-radius: 0;
  font-size: 0.85rem;
  padding: 5px 12px;
  text-transform: uppercase;
}

.bg-style {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#services {
  /*background-color: rgba(255,255,255,.5);*/
  padding-bottom: 25px;
}

#services-w {
}

#services .club-tabs .uk-nav li a {
  color: #383737;
  font-family: "MT-Medium";
  text-transform: capitalize;
  font-size: 0.94rem;
  line-height: 1.6rem;
  margin-top: 6px;
}
#services .club-tabs .uk-nav li.uk-active a {
  color: #ed1651;
  font-family: "MT-bold";
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.service-item {
  text-align: center;
  position: relative;
}

.service-item .service-icon {
  height: 50px;
  width: auto;
}

.service-item .service-name {
  color: #303132;
  font-family: "MT-bold";
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 0;
}

.service-item .service-heading {
  color: #ed1651;
  font-family: "MT-bold";
  font-size: 0.88rem;
  line-height: 1.04rem;
  margin-top: 0;
  margin-bottom: 0;
}

.service-item .service-price {
  color: #272829;
  font-family: "MT-bold";
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 10px;
  margin-bottom: 7px;
}

.service-item .service-i-bar {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.service-item .service-i-bar hr {
  width: 20px;
  height: 1.3px;
  display: block;
  margin: 0 auto;
  background-color: #2f2f2f;
  border: none;
}

#services .club-tabs .uk-nav li:last-child .service-i-bar {
  display: none;
}

#services .club-tabs .uk-nav li .service-i-bar {
  width: 100%;
  text-align: left;
  min-height: 2px;
}

#services .club-tabs .uk-nav li .service-i-bar hr {
  width: 28px;
  height: 1.3px;
  display: block;
  background-color: #2f2f2f;
  border: none;
}

#services .club-tabs .uk-dotnav {
  text-align: center;
  margin-top: 40px !important;
}

#services .club-tabs .uk-dotnav a {
  margin-bottom: 7px;
}
#services .club-tabs .uk-dotnav .uk-active a {
  background-color: #ed1651;
}

#services .club-tabs .uk-slidenav {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

#services .club-tabs .uk-slidenav svg {
  height: 18px;
  width: auto;
}

#services .service-ps {
  color: #23232389;
  text-align: left;
  font-family: "MT-SemiBold";
  font-size: 0.81rem;
  line-height: 1rem;
  margin-top: 30px;
}

#services-ps {
  background-color: #d3d3ae;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: -1px;
}

#services-ps .services-ps-img-w {
  text-align: right;
}

#services-ps img {
  height: 60px;
  width: auto;
  margin-top: 10px;
}

#services-ps .section-heading {
  color: #ed1651;
  font-family: "MT-bold";
  text-transform: inherit;
  font-size: 0.96rem;
  line-height: 1.25rem;
  margin-bottom: 12px;
}

#services-ps .section-desc {
  color: #606364;
  font-family: "MT-Regular";
  font-size: 0.74rem;
  line-height: 1.2rem;
  margin-bottom: 0;
}

#products {
  padding-bottom: 50px;
}
#products .section-desc {
  display: inline-block;
  margin-bottom: 25px;
}

#products .sp-img {
  display: inline-block;
  margin-left: 10px;
  margin-top: -10px;
}

#products .club-tabs .uk-nav li a {
  color: #484747;
  font-family: "MT-Medium";
  text-transform: uppercase;
  font-size: 0.96rem;
  line-height: 1.2rem;
  margin-top: 3px;
  padding: 10px;
  display: block;
  width: 90%;
}
#products .club-tabs .uk-nav li .product-icon-w {
  display: inline-block;
}
#products .product-desc-hold {
  display: none !important;
}
#products .club-tabs .uk-nav li a img,
#products .club-tabs .uk-nav li a svg {
  width: 32px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
}
#products .club-tabs .uk-nav li.uk-active a {
  color: #ed1651;
  font-size: 1.2rem;
  font-family: "MT-bold";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#products .club-tabs .uk-nav li.uk-active img,
#products .club-tabs .uk-nav li.uk-active svg {
  width: 42px;
  fill: #ed1651 !important;
}
#products .club-tabs .uk-nav li.uk-active svg * {
  fill: #ed1651 !important;
}

.product-item {
  padding-top: 20px;
}
.product-item .section-heading {
  font-size: 1.6rem;
  text-transform: inherit;
  line-height: 1.9rem;
}

.product-item .section-desc {
  font-size: 0.78rem;
  line-height: 1.13rem;
  white-space: pre-line;
  display: block !important;
}

#products .product-price {
  text-align: left;
  color: #272829;
  font-family: "MT-bold";
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 0;
  margin-top: 8px;
  display: block;
}

.product-item .btn-mcn img {
  height: 20px;
  width: auto;
  margin-top: -3px;
  margin-right: 5px;
}
.product-item .btn-mcn {
  text-transform: capitalize;
  font-family: "MT-Medium";
}

.product-preview {
  text-align: center;
  margin-bottom: 15px;
}
.product-preview .product-preview-img {
  width: auto;
  /* padding-left: 15%; */
  /* padding-right: 15%; */
  height: 180px;
  display: block;
  margin: 0 auto;
}

.product-preview .btn-mcn {
  margin-top: 10px;
}
.product-preview a.hidden {
  visibility: hidden;
}
.product-item-trigger img {
  width: 80%;
  margin: 0 auto;
}
.product-item-trigger img {
  opacity: 0.55;
}
.product-item-trigger:hover img {
  opacity: 0.8;
}
.product-item-trigger.active img {
  opacity: 1 !important;
}

.product-item-triggers {
  margin-top: 18px;
}

#oasis {
  background-color: #f3f4f4;
  padding-bottom: 40px;
}

#oasis .oasis-price {
  text-align: center;
  color: #ffffff;
  font-family: "MT-Black";
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 0;
  margin-top: 4px;
  position: relative;
  z-index: 10;
  display: none;
  /*visibility: hidden;*/
}

.oasis-item img {
  width: 85% !important;
  margin: 0 auto;
  display: block;

  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.oasis-item .oasis-item-inner .oasis-icon-bg {
  display: none;
  z-index: 1;
}

.oasis-item .oasis-item-inner:hover .oasis-icon {
  display: none !important;
}
.oasis-item .oasis-item-inner:hover .oasis-icon-bg {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  /*  -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
  display: block !important;
}

.oasis-item .oasis-item-inner:hover .oasis-price {
  visibility: visible !important;
  display: block !important;
  position: relative;
  z-index: 10;
}
#oasis .section-desc {
  margin-bottom: 30px;
}

.oasis-item .oasis-item-inner {
  position: relative;
}

.oasis-item-inner-w {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  left: 0;
  top: 57%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.oasis-item-price-w {
  position: relative;
  width: 100%;
}

#oasis .uk-slidenav {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

.oasis-list {
  margin-bottom: 20px;
}

#oasis .oasis-title {
  color: #ed1651;
  font-family: "MT-bold";
  text-transform: inherit;
  font-size: 0.98rem;
  line-height: 1.25rem;
  margin-bottom: 6px;
  margin-top: 18px;
}
#oasis .oasis-title:nth-of-type(1) {
  margin-top: 0;
}
#oasis .oasis-desc {
  color: #606364;
  font-family: "MT-Regular";
  font-size: 0.75rem;
  line-height: 1.2rem;
  margin-bottom: 10px;
  white-space: pre-line;
}

#coverage .img-case {
  width: 100%;
}
#coverage .section-desc {
  margin-bottom: 30px;
}

#about {
  background-color: #f3f4f4;
  padding-bottom: 40px;
}
#about .section-desc {
  margin-bottom: 30px;
}

#footer {
  background-color: #878787;
  /*background-color: #737373;*/
}

/*------------------ FOOTER*/
#footer {
  /*margin-top: 80px;*/
  padding-top: 30px;
}

#footer img {
  height: 40px;
  width: auto;
  margin-bottom: 15px;
}

#footer li {
  margin-top: 4px;
}

#footer li a {
  text-transform: default;
  font-size: 0.81rem;
  line-height: 1.1rem;
  font-family: "MT-SemiBold";
  color: #ffffff;
}

#footer .my-clubnet {
  text-transform: default;
  font-size: 0.81rem;
  line-height: 1.1rem;
  font-family: "MT-SemiBold";
  color: #ed1651;
}

#footer .my-clubnet:hover {
  text-transform: default;
  font-size: 0.81rem;
  line-height: 1.1rem;
  font-family: "MT-SemiBold";
  color: #ed1651;
}

#footer .text-footer-sign {
  text-transform: inherit;
  font-size: 0.81rem;
  line-height: 1.1rem;
  font-family: "MT-SemiBold";
  color: #ffffff;
}
#footer li .text-footer {
  font-size: 0.78rem;
  line-height: 1.1rem;
  font-family: "MT-Regular";
  color: #ffffff;
}
#footer .newsletter-desc {
  font-size: 0.82rem;
  line-height: 1.4rem;
  font-family: "MT-Regular";
  color: #ffffff;
}
#footer li a:hover {
  color: #ffffff;
}

#footer .ft-header {
  font-size: 1.5rem;
  line-height: 1.4rem;
  font-family: "MT-SemiBold";
  color: #ffffff;
  min-height: 30px;
  margin-bottom: 15px;
}

#footer input,
#footer textarea {
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-family: "MT-Regular";
  color: #3e3d3d;
  background-color: #ffffff;
  border: 0;
  border-bottom: none;
  margin-top: 10px;
  padding: 5px 7px;
  border-radius: 0;
  outline-color: transparent;
  text-transform: lowercase;
}

#footer form button {
  outline: none;
  border: none;
  margin-top: 15px;
  font-size: 0.83rem;
}

#footer .footer-copyright .footer-copyright-text {
  font-size: 0.75rem;
  line-height: 1.15rem;
  font-family: "MT-Regular";
  color: #ffffff;
  text-align: center;
  width: 100%;
}

#footer .footer-copyright .footer-copyright-text a {
  color: #ffffff;
}

#footer .footer-copyright .footer-copyright-text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer .border-f {
  border-top: 1px solid #757575;
  padding: 20px 10px 10px 10px;
  margin-top: 30px;
}

#footer .footer-contacts {
  margin-bottom: 20px;
}

#footer .footer-contacts li {
  display: table;
  width: 100%;
}

#footer .footer-contacts img {
  width: 100%;
  display: inline-block;
}

#footer .fc-i {
  padding-right: 4px;
  position: relative;
  width: 20%;
  height: 5px;
  display: inline-block;
}

#footer .fc-c {
  width: 80%;
  display: inline-block;
}

.text-footer-sign-w img {
  height: 1px !important;
  width: 100% !important;
  visibility: hidden !important;
}

#articles {
  background-color: #f3f4f4;
  padding-top: 100px;
  padding-bottom: 70px;
}

#articles .section-heading {
  text-align: center;
  margin-bottom: 22px;
}

.gallery-heading {
  color: #1b1c1d;
  font-family: "MT-bold";
  text-transform: uppercase;
  font-size: 0.96rem;
  line-height: 1.25rem;
  margin-bottom: 12px;
}

.gallery-read {
  color: #ed1651;
  font-family: "MT-bold";
  text-transform: uppercase;
  font-size: 0.79rem;
  line-height: 1.1rem;
  margin-bottom: 12px;
}
.gallery-read:hover {
  color: #ed1651;
}
.gallery-desc {
  color: #606364;
  font-family: "MT-Regular";
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 15px;
}

.gallery-item-w {
  width: 100%;
  background-color: #ffffff;
}
.gallery-item-content {
  padding: 15px 15px 20px 15px;
}

#article {
  width: 100%;
  padding-bottom: 60px;
  padding-top: 90px;
}
.article-cover {
  width: 100%;
}
.article-cover img {
  width: 100%;
}
.gallery-item {
  margin-top: 20px;
}
#article .gallery-item-content {
  padding: 20px 0 0 0;
}

#article .gallery-heading {
  color: #ed1651;
  font-family: "MT-bold";
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
}
#article .gallery-desc {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

/*TOASTS*/
.toast {
  font-family: "MT-Regular";
  font-size: 0.87rem;
}
.toast-warning {
  /*background-color: #d69512;*/
  background-color: #3a3a3a;
  /*color: #000000;*/
  /*border: 2px solid #000000;*/
  /*border-radius: 1px;*/
}

.toast-success {
  background-color: #ed1651;
}

.toast-error {
  background-color: #2f2f2f;
}

.btn-sup {
  background-color: #ed1651;
  padding: 11px 12px;
  position: fixed;
  display: block;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.btn-sup:hover {
  background-color: #878787;
}

.btn-sup img {
  height: auto;
  width: 20px;
}

.service-item .service-item-inner {
  width: 100%;
  position: relative;
}
.service-item .more-intel {
  position: absolute;
  bottom: 0;
  display: none;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: #fff;*/
  padding: 35px 15px 15px 15px;
  text-align: center;
}

.service-item:hover .more-intel {
  display: block;
}

.service-item.active-hover:hover .main-intel {
  visibility: hidden;
}

.service-item .more-intel .intel-in {
  color: #fff;
  font-family: "MT-Medium";
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}

.service-item .service-price-vat {
  font-family: "MT-Regular";
  font-size: 0.82rem;
  display: block;
  margin-top: 5px;
}

.service-item .more-intel .service-price-vat {
  color: #272829 !important;
}
