@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


body {
  height: 100vh;
  display: contents;
  place-items: center;
  overflow: hidden;
}

/* barra lateral */

.barra{
    height: 100%;
    position: relative;
}
@media (min-width: 768px) {
    .barra::after {
        content: "";
        position: absolute;
        width: 60px;
        height: 100%;
        left: 0;
        top: 0;
        background: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/barra.png) repeat-y center;
        background-size: 60px auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        z-index: 3;
    }
}


/* portada carrusel */
.portada {
  position: relative;
    width: 100%;
    height: 445px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    margin-top: 125px;
    z-index:4;
}
.item {
  width: 150px;
  height: 200px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1), &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) { left: calc(50% + 70px); }
  &:nth-child(4) { left: calc(50% + 260px); }
  &:nth-child(5) { left: calc(50% + 450px); opacity: 0; }
}
.desc{
    width: max(60vw, 400px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    color: #7d7d7d70;
    background: linear-gradient(90deg, rgb(0 0 0 / 66%) 0%, rgb(0 0 0 / 48%) 44%, rgb(0 0 0 / 27%) 74%, rgb(0 0 0 / 0%) 100%);
}
.item:nth-child(3) .desc {
    display: none;
    left: 40%;
}.item:nth-child(4) .desc {
    display: none;
    left: calc(50% + 45px);
}.item:nth-child(5) .desc {
    display: none;
    left: calc(50% + 20px);
}.item:nth-child(6) .desc {
    display: none;
    left: calc(50% + 20px);
}
.tltm{
    background: #0000002e;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin-top: -20px;
}
.tlm{
    color: white;
    font-size: 13px;
    font-weight: 300;
    padding-top: 120px;
    margin-left: 5px;
    text-decoration: overline;
    text-decoration-thickness: 1px;
    font-family: 'Montserrat', 'Arial', sans-serif;
}

.descm{
        color: white;
    font-size: 13px;
    font-weight: 700;
    margin-left: 5px;
    font-family: sans-serif;
    line-height: 1.2;
    padding-top: 8px;
    word-spacing: 11px;
    margin-top: -5px;
}
.item:nth-child(1) .tltm {
    display: none;    
}.item:nth-child(2) .tltm {
    display: none;    
}

.content {
  width: min(30vw,400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica,sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0,0,0,0.5);
  opacity: 0;
  display: none;

  & .title {
           font-family: 'arial-black';
        text-transform: uppercase;
        color: white;
        text-align: left;
        font-weight: 600;
        font-size: 21px;
  }

  & .description {
    line-height: 1.7;
        margin: 1rem 0 1.5rem;
        font-size: 1.1rem;
        text-align: justify;
        font-family: sans-serif;
        font-weight: 600;
  }

  & button {
    width: fit-content;
    background-color: rgba(0,0,0,0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }
}

.item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;

  & .btn {
    background-color: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0,0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: rgba(255,255,255,0.3);
    }
  }
}
@media (width > 650px) and (width < 900px) {
  .content {
    & .title        { font-size: 1.2rem; }
    & .description  { font-size: 0.7rem; }
    & button        { font-size: 0.7rem; }
    
   
  }
   
 .desc{
        background: linear-gradient(to right, rgb(29 29 29 / 53%) 50%, rgb(0 0 0 / 0%) 100%);
    }
  .item {
    width: 160px;
    height: 270px;
    
    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 45px); opacity: 0;}
    &:nth-child(5) { left: calc(50% + 20px); opacity: 0;}
    &:nth-child(6) { left: calc(50% + 20px); opacity: 0; }
  
  }

}

@media (width < 650px) {
  .content {
    & .title        { font-size: 1.2rem; line-height: 1.7;}
    & .description  { font-size: 0.9rem; line-height: 1.2; }
    & button        { font-size: 0.7rem; }
  }
   .desc{
        background: linear-gradient(to right, rgb(29 29 29 / 53%) 50%, rgb(0 0 0 / 0%) 100%);
    }
    .tlm{
        padding-top: 145px;
    }
  .item {
    width: 130px;
    height: 220px;

      &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 45px); opacity: 0;}
    &:nth-child(5) { left: calc(50% + 20px); opacity: 0;}
    &:nth-child(6) { left: calc(50% + 20px); opacity: 0; }
        
  }

}
/* menú carrusel */

* {
  box-sizing: border-box;
}

.content-carro {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/menu1.png);
    background-size: contain;
    flex-direction: column;
}
.tlt-p{
    position: relative;
    width: 500px;
    background-size: 505px 54px;
    margin-bottom: 25px;
    background-color: white;
}
.tlt-f{
    margin-top: 65px;
    margin-bottom: -70px;
    display: flex;
    justify-content: center;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/fondo.png);
    background-size: contain;
}
.tlt-v{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/fondo.png);
    background-size: contain;
}
.Main-T{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size:20px;
}


.carousel {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 900px;
    max-height: 290px;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.carousel-item {
  visibility:visible;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
      -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    position: relative;
    background-color: #fff;
    flex-shrink: 0;
   -webkit-flex-shrink: 0;
    position: absolute;
    z-index: 0;
  transition: 0.6s all linear;
}

.carousel-item__info {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    order: 1;
    left: 0;
    margin: auto;
    padding: 0 40px;
    width: 65%;

}

.carousel-item__image {
    width: 60%;
    height: 100%;
    order: 2;
    align-self: flex-end;
    flex-basis: 60%;
  
      -webkit-order: 2;
    -webkit-align-self: flex-end;
    -webkit-flex-basis: 60%;
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   position:relative;
  transform: translateX(100%);
  transition: 0.6s all ease-in-out;
}

.carousel-item__subtitle {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #7E7E7E;    
    font-weight: 700;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
}

.carousel-item__title {
    margin: 15px 0 0 0;
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    line-height: 45px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #2C2C2C;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel-item__description {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
    margin-top: 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #7e7e7e;
    line-height: 22px;
    margin-bottom: 35px;
}

.carousel-item--1 .carousel-item__image{
  background-image: url('https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Aventura.webp');
}

.carousel-item--2 .carousel-item__image{
  background-image: url('https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Culturam.webp');
}

.carousel-item--3 .carousel-item__image{
  background-image: url('https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Gastronomiam.webp');
}

.carousel-item--4 .carousel-item__image{
  background-image: url('https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Festividades.webp');
}

.carousel-item--5 .carousel-item__image{
  background-image: url('https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/DondeLLegar.webp');
  background-position-x: -13px;
}
.carousel-item--6 .carousel-item__image{
  background-image: url('https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/DondeComerm.webp');
}
.carousel-item--7 .carousel-item__image{
  background-image: url('https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Recintos.webp');
}


.carousel-item__btn {
    width: 35%;
    color: #2C2C2C;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    width: 35%;
    font-weight: 700;
  text-decoration: none;
      transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel__nav {
    position: absolute;
    right: 0;
    z-index: 2;
    background-color: #fff;
  bottom: 0;
}

.carousel__icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
  fill: #5d5d5d;
}

.carousel__arrow {
    cursor: pointer;
    display: inline-block;
    padding: 11px 15px;
    position: relative;
}

.carousel__arrow:nth-child(1):after {
    content:'';
    right: -3px;
    position: absolute;
    width: 1px;
    background-color: #b0b0b0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
}

.active{
   z-index: 1;
  display: flex;
  visibility:visible;
}

.active .carousel-item__subtitle, .active .carousel-item__title, .active .carousel-item__description,.active .carousel-item__btn{
    transform: translateY(0);
    opacity: 1;
  transition: 0.6s all ease-in-out;
    visibility: visible;
}

.active .carousel-item__image{ 
transition: 0.6s all ease-in-out;
transform: translateX(0);
}


/* galeria */


#gal{
    padding-left:70px;
}



/* titulos secciones */

#one{
      background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/marco1.png);
}
#two{
     background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/marco1.png);
     background-color: #ffffff00;
}
#three{
        background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/marco1.png);
}

/* video footer */

.video-background {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -25%);
    object-fit: cover;
    z-index: -1;
}
.textura{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 200px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/video.png);
    background-size: cover;
}


/* responsividad  */

@media (width < 650px) {
    .tlt-p {
    position: relative;
    width: 278px;
    background-size: 280px 54px;
    margin-bottom: 25px;
    background-color: white;
    }
    .movie_card .info_section {
    padding-left: 0px;
    }
    .carousel-item__container{
    margin-left: -25px;
    margin-top: -35px;
    width: 170px;
    }
    .carousel-item__subtitle {
    margin-top: 30px;
    margin-bottom: -10px;
    }
    .carousel-item__description {
    margin-top: 0px;
    margin-bottom: 15px;
    }
    .carousel-item__title {
    font-size: 17px;
    letter-spacing: 0px;
    }
    .desc {
    width: max(60vw, 360px);
    }
    #gal{
    padding-left: 0px!important;
    padding-right: 0px!important;
    }
    ..video-background {
    width: 100%;
    height: 150px;
    }
    .video-background video {
    transform: translate(-50%, 0%);
    width: 135%;
    }
    .video-background {
    height: 200px;
    }
    .textura {
    height: 235px;
    }
    #two{
    background-color: #ffffff00;
    height: 74px;
    background-size: 278px 77px;
    }
    #three{
    height: 74px;
    background-size: 278px 77px;
    }
    
    .carousel-item--1 .carousel-item__image{
    background-position-x: -14px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Respon/AventuraRes.webp);
    }
    .carousel-item--2 .carousel-item__image{
    background-position-x: -14px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Respon/CulturaR.webp);
    }
    .carousel-item--3 .carousel-item__image{
     background-position-x: -13px;
     background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Respon/GastronomiaR.webp);
    }
    .carousel-item--4 .carousel-item__image{
    background-position-x: -11px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Respon/FestividadesR.webp);
    }
    .carousel-item--5 .carousel-item__image{
      background-position-x: -11px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Respon/DondeLLR.webp);
    }
    .carousel-item--6 .carousel-item__image{
    background-position-x: -13px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Respon/DondeCR.webp);
    }
    .carousel-item--7 .carousel-item__image{
     background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/MenuT/Respon/RecintosHR.webp);
        background-position-x: -9px;
        background-size: 12.5pc 18pc;
    }
    .carousel-item__info {
    width: 52%;
    }
}

@media screen and (min-width: 1440px) {
    .video-background {
    height: 300px;
    }
    .video-background video {
    transform: translate(-50%, -27%);
    }


    #respI {
    &:nth-child(4) {
        left: calc(50% + 260px);
        background-position-x: -155px;
        background-size: cover;
     }
    }
    #respI {
    &:nth-child(2) {
         background-position-y: -250px;
        background-size: cover;
    }
    }
    
    #respI {
    &:nth-child(3) {
        left: calc(50% + 70px);
        background-position-x: -155px;
        background-size: cover;
        }
    }
    #respM {
    &:nth-child(3) {
        left: calc(50% + 70px);
        background-position-x: -60px;
        }
    }
        #respM {
    &:nth-child(4) {
        left: calc(50% + 260px);
        background-position-x: -60px;
     }
    }
        #respM {
    &:nth-child(2) {
        background-position-y: -445px;
    }
    }
}
