
html, body, .views, .view-main, .pages, .page, .page-content, .popup, .row {
  overflow-x: hidden !important;
}

body {
  font-family: Arial, Helvetica, sans-serif !important;
}

.page-content {
  overflow-x: hidden;
}

.page-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.page-content::-webkit-scrollbar {
  width: 5px;
  background-color: #555;
}

.page-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

p {
  color: #607d8b;
}

.color-blue {
  color: #0099a8;
}

.color-green {
  color: #8cbb20 !important;
}

.color-white {
  color: #fff;
}

.icon-profile i {
  font-size: 2em;
  color: #8cbb20;
}

.icon-profile p {
  font-size: 10px;
  color: #8cbb20;
  text-align: center;
  width: 100%;
  /* margin: 0; */
  text-align: left;
  margin-left: 10px;
}

.row .col-25 {
  margin: 0;
  padding: 0;
}

.principal {
  text-align: center;
  font-size: 2em;
  margin: 0;
}

.count-users {
  text-align: center;
  color: #555;
  font-weight: bold;
}

.line {
  background: #8cbb20;
  height: 10px;
  margin-bottom: 10px;
}

.bg-green {
  background: #8cbb20;
  border-radius: 6px;
  margin: 10px 0 10px;
}

.bg-blue {
  background: #0098a7;
}

.icon-item {
  font-size: 3em;
  color: #8cbb20;
}

.text-icon {
  color: #0099a8;
  text-align: center;
  font-size: 11px;
}

.text-place {
  /* margin-top: 15px; */
  font-size: 1.4em;
  font-weight: bold;
  color: #444;
}

.text-zone-item {
  margin: 0;
  color: #8cbb20;
  margin-bottom: 0px;
  margin-top: 15px;
}

.btn-pay {
    background: #8cbb20;
    color: #fff;
    padding: 15px;
    font-size: 1em;
    border-radius: 8px;
    margin-top: 20px;
    display: block;
    width: 60%;
}

.bg-transparent {
  background: transparent !important;
}

.line-top {
  border-top: solid 1px #888;
  padding-top: 5px;
  background: #f2f2f2;
}

.line-blue {
  border-top: solid 2px #0099a8;
}

.text-acept {
  text-align: center;
  color: #8cbb20;
  font-size: 11px;
  margin-bottom: 10px;
}

.or-login {
  text-align: center;
  color: #0099a8;
  margin: 15px;
  font-weight: bold;
  font-size: 20px;
}

::-webkit-input-placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  color: #fff !important;
}

::-ms-input-placeholder {
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}

.page-content.home {
  background-color: #f2f2f2;
}

.navbar {
  background-color: #0098a7;
}

.title-faq {
  color: #8cbb20;
  text-align: center;
  font-size: 2em;
  height: 30px;
}

.accordion-item {
  border-radius: 4px;
  background: #0098a7;
  margin: 12px;
}

.accordion-item .item-title {
  color: #fff;
}

.accordion-item-content {
  background: #8cbb20;
}

.accordion-item-content p {
  color: #fff;
  margin: 10px;
}

.color-grays {
  color: #888 !important;
}

.card {
  margin-bottom: 40px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12), 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12), 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
}

.opacity-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.category-title {
  padding: 0px 16px;
  margin: 1em 0;
  font-size: 16px;
  font-weight: 500;
}

.product-header {
  max-width: 100%;
  height: 200px;
  width: initial;
  max-height: 200px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
          box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

.shadow-card{
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
            box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

.material-icons {
  line-height: 0;
}

.material-icons.product-detail {
  color: #258bb7;
  line-height: 0;
}

.btn-intro {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 15px;
  font-size: 1.5em;
  background: #ccc !important;
  color: #555 !important;
  ;
}

.btn-login {
  background: #fff !important;
  color: #8cbb20 !important;
  border-radius: 9px;
  width: 70%;
}

.btn-facebook {
  background: #415dae !important;
  margin-bottom: 10px;
  border-radius: 4px;
}

.btn-gmail {
  background: #fe4e4e !important;
  margin-bottom: 10px;
  border-radius: 4px;
}

.btn-not {
  background: #fff !important;
  margin-bottom: 10px;
  border-radius: 10px;
  border: #8cbb20 1px solid;
  color: #333 !important;
  font-weight: bold !important;
}

.button {
  color: white;
  text-transform: none;
  background-color: #258bb7;
  font-weight: 500;
  line-height: 31px;
}

.button.larger {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 6px;
}

.product-price {
  color: #8bc34a;
  font-weight: 700;
  background: #fff;
  padding: 2px 8px;
  border-radius: 5px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.delete {
  position: absolute;
  top: 5px;
  right: 5px;
}

.product-name, .product-total, .item-title.product {
  color: #607d8b;
  font-weight: 700;
}

.item-after.product, .product-price {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  background: #258bb7;
  padding: 5px;
  width: 50%;
  border-radius: 2px;
  margin-top: 10px;
}

.product-price.total {
  color: #00BF40;
  font-size: 16px;
}

.list-block {
  margin: 0;
}

.product-color {
  color: #607d8b;
  font-weight: 700;
}

.color {
  display: inherit;
  margin-right: -10px;
}

.color-grey {
  background-color: #d0d0d4;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin-right: 10px;
}

.color-gold {
  background-color: #d4bba3;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin-right: 10px;
}

.color-sideral {
  background-color: #9b9ba0;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin-right: 10px;
}

.item-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.label-switch input[type="checkbox"]:checked+.checkbox:after {
  background: #258bb7 !important;
}

.list-block input[type="text"], .list-block input[type="password"], .list-block input[type="search"], .list-block input[type="email"], .list-block input[type="tel"], .list-block input[type="url"], .list-block input[type="date"], .list-block input[type="datetime-local"], .list-block input[type="time"], .list-block input[type="number"], .list-block select, .list-block textarea {
  font-size: 14px;
  color: #607d8b;
}

.page-content.login-screen-content {
  background-color: white;
}

.material-icons.login-logo {
  color: #258bb7;
  font-size: 130px;
}

.panel {
  background-color: white;
}

.material-icons.menu {
  color: #8cbb20;
  font-size: 20px;
}

.item-title.menu {
  color: #555;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
}

.item-inner.menu {
  background-image: none !important;
}

ul.menu:before, ul.menu:after, .item-inner.menu:after {
  display: none;
}

.navbar-fixed .page .login-screen-content {
  padding-top: 56px;
}

.pt-50 {
  padding-top: 0px !important;
}

p, input, .item-input, .text-arial {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 0px 20px 0px 20px;
  text-align: justify;
}

.icon-menu-main {
  margin: 15px;
  width: 65%;
}

.add-cart {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 30px !important;
  height: 30px;
  border-radius: 50% !important;
  background-color: #258bb7;
}

.add-cart a {
  color: #fff;
  font-size: 23px;
  position: absolute;
  top: -4px;
  left: 7px;
}

.icon-facebook {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 160px;
  right: 10px;
}

.icon-instagram {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 160px;
  right: 52px;
}

.icon-twitter {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 160px;
  right: 93px;
}

.icon-whatsapp {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 160px;
  right: 135px;
}

.icon-tel {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 160px;
  right: 176px;
}

.color-purple {
  color: #00BF40;
}

.color-pink {
  color: #f071fc;
}

.color-red {
  color: #fe4e4e;
}

.text-feature {
  font-size: 13px;
  text-align: center;
}

.text-feature i {}

.text-zone {
  text-align: center;
  font-size: 12px;
  background: #0099a8;
  color: #fff;
  border-radius: 5px;
  margin: 0px;
  padding: 10px;
  margin: 4px;
}

.bg-testimonials {
  padding: 12px;
  -webkit-filter: blur(11px);
  filter: blur(11px);
  background-size: 100% 100% !important;
}

.testimonial-center {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  padding-top: 15px;
  background: rgba(0, 0, 0, 0.6);
}

.testimonial-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-name {
  color: #fff;
  font-size: 16px;
}

.testimonial-desc {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.facebook-name {
  position: absolute;
  left: 65px;
  color: #555;
  font-family: Arial, Helvetica, sans-serif !important;
}

.title-event {
  text-align: center;
  font-size: 9px;
  background: #8cbb20;
  color: #fff;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 2px;
}

.facebook-card {
  margin: 5px 0px 5px 0px !important;
}

.card-content-inner {
  padding: 0px;
}

.btn-success {
  background: #4caf50;
  text-align: center;
  border-radius: 2px;
  padding-top: 6px;
  border-radius: 2px !important;
  font-size: 20px;
  height: 44px;
}

.btn-success a {
  color: #fff;
}

.icon-share {
  color: #555;
  font-size: 34px;
  padding: 21px;
  border-radius: 2px;
}

.icon-share-2 {
  color: #fff;
  font-size: 34px;
  border: solid 1px #fff;
  padding: 21px;
  border-radius: 2px;
}

.time {
  font-size: 11px;
  text-align: right;
}

.img-circle {
  border-radius: 50%;
}

.btn-nav {
  /*   background: #00BFA5;
    border-radius: 2px !important;*/
}


/* A bit of demo styles */

;
.swiper-container {
  height: 100%;
}

.swiper-slide {}

.swiper-slide span {
  text-align: center;
  display: block;
  margin: 20px;
  font-size: 21px;
}

@import url(//fonts.googleapis.com/css?family=Arvo);
body {
  font-family: Arvo;
}

.box {
  margin: 0px auto;
  background: #FFF9EE;
  color: #333;
  text-transform: uppercase;
  padding: 8px;
  width: 300px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #fff;
  font-family: "arvo";
  font-size: 11px;
  border-left: 1px dashed rgba(51, 51, 51, 0.5);
  -webkit-filter: drop-shadow(0 5px 18px #000);
  margin-top: -165px;
}

.inner {
  border: 2px dashed rgba(51, 51, 51, 0.5);
  min-height: 100px;
  padding: 8px;
}

.inner h1 {
  padding: 5px 0px;
  margin: 0px;
  font-size: 18px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  text-align: center;
}

.info {
  width: 100%;
  margin-top: 5px;
}

.info .wp {
  float: left;
  padding: 5px;
  width: 83px;
  text-align: center;
}

.info .wp h2 {
  margin: 8px;
}

.total {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.total h2 {
  padding-left: 115px;
  margin: 10px 0px;
  font-size: 15px;
}

.total p {
  float: right;
  margin: 0px;
  margin-right: 15px;
}

a.buy {
  color: #fff;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  display: block;
  width: 200px;
  margin: 0px auto;
  margin-top: 50px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.text-guia {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.transition {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#switch {
  font-size: 0;
  background-color: #2a3a47;
  display: inline-block;
  color: #82909b;
  padding: 4px;
  vertical-align: middle;
}

#switch .choice {
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
}

#switch .choice.on {
  color: #fff;
  background-color: #222d3b;
}

#switch .or {
  font-size: 10px;
  color: #fff;
  position: absolute;
  margin-top: 19px;
  margin-left: 108px;
  z-index: 1;
}

#switch .diamond {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 19px;
  margin-left: 116px;
  background: #2a3a47;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.text-price {
  text-align: center;
  font-size: 16px;
  background: #4caf50;
  color: #fff;
  padding: 8px;
  width: 130px;
  border-radius: 2px;
}

.icon-input {
  font-size: 2em;
  margin-right: 10px;
}

.bg-login-form {
  background: rgba(255, 255, 255, 0.8);
  height: 450px;
  margin: 10px auto;
}

.color-black {
  color: #000 !important;
}

.color-white {
  color: #ffffff !important;
}

.input-white {
  color: #fff !important;
  border-bottom: solid 2px #fff !important;
  margin-top: -32px !important;
  margin-left: 15px !important;
  width: 90% !important;
  padding-left: 5px !important;
  font-size: 11px !important;
}

.p-16 {
  padding: 0px 16px;
}

.btn-tab {
  font-size: 16px;
  padding: 5px 10px;
  height: auto !important;
}

.title-price {
  background: #333;
  color: #fff;
  padding: 7px;
  margin-top: -17px;
  font-size: 23px;
  position: relative;
}

.price {
  text-align: center;
  font-size: 30px;
  margin-top: 3px;
}

.btn-profile {
  color: #fff;
  border: solid 1px #fff;
  padding: 8px;
  margin: 10px;
  border-radius: 4px;
}

.container-menu {
  margin: 20px !important;
}

.asist-event {
  font-size: 11px;
  color: #333;
  position: absolute;
  /* text-align: center; */
  /* height: 15px; */
  top: 32px;
  margin-left: 22px;
}

.address-event {
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.get-item-date {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.more-item {
  border: solid;
  padding: 10px 5px;
  width: 90%;
  font-size: 16px !important;
  margin-bottom: 10px;
  margin-top: 10px;
}

.menu {
  padding: 0px !important;
}

.more p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

input {
  color: #333 !important;
}

.bg-green {
  background: #8cbb20;
}

.triangulo-equilatero-bottom {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #8cbb20;
  margin-left: 20%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.triangulo-equilatero-bottom2 {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #8cbb20;
  margin-left: 75%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.triangulo-2 {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #8cbb20;
  position: relative;
  margin-top: -8px;
  display: inherit;
}


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

div.crop-img {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

div.crop-img img {
  display: block;
  max-width: none !important;
}

.input-number {
  border-radius: 5px;
  border: solid 2px #0098a7;
  text-align: center;
  padding: 5px 0px;
  margin: 0;
  font-size: 12px;
}

.btn-generar {
  background: #8cbb20;
  color: #fff;
  padding: 9px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  margin-left: -10px;
  margin-left: 4px;
  margin-top: 17px;
}

.btn-reset {
  background: #8cbb20;
  color: #fff;
  padding: 9px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  margin-left: -7px;
  margin-top: 17px;
}

.label-setting {
  margin-left: 25px;
  font-size: 12px;
  font-weight: bold;
}

.photo-browser-close-link i {
  margin-top: 0px;
}


.page-content {
    max-width: 640px !important;
    margin: auto;
    padding-bottom: 100px;
}

.photo-browser-dark{
  z-index: 11502 !important;
}

.popover {
  width: 200px;
}
.popover-music {
  width: 240px;
}
.ks-grid div[class*="col-"] {
  background: #fff;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 15px;
}
.ks-preloaders {
  text-align: center;
}
.ks-preloader-big {
  width: 42px;
  height: 42px;
}
.item-media img {
  width: auto;
  height: auto;
  border-radius: 50%;
}
.tabbar i.icon {
  -webkit-transition: 200ms;
  transition: 200ms;
}
i.ks-icon-email {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg fill='#fff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.tabbar i.ks-icon-email {
  opacity: 0.7;
}
.active i.ks-icon-email,
.active-state i.ks-icon-email {
  opacity: 1;
}
i.ks-icon-calendar {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg fill='#fff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.tabbar i.ks-icon-calendar {
  opacity: 0.7;
}
.active i.ks-icon-calendar,
.active-state i.ks-icon-calendar {
  opacity: 1;
}
i.ks-icon-upload {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg fill='#FFFFFF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M0 0h24v24H0z' fill='none'/><path d='M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z'/></svg>");
}
.tabbar i.ks-icon-upload {
  opacity: 0.7;
}
.active i.ks-icon-upload,
.active-state i.ks-icon-upload {
  opacity: 1;
}
i.ks-icon-more {
  width: 10px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg fill='#FFFFFF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M0 0h24v24H0z' fill='none'/><path d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/></svg>");
  background-size: 24px auto;
}
.tabbar i.ks-icon-more {
  opacity: 0.7;
}
.active i.ks-icon-more,
.active-state i.ks-icon-more {
  opacity: 1;
}
.ks-demo-slider {
  width: 100%;
  height: 100%;
}
.ks-demo-slider,
.ks-carousel-slider {
  font-size: 25px;
  font-weight: 300;
}
.ks-demo-slider .swiper-slide,
.ks-carousel-slider .swiper-slide {
  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;
  background: #fff;
}
.ks-carousel-slider .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}
.ks-carousel-slider.ks-carousel-slider-auto .swiper-slide {
  width: 85%;
}
.ks-carousel-slider.ks-carousel-slider-auto .swiper-slide:nth-child(2n) {
  width: 70%;
}
.ks-carousel-slider.ks-carousel-slider-auto .swiper-slide:nth-child(3n) {
  width: 30%;
}
.page[data-page="swiper-multiple"] .swiper-container {
  margin: 0px 0 35px;
  font-size: 18px;
  height: 120px;
}
.ks-slider-custom {
  height: 100%;
}
.ks-slider-custom .swiper-container {
  background: #000;
  height: 100%;
}
.ks-slider-custom .swiper-slide {
  background-size: cover;
  background-position: center;
}
.ks-slider-custom .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0);
  opacity: 1;
  border-radius: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: relative;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.8);
}
.ks-slider-custom .swiper-pagination .swiper-pagination-bullet-active {
  z-index: 1;
  border: 1px solid #0098a7;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.ks-cube-slider {
  width: 80%;
  height: 70%;
  top: 15%;
}
.ks-cube-slider .swiper-slide,
.ks-coverflow-slider .swiper-slide {
  background-size: cover;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.ks-fade-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
.page[data-page="swiper-gallery"] {
  background: #000;
}
.ks-swiper-gallery-top {
  height: 70%;
}
.ks-swiper-gallery-thumbs {
  margin-top: 10px;
  height: 20%;
  height: -ms-calc(30% - 20px);
  height: calc(30% - 20px);
}
.ks-swiper-gallery-thumbs .swiper-slide {
  width: 25%;
}
.ks-swiper-gallery-thumbs .swiper-slide-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  -webkit-transition: 300ms;
}
.ks-swiper-gallery-thumbs .swiper-slide-active .swiper-slide-pic {
  opacity: 1;
}
.ks-swiper-gallery-top .swiper-slide,
.ks-swiper-gallery-thumbs .swiper-slide,
.ks-swiper-gallery-top .swiper-slide-pic,
.ks-swiper-gallery-thumbs .swiper-slide-pic {
  background-size: cover;
  background-position: center;
}
.ks-parallax-slider {
  height: 100%;
}
.ks-parallax-slider .swiper-parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.ks-parallax-slider .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  color: #fff;
}
.ks-parallax-slider .swiper-slide-title {
  font-size: 41px;
  font-weight: 300;
}
.ks-parallax-slider .swiper-slide-subtitle {
  font-size: 21px;
}
.ks-parallax-slider .swiper-slide-text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
.page[data-page="virtual-list"] .virtual-list li {
  height: 73px;
}
#ks-picker-date-container .picker-item {
  color: #999;
}
#ks-picker-date-container .picker-selected {
  color: #000;
}
.layout-dark #ks-picker-date-container .picker-selected {
  color: #fff;
}
@media (max-width: 767px) {
  #ks-picker-date-container .picker-items {
    font-size: 21px;
  }
  #ks-picker-date-container .picker-item {
    height: 36px;
    line-height: 36px;
    padding: 0 6px;
  }
}
img.ks-demo-lazy {
  display: block;
  width: 100%;
  height: auto;
}
div.ks-demo-lazy {
  background: #aaa;
  background-size: cover;
  height: 300px;
  height: 60vw;
}
.ks-layout-theme {
  height: 44px;
  cursor: pointer;
}
.ks-layout-theme.ks-layout-default {
  background: #f3f3f3;
}
.ks-layout-theme.ks-layout-dark {
  background: #000;
}
.ks-layout-theme.ks-layout-white {
  background: #fff;
}
.ks-color-theme {
  height: 44px;
  cursor: pointer;
  margin-bottom: 10px;
}
.ks-card-header-pic .card-header {
  height: 160px;
  background-size: cover;
  background-position: center;
}
.ks-facebook-card .card-header {
  display: block;
  padding: 10px;
}
.ks-facebook-card .ks-facebook-avatar {
  float: left;
}
.ks-facebook-card .ks-facebook-name {
  margin-left: 44px;
  font-size: 14px;
  font-weight: 500;
}
.ks-facebook-card .ks-facebook-date {
  margin-left: 44px;
  font-size: 13px;
  color: #8e8e93;
}
.ks-facebook-card .card-footer {
  background: #fafafa;
}
.ks-facebook-card .card-footer a {
  color: #81848b;
  font-weight: 500;
}
.ks-facebook-card .card-content img {
  display: block;
}
.ks-facebook-card .card-content-inner {
  padding: 15px 10px;
}
.time-item {
  text-align: center;
  font-size: 20px;
}
.desc {
  text-align: justify;
  font-size: 17px;
  color: #444;
  border-top: solid;
  margin-top: 10px;
  padding-top: 10px;
}
.img-profile {
  width: 100px;
  margin-top: 10px;
  border-radius: 50%;
}
.title-user {
  font-size: 1.5em;
  margin: 0;
}
.input-profile-friend {
  background: #0099a8;
  border: none;
  border-radius: 4px;
  padding: 7px;
  color: #fff !important;
  margin: 0;
  width: 100%;
}
#load-codes>.row {
    margin-bottom: 5px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}
.padding-top {
    padding-top: 10px;
}
a.send-email i {
    margin: auto;
}
a.send-email {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 30px;
}
.input-data {
  border: solid 2px #0098a7;
  border-radius: 8px;
  color: #333;
}
.input-data input {
  padding: 10px;
}
.demo-card-header-pic .card-header {
  height: 225px;
  max-height: 225px;
  background-size: cover;
  background-position: center;
}
.center-video {
  margin: auto !important;
  margin-right: 10px !important;
}
.pt-5 {
  padding: 5px;
}
.icon-tab {
  margin-top: 12px;
  margin-right: 10px;
}
.text-list {
  position: absolute;
}
.bg-white {
  background: #fff !important;
}
.bg-transparent {
  background: transparent !important;
}
.tab-main .active {
  color: #0098a7 !important;
}
.tab-main .active .tab-icon {
  color: #0098a7 !important;
}
.text-center {
  text-align: center !important;
}
.btn-card {
  margin-top: 18px;
  position: absolute;
}
.color-blue {
  color: #0098a7 !important;
}
.text-intro {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.bg-intro {
  background-image: url("../../../img/bg.png");
  background-size: 100% 100%;
  padding: 0 !important;
}
.bg-white-transparent {
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}
.item-title {
  color: #fff;
}
.label-radio .item-inner .item-title {
  color: #444 !important;
}
.text-not-found {
  text-align: center;
  width: 100%;
  font-size: 1.2em;
}
.text-not-found i {
  color: #0098a7;
  font-size: 4em;
  margin-top: 50px;
}
.header-profile {
  border-bottom: solid 2px #0098a7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.menu-profile {
  border-bottom: solid 2px #0098a7;
  margin-left: 20px;
  margin-right: 20px;
  height: 58px;
}
.select-input {
  border: solid 2px #0098a7;
  border-radius: 8px;
  color: #333;
  width: 100% !important;
    margin-right: 17px;
}
.searchbar input[type="search"] {
  color: #fff !important;
}
.sombra-item {
  color: #fff;
  font-size: 1.5em;
}
.price-code {
  position: absolute;
  background: rgba(0,0,0,0.5);
  left: 0;
  bottom: 0;
  padding: 10px;
}
.favorite {
  color: #8cbb20;
  font-size: 2.5em !important;
  margin-left: -12px;
}

.bola5{
  height: 73px;
  width: 59px;
  background-size: 100% 100%;
  font-size: 1.4em;
  padding-left: 14px;
  padding-top: 1px;
  border: none !important;
  margin: 3px;
  background-color: #fff !important;
}

.bola {
  width: 60px;
    height: 60px;
    background-size: 100% 100%;
    font-size: 1.4em;
    padding-top: 6px;
    border: none !important;
    margin: 3px;
    background-color: transparent !important;
    margin-top: -60px;
    position: absolute;
    margin-left: -13px;
}


.bola10 {
    width: 45px;
    height: 60px;
    background-size: 100% 100%;
    font-size: 1.4em;
    padding-top: 6px;
    border: none !important;
    margin: 3px;
    background-color: transparent !important;
    top: -63px;
    left: 8px;
    position: relative;
}

.bola-green{
  background-image: url("../../../img/bolas/green.png") !important;
  position: relative;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
}
.bola-purple{
  background-image: url("../../../img/bolas/purple.png") !important;
  position: relative;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
}

.bola-red{
  background-image: url("../../../img/bolas/red.png") !important;
  position: relative;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
}
.bola111 {
  color: #4caf50;
}
.bola222 {
  color: #673ab7;
}
.bola333 {
  color: #F44336;
}
.bola444 {
  color: #3f51b5;
}


.bola1 {
  background-image: url("../../../img/bolas/green.png") !important;
  color: #4caf50;
}
.bola2 {
  background-image: url("../../../img/bolas/purple.png") !important;
  color: #673ab7;
}
.bola3 {
  background-image: url("../../../img/bolas/red.png") !important;
  color: #8cbb20;
}
.bola4 {
  background-image: url("../../../img/bolas/blue.png") !important;
  color: #3f51b5;
}
.small-bola {
  width: 35px;
  height: 24px;
  background-size: 100% 100%;
  font-size: 0.8em;
  padding-top: 10px;
  border: none !important;
}
.email-small {
  margin: 0;
  width: 95%;
  margin-top: 10px;
  margin-left: -20px;
}
.send-email {
  color: #8cbb20;
}
.number-bola {
  margin-top: 25px;
  margin-left: -11px;
}
.publicidad {
  color: #8cbb20;
  background: #f0f8ff;
  padding: 2px 5px;
  position: absolute;
  top: 5px;
  left: -13px;
  border-radius: 5px;
  font-size: 10px;
}
.icon {
  font-size: 1.5em;
  margin-right: 12px;
  margin-top: -4px;
  color: #8cbb20;
}
.item-media {
  margin-top: 20px !important;
}
.check1{
  font-size: 1.4em;
  margin-left: -5px;
  margin-top: -5px;
}
.check2{
  font-size: 1.4em;
  margin-left: 10px;
  margin-top: -5px;
}
.check3{
  font-size: 1.4em;
  margin-left: 11px;
  margin-top: -5px;
}
