* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', serif;
}
body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 250px;
}

.imgGrande {
    display: block;
}
.imgMob {
    display: none;
}

#banner {
    position: relative;
    height: auto;
    /*background-image: url(../images/bg1.png);
    background-position: top center;
    background-size: cover;*/
    background-color: #000;
}
#banner video {
    width: 100%;
    height: auto;
}
#banner-title {
    width: 100%;
    height: auto;
    position: absolute;
    top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 64;
}
#banner-title img {
    width: 540px;
}
/* FIN Banner*/

/* Menu - botones */
#menu-botonera {
    position: relative;
    width: 100%;
    height: 1200px;
    background-color: rgb(4, 6, 5);
    background-image: url(../images/lapidasraices.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#menu-botonera-area {
    position: absolute;
    top: 30%;
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 40px;    
    padding-left: 20%;
    padding-right: 20%;
}
.btnMenu-item {
    width: 25%;
    height: 400px;
}
.botonera-tumbaItem {
    width: 100%;
    height: 100%;
}
/*#sep-raices {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #040605;
    ;
}
    #sep-raices img {
        width: 100%
    }*/

#sec-recorridos {
    height: 2431px;
    background-image: url(../images/bg-viejo.jpg);
    background-position: center;
    background-size: cover;
}
#recorrido-tit {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-top: 60px;
    padding-left: 85px;
}
#recorrido-tit img {
    width: 800px;
}

#fecha1-mob, #fecha2-mob {
    display: none;
}

#recorrido-fecha1 {
    position: absolute;
    top: 509px;
    left: 250px;
}
#recorrido-fecha2 {
    position: absolute;
    top: 500px;
    right: 250px;
}
#recorrido-fecha1 img, #recorrido-fecha2 img {
    width: 400px;
}
#recorrido-pie {
    /*width: 100%;*/
    position: absolute;
    bottom: 800px;
    right: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#recorrido-pie img {
    width: 820px;
}

#recorrido-boletos {
    position: absolute;
    bottom: 1200px;
    left: 200px;
    width: 440px;
    height: 220px;
    background-size: 100% 100%;
    background-image: url(../images/boleto_linea.png);
    cursor: unset;
}
    #recorrido-boletos:hover {
        background-image: url(../images/boleto_linea1.png);
    }
#recorrido-boletos-negativeSpace {
    width: 100%;
    height: 100%
}
/* FIN Recorridos */

#sec-media {
    height: 1333px;
    background-image: url(../images/bg3.png);
    background-position: center top;
    background-size: cover;
}
#media-tit {
    position: absolute;
    left: 250px;
    top: 100px;
}

#audioPlaylist {
    position: absolute;
    bottom: 420px;
    left: 410px;
}
.audio-title {
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 25px;
    
}
.audio-title:hover h3 {
    color: #ff0000;
}
.audio-title h2 {
    font-size: 20pt;
    color: #ff0000;
}
.audio-title h3 {
    font-size: 22pt;
    color: #f0f0f0;
}
.audio-controls {
    display: none;
    transition: opacity 1s ease-out;
}
.audio-active {
    display: block;
}

#sec-videos {
    height: 1100px;
    background-image: url(../images/bg4.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#bg-filme {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg_film.png);
        background-size: 100% 100%;
        background-repeat: repeat-y;
        z-index: 12;
    }
#videos-yt {
    position: absolute;
    width: 100%;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 180px;
    z-index: 13;
}
#yt-tit {
    position: absolute;
    top: 70px;
    left: 320px;
    z-index: 14;
}

#videos-yt iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    z-index: 15;
}
/* FIN MEDIA */

/* INICIO Recorridos en video */
#sec-videorecorrido {
    position: relative;
    height: 1000px;
    overflow: hidden;
}

#sec-videorecorrido video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    background-color: #000;
}
#videorecorrido-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/degradado_bg.png);
    background-position: center bottom;
    background-size: 100% 100%;
    z-index: 9;
}
#videorecorrido-aside {
    position: absolute;
    width: 42%;
    height: 100%;
    top: 40px;
    left: 0;
    /*background-color:rgba(0,0,0,0.97);*/
    z-index: 10;
}

#videorecorrido-cont {
    width: 42%;
    position: absolute;
    z-index: 10;
    right: 400px;
    top: 63px;
}

#tit_recorrido {
    margin-left: 12px;
    width: 70%;
}

#div-recorridoBtns {
    width: 80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap:  16px;
    margin-left: 50px;
}

.recorrido-btn {
    width: 150px;
    height: 220px;
    background-position: center;
    background-size: 100% 100%;
    cursor: pointer;
}

#btn-chavita {
    background-image: url(../images/videotumbas/chavita.png);
}
#btn-EnriqueEscobedo {
    background-image: url(../images/videotumbas/EnriqueEscobedo.png);
}
#btn-catafalcoAmarillo {
    background-image: url(../images/videotumbas/catafalcoamarillo.png);
}
#btn-coronelJuanSilva {
    background-image: url(../images/videotumbas/coronelJuanSilva.png);
}
#btn-mausoleoAngel {
    background-image: url(../images/videotumbas/mausoleoAngel.png);
}

#btn-chavita:hover {
    background-image: url(../images/videotumbas/chavita_ov.png);
}
#btn-EnriqueEscobedo:hover {
    background-image: url(../images/videotumbas/EnriqueEscobedo_ov.png);
}
#btn-catafalcoAmarillo:hover {
    background-image: url(../images/videotumbas/catafalcoamarillo_ov.png);
}
#btn-coronelJuanSilva:hover {
    background-image: url(../images/videotumbas/coronelJuanSilva_ov.png);
}
#btn-mausoleoAngel:hover {
    background-image: url(../images/videotumbas/mausoleoAngel_ov.png);
}

#div-carousel {
    position: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
#div-carousel > div {
    position: relative;
    padding-bottom: 50px;
}
.carousel-container {
    position: relative;
    width: 720px; /* Ancho del contenedor para 3 imágenes */
    margin: 0 auto;
    overflow: hidden;
    z-index: 80;
    margin-top: 0px;
    padding-bottom: 0px;
}

.carousel {
    height: 360px;
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 1600px; /* 12 imágenes de 100px cada una + 10px de margen entre ellas */
}
.carousel img {
    width: 220px;
    height: 220px;
    margin: 0 0px;
    cursor: pointer;
    transition: 1.1s;
    border-radius: 50%;
    behavior: url(PIE.htc);
}
.carousel img:hover {
    width: 220px;
    height: 220px;
    transition: 1.2s;
}
#carousel-btns {
    position: absolute;
    bottom: 0px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-button {
    /*background-color: rgba(0, 0, 0, 0.5);
    color: white;*/
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}
#prevButton, #prevButton-mob {
    left: 0px;
    background-image: url(../images/arrow-white-2.png);
    
}
#prevButton:hover, #prevButton-mob:hover {
    left: 0px;
    background-image: url(../images/arrow-red-2.png);
    
}
#nextButton, #nextButton-mob {
    right: 0px;
    background-image: url(../images/arrow-white.png);
}
#nextButton:hover, #nextButton-mob:hover {
    right: 0px;
    background-image: url(../images/arrow-red.png);
}

/*#videorecorrido-cont {
    position: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    gap: 38px;
}*/
.text-video {
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 2px black;
    text-align: left;
}
.text-video h2 {
    font-size: 26pt;
    color: #ff0000;
    font-weight: 300;
}
.text-video p {
    font-size: 18pt;
    margin-top: 28px;
}
.text-video > div {
    padding-left: 70px;
    padding-right: 70px;
}
.text-video {
    display: none;
}
#texto-1 {
    display: flex;
}

#carousel-btns-mob {
    display: none;
}
/* FIN Recorridos en video */

/* INICIO pie de página */
#sec-pie {
    background-color: #000;
}
#sec-pie img {
 width: 100%;
 height: auto;
}
#pie-creditos {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
}
#pie-creditos div h6 {
    color: #fff;
    font-size: 14pt;
    font-weight: 400;
    text-align: center;
}

#pie-creditos div h6 a {
    color: #fff;
}
#pie-creditos div h6 a:hover {
    color: #ff0000;
}

#imgpie-mob {
    display: none;
}
.hidden-audio {
    display: none;
}

@media only screen and (min-width: 3000px) {
    #banner {
        height: 3500px;
    }
    #banner video {
        height: auto;
    }
    #banner-title {
        top: 120px;
    }
    #banner-title img {
        width: 800px;
    }
}

@media screen and (min-width: 900px) and (orientation: portrait) { 
    #menu-botonera {
        height: 600px;
    }

    #menu-botonera-area {
        top: 130px;
    }
    .btnMenu-item {
        height: 200px;
    }
}

@media only screen and (max-width: 1580px) {
    #banner-title img {
        width: 380px;
    }
    #recorrido-tit img {
        width: 750px;
    }
    #recorrido-fecha1 {
        left: 180px;
    }
    #recorrido-fecha2 {
        right: 160px;
    }
    #recorrido-fecha1 img, #recorrido-fecha2 img {
        width: 350px;
    }
    #recorrido-pie {
        bottom: 850px;
    }
    #recorrido-pie img {
        width: 700px;
    }
    .audio-title h3 {
        font-size: 18pt;
    }
}

@media only screen and (max-width: 1400px) {
    #banner-title {
        top: 10px;
    }
    #banner-title img {
        width: 300px;
    }
    #menu-botonera {
        height: 700px;
    }
    #menu-botonera-area {
        padding-left: 25%;
        padding-right: 25%;
    }
    .btnMenu-item {
        height: 200px;
    }
    #recorrido-fecha1 {
        left: 120px;
    }
    #recorrido-fecha2 {
        right: 160px;
    }
    #recorrido-boletos {
        bottom: 1300px;
        left: 100px;
        width: 400px;
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    #menu-botonera-area {
        padding-left: 20%;
        padding-right: 20%;
    }
    #recorrido-tit img {
        width: 700px;
    }
    #recorrido-fecha1 img, #recorrido-fecha2 img {
        width: 250px;
    }
    #recorrido-fecha1 {
        left: 90px;
    }
    #recorrido-fecha2 {
        right: 90px;
    }
    #recorrido-boletos {
        bottom: 1400px;
        left: 50px;
        width: 350px;
        height: 175px;
    }
    #recorrido-pie {
        right: 0;
        bottom: 960px;
    }
    #recorrido-pie img {
        width: 650px;
    }
    #media-tit {
        left: 0;
    }
    #audioPlaylist {
        bottom: 460px;
        left: 200px;
    }
    #yt-tit {
        top: 0;
        left: 20px;
    }
    #videorecorrido-cont {
        width: 45%;
        right: 200px;
    }
    .text-video p {
        font-size: 16pt;
    }
}

@media only screen and (max-width: 1000px) {
    #menu-botonera {
        height: 600px;
    }
    #menu-botonera-area {
        top: 32%;
    }
    .btnMenu-item {
        height: 150px;
    }
    #recorrido-fecha1 img, #recorrido-fecha2 img {
        width: 200px;
    }
    #recorrido-fecha1 {
        left: 60px;
    }
    #recorrido-fecha2 {
        right: 60px;
    }
    #recorrido-boletos {
        left: 20px;
    }
    #media-tit {
        top: 150px;
    }
        #media-tit img {
            width: 90%;
        }
    .text-video h2 {
        font-size: 20pt;
    }
    #videorecorrido-cont {
        width: 50%;
        top: 50px;
        right: 125px;
    }
}

@media only screen and (max-width: 900px) screen and (min-height: 2000px) {
    #banner {
        height: 850px;
    }
    #banner-title img {
        width: 300px;
    }
    #pie-creditos {
        border: 1px solid red;
    }
}

@media only screen and (max-width: 900px) {
    body {
            overflow-x: hidden !important;
    }
    section {
        min-height: 50px;
    }
    .imgGrande {
        display: none;
    }
    .imgMob {
        display: block;
    }
    #menu-botonera {
        display: none;
    }
    /*#menu-botonera-area div {
        width: 25%;
    }
    #menu-botonera-area div img {
        width: 90%;
    }*/
    #banner {
        height: 520px;
    }
    #banner video {
        width: 100%;
        height: auto;
    }
    #banner-title {
        top: 0px;
    }
    #banner-title img {
        width: 130px;
    }
    /* FIN Banner*/   

    #sec-recorridos {
        height: 1320px;
        background-image: url(../images/bg-viejo.jpg);
        background-position: center;
        background-size: cover;
    }
    #recorrido-tit img {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }

    #fecha1, #fecha2 {
        display: none;
    }
    #fecha1-mob, #fecha2-mob {
        display: block;
    }

    #recorrido-fecha1 {
        top: 550px;
        left: 130px;
    }
    #recorrido-fecha2 {
        bottom: unset;
        right: unset;
        top: 730px;
        left: 12px;
    }
    #recorrido-fecha1 img, #recorrido-fecha2 img {
        width: 220px;
    }
    #recorrido-pie {
        width: 100%;
        bottom: 20px;
        right: unset;
    }
    #recorrido-pie img {
        width: 100%;
    }
    #recorrido-boletos {
        bottom: 360px;
        left: unset;
        right: 20px;
        width: 160px;
        height: 80px;
    }
    #sec-media {
        height: 600px;
        background-image: url(../images/bg3-mob.jpg);
        background-position: center top;
        background-size: cover;
    }
    #media-tit {
        left: 25px;
        top: 30px;
    }
    #media-tit img {
        width: 240px;
        position: absolute;
        top: 150px;
    }

    #audioPlaylist {
        bottom: 40px;
        left: 40px;
    }
    .audio-title {
        gap: 10px;
        
    }
    .audio-title h2 {
        font-size: 12pt;
    }
    .audio-title h3 {
        font-size: 12pt;
    }

    #sec-videos {
        height: 600px;
        background-attachment: unset;
    }

    #videos-yt {
        position: absolute;
        width: 100%;
        height: 510px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50px;
        
    }
    #yt-tit {
        position: absolute;
        top: 0px;
        left: 20px;
    }
    #yt-tit img {
        width: 300px;
    }

    /* FIN MEDIA */

    /* INICIO Recorridos en video */
    #sec-videorecorrido {
        height: 100vh;
    }

    #sec-videorecorrido video {
        object-fit: initial;
    }

    #videorecorrido-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(../images/degradado_bg_mob.png);
        background-position: center bottom;
        background-size: 100% 100%;
        z-index: 9;
    }
    
    #videorecorrido-aside {
        width: 100%;
        height: 480px;
        bottom: 0;
        top: unset;
        left: 0;
        padding-top: 0px;
    }

    .recorrido-btn {
        width: 85px;
        height: 130px;
    }
    #tit_recorrido {
        margin-top: 120px;
    }

    #div-carousel {
        display: none;
    }

    .text-video h2 {
        font-size: 16pt;
    }
    .text-video p {
        font-size: 12pt;
        margin-top: 12px;
    }
    .text-video > div {
        padding-left: 12px;
        padding-right: 12px;
    }
    .text-video {
        display: none;
    }
    #texto-1 {
        display: flex;
    }
    .carousel-button {
        padding: 16px;
        width: 35px;
        height: 35px;
    }
    #carousel-btns-mob {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 8px;
        z-index: 15;
    }
    /* FIN Recorridos en video */

    #pie-creditos div h6 {
        font-size: 7pt;        
    }
    #imgpie {
        display: none;
    }
    #imgpie-mob {
        display: block;
    }
}

/* Propiedades solo para iphone*/

@supports (-webkit-touch-callout: none) {
    .hidden-audio {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }
}
