@font-face {
    font-family: 'monotype';
    src: url('../font/Monotype-Corsiva-Regular.ttf') format('truetype');

}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    color: #fff;
    font-size: 12px;
}


h2{
    margin-top:40px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;    
} 



.imagenPrincipal{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: left bottom;
}

@media(max-width:768px) {
    .imagenPrincipal {    
        height: 250px;  
        object-position: center bottom;
    }
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}


.section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__content {
    margin:0;
    max-width: 500px;
    width: 70%;
    

}


.section__content ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;


}


.section__content ul li {
    width: 100%;
    padding: 20px 0;   
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
}

.section__content ul li:first-child{
    border-top: 1px solid rgba(255,255,255,.2);
}

.section__content ul li img{
    width:90%;
    max-width: 400px;
}

.section__content ul li p {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
}




.section__image {
    position: relative;
    z-index: -1;
    margin-top: -40px;
}

.section__image img {
    width: 100%;
}

.section__image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, transparent 60%, #000);
    z-index: 999;
}

.section__footer img {
    width: 100%;
}



.gallery {
    max-width: 900px;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 2fr));
    grid-template-rows: masonry;
    gap: 16px;
    margin-top:-120px;

}

.gallery a {
    display: block;
}




.gallery a img {
    width: 100%;
    height: auto;
}


.social{ 
    margin-top:40px;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
    
}



.social-share a {
    font-size: 24px;
    margin-right: 10px;
    color: rgba(255,255,255,.5);
    text-decoration:none;
}
.social-share a:hover {
    color: #fff;
}
.social-share a i:after{
    color:transparent !important;
}

.qr{
    margin:30px 0 60px ;
    width: 100%;
    display:flex;
    flex-direction: column;
    align-items:center;
    gap:20px;
}
.qr h5{
    color:#fff;
}
.qr img{
    width: 200px;
}

.seccionComentarios{
    margin:60px 0;
    
}
.teGustoExperiencia{
    display:block;
    text-align: center; 
    font-size: 1rem; 
}

.dejanosComentario{
    display:block;
    margin-top:10px;
    text-align: center;
    font-size: 2rem;
}


.commentSection{
    display:flex;
    justify-content: center;
    margin:30px 0 60px;
    height:400px;
    overflow:hidden;
    
}
.commentSection__content{
    max-width: 900px;
    width: 80%;
    position: relative;
    overflow-x: hidden;
    overflow-y:auto;
    height:400px;
   
}
.es-widget-container{
    background-color: #fff;
    position: relative;
}
.es-widget-container:after{
    content:"fdsf";
    background-color: #fff;
    width:70%;
    height:50px;
    position: absolute;
    z-index:99999;
    left:15%;
    bottom:0;
}

/*
    
.font_custom {
    color: #fff;
    font-size: 3em;
}

.font_custom2 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 8em;
    margin-top: 10px;
}

.font_custom3 {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    margin-top: 30px;
}
@media(max-width:768px) {
    .font_custom {
        font-size: 2em;
    }

    .font_custom2 {
        font-size: 3em;
    }

    .font_custom3 {
        font-size: 1.5em;
    }
}
*/