@import url('https://fonts.googleapis.com/css?family=Spectral+SC:700');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('./../fonts/Qatar2022Arabic-Bold.ttf');

@font-face {
  font-family: 'Qatar2022 Arabic Bold';
  src: url('./../fonts/Qatar2022Arabic-Bold.ttf');
}
.icon-x{
  width: 17px;
  opacity: 0.6;
}

.sb-button,
.sb-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.sb-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sb-button {
  margin: .3125em
}

.sb-wrapper {
  font-size: inherit;
  cursor: pointer;
  position: relative;
  outline: 0;
  min-width: 4.125em;
  height: 2.5em;
  border: none;
  border-radius: 1px;
  padding: 0;
  line-height: 2.571em;
  background-color: transparent
}

.sb-wrapper .sb-count,
.sb-wrapper .sb-icon,
.sb-wrapper .sb-text {
  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-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.sb-wrapper .sb-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.sb-wrapper .sb-content,
.sb-wrapper .sb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%
}

.sb-wrapper .sb-text {
  padding: 0 .7em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  white-space: nowrap
}

.sb-wrapper .sb-icon {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  min-width: 2em
}

.sb-wrapper .sb-count {
  font-size: .9em;
  padding: 0 .7em
}

.sb-wrapper .sb-count,
.sb-wrapper .sb-text {
  font-weight: 700
}

.sb-show-text .sb-icon {
  width: 2em
}

.sb-show-count {
  min-width: 5.333em
}

.sb-modern-dark .sb-wrapper {
  background-color: #2e4057;
  background-color: var(--button-color) !important;
  color: #fff;
  -webkit-transition: -webkit-box-shadow .15s ease-in, -webkit-transform .15s ease-in;
  transition: -webkit-box-shadow .15s ease-in, -webkit-transform .15s ease-in;
  transition: box-shadow .15s ease-in, transform .15s ease-in;
  transition: box-shadow .15s ease-in, transform .15s ease-in, -webkit-box-shadow .15s ease-in, -webkit-transform .15s ease-in;
  border-radius: 3px;
  -webkit-box-shadow: 0 .1em .5em hsla(0, 0%, 65%, .6);
  box-shadow: 0 .1em .5em hsla(0, 0%, 65%, .6)
}

.sb-modern-dark .sb-wrapper.sb-facebook {
  background-color: #4267b2
}

.sb-modern-dark .sb-wrapper.sb-twitter {
  background-color: #00acee
}

.sb-modern-dark .sb-wrapper.sb-google {
  background-color: #db4437
}

.sb-modern-dark .sb-wrapper.sb-stumble {
  background-color: #eb4924
}

.sb-modern-dark .sb-wrapper.sb-linkedin {
  background-color: #006fa6
}

.sb-modern-dark .sb-wrapper.sb-pinterest {
  background-color: #bd081c
}

.sb-modern-dark .sb-wrapper.sb-reddit {
  background-color: #ff4006
}

.sb-modern-dark .sb-wrapper.sb-tumblr {
  background-color: #36465d
}

.sb-modern-dark .sb-wrapper.sb-whatsapp {
  background-color: #25d366
}

.sb-modern-dark .sb-wrapper.sb-messenger {
  background-color: #0080ff
}

.sb-modern-dark .sb-wrapper.sb-telegram {
  background-color: #08c
}

.sb-modern-dark .sb-wrapper.sb-xing {
  background-color: #006567
}

.sb-modern-dark .sb-wrapper.sb-sms {
  background-color: #20c16c
}

.sb-modern-dark .sb-wrapper.sb-email {
  background-color: #ff961c
}

.sb-modern-dark .sb-wrapper.sb-vk {
  background-color: #4c75a3
}

.sb-modern-dark .sb-wrapper.sb-copy {
  background-color: #607d8b
}

.sb-modern-dark .sb-wrapper.sb-print {
  background-color: #765aa2
}

.sb-modern-dark .sb-wrapper.sb-expand {
  background-color: #ff6651
}

.sb-modern-dark .sb-wrapper:active {
  -webkit-box-shadow: 0 .4em 1em hsla(0, 0%, 65%, .9);
  box-shadow: 0 .4em 1em hsla(0, 0%, 65%, .9)
}

.sb-modern-dark .sb-wrapper .sb-count,
.sb-modern-dark .sb-wrapper .sb-text {
  background: rgba(0, 0, 0, .1)
}

.sb-modern-dark .sb-wrapper.sb-show-text.sb-show-count .sb-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.sb-modern-dark .sb-wrapper.sb-show-text.sb-show-count .sb-count {
  background: none
}

.sb-modern-dark .sb-wrapper.sb-show-count,
.sb-modern-dark .sb-wrapper.sb-show-text {
  padding: 0
}

.sb-modern-dark .sb-wrapper.sb-show-count .sb-icon,
.sb-modern-dark .sb-wrapper.sb-show-text .sb-icon {
  -webkit-box-shadow: 1px 0 1px -1px rgba(0, 0, 0, .3);
  box-shadow: 1px 0 1px -1px rgba(0, 0, 0, .3)
}

.sb-modern-dark .sb-wrapper.sb-show-count .sb-count,
.sb-modern-dark .sb-wrapper.sb-show-count .sb-text,
.sb-modern-dark .sb-wrapper.sb-show-text .sb-count,
.sb-modern-dark .sb-wrapper.sb-show-text .sb-text {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}


@font-face {
  font-family: Comfortaa;
  src: url(../fonts/Comfortaa-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Campton;
  src: url(../fonts/Campton-Book.ttf) format("truetype");
}

@font-face {
  font-family: Comfortaa-Bold;
  src: url(../fonts/Comfortaa-Bold.ttf) format("truetype");
}

@font-face {
  font-family: Campton-Bold;
  src: url(../fonts/Campton-Bold.ttf) format("truetype");
}

@font-face {
  font-family: Campton-Black;
  src: url(../fonts/Campton-Black.ttf) format("truetype");
}

@font-face {
  font-family: Campton-Medium;
  src: url(../fonts/Campton-Medium.ttf) format("truetype");
}

@font-face {
  font-family: SourceSansPro;
  src: url(../fonts/SourceSansPro-Regular.ttf) format("truetype");
}

html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.chat-mobile-mc {
  width: fit-content !important;
  background-color: transparent !important;
}

.chat-mobile-mc>img {
  width: 30px !important;
}

/**
* Owl Carousel v2.2.0
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}
#owl-cartelera{
  max-height: 100%;
}
#owl-cartelera .afiche{
  z-index: 9;
  padding-bottom: 80px;
  /* margin-bottom: 90px; */
}
#owl-cartelera .owl-item {
  max-height: 100%;
}
#owl-cartelera .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.deportes-owl-carousel .owl-carousel {
  text-align: center;
}

.deportes-owl-carousel .owl-nav {
  top: calc(50% - 25px);
  position: absolute;
  width: 100%;
}

.deportes-owl-carousel .owl-prev {
  left: -10px;
  position: absolute;
  background: unset;
  font-size: 50px;
  color: #8a8aa0;
  font-weight: 100;
  outline: none;
}

.deportes-owl-carousel .owl-next {
  right: -10px;
  position: absolute;
  background: unset;
  font-size: 50px;
  color: #8a8aa0;
  font-weight: 100;
  outline: none;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  
  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

#toast-container>.toast-custom {
  background-color: #9b00ff !important;
  color: white !important;
}
#toast-container>.toast-success {
  background-color: #5CCCB1 !important;
}
#toast-container>.toast-info {
  background-color: #00a7e3 !important;
}
#toast-container>.toast-warning {
  background-color: rgb(255,204,0) !important;
}

#toast-container>.toast-error {
  background-color: #fc4645 !important;
}

#toast-container>.toast-error {
  background-color: #fc4645 !important;
}

.hvr-grow {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}
.hvr-float-shadow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.hvr-float-shadow:active,.hvr-float-shadow:focus,.hvr-float-shadow:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.hvr-float-shadow:active:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}
.modal.is-open {
  transform: unset;
  display: block;
}

.no-seleccionable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}

input.input-error {
  border: 0.4px solid #ea2227 !important;
  color: #ea2227 !important;
  -webkit-box-shadow: 5px 5px 15px 1px rgba(234, 34, 37, 0.5) !important;
  -moz-box-shadow: 5px 5px 15px 1px rgba(234, 34, 37, 0.5) !important;
  box-shadow: 1px 1px 10px -1px rgba(234, 34, 37, 0.5) !important;
}

#logo-mcinternet{
  height: 75px;
  margin-top: 15px;
}

/*
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }

.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }

.select2-results {
display: block; }

.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }

.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }

.select2-container--open .select2-dropdown {
left: 0; }

.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }

.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }

.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }

.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }

.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }

.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }

.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }

.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; } */

.modal__container {
  border-radius: 25px !important;
  max-height: 100%;
  overflow: scroll;
}

.card__inner {
  border-radius: 15px !important;
}

.package__col {
  max-width: 100%;
}

.package__row {
  margin-top: 40px;
  flex-wrap: initial !important;
}


.paquetes-carousel>.owl-stage-outer>.owl-stage {
  height: 320px
}

@media screen and (max-width: 991px) {
  .hvr-grow {
    transform: scale(1) !important;
  }
  .package__link{
    text-align: center;
  }
  .ahora{
    margin-top: 60px;
  }
  ::-webkit-scrollbar {
    height: 0px !important;
  }
}

.owl-carousel .owl-stage {
  padding-bottom: 0px;
}

.sub-footer {
  margin-top: 140px;
  padding: 110px 0;
  text-align: center;
  color: #fff;
  background-image: url(../../../img/rectangulo-rojo.png);
  background-size: cover;
}

.sub-footer>.inner {
  margin-top: 30px
}

.btn {
  border: unset !important;
}

.btn_red,
.btn_green,
.input,
.textarea,
select,
option,
.favorites__content,
.client__wrap,
.client__form {
  border-radius: 20px !important;
}

.btn_red,
.btn_red span {
  color: white !important;
}

.quick-access__body {
  border-top-left-radius: 20px ;
  border-top-right-radius: 20px ;
}

.btn_green-dark {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.quick-access__footer .btn_red,
.quick-access__footer .btn_green {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.js-select {
  font-size: 14px !important;
  padding: 8px !important;
}

.modal__footer .btn_red,
.modal__footer .btn_green {
  border-top-right-radius: unset !important;
  border-top-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
}

.sub-footer-btn {
  width: 300px;
  background: #ffff;
  border-radius: 34px;
  margin: auto;
  padding: 9px;
  margin-top: 39px;
}

.sub-footer-btn>a {
  width: 293px;
  height: 23px;
  font-family: Campton;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.33px;
  text-align: center;
  color: #0f1d2b;
}

.sub-footer-title {
  width: 1200px;
  height: 51px;
  font-family: Campton;
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  #logo-mcinternet{
    height: 56px;
    margin-top: 0;
    margin-left: 10px;
  }
  .contenedor-cargando{
    margin: 20px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .contenedor-cargando .dot-typing, .contenedor-cargando .loader{
    height: 7px;
    width: 7px;
  }
  #reloj-cuenta-regresiva .simply-section .coso{
    min-width: 4px !important;
  }
  
  #reloj-cuenta-regresiva .simply-section .simply-amount,
  #reloj-cuenta-regresiva .contenedor-adorno {
    height: 40px !important;
    width: 40px !important;
    line-height: 43px !important;
    font-size: 18px !important;
  }
  #reloj-cuenta-regresiva .simply-section .simply-word{
    font-size:  10px !important;
  }
  
  .sub-footer-title {
    width: unset;
    font-size: 20px;
  }
  
  .title-xl,
  .start__inner,
  .plan__description,
  .package__description,
  .sub-titulo-deportes {
    text-align: center;
  }
  
  .start {
    height: unset !important;
  }
  
  .modal__container,
  .modal__footer .btn_red,
  .modal__footer .btn_green {
    border-top-right-radius: unset !important;
    border-top-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
  }
  
  .contenedor-cargando{
    width: 30px !important;
    margin: 0 0 33px 25px !important;
  }
}

@media screen and (min-width: 1400px) {
  .contenedor-cargando{
    margin:0 0 40px 35px !important;
  }
  .sub-footer {
    padding: 150px 0;
  }
}

.btn-link:hover {
  color: #0f1d2b !important;
}

.btn-link_white:hover {
  color: white !important;
  text-decoration: underline !important;
}

.btn-link:hover,
a:hover {
  color: inherit;
  /* text-decoration: none !important; */
}

.card a:hover,
.sub-footer-btn a:hover,
.start a:hover,
.contact a:hover,
.results a:hover {
  color: #0F1D2B !important;
  text-decoration: underline !important;
}

.promo-football a:hover {
  color: #0F1D2B !important;
  text-decoration: none !important;
}

.footer__link:hover{
  text-decoration: none;
}

.footer__link:hover,
.quick-access__footer a:hover {
  color: white !important;
}

a.client__info:hover {
  border-color: transparent !important;
}

/* .sub-footer-btn:hover a, */
.pagemenu__link:hover,
.hero__tab:hover {
  color: #ed1b34 !important;
  text-decoration: none !important;
}

.btn-text:hover span {
  border-bottom: unset !important;
}

.sm-info__figure {
  width: 277px !important;
  height: 150px !important;
}

.pagemenu__btn {
  border-radius: 20px
}

.pagemenu .pagemenu__btn:hover {
  color: #ed1b34 !important;
  border: 1px solid #ed1b34 !important;
  text-decoration: none !important;
}

.pagemenu[data-fixed="true"] .pagemenu__btn:hover {
  color: white !important;
  text-decoration: none !important;
  border: 1px solid #0F1D2B !important;
}

.btn_border_red {
  border: 1px solid #FE4A49 !important;
  color: black !important;
  margin-left: 20px !important;
  height: 40px;
  width: auto !important;
}
.btn_border_red:focus{
  outline: none !important;
  box-shadow: none !important;
}
.btn_span_mcgolive{
  font-weight: bold;
  font-size: 14px;
  font-family: Comfortaa;
  text-transform: none;
  vertical-align: middle;
}
.btn_image_mcgolive{
  display: inline-block;
  margin: 0 !important;
  margin-left: 5px !important;
  height: 100%;
  vertical-align: middle;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ed1b34;
  /* background: #FE4A49; */
}

.fill {
  display: flex;
  justify-content: center;
  align-items: start;
  overflow: hidden
}
.fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}

.pulse {
  animation: heart-pulse 4s infinite ease-out;
  margin: 0 auto;
  display: table;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

#reloj-cuenta-regresiva {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Qatar2022 Arabic Bold';
}

#reloj-cuenta-regresiva .simply-section{
  text-align: center;
  margin: 10px;
}
#reloj-cuenta-regresiva .simply-section .coso{
  position: relative;
  min-width: 55px;
}

#reloj-cuenta-regresiva .simply-section .simply-amount {
  display: block;
  background: #cee7ff8f;
  width: 45px;
  height: 50px;
  border-radius: 5px;
  line-height: 55px;
  margin: auto;
  font-size: 22px;
  margin-bottom: 2px;
}

#reloj-cuenta-regresiva .simply-section .simply-word {
  font-size: 12px;
}
#reloj-cuenta-regresiva .simply-seconds-section {
  /* display: none; */
}

#reloj-cuenta-regresiva .contenedor-adorno {
  display: flex;
  width: 45px;
  height: 50px;
  top: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
#reloj-cuenta-regresiva .contenedor-adorno .adorno-lateral{
  width: 2px;
  height: 8px;
  background: white;
}
#reloj-cuenta-regresiva .contenedor-adorno .adorno-central{
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.185);
}

.contenedor-cargando{
  margin:0 0 45px 35px;
  width: 100px;
}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 2s infinite ease-in-out;
  animation: load7 2s infinite ease-in-out;
}
.loader {
  margin: 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.loader:before {
  left: -2em;
}
.loader:after {
  left: 2em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #FFF;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #FFF;
  }
}

.hidden{
  display: none !important;
}


/**
* ==============================================
* Dot Typing
* ==============================================
*/
.dot-typing {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  box-shadow: 9984px 0 0 0 white, 9999px 0 0 0 white, 10014px 0 0 0 white;
  animation: dotTyping 3s infinite linear;
}

@keyframes dotTyping {
  0% {
    box-shadow: 9984px 0 0 0 white, 9999px 0 0 0 white, 10014px 0 0 0 white;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 white, 9999px 0 0 0 white, 10014px 0 0 0 white;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 white, 9999px 0 0 0 white, 10014px 0 0 0 white;
  }
  50% {
    box-shadow: 9984px 0 0 0 white, 9999px -10px 0 0 white, 10014px 0 0 0 white;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 white, 9999px 0 0 0 white, 10014px 0 0 0 white;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 white, 9999px 0 0 0 white, 10014px -10px 0 0 white;
  }
  100% {
    box-shadow: 9984px 0 0 0 white, 9999px 0 0 0 white, 10014px 0 0 0 white;
  }
}


@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}

fixture{
  display: block;
}
.grecaptcha-badge {
  visibility: hidden !important;    
}


.mcchat-app-content #mcchat-launcher.mcchat-position-bottom {
  top: auto;
  bottom: 40px;
}

.mcchat-app-content #mcchat-launcher.mcchat-position-right {
  left: auto;
  right: 40px;
}
.mcchat-app-content #mcchat-launcher, .mcchat-app-content .mcchat-launcher {
  z-index: 2147483637;
}
.mcchat-app-content #mcchat-launcher, .mcchat-app-content #mcchat-launcher-mobile {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  width: 50px;
  height: 50px;
  background: #6d6d6d;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  font-weight: bolder;
  border: 5px solid #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mcchat-app-content .mcchat-fs-sm, .mcchat-app-content .mcchat-fs-sm *:not(.material-icons):not(label):not(.qualify-text):not(.mcchat-feedback-answer):not(.mcchat-launcher):not(.mcchat-title-text):not(.mcchat-input textarea) {
  line-height: 18px;
}
.mcchat-app-content .mcchat-fs-sm, .mcchat-app-content .mcchat-fs-sm *:not(.material-icons):not(label):not(.qualify-text):not(.mcchat-feedback-answer):not(.mcchat-launcher) {
  font-size: 12px;
}
.mcchat-app-content .mcchat-launcher__notification-image {
  width: 50px;
  height: 50px;
}