.iconos-vitrina{
    height: 35px;
}
.fotos-vitrina{
    width: 280px;
}
.alternativas-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 2rem;
}
.alternativas{
    display: flex;
    justify-content: space-between;
    width: 280px;
    min-height: 430px;
    border: 1px solid rgb(227, 227, 227);
    flex-direction: column;
}
.container-info-circulos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container h2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-circulos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 800px;
}
.alternativas-text{
    padding: 0 1rem;
    min-height: 220px;
    display: flex;
    flex-direction: column;
}
.alternativas a{
    margin: 0 0 1rem 1rem;
}
.feature {
    background-color: #FAFBFD;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 220px;
    height: 220px;
    text-align: center;
}

.feature img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.feature p {
    margin: 5px 0;
}


@media (max-width: 600px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
}





.gallery-container {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.gallery {
    display: flex;
    overflow: hidden;
    width: 600px; 
    gap: 2rem;
}
.gallery2 {
    display: flex;
    overflow: hidden;
    width: 600px; 
    gap: 2rem;
}



.btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    border-radius: 50%;
    overflow: hidden;
    background-color: white; /* Asegura que el fondo sea blanco */
}

.btn img {
    width: 100%;
    height: 70%;
    display: block;
}



.dots-container {
    margin-top: 20px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dotgalery {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}
.dotgalery.active {
    background-color: #717171;
}
.containerGallery{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.video-card{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1rem;
}
.video-card img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.video-card p{
    text-align: center;
}

.card-img{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1rem;
}
.card-img img{
    width: 320px;
    height: 200px;
}




.event-info {
    margin-top: 10px;
}

.event-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.event-info p {
    font-size: 16px;
    margin-bottom: 10px;
}

.event-info ul {
    list-style-type: disc;
    margin-left: 20px;
}

.event-info ul li {
    font-size: 16px;
}

.event-info button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.event-info button:hover {
    background-color: #0056b3;
}

.other-hotels .hotel {
    margin-bottom: 10px;
}

.hotel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-header span {
    font-size: 16px;
}

.toggle-btn {
    color: #0067b1;
    content: url(https://f.hubspotusercontent00.net/hubfs/7212050/iconos/+.svg);
    font-size: 2em;
    height: 1em;
    text-align: center;
    transition: all .35s;
    width: 1em;
    background-color: transparent;
    border: none;
}

.details {
    display: none;
}
.description-event{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem;
}

.description-event img{
    width: 25px;
    height: auto;
}
.border img{
    border-radius: 20px;
}
.border{
    border: none !important;
}
video{
    width: 500px;
}

@media (max-width: 860px) {
    .gallery-container {
        display: flex;
        align-items: center;
        gap: 0;
    }
    .left{
        margin-right: 10px;
        z-index: 999;
    }
    .right{
        margin-left: 10px;
        z-index: 999;
    }
    .video-card {
        width: 350px;
        height: auto;
    }
    .video-card iframe{
        width: 500px;
    height: 280px;
    }
    .video-card{
        width: 500px;
    }
}
@media (max-width: 750px) {
   
    .left{
        margin-right: -70px;
        z-index: 999;
        margin-top: 14rem;
    }
    .right{
        margin-left: -70px;
        z-index: 999;
        margin-top: 14rem;
    }
}
@media (max-width: 600px) {

    .video-card iframe{
        width: 300px;
    height: 280px;
    }
    .video-card{
        width: 300px;
    }
    .left{
        margin-right: -210px;
        z-index: 999;
    }
    .right{
        margin-left: -210px;
        z-index: 999;
    }
}
@media (max-width: 500px) {

    .video-card iframe{
        width: 300px;
    height: 280px;
    }
    .video-card{
        width: 300px;
    }
    .left{
        margin-right: -240px;
        z-index: 999;
    }
    .right{
        margin-left: -240px;
        z-index: 999;
    }
}
@media (max-width: 450px) {
    .left{
        margin-right: -280px;
        z-index: 999;
    }
    .right{
        margin-left: -280px;
        z-index: 999;
    }
}
