/* Portada Aventura */

.cabezal {
    position: relative;
    width: 100%;
    margin-top: 130px;
    text-align: center;
    z-index: 1;
}

.cabezal .overlay{
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #6a6a6a;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
    box-sizing: border-box;
    margin-top: 135px;
}
.bg-img {
    width: 100%;
    height: auto;
    display: block;
}
.msb{
    font-size: 35px;
    letter-spacing: 10px;
    font-weight: 400;
}
.tlta{
    font-size: 3.1pc;
    letter-spacing: 21px;
}
.tltac{
    font-size:5.4pc;
    letter-spacing: 21px;
    color: #ffffff;
}
.txtt {
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}


#tw{
    font-weight: bold;
}
/* contenedores img */

.desc{
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #796513;
}
.item__title{
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    line-height: 45px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #623e11;
    display: flex;
     align-items: center; /* Alinea el texto y la línea verticalmente */
    justify-content: flex-start; /* Asegura que el texto se mantenga a la izquierda */
}
.item__title::after {
    content: "";
    flex-grow: 1;
    height: 3px;
    margin-left: 90px;
    direction: rtl;
    background-color: #69572f;;
}

.main {
    height: 400px;
    display: flex;
    margin-top: 100px;
    width: 100%;
    align-items: center;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 90%), transparent 20%, #00000000 80%, rgb(255 255 255)), url(/vistas/img/Admin24-27/Turismo/Recintos/test.png);
}


/*...large...*/
#santosback{
    background: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/Recintos/Convento.webp) no-repeat center center;
    background-size: contain;
}
#lagunaback{
    background: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/Recintos/IglesiaV.png) no-repeat center center;
    background-size: contain;
}
#cuevaback{
    background:url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/Recintos/Tercenaf.webp) no-repeat center center;
    background-size: contain;
}
#kinjuaback{
    background: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/Recintos/Kioskof.webp) no-repeat center center;
    background-size: contain;
}
#pinturaback{
    background: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/Recintos/Iglesias.webp) no-repeat center center;
    background-size: contain;
}
/*CARD*/

.card__text-sm {
  color: #fff;
  font-family: $primary-font;
  font-size: 10px;
  margin: 0;
  padding: 16px 0 8px;
  position: relative;
}
.card__text-sm::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 45%;
  position: absolute;
  top: 0;
}
.card__text-lg {
  color: #fff;
  font-family: $secondary-font;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  width: 100%;
  margin: 0;
}
#reverse{

    height: 400px;
    display: flex;
    margin-top: 100px;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
}

.card-lg__container {
    padding: 0 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 35%;

  .card__text-lg {
    font-family: $secondary-font;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1.4px;
  } 
  .card__text-md {
    color: #fff;
    font-family: $primary-font;
    font-size: 10px;
    font-weight: 100;
    line-height: 1.5;
    padding: 0 32px 0 0;
    opacity: 0.5;
  }
  .card__text-sm {
    font-size: 14px;
  }
  .card__text-sm::before {
    width: 45%;
    height: 2px;
  }
}
/*...small...*/
.card-sm__container {
    height: 232px;
    display: flex;
    align-self: flex-end;
    justify-content: center;
    padding: 0px 20px 0px 20px;
}
.card-sm {
    background: #ccc;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    width: 140px;
    height: calc(100% - 64px);
    margin: 0 25px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.3s ease;
  
  &:hover {
    margin: -8px 8px 0;
  }
  
  .card__text-sm { 
    opacity: 0.8;
  }
  
}
.twsect{
    width: 65%;
    height: 400px;
}
.txtB{
    height: 200px;
    padding: 10px 45px;
}

     /* Estilos del modal */
        .modal {
            display: none; /* Asegúrate de que esté oculto al cargar la página */
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            padding: 10px;
            display: flex;
            justify-content: center;
            margin-top: 130px;
            align-items: center;
        }

        /* Imagen dentro del modal */
        .modal-img {
            max-width: 70%;
            max-height: 70%;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
            object-fit: contain;
            margin-top: -110px;
        }
                

        /* Botón para cerrar */
        .close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 40px;
            color: white;
            cursor: pointer;
            font-weight: bold;
        }

        .close:hover {
            color: #bbb;
        }

        /* Botones de navegación */
        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 40px;
            color: white;
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            cursor: pointer;
            padding: 10px;
        }

        .prev {
            left: 20px;
        }

        .next {
            right: 20px;
        }

        /* Responsivo */
        @media (max-width: 600px) {


            .modal-content {
                max-width: 95%;
                max-height: 95%;
            }

            .close {
                font-size: 30px;
                top: 10px;
                right: 15px;
            }

            .nav-button {
                font-size: 30px;
            }
        }

/* mini imagenes */

.contenedor_i{
  height: 150px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/Recintos/cuerpo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    transform: scaleX(-1);
    width: 100%;
    margin-bottom: -125px;
        opacity: .8;
}
.contenedor_m{
    height: 200px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/Recintos/hojas.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    transform: scaleX(-1);
    width: 100%;
    margin-bottom: -165px;
}

.contenedor_mp{
    height: 235px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/Recintos/Nopal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    margin-bottom: -130px;
    transform: scaleX(-1);
    margin-left: -35px;
}


/* Logos */

.logosH{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
}

.cintaL{
    width: 100%;
    height: 30px;
    background-image: url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/cintaiconos.png);
    background-size: contain;
    background-position: center;
}
  .logosR{
    display:none;
}

/* Footer */
 .imgFl {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.imgFl img {
  width: 100%;
  height: auto;
  display: block;
}

/* Degradado superior */
.imgFl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22%;
    background: linear-gradient(to bottom, rgb(255 255 255), #00000000);
    pointer-events: none;
}



@media screen and (max-width: 695px) {
    .main {
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 90%), transparent 14%, #00000000 90%, rgb(255 255 255)), url(/vistas/img/Admin24-27/Turismo/Recintos/respon.png);
        height: 820px;
        display: flex;
        margin-top: 100px;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
       .logos{
    display:none;
    }
    .logosR{
        display:flex;
    }
.card-lg__container {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
    section.card-sm__container {
        margin: 0;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 50px;
        display: flex;
    }
    .card-sm {
    margin: 0px 20px 15px 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transition: 0.3s ease;
        height: 120px;
        width: 150px;
    }
.txtB {
    height: 260px;
    padding: 3px 20px;
}
    .twsect {
        width: 100%;
        height: 550px;
    }
.item__title {
    font-size: 20px;
}
.item__title::after {

    margin-left: 15px;
    
}
#reverse {

        height: 750px;
        display: flex;
        margin-top: 100px;
        width: 100%;
        align-items: center;
        flex-direction: column;
}

#santosback {
        margin: 0px;
        height: 225px;

}
#lagunaback {
        padding: 0 0 32px;
        margin: 0px;
        height: 200px;

}
#cuevaback {
        padding: 0 0 32px;
        margin: 0px;
        height: 200px;

}
#kinjuaback {
        padding: 0 0 32px;
        margin: 0px;
        height: 200px;

}
#pinturaback {
        padding: 0 0 32px;
        margin: 0px;
        height: 200px;

}
#leonback {
        padding: 0 0 32px;
        margin: 0px;
        height: 200px;

}
.contenedor_m {
    height: 120px;
    margin-bottom: -110px;
    margin-top: 25px;
}
    .contenedor_len {
    height: 160px;
    margin-bottom: -115px;
}
.imgFl {
        height: 105px;
        margin-bottom: -10px;
    }
        .bg-img {
        display: none;
    }
    .modal-img{
        margin-top:0px;
    }
    .modal{
        height: 90%;
    }
    
    .cabezal {
        background: linear-gradient(to bottom, rgb(255 255 255 / 90%), transparent 0%, #00000000 55%, rgb(255 255 255)), url(https://metztitlan.gob.mx/vistas/img/Admin24-27/Turismo/Recintos/RecintosRes.webp);
        height: 330px;
        background-size: 460px 340px;
        background-position-x: center;
    }
    .cabezal .overlay {
        padding: 25px;
        margin-top: 15px;
        text-align: left;
        padding-right: 150px;
    }
    .msb {
        font-size: 20px;
        letter-spacing: 6px;
        font-weight: bold;
    }
    .tlta {
    font-size: 25px;
    letter-spacing: 6px;
    }
    .tltac {
    font-size: 30px;
    }
    .txtt {
        text-align: justify;
        line-height: 1.2;
        font-size: 14px;
    }
    #tw {
    font-weight: bold;
    }
    .card__text-sm {
        font-size: 14px;
        margin-left: 15px;
    }
    .card-lg__container {
    .card__text-lg {
        font-size: 35px;
        font-weight: 400;
        letter-spacing: 1.4px;
        margin-left: 15px;
    }}
}