@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* scrollbar */
::-webkit-scrollbar { width: 8px; } /* width */
::-webkit-scrollbar-track { /* Track */
  background: transparent;
  border-radius: 5px; }
::-webkit-scrollbar-thumb { /* Handle */
  background: #D200B6;
  border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #555; } /* Handle on hover */

body, html {
  overflow: hidden;
}
body {
  background-color: transparent;
  font-family: "Inter";
}

button:focus {
    outline: none;
}
button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.button-map-location {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1rem;
  margin: 0 auto;
  margin-bottom: .5rem;
  border: unset;
  box-shadow: 0px 0px 10px #1f1fdeb0;
  background: #4646dc;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.button-map-location svg {
  height: 1.3rem;
  width: 1.3rem;
  margin-left: .2rem;
  fill: currentColor;
  text-shadow: none;
  box-shadow: none;
}

.flechas:focus{
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

[v-cloak] {
  display: none;
}
.splide{
  background: #232323;
}

.tarjeta-con{
  padding: 10px !important;
}

.tarjeta{
  /* border: 1px solid; */
  /* height: 430px;
  width: 330; */
  /* padding: 10px; */
  margin: 0px 15px !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tarjeta img{
  position: absolute;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 0;
  transform-origin: center;
  transition: all 0.4s;
}
.tarjeta-hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,transparent, #FF337754, #FF33779d);
  opacity: 0;
  z-index: 0;
  transition: all 0.4s;
}

.tarjeta:hover{
  cursor: pointer;
}
.tarjeta:hover .tarjeta-hover{
  opacity: 1;
}
.tarjeta:hover img{
  transform: scale(1.01);
}
.tarjeta:hover .contenedor-tarjeta {
  height: 100%;
  width: 100%;
}

.contenedor-tarjeta{
  height: 90%;
  width: 90%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  position: relative;
  transition: all .3s ease;
}

.is-active > .contenedor-tarjeta {
  height: 100%;
  width: 100%;
}

.contenido{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 1;
}

.date-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-icon {
  
}

.fecha{
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #FF4343;
  padding: 5px 10px;
  border-radius: .3rem;
}
.fecha-inactiva{
  background: #525252;
}
.fecha-justo{
  background: #e3c80b;
  color: #000;
  font-weight: bold;
  padding: 5px 20px;
}
.fecha-completa{
  position: absolute;
  margin-top: -9px;
  font-size: 10px;
}
.fecha svg{
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .5rem;
}
.fecha span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fecha-tem {
  align-items: baseline !important;
}
.fecha-tem span{
  font-size: 12px;
}
.fecha-texto{
  position: absolute;
  top: -2px;
  font-size: 11px;
}
.fecha-hoy{
  margin: 0px 5px;
  font-weight: bold;
}

.titulo{
  padding: 10px 20px;
  font-size: 12px;
  border-top: 2px solid #ffffff4a;
}
.titulo svg {
  width: 20px;
  padding: 0px 10px;
}

.desc{
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  background: #000000bf;
  height: 38px;
  overflow: hidden;
}
.descHTML{
  overflow-y: auto;
}

.flechas-con {
  height: 100%;
  position: absolute;
  z-index: 1;
}
.flechas-con-der{
  right: 0;
}

.flechas{
  /* height: 50px; */
  /* width: 50px; */
  width: 70px;
  padding: 0;
  border: none;
  background: transparent;
}

.arrow-container {
  background: #282828;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0 8px 16px rgb(0 0 0 / 21%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7F7F8C;
  cursor: pointer;
  transition: all .3s ease;
}

.arrow-container::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 51, 119, 0.2);
  border-radius: 50%;
  opacity: 0;
  transform: opacity .3s ease;
}
.arrow-container::after {
  content: "";
  position: absolute;
  background: #282828;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.arrow-container-right {
  left: unset;
  right: 1rem;
}

/* .arrow-container:hover {
  background: #FF3377;
} */
.flechas-con:hover .arrow-container {
  color: #fff;
  background: #FF3377;
}
.flechas-con:hover .arrow-container::after {
  background: #FF3377;
}
.flechas-con:hover .arrow-container::before {
  opacity: 1;
}

.arrow-back::after {
  transition: all .3s ease;
}

.arrow-back:hover::after {
  background: #FF3377;
  color: #fff;
}
.arrow-back:hover svg {
  color: #fff;
}

.arrow-back svg {
  height: 40%;
  width: 40%;
  position: relative;
  z-index: 1;
}

.flechas svg{
  /* background: #00000094;
  border-radius: 50%;
  color: #a0a0a0; */
  height: 40%;
  width: 40%;
  position: relative;
  z-index: 1;
}

.flechas:hover svg{
  color: #dddddd;
}

.informa{
  height: 450px;
  display: flex;
  justify-content: center;
}

.informa-cuadro{
  height: 100%;
  width: 650px;

  background: #232323;
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  color: #fff;

  overflow-y: auto;
}

.informa-atras{
  width: 80px;
  height: 80px;
  position: absolute;
}
.informa-atras > svg{
  width: 50px;
  height: 50px;
  padding: 10px;
  color: #fff;
  transition: all 0.3s;
}

.informa-atras:hover{
  cursor: pointer;
}
.informa-atras:hover > svg{
  padding: 10px 10px 10px 5px;
}

.informa-titulo{
  text-align: center;
  font-size: 25px;
  padding: 20px 40px;
  padding-top: 6rem;
}
.informa-sep{
  width: 80%;
  height: 1px;
  background: #424242;
  margin: 0 auto;
}
.informa-des{
  padding: 20px 40px;
  overflow-x: hidden;
}

.info-img {
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.contenedorHTML{
  /* overflow-y: auto; */
  height: 100%;
}
.contenedor-detalles-HTML{
  
}


/* Animaciones---------------------------------------- */
.ani-fade{-webkit-animation:ani-fade .3s cubic-bezier(.39,.575,.565,1.000) both;animation:ani-fade .3s cubic-bezier(.39,.575,.565,1.000) both}
@-webkit-keyframes ani-fade{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes ani-fade{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}


.ani-slide{-webkit-animation:ani-slide .3s ease-out both;animation:ani-slide .3s ease-out both}
@-webkit-keyframes ani-slide{0%{-webkit-transform:translateZ(-800px) rotateX(90deg);transform:translateZ(-800px) rotateX(90deg);opacity:0}54%{-webkit-transform:translateZ(-160px) rotateX(87deg);transform:translateZ(-160px) rotateX(87deg);opacity:1}100%{-webkit-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0)}}@keyframes ani-slide{0%{-webkit-transform:translateZ(-800px) rotateX(90deg);transform:translateZ(-800px) rotateX(90deg);opacity:0}54%{-webkit-transform:translateZ(-160px) rotateX(87deg);transform:translateZ(-160px) rotateX(87deg);opacity:1}100%{-webkit-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0)}}