@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

body{
  background-color:#F4F7FF;
  font-family: "Roboto Flex", sans-serif;
}
a, a:hover{
  text-decoration: none;
}
.navbar{
  height: 70px;
}
main{
  margin: 0;
}
.bg-event{
  background-color: #1f59e0;
}
.dropdown-toggle{
  color: #F4F7FF!important;
  border: none;
  background: none;
  font-size: 18px;
}
.dropdown-menu.show{
  margin-left: -60px;
}
.dropdown-item-icon{
  width: 30px;
  text-align: center;
  color: #7D8BBA!important;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
}
/* EVENTOS
-------------------------------------------------- */
.card-evento{
  width: 100%;
  height: 200px;
  border-radius: 20px;
  box-shadow:  0 0 20px #D9D9D9;
  overflow: hidden;
  padding: 0;
  display: grid;
}
.card-evento .img-evento{
  width: 100%;
  height: 110px;
  background-position: top center!important;
  background-size: cover!important;
  margin: 0;
  position: relative;
}
.card-evento .img-evento .date-box{
  width: 34px;
  height: 34px;
  margin: 15px;
  background: #fff;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  padding: 8px 0;
  border-radius:10px;
}
.card-evento .img-evento .date-box .dia{
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  color: #1f59e0;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.card-evento .img-evento .date-box .mes{
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 8px;
  line-height: 6px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.card-evento .evento{
  width: 100%;
  height: 80px;
  background: #fff;
  margin: 0;
  position: relative;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
}
.card-evento .evento h1{
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin: 10px 0 5px 0;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.card-evento .evento h6{
  font-size: 10px;
  font-weight: 500;
  color: #1f59e0;
  margin: 0;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.navbar-brand img{
  height: 30px;
}
@media (min-width: 768px) {
  .navbar-brand img{
    height: 40px;
  }
  .card-evento{
    width: 100%;
    height: 280px;
    border-radius: 20px;
    box-shadow:  0 0 20px #D9D9D9;
    overflow: hidden;
    padding: 0;
    display: grid;
  }
  .card-evento .img-evento{
    width: 100%;
    height: 160px;
    background-position: top center!important;
    background-size: cover!important;
    margin: 0;
    position: relative;
  }
  .card-evento .img-evento .date-box{
    width: 50px;
    height: 50px;
    margin: 15px;
    background: #fff;
    font-family: "Roboto Flex", sans-serif;
    text-align: center;
    padding: 8px 0;
    border-radius:10px;
  }
  .card-evento .img-evento .date-box .dia{
    font-family: "Roboto Flex", sans-serif;
    font-weight: 700;
    color: #1f59e0;
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .card-evento .img-evento .date-box .mes{
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }
  .card-evento .evento{
    width: 100%;
    height: 120px;
    background: #fff;
    margin: 0;
    position: relative;
    font-family: "Roboto Flex", sans-serif;
    text-align: center;
  }
  .card-evento .evento h1{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0 5px 0;
    padding: 0;
    font-family: "Roboto Flex", sans-serif;
    text-align: center;
    text-transform: uppercase;
  }
  .card-evento .evento h6{
    font-size: 16px;
    font-weight: 500;
    color: #1f59e0;
    margin: 0;
    padding: 0;
    font-family: "Roboto Flex", sans-serif;
    text-align: center;
    text-transform: uppercase;
  }
}
.padding-evento{
  padding: 10px!important;
}
.padding-compra{
  padding-bottom: 150px;
}
/* Carousel base class */
.carousel {
  margin-top: 66px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 10px;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  width: 100%;
  height: auto;
  background-color: #777;
}
.carousel-item .img-slide {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
.carousel-control-prev{
  background-color: #000000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 45%;
  margin-left: 20px;
}
.carousel-control-next{
  background-color: #000000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 45%;
  margin-right: 20px;
}
.carousel-caption{
  bottom: 5px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .carousel-caption{
    bottom: 20px;
    margin: 0 auto;
    padding: 0;
  }
  .carousel-control-prev{
    background-color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 45%;
    margin-left: 50px;
  }
  .carousel-control-next{
    background-color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 45%;
    margin-right: 50px;
  }
}
.more{
  padding: 30px;
}
.btn-tarjeta{
  font-family: "Roboto Flex", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
}
.btn-comprar{
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
}
.btn-comprar:hover{
  background-color: #163586;
  border: 1px solid #fff;
  color: #fff;
}
@media (min-width: 768px) {
  .btn-comprar{
    background-color: rgba(0, 0, 0, 1);
    font-size: 14px;
    color: #fff;
  }
}
.btn-compra{
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
.btn-compra:hover{
  background-color: #163586;
  border: 1px solid #fff;
  color: #fff;
}
.btn-cargar{
  background-color: #fff;
  border: 1px solid #1f59e0;
  border-radius: 20px;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #163586;
}

.btn-enter{
  background-color: #1f59e0;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.btn-enter:hover{
  background-color: #163586;
  border: 1px solid #fff;
  color: #fff;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


.buscar{
  background-color: #fff;
}
.buscar-icon{
  position: absolute;
  color: #1f59e0;
  font-size: 20px;
  top: 25px;
  left: 30px;
}
.form-control-lupa{

  padding-left: 50px;
}
.form-control{
  width: 100%;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  color: #000000;
  margin: 10px auto;
  height: 40px;
}

.form-select{
  width: 100%;
  height: 40px!important;
  border-radius: 20px;
  color: #000000;
  padding-left: 20px!important;
  margin: 10px auto;
  height: 50px;
  background: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 15px;
  line-height: 20px;
  border: none;
  border: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .form-control{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    color: #000000;
    margin: 10px auto;
    height: 50px;
  }
  
  .form-select{
    width: 100%;
    height: 50px!important;
    border-radius: 20px;
    padding-left: 20px!important;
    margin: 10px auto;
    height: 50px;
    color: #000000;
    background: #fff;
    font-family: "Roboto Flex", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    border: none;
    border: 1px solid #D9D9D9;
  }
}
footer{
  background-color: #000000;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #fff;
}
.brand-footer{
  margin: 15px 0;
}
.link-secciones ul{
  list-style: none!important;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.link-secciones ul li {
  padding: 0;
  margin: 0;
}
.link-secciones ul li a{
  list-style: none;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
.link-social, .link-social:hover{
  font-size: 28px;
  color: #fff;
  padding: 5px;
}
.link-social-wa, .link-social-wa:hover{
  font-size: 20px;
  font-family: "Roboto Flex", sans-serif;
  color: #fff;
  padding: 5px;
}
.footer-bottom{
  padding: 20px 0 10px 0;
}
.footer-bottom p{
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
.bg-eventos{
  width: 100%;
  background-color: #1f59e0;
  padding: 15px 0;
}

.bg-eventos p{
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
/* Pantallas de
-------------------------------------------------- */
.login-bg{
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    to top,
    #F4F7FF 0%,
    #F4F7FF 70%,
    #1f59e0 70%,
    #1f59e0 100%
  )
}
.logo{
  width: 200px;
  height: 40px;
  background-image: url(../img/logo-event-pass.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px auto 40px auto;
}
.login-content{
  width: 90%;
  min-height: 500px;
  height: auto;
  padding: 50px 20px;
  background-color: #fff;
  margin: 20px auto;
  border-radius: 20px;
}
.account-content{
  width: 90%;
  min-height: 500px;
  height: auto;
  padding: 50px 20px;
  background-color: #fff;
  margin: 20px auto;
  border-radius: 20px;
}
.login-content h1, .account-content h1{
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-family: "Roboto Flex", sans-serif;
  text-align: left;
}
.form-check-label{
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
}
a.link-enter{
  color: #1f59e0;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  a.link-enter{
    color: #1f59e0;
    font-size: 14px;
    text-align: center;
  }
  .login-content{
    width: 500px;
    height: 500px;
    padding: 50px;
    background-color: #fff;
    margin: 20px auto;
    border-radius: 20px;
  }
  .account-content{
    width: 800px;
    height: 550px;
    padding: 50px;
    background-color: #fff;
    margin: 20px auto;
    border-radius: 20px;
  }
}

.event-content{
  padding-top: 90px;
}
.box-pay{
  margin:10px auto;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow:  0 0 20px #D9D9D9;
  position: relative;
  display: inline-block;
}
.box-pay .img-evento{
  width: 35%;
  height: 90px;
  background-position: top center!important;
  background-size: cover!important;
  margin: 0;
  position: relative;
  border-radius: 15px;
  float: left;
}
.box-pay .mapa-evento{
  width: 35%;
  height: auto;
  background-position: top center!important;
  background-size: cover!important;
  margin: 0;
  position: relative;
  border-radius: 15px;
  float: left;
}
.box-pay .evento-pay-detalle{
  width: 65%;
  padding: 10px;
  float: right;
}
.box-pay .evento-pay-detalle h1{
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin: 10px 0 5px 0;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
.box-pay .evento-pay-detalle h2{
  font-size: 12px;
  font-weight: 500;
  color: #1f59e0;
  margin: 0;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
.box-pay .evento-pay-detalle h3{
  font-size: 10px;
  font-weight: 500;
  color: #1f59e0;
  margin: 0;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .box-pay{
    margin:10px auto;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow:  0 0 20px #D9D9D9;
    position: relative;
    display: inline-block;
  }
  .box-pay .img-evento{
    width: 180px;
    height: 140px;
    background-position: top center!important;
    background-size: cover!important;
    margin: 0;
    position: relative;
    border-radius: 15px;
    float: left;
  }
  .box-pay .mapa-evento{
    width: 180px;
    height: auto;
    background-position: top center!important;
    background-size: cover!important;
    margin: 0;
    position: relative;
    border-radius: 15px;
    float: left;
  }
  .box-pay .evento-pay-detalle{
    width: calc(100% - 180px);
    padding: 10px;
    float: right;
  }
  .box-pay .evento-pay-detalle h1{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0 5px 0;
    padding: 0;
    font-family: "Roboto Flex", sans-serif;
    text-align: left;
    text-transform: uppercase;
  }
  .box-pay .evento-pay-detalle h2{
    font-size: 16px;
    font-weight: 500;
    color: #1f59e0;
    margin: 0;
    padding: 0;
    font-family: "Roboto Flex", sans-serif;
    text-align: left;
    text-transform: uppercase;
  }
  .box-pay .evento-pay-detalle h3{
    font-size: 14px;
    font-weight: 500;
    color: #1f59e0;
    margin: 0;
    padding: 0;
    font-family: "Roboto Flex", sans-serif;
    text-align: left;
    text-transform: uppercase;
  }
  
}
.card-evento-full{
  width: 100%;
  height: 220px;
  border-radius: 20px 20px 0 0;
  box-shadow:  0 0 20px #D9D9D9;
  overflow: hidden;
  padding: 0;
  display: grid;
}
.card-evento-full .img-evento{
  width: 100%;
  height: 220px;
  background-position: top center!important;
  background-size: cover!important;
  margin: 0;
  position: relative;
}
.titulo-evento{
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.titulo-evento .date-box{
  width: 50px;
  height: 50px;
  float: left;
  background: #fff;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  padding: 8px 0;
  border-radius:10px;
}
.titulo-evento .date-box .dia{
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  color: #1f59e0;
  font-size: 24px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.titulo-evento .date-box .mes{
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.titulo-evento .titulo{
  width: auto;
  float: left;
  position: relative;
}
.titulo-evento .titulo h1{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 5px 0 0 10px!important;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.titulo-evento .titulo h6{
  font-size: 16px;
  font-weight: 500;
  color: #1f59e0;
  margin: 0 0 0 10px!important;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.precios-evento{
  position: relative;
  clear: both;
}
p{
  font-family: "Roboto Flex", sans-serif;
  text-align: left;
  font-size: 16px;
}
.precios-evento p{
  font-family: "Roboto Flex", sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.mapa-local{
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.mapa-local img{
  width: 100%;
}
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    border-radius: 15px;

    label {
      padding: 12px 30px;
      width: 100%;
      display: block;
      text-align: left;
      color: #3C454C;
      cursor: pointer;
      position: relative;
      z-index: 2;
      transition: color 200ms ease-in;
      overflow: hidden;
      border-radius: 15px;

      &:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: '';
        background-color: #1f59e0;
        position: absolute;
        left: 50%;
        top: 50%;
        transition: all 300ms;
        opacity: 0;
        z-index: -1;
      }

      &:after {
        width: 32px;
        height: 32px;
        content: '';
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 2px 3px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
      }
    }

    input:checked ~ label {
      color: #fff;

      &:before {
        transform: translate(-50%, -50%) scale3d(56, 56, 1);
        opacity: 1;
      }

      &:after {
        background-color: #54E0C7;
        border-color: #54E0C7;
      }
    }

    input.opciones {
      width: 32px;
      height: 32px;
      order: 1;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden;
    }
  }

.box-content{
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #fff;
  margin: 20px auto;
  border-radius: 20px;
}
.conteo{
  margin-top: 66px;
  background-color: #D1D7DC;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.tarjeta-registrada{
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
  color: #163586;
}
.tarjeta-registrada p{
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
  color: #222;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 14px;

}
.style-text-1{
  color: #1f59e0;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  font-size: 10px;
  text-align: left;
}
.style-text-2{
  color: #000000;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
}
.style-text-3-small{
  color: #1f59e0;
  font-family: "Roboto Flex", sans-serif;
  font-size: 10px;
  text-align: left;
}
.style-text-4-small{
  color: #000000;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
}
.style-text-3{
  color: #1f59e0;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: 800;
}
.style-text-4{
  color: #000000;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-align: right;
}


.form-bold-label{
  color: #000000;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  .style-text-1{
    color: #1f59e0;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    text-align: left;
  }
  .style-text-2{
    color: #000000;
    font-family: "Roboto Flex", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
  }
}
.evento-pay-final table{
  width: 100%;
}
.modal-title{
  color: #000000;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
}

.addNumber_cont{
  display: flex;
  justify-content: center;
  align-items: center;
}
button.cantidad{
  width: 70px;
  height: 50px;
  border: none;
  border-radius: 10px;
  color: #fff;
  background-color: #1f59e0;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}
button.cantidad:hover{
  background-color: #163586;
}

.value_cont{
  width: 100px;
  height: 50px;
  margin: 10px;
  border-radius: 20px;
  color: #000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}