﻿html {
    scroll-behavior: smooth;
}

:root {
    --purple: #8029e3;
    --orange: #ffa502;
    --salmon: #ff4036;
    --morado: #702BDE;
    --rojo: #f9423a;
}

body {
    margin-bottom: 100px;
    font-family: 'Roboto Condensed', sans-serif;
}

.pointer {
    cursor: pointer;
}

nav {
    height: 65px;
    background: linear-gradient(90deg, #e32e9f 40%, #8a26e1 100%);
}

nav img {
    width: 80vw;
    max-width: 250px;
}

.hero {
    height: 65vw;
    min-height: 400px;
    max-height: 1000px;
    background-image: url('https://static.puntoticket.com/minisitio/venue/movistar/images/hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.tabs {
    overflow: hidden;
    margin-top: 5px;
    flex-wrap: wrap;
}

.tabs .tab {
    text-decoration: none;
    color: white;
    background-color: var(--salmon);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: auto;
    min-height: 150px;
    flex: 1;
    width: 100%;
    min-width: 300px;
    padding: 20px;
}

.tabs .tab:first-of-type {
    background-color: var(--purple);
}

.tabs .tab img {
    width: 90px;
}


.tabs .three-tab {
    background-color: var(--orange);
}

.VueCarousel-slide {
    position: relative;
    height: 350px;
}

.carousel-container {
    overflow: hidden;
}

.slide-item {
    height: 100%;
    max-width: 350px;
    width: 95%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.carousel-nav-icon {
    width: 80%;
}

.VueCarousel-navigation-button {
    top: 45% !important;
}

.events-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(260px, 320px) );
    gap: 40px;
    row-gap: 5vh;
    justify-content: center;
}

.event {
    margin-top: 10px;
}

.event__image {
    width: 100%;
    height: 320px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.event__info .event__name {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--purple);
    margin: 20px 20px 5px 20px;
    height: 90px;
}

.event__info .event__name h6 {
    font-size: 1.3rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.event__info .event__date {
    text-transform: uppercase;
    font-weight: bold;
    color: #b3b3b3 !important;
    font-size: .9rem !important;
}

.event__info .event__divider {
    width: 95%;
    height: 2px;
    background-color: var(--purple);
    margin-top: 20px;
    margin: 5px auto;
    margin-top: 20px;
}

.event__info span:last-of-type {
    color: var(--purple);
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 0.9rem;
}

.event__info span:last-of-type a {
    color: var(--purple);
    text-decoration: none;
}

.events__more {
    width: 200px;
    height: 50px;
    color: white;
    background: var(--purple);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-top: 100px;
    cursor: pointer;
}

.map-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px -15vw;
}

.map__text {
    padding: 80px 0px 10px 0px;
}

.map__text h3 {
    font-size: 2.5rem;
    color: white;
    margin: 10px;
}

.map__image {
    margin-top: 20px;
    z-index: 2;
    overflow: auto;
    max-width: 90%;
    padding: 1rem;
    border: 2px solid;
    border-width: 2px;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgba(112,43,222,1) 0%, rgba(249,66,58,1) 100%);
}

.mapouter, .gmap_canvas {
    width: 100% !important;
}

.map__image img {
    width: 100%;
    max-width: 1280px;
}


.contact_space {
    margin-top: 150px;
}

.contact_form {
    margin-top: 40px;
    width: 80vw;
    max-width: 600px;
    margin-bottom: 50px;
}

.contact_form input {
    height: 60px;
    width: 100%;
    padding: 0px 20px;
    font-size: 1.2em;
    border: 1px solid black;
}

.contact_form input::placeholder {
    color: black;
}

.contact_form button {
    padding: 0px;
    margin: 0px;
    border: none;
    height: 63px;
    width: 120px;
    margin-left: 20px;
    background-color: var(--purple);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

.contact_form button:disabled {
    opacity: .5
}

.medidas__sanitarias {
    background-color: #f1f1f1;
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}

.medidas__sanitarias__border {
    height: 5px;
    width: 150px;
    background-color: var(--salmon);
    margin-bottom: 50px;
}

.medida__sanitaria {
    min-height: 120px;
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.medida__sanitaria__image {
    width: 120px !important;
    min-width: 120px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medida__sanitaria__image img {
    height: auto;
    width: 80%;
}

.medida__sanitaria__text {
    color: #a2a1a1;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    min-width: 200px;
}

.btnComprar {
  background: #702BDE !important;
  padding: .8rem 2rem .8rem 2rem !important;
  color: white;
  text-align: center;
  width: 80%;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

.btnComprar:hover {
    color: white;
    text-decoration: none;
}

@media (max-width: 1280px) {
    .VueCarousel-slide {
        position: relative;
        min-height: 260px;

    }
}

@media (max-width: 768px) {
    .map__text h3 {
        font-size: 1.8rem;
        color: white;
        margin: 10px;
    }

    .contact_form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .contact_form input {
        width: 100%;
        margin: 0px;
    }

    .contact_form button {
        width: 100%;
        margin: 0px;
    }

    .event__info .event__name h6 {
        height: 20px;
    }

    .btnComprar {
        margin-top: 0;
    }

    .map-container {
        background-position: 0px -30vw;
    }
}


@media (max-width: 425px) {
    .VueCarousel-slide {
        height: 300px !important;
    }
}

@media (max-width: 375px) {
    .VueCarousel-slide {
        height: 250px !important;
        min-height: 250px !important;
    }
  .btnComprar {
    font-size: 13.5px;
  }
}

@media (max-width: 320px) {
    .VueCarousel-slide {
        height: 200px !important;
        min-height: 200px !important;
    }
  .btnComprar {
    font-size: 12px;
  }
}

/*cambiar luego*/
.titulo-calendario {
  background: linear-gradient(90deg, rgba(112, 43, 222, 1) 0%, rgba(249, 66, 58, 1) 100%);
      /*var(--mora-degrade-linear);*/
}

.b-calendar-grid-help{
    display: none;
}


.text-capitalize {
  color: black !important
}

.footer {
  background: #000000 !important;
  color: #fff;
  padding: 30px 20px;
  width: 100%;
  padding-left: unset
}

html, body {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#app {
  flex: 1 0 auto;
}

.footer {
  margin-top: auto;
}

.btnFooter {
  padding: 10px 30px;
  border-radius: 0px;
}

.no-border {
  border: none;
}

.bg-red {
  background-color: var(--rojo) !important;
}


.btnComprar,
.dropdown-reservar .dropdown-toggle {
  cursor: pointer;
}


p-button.btnComprar {
  cursor: pointer;
  display: inline-block;
}

.btnComprar.disabled,
.dropdown-reservar .dropdown-toggle.disabled {
  cursor: not-allowed;
}

@media (max-width: 725px) {
  .ventaProducto {
    margin-top: 5px;
  }
}

.m-1 {
  border-width: 2px;
  border-style: solid;
  border-color: white;
}

@media (max-width: 768px) {
  .card-flex {
    flex-direction: column !important;
    text-align: center;
  }

    .card-flex img {
      margin: 0 auto 15px auto !important;
      width: 100% !important;
      max-width: 250px;
      height: auto !important;
    }
}

.ventaProducto .btn.btn-primary.btnComprar,
#btn-mostrar-calendario,
.dropdown-reservar .dropdown-toggle {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

.ventaProducto .btn.btn-primary.btnComprar,
#btn-mostrar-calendario,
.dropdown-reservar .dropdown-toggle {
  padding: .8rem 2rem !important;
  font-weight: bold;
}
