.footer-custom {
  margin-top: 150px;
}

.bg-white {
  background: #fff;
}

.form-control {
  background: whitesmoke none repeat scroll 0% 0%;
  border-color: rgb(216, 216, 216);
  color: #5f5d5d;
}

.product .content .info-bottom2 p {
  font-size: 12px !important;
}

/*-----------------------------------------MODAL----------------------------------------------*/
.AsteriscoRojo {
  color: red;
}

.custom-width {
  max-width: 700px !important;
}

.pad-20 {
  padding: 20px !important;
}

.label-custom {
  font-weight: 700 !important;
}

.close {
  float: right !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #000 !important;
  text-shadow: 0 1px 0 #fff !important;
  filter: alpha(opacity=20);
  opacity: 0.2 !important;
}

.btn-default {
  color: #333 !important;
  background: #fff !important;
  border-color: #ccc !important;
}

.btn-default:hover {
  background: gray !important;
  border-color: gray !important;
  color: #fff !important;
}

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff !important;
  margin-top: 15px;
}

.btn-reg {
  color: #fff !important;
}

.btn-reg:hover {
  background: gray;
  border-color: gray;
}

.btn-facebook:hover {
  background: gray;
  border-color: gray;
}

/*---------------------------------------HOME PAGE-------------------------------------------*/

/*---------------------IFRAME----------------*/

.videoWrapper {
  position: relative;
  padding-bottom: 30%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .videoWrapper {
    padding-bottom: 35%;
  }
}

@media (max-width: 768px) {
  .videoWrapper {
    padding-bottom: 45%;
  }
}

@media (max-width: 426px) {
  .videoWrapper {
    padding-bottom: 100%;
  }
}

@media (min-width: 425px) {
  .videoWrapper iframe {
    height: 360px !important;
  }
}

/*-------------------END IFRAME--------------*/

.sn-form-inner .single-input li {
  list-style: none;
}

.boton-login {
  display: inline-block;
  border: 1px solid #e99c4d;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 35px 9px 35px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: #e99c4d;
  color: #ffffff !important;
}

.boton-login:hover {
  /* background: #ff5151;
  border: 1px solid #ff5151; */
  background: #3774d5;
  border: 1px solid#3774d5;
}

::placeholder {
  color: #fff;
  text-align: center;
}

.bg-color {
  background: #f5f7fa !important;
}

.boton-eventos {
  margin-top: -15px;
  margin-bottom: 3px;
}

.login-register-pad {
  padding: 3px 10px !important;
  border-radius: 4px;
}

@media (max-width: 1200px) {
  .buttons .single-input a {
    display: none;
  }
}

.mainmenu-size {
  font-size: 15px !important;
}

.parallax::before {
  content: "";
  background: rgba(31, 31, 31, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.parallax {
  padding: 150px 0px;
  background: url(../images/Jinjer10-31-19-0916.jpg) no-repeat fixed center center;
  background-size: cover;
  position: relative;
}

.section-content {
  color: #fff !important;
  text-align: center;
  position: relative;
  width: 69%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section-content {
    width: unset !important;
  }
}

.section-content h2 {
  text-transform: uppercase;
  /* font-size: 60px; */
  margin: 0 0 20px;
  color: #fff;
  text-shadow: 0 14px 24px rgba(50, 48, 58, 0.25);
}

@media only screen and (max-width: 425px) {
  .section-content h2 {
    font-size: 33px !important;
  }
}

.section-content p {
  font-size: 20px;
  line-height: 29px;
  margin: 0 0 20px;
}

.vender-ticket {
  color: #fff !important;
  background: #e99c4d;
  border: 1px solid #e99c4d;
  border-radius: 4px;
  height: 46px;
  color: #fff !important;
  background-color: #3774d5;
  padding: 12px 40px;
  border: 2px solid #fff;
  border-radius: 500px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.vender-ticket:hover {
  color: #fff !important;
  background-color: transparent;
}

.vender-ticket2 {
  color: #fff !important;
  background: #e99c4d;
  border: 1px solid #e99c4d;
  border-radius: 4px;

  height: 46px;
  padding: 12px 40px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.vender-ticket2:hover {
  color: #fff !important;
  background-color: #3774d5;
}

@media (max-width: 1024px) {
  .vender-ticket2 {
    padding: 12px 55px;
  }
}

@media (max-width: 768px) {
  .vender-ticket2 {
    padding: 12px 75px;
  }
}

@media (max-width: 426px) {
  .vender-ticket2 {
    padding: 12px 55px;
  }
}

.button-pad {
  padding: 10px 15px !important;
}

@media (max-width: 1024px) {
  .button-pad {
    padding: 10px 63px !important;
  }
}

@media (max-width: 768px) {
  .button-pad {
    padding: 10px 35px !important;
  }
}

@media (max-width: 426px) {
  .button-pad {
    padding: 10px 25px !important;
  }

  .w--50 {
    width: 50% !important;
  }
}

.little-width {
  max-width: 60% !important;
}

.product .content h2 {
  text-align: left !important;
  font-size: 16px;
  padding: 0px;
}

.product .content ul li {
  list-style: none;
  width: 31%;
  position: relative;
  text-decoration: none;
  max-height: 465px !important;
}

.product .content ul li span {
  font-weight: bold;
}

.product .content ul li p {
  text-transform: uppercase;
}

.pad-0 {
  padding: 0 !important;
}

.pad-custom {
  padding: 0 6vh 2vh;
}

.pad-resp2 {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .pad-resp {
    padding: 15px 15px;
  }

  .pad-resp2 {
    padding: 30px 0px !important;
  }
}

.custom-height {
  height: 585px;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .custom-height {
    height: 570px;
  }
}

.custom-height2 {
  height: 540px;
  background-color: #fff;
  border-radius: 5px;
}

.custom-height3 {
  height: 192px;
  border-radius: 5px;
}

.padt-60 {
  padding-top: 60px;
}

.newsletter-section {
  padding: 90px 0;
  /* background-image: linear-gradient(to bottom, #0ab3e4, #102976); */
  background: #3774d5;
  background-size: cover;
  position: relative;
}

.newsletter-section .newsletter-content {
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.newsletter-section .newsletter-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

.newsletter-section .newsletter-content p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 30px;
}

#myModal {
  max-width: 95%;
  margin: auto;
}

.info-bottom {
  border-top: 2px solid rgba(5, 22, 70, 0.03);
  width: 78%;
  position: absolute;
  padding-bottom: 15px;
  bottom: 0px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .info-bottom {
    width: 87%;
  }
}

.info-bottom2 {
  border-top: 2px solid rgba(5, 22, 70, 0.03);
  width: 78%;
  position: absolute;
  bottom: 5px;
}

@media (min-width: 1200px) {
  .border-fs {
    margin-top: 15px;
  }

  .border-fs2 {
    margin-top: 15px;
  }

  .info-bottom {
    bottom: 10px;
  }

  .info-bottom2 {
    bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .border-fs {
    margin-top: 15px;
  }

  .border-fs2 {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .border-fs {
    margin-top: 15px;
  }

  .border-fs2 {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .info-bottom {
    bottom: 0px;
  }

  .info-bottom2 {
    bottom: -5px;
  }
}

.newsletter-input {
  background: none;
  color: #fff;
  font-size: 15px;
  border: 2px solid #fff;
  padding: 12px 30px;
  border-radius: 50px;
  margin: 0 5px 0 0;
  width: 50%;
  height: 53px;
}

@media (max-width: 1000px) {
  .newsletter-input {
    width: 100%;
  }
}

.newsletter-button {
  background: #fff;
  color: #3774d5;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border: none;
  padding: 12px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  height: 53px;
  width: 30%;
}

.newsletter-button:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

@media (max-width: 1000px) {
  .newsletter-button {
    width: 100%;
    margin-top: 5px;
  }
}

.newsletter-input-2 {
  background: none;
  color: #777;
  font-size: 15px;
  border: 2px solid #eee;
  padding: 12px 30px;
  border-radius: 50px;
  margin: 0 0 0 0;
  width: 84%;
  height: 53px;
}

@media (max-width: 1000px) {
  .newsletter-input-2 {
    width: 100%;
  }
}

.newsletter-button-2 {
  background: #3774d5;
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  height: 53px;
  width: 15%;
}

.newsletter-button-2:hover {
  background: #292323;
  border: 1px solid #eee;
  color: #fff;
}

@media (max-width: 1000px) {
  .newsletter-button-2 {
    width: 100%;
    margin-top: 5px;
  }
}

@media (min-width: 320px) and (max-width: 990px) {
  .shop-now-btn button {
    width: 100%;
    font-size: 14px;
    margin: auto;
  }
}

@media (max-width: 1445px) {
  .slider--2 .slide-content {
    min-height: 90vh !important;
  }
}

@media (max-width: 1025px) {
  .slider--2 .slide-content {
    min-height: 72vh !important;
  }
}

@media (max-width: 768px) {
  .slider--2 .slide-content {
    min-height: 55vh !important;
  }
}

@media (max-width: 426px) {
  .slider--2 .slide-content {
    min-height: 56vh !important;
  }
}

@media (min-width: 571px) {
  .boletaje-slider-1 {
    display: block;
  }

  .boletaje-slider-2 {
    display: none;
  }
}

@media (max-width: 570px) {
  .boletaje-slider-2 {
    display: block;
  }

  .boletaje-slider-1 {
    display: none;
  }
}

.img-size3 {
  width: 130px;
  height: 144px;
}

.coco-img {
  padding-top: 55px;
}

/*-----------------------------------END HOME PAGE---------------------------------*/

/*------------------------------------ARTISTAS---------------------------------*/

.subheader-section {
  padding: 31px 0px 15px 0px;
  background-image: linear-gradient(to bottom,
      #0ab3e4,
      #102976);
  background-size: cover;
  position: relative;
}

.subheader-section .subheader-content {
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.subheader-section .subheader-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

.custom-cards {
  /* height: 625px; */
  background-color: #fff;
  border-radius: 5px;
}

.img-size {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 640px;
  height: 350px;
}

/*-------------------------------END ARTISTAS ---------------------------------*/

/*-------------------------------VENUES----------------------------------------*/
.img-size2 {
  width: 640px;
  height: 250px;
}

/*------------------------------END VENUES-------------------------------------*/

/*------------------------------EVENTOS----------------------------------------*/

/*BUSCADOR POR MES*/

.section-calendar-events {
  padding-top: 20px;
  /* background: #fff; */
}

#pagina-de-eventos .mt--30 {
  margin-top: 15px !important;
}

@media (max-width: 320px) {
  .section-calendar-events {
    padding: 70px 20px;
    /* background: #fff; */
  }
}

/* .section-calendar-events .section-header {
  margin: 0 0 70px;
} */

.section-calendar-events .section-header .nav-tabs {
  border: none;
}

.section-calendar-events .section-header .nav-tabs li:first-child a {
  border-left: 1px solid #f8f8f8;
}

.section-calendar-events .section-header .nav-tabs li a {
  padding: 10px;
  width: 164.4px;
  font-size: 40px;
  line-height: inherit;
  text-align: center;
  display: inline-block;
  color: #b3b3b3;
  border: none;
  background: #fdfdfd;
  border-top: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
}

.section-calendar-events .section-header .nav-tabs li a span {
  display: block;
  font-size: 18px;
  color: #b3b3b3;
}

.section-calendar-events .section-header .nav-tabs li.active a,
.section-calendar-events .section-header .nav-tabs li:hover a {
  color: #373737;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.section-calendar-events .section-header .nav-tabs li.active a span {
  color: #373737;
}

.section-calendar-events .section-header .scrtabs-tabs-fixed-container {
  height: 120px;
  padding: 0 6px;
  width: 100% !important;
}

.section-calendar-events .section-header .scrtabs-tab-container {
  position: relative;
  height: 100px;
}

.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-right span,
.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-left span {
  display: none;
}

.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-left {
  width: 22px;
  height: 29px;
  background: url(../images/calendar-events-arrow-left.png) no-repeat center center;
  border: none;
  position: absolute;
  left: -30px;
  bottom: 0;
  top: 45%;
}

.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-right {
  width: 22px;
  height: 29px;
  background: url(../images/calendar-events-arrow-right.png) no-repeat center center;
  border: none;
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 45%;
}

.section-calendar-events .section-content .tab-content ul li {
  width: 33.333333%;
  float: left;
  position: relative;
}

.section-calendar-events .section-content .tab-content .date {
  padding: 15px;
  background: rgba(36, 36, 36, 0.8);
  position: absolute;
  top: 0;
  left: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.section-calendar-events .section-content .tab-content .date a {
  color: #fff;
}

.section-calendar-events .section-content .tab-content .date .day {
  font-size: 30px;
  display: block;
  font-family: "Montserrat-Regular";
  margin: 0 0 5px;
}

.section-calendar-events .section-content .tab-content .date .month {
  font-size: 10px;
  display: block;
  font-family: "Montserrat-Light";
  margin: 0 0 5px;
}

.section-calendar-events .section-content .tab-content .date .year {
  font-size: 10px;
  display: block;
  font-family: "Montserrat-Light";
}

.section-calendar-events .section-content .tab-content .info {
  padding: 50px 20px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(253, 253, 253, 0) 1%,
      rgba(28, 28, 28, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(253, 253, 253, 0) 1%,
      rgba(28, 28, 28, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(253, 253, 253, 0) 1%,
      rgba(28, 28, 28, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1c1c1c', GradientType=0);
}

.section-calendar-events .section-content .tab-content .info p {
  font-size: 16px;
  font-family: "Montserrat-Regular";
  color: #fff;
  width: 65%;
  float: left;
  margin: 0;
}

.section-calendar-events .section-content .tab-content .info p span {
  display: block;
  color: #b3b3b3;
  font-size: 11px;
  font-family: "Montserrat-Light";
}

.section-calendar-events .section-content .tab-content .info .get-ticket {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 10px 15px;
  background: #ff6600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-radius: 20px;
  font-weight: 700;
  display: inline-block;
  width: 30%;
  float: right;
  text-align: center;
}

.section-calendar-events .section-content .tab-content .info .get-ticket:hover {
  background: #fff;
  color: #ff6600;
}

/*END BUSCADOR POR MES*/

.border-width {
  width: 80% !important;
}

.search-section {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  display: block;
}

.search-section select input.form-control {
  min-height: 52px;
  border: 2px solid #dedede;
  overflow: hidden;
}

.search-section label {
  justify-self: middle;
  font-size: 17px;
  color: #4e4e4e;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.search-section input[type="submit"] {
  width: 100%;
  border: 2px solid #3774d5;
  height: 50px;
  line-height: 51px;
  text-align: center;
  color: #3774d5;
  font-size: 17px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 5px;
  margin: 44px 0 0;
}

.search-section input[type="submit"]:hover {
  color: #fff !important;
  background-color: #3774d5;
}

.eventos-cards {
  height: 600px;
  background-color: #fff;
  border-radius: 5px;
}

.search-results h2 {
  font-size: 18px;
  color: #6f6f6f;
  margin: 0 0 15px;
}

.search-results label {
  display: inline-block;
  width: 25%;
  font-size: 15px;
  color: #6f6f6f;
  font-family: "Montserrat-Regular";
}

.search-results .bootstrap-select .btn-default {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #dedede !important;
  box-shadow: none;
  color: #b3b3b3;
  font-size: 15px;
  height: auto;
  line-height: 51px;
  padding: 0 27px;
  width: 100%;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/*-----------------------------END EVENTOS-------------------------------------*/

.detalles-evento-item {
  border-radius: 5px;
  margin: 0 0 35px;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.detalles-evento-item .detalles-evento-item-info ul li {
  list-style: none;
  font-size: 15px;
  color: #292323;
  margin-bottom: 13px !important;
}

.detalles-evento-item .detalles-evento-item-info ul li span {
  font-size: 15px;
  color: #292323;
  margin: 0 0 15px;
  display: block;
  font-weight: 600;
}

.location {
  font-weight: 400 !important;
}

.detalles-evento-item .detalles-evento-item-price span {
  display: block;
  text-align: center;
  color: #292323;
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 600;
}

.detalles-evento-item .detalles-evento-item-price strong {
  display: block;
  text-align: center;
  color: #292323;
  font-size: 28px;
  margin: 0 0 15px;
}

.bds-l-event__tickets {
  margin-top: 2em;
}

.bds-o-ticketList__tickets {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bds-o-ticketList__ticket {
  margin: 0;
  padding: 0;
}

.bds-m-ticket-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.2em;
  background: #fafafa;
  padding: 0.3em;
  border-radius: 5px;
  border-left: 3px solid #ff6600;
  padding-left: 15px;
}

.bds-m-ticket-item__basic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bds-m-ticket-item__main {
  font-family: "Roboto";
  flex: 1;
}

.bds-m-ticket-item__name {
  flex: 1;
  font-weight: 700;
  line-height: 1.2em;
}

.bds-m-ticket-item__price {
  flex: 1;
  font-weight: 400;
  font-size: 0.9em;
}

.bds-m-ticket-item__action {
  flex: 1;
  text-align: right;
}

@media only screen and (min-width: 60em) {

  .bds-a-input__field,
  .hosted-field {
    background: #f7f7f7;
  }
}

.bds-o-moreInfo__description {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  color: #777;
}

.bds-a-input__field,
.hosted-field {
  height: 44px;
  box-sizing: border-box;
  padding: 12px;
  display: inline-block;
  box-shadow: none;
  font-size: 14px;
  border: 0 solid #ddd;
  line-height: 20px;
  background: #fff;
  margin-bottom: 6px;
  background-position: right bottom;
  transition: all 300ms ease-in-out;
  border: 2px solid #e6e6e6;
}

.bds-a-input__field--ticketSelect {
  max-width: 5em;
}

.bds-a-alert {
  border: 1px solid #eee;
  padding: 1em;
  border-radius: 3px;
  margin: 0.5em 0;
}

.bds-a-alert--error {
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}

@media only screen and (min-width: 60em) {
  .bds-a-btn--full {
    width: auto;
    max-width: 17em;
  }
}

.bds-a-btn--full {
  width: 100%;
  margin: 0.5em 0;
  max-width: 17em;
}

.bds-a-btn {
  cursor: pointer;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background: repeat-x #e99c4d;
  border: 1px solid #e99c4d;
  /* border: 1px solid #ff6600; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  padding: 0.3em 0.8em;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-transform: inherit;
  font-weight: 400;
  height: auto;
  margin: 2px 0;
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
  padding: 0.7em;
  text-transform: uppercase;
  font-size: 0.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.detalles_evento_title {
  text-transform: uppercase;
  font-size: 25px;
}

.detalles_evento_venue {
  border-top: 1px solid #d8d8d8;
  background: white;
  padding: 0 38px 38px;
}

.detail-bg-white {
  background: white;
}

.descpt-mob {
  display: none;
}

@media only screen and (max-width: 768px) {

  .descpt-mob {
    display: block;
  }

  .event-details{
    display: none;
  }
  .detalles_evento_venue {
    background: white;
    padding: 0 20px 20px;
  }

  .detalles_evento_title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .single-product-details-side .header {
    margin-bottom: unset !important;
  }

  .detalles-evento-item .detalles-evento-item-info ul li {
    font-size: 13px;
    margin-bottom: 5px !important;
  }

  .detalles-evento-item .detalles-evento-item-info ul li span {
    font-size: 12px;
    margin: 0 0 5px;
  }

  .location {
    font-weight: 500 !important;
  }

  .detalles_evento_imagen {
    border-radius: 5px;
    box-shadow: 0px 0px 10px #333;
    max-height: 200px;
    width: 114px;
    margin: auto;
  }

  .bds-l-event__tickets {
    margin-top: unset;
  }

  .bds-a-btn--full {
    max-width: unset;
  }

  /*---------------------------New Mobile-----------------------------------*/
  .big_img img {
    max-height: 172px;
    width: 114px;
  }

  .big_img_container {
    min-height: 200px;
    padding-left: 15px;
  }

  .detail-bg-white {
    background: none;
  }

  .product__details__container {
    display: flex;
    flex-wrap: wrap;
  }

  .ptb--60 {
    padding: 0;
  }

  .product-details{
    padding-top: 20px;
  }

  .no-mobile{
    display: none;
  }
  .img-venue-desc{
    width: 100%;
    height: 150px;
    object-fit: scale-down;
  }
  .description{
    width: 100%;
    border-top: none !important;
  }
}

/*---------------------------DETALLE ARTISTA-----------------------------------*/

.bg_image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.breadcumb-area.ptb--150.ptb_md--100.ptb_sm--100.bg_image::before {
  /* background: rgba(0, 0, 0, 0) url(../images/overlay.png) repeat scroll 0 0; */
  background: rgba(0, 0, 0, 0.65);
  height: 57%;
  right: 0;
  left: 0;
  content: "";
  position: absolute;
  top: 16%;
}

@media (max-width: 1440px) {
  .breadcumb-area.ptb--150.ptb_md--100.ptb_sm--100.bg_image::before {
    /* background: rgba(0, 0, 0, 0) url(../images/overlay.png) repeat scroll 0 0; */
    background: rgba(0, 0, 0, 0.65);
    height: 65%;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 18%;
  }
}

@media (max-width: 1024px) {
  .breadcumb-area.ptb--150.ptb_md--100.ptb_sm--100.bg_image::before {
    /* background: rgba(0, 0, 0, 0) url(../images/overlay.png) repeat scroll 0 0; */
    background: rgba(0, 0, 0, 0.65);
    height: 64%;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 33%;
  }
}

@media (max-width: 768px) {
  .breadcumb-area.ptb--150.ptb_md--100.ptb_sm--100.bg_image::before {
    /* background: rgba(0, 0, 0, 0) url(../images/overlay.png) repeat scroll 0 0; */
    background: rgba(0, 0, 0, 0.65);
    height: 49%;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 27%;
  }
}

@media (max-width: 426px) {
  .breadcumb-area.ptb--150.ptb_md--100.ptb_sm--100.bg_image::before {
    /* background: rgba(0, 0, 0, 0) url(../images/overlay.png) repeat scroll 0 0; */
    background: rgba(0, 0, 0, 0.65);
    height: 49%;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 19%;
  }
}

.c-black {
  color: #2a2a2a !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.c-white {
  color: #fff !important;
}

.subheader {
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
  margin: 0;
  padding: 40px 0;
}

@media (min-width: 425px) {
  .boleto-section {
    padding: 30px 35px;
  }
}

@media (min-width: 768px) {
  .boleto-section2 {
    padding: 30px 35px;
  }
}

@media (max-width: 426px) {
  .boleto-section2 {
    padding: 30px 20px;
  }
}

.artist-event-item {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  margin: 0 0 35px;
  position: relative;
  overflow: hidden;
}

.artist-event-item .artist-event-item-info h3 {
  font-size: 18px;
  color: #6f6f6f !important;
  padding: 0 0 25px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dedede !important;
  font-weight: 500;
}

.artist-event-item .artist-event-item-info ul li {
  font-size: 15px;
  color: #6f6f6f;
  margin-bottom: 13px !important;
  list-style: none;
  padding: 0 30px;
}

.artist-event-item .artist-event-item-info ul li span {
  font-size: 15px;
  color: #6f6f6f;
  margin: 0 0 15px;
  display: block;
}

.location {
  margin-top: 15px !important;
}

.section-order-review-event-img img {
  border-radius: 5px;
  margin: 0 0 15px;
}

.section-order-review-event-img span {
  display: block;
  font-size: 13px;
  color: #949494;
  text-align: center;
  font-weight: 500;
}

.artist-event-item .artist-event-item-price span {
  display: block;
  text-align: center;
  color: #6f6f6f;
  font-size: 14px;
  margin: 0 0 15px;
}

.artist-event-item .artist-event-item-price strong {
  display: block;
  text-align: center;
  color: #6f6f6f;
  font-size: 28px;
  margin: 0 0 15px;
}

.artist-event-item .artist-event-item-price a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 18px;
  background: #ff6600;
  border-radius: 5px;
  border: 1px solid #ff6600;
}

.artist-event-item .artist-event-item-price a:hover {
  color: #ff6600;
  background: #fff;
}

.row-0 {
  padding: 0 !important;
}

.artist-details {
  background: #fff;
  border-radius: 5px;
  padding: 0 0 30px;
  margin: 30px 5px 35px;
}

.artist-details img {
  display: block;
  margin: 0 0 30px;
}

.artist-details .artist-details-title {
  margin: 0 0 38px;
  padding: 0 30px;
  overflow: hidden;
}

.artist-details .artist-details-info h4 {
  font-size: 16px;
  color: #6f6f6f;
  padding: 0 30px;
  margin: 0 0 25px;
}

/*-------------------------END DETALLE ARTISTA---------------------------------*/
/*--------------------------------DETALLE VENUE--------------------------------*/

@media (min-width: 768px) {
  .section-title--2 .proxe-pad {
    padding-left: 20px !important;
  }
}

/*------------------------------END DETALLE VENUE------------------------------*/
.deshabilitar {
  display: none !important;
}

.checkout-disabled {
  opacity: 0.65;
  cursor: not-allowed !important;
}

/*--------------------------------------COMPRAR-----------------------------------*/
.alert-info {
  border: 1px solid #e3e3e3;
  padding: 20px 25px;
  margin: 0 0 70px;
}

.alert-info p {
  font-size: 15px;
  color: #6f6f6f;
  margin: 0;
  line-height: 26px;
  /* font-family: "Montserrat-Regular"; */
}

.alert-info p i {
  float: none !important;
}

#area-main p {
  color: #1b1d1f;
}

.primary-link {
  display: block !important;
  font-size: 16px !important;
  color: #fff !important;
  border: 1px solid #ff6600 !important;
  background: #ff6600 !important;
  /* border-radius: 50px!important; */
  text-align: center !important;
  padding: 20px !important;
  /* font-family: "Montserrat-Regular"; */
  text-transform: uppercase !important;
}

.primary-link:hover {
  color: #ff6600 !important;
  background: #fff !important;
}

.fa {
  font-size: 20px;
}

.comprar {
  background-color: #ff8322;
  font-size: 23px;
  color: #fff;
  margin-bottom: 0px !important;
  width: 53% !important;
}

.quantity {
  display: inline-block;
  float: left;
  padding-left: 2%;
}

.quantity .input-group {
  width: 150px;
  height: 45px;
}

.quantity .input-number {
  border: none;
  border-left: 1px solid #fff;
  box-shadow: none;
  height: 45px;
  width: 64px;
}

.quantity .input-number,
.quantity span .btn-number {
  background-color: #f1f1f1;
  font-family: "montserratlight";
}

.quantity span .btn-number {
  width: 43px;
  height: 45px;
  border: none;
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 28% !important;
}

/*------------------------------PAGARBOLETOS---------------------------------------*/
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-select-payment-method .tab-content .bootstrap-select .btn {
  color: #636363;
  font-size: 15px;
  padding: 10px 25px;
  height: 50px;
  background: #f9f9f9;
  /* font-family: "Montserrat-Light"; */
  border: 1px solid #d7d7d7;
}

input[type="checkbox"],
input[type="radio"] {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  border: 1px solid #6f6f6f;
  background-color: #ff6600;
  border-radius: 3px;
  background-color: #fff;
  background-clip: content-box;
  padding: 2px;
  -webkit-transition: border 0.15s ease-in-out,
    color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out,
    color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out,
    color 0.15s ease-in-out;
}

/*SELL WITH BOLETAJE*/

.content .title {
  color: #333745;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.content p {
  font-size: 16px;
}

.section-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg-blue-grad {
  background-image: linear-gradient(to bottom,
      #0ab3e4,
      #102976) !important;
}

/*ACCEPT-TERMS*/
.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

@media (max-width: 426px) {
  .section-pad {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pb-40 {
    padding-bottom: 20px;
  }
}

/* STRIPE FORM ELEMENTS */
div.StripeElement {
  background: #f5f5f5 none repeat scroll 0% 0%;
  margin: 0 0 20px;
  border: 1px solid #d7d7d7d7;
  border-radius: 3px;
  height: 50px;
}

div.__PrivateStripeElement {
  top: 25%;
  left: 2%;
}

.stripe-btn,
.stripe-anchor {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 2rem;
}
#divTicketPass #submitButton:hover {
  cursor: pointer;
}

#divTicketPass #submitButton:active {
  cursor: grabbing;
}

/* Event card polish */
.eventos-cards {
  height: auto;
  min-height: 560px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.eventos-cards a {
  color: #111;
  text-decoration: none !important;
}

.eventos-cards a:hover {
  color: #f2600f;
}

.eventos-cards h3,
.eventos-cards h4,
.eventos-cards .event-title {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 12px;
  word-break: normal;
}

.eventos-cards p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.eventos-cards .btn,
.eventos-cards button,
.eventos-cards input[type="submit"],
.eventos-cards a.btn {
  background: #f2600f;
  border-color: #f2600f;
  color: #fff !important;
  border-radius: 4px;
  padding: 12px 28px;
  min-width: 150px;
  text-decoration: none !important;
}
