a {
    text-decoration: none; /* Quita el subrayado predeterminado */
    color: inherit; /* Hereda el color del texto del elemento padre (puede ser modificado según tu diseño) */
}

a:hover {
    text-decoration: underline; /* Añade subrayado al pasar el ratón (puedes ajustar según tus preferencias) */
}




/*------------------VIDEO -----------------------------------------*/
.video-container {
    position: relative;
    max-width: 100%; /* Ajusta según el ancho máximo deseado (en porcentaje del ancho de la pantalla) */
    margin: auto;
    height: 0;
    padding-bottom: 43.33%; /* Nuevo valor para mantener el aspect ratio (800/2400) */
    overflow: hidden;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1300px) {
    .video-container {
        max-width: 58%; /* Cambia el ancho máximo cuando la resolución es mayor a 900px */
        padding-bottom: 22.33%; /* Nuevo valor para mantener el aspect ratio (800/2400) */
    }
}
/*------------------VIDEO -----------------------------------------*/






/*------------------ TITULO-----------------------------------------*/ 
.contenedor_titulo {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    font-size: 5em; /* Tamaño inicial del texto */
    text-align: center; /* Centro el texto horizontalmente */
    font-family: 'Cormorant', serif;
    color: #4C4C4C;
}

/* Consulta de medios para ajustar el tamaño del texto en pantallas más pequeñas */
@media (max-width: 600px) {
    .contenedor_titulo {
        font-size: 3em; /* Cambiar el tamaño del texto para pantallas más pequeñas */
    }
}
/*------------------ TITULO-----------------------------------------*/





/*------------------ CONTENEDOR INVITACION PAQUETES-----------------------------------------*/ 
.contenedor-responsive {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; /* Centra el contenedor en la página */
    display: flex;
   /* margin-top: 10px;*/
    color: #666;
   
}

.titulo {
    font-size: 2em; /* Tamaño del título */
    margin-bottom: 10px; /* Espaciado inferior para separar del texto de descripción */
    text-align: center;
    color: #2e2e2e;
    line-height: 1; /* Ajusta el valor según tus preferencias, por ejemplo, 0.8, 0.9, 1, etc. */
}

.descripcion {
    font-size: 1.1em; /* Tamaño del texto de descripción */
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #2e2e2e;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 15px;   
    
}


.boton {
    padding: 6px 12px;
    font-size: 0.9em;
    border: 2px solid #7f8c8d; /* Borde gris */
    border-radius: 5px;
    background-color: transparent; /* Sin fondo */
    color: #383838; /* Color del texto igual al color del borde */
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease, border-color 0.3s ease; /* Efecto de transición */
    max-width: 70%;
    margin: 0 auto; /* Centra el botón horizontalmente */
}


@media screen and (max-width: 768px) {
    /* Estilos específicos para pantallas más pequeñas (ej. tablets y teléfonos) */
    .titulo {
        font-size: 1em;
        /*font-weight: bold;*/
    }

    .descripcion {
        font-size: 0.9em;
    }
}


@media screen and (max-width: 441px) {
    /* Estilos específicos para pantallas más pequeñas (ej. tablets y teléfonos) */
    .titulo {
        font-size: 1em;
       /* font-weight: bold;*/
    }

    .descripcion {
        font-size: 0.6em;
    }
}


.imagen-lado-izquierdo {
    
    width: 40%;
   /* height: auto; /* La altura se ajustará automáticamente */
    max-height: 500px;
}

.texto-lado-derecho {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;    
    background-image: url('texturapapel.jpg');
    background-size:cover;

}


/*-------------------fin imagen del lado izquierdo------------------------*/







/*------------------ TITULO- SE SERVICIOS----------------------------------------*/ 
.contenedor_texto_servicios {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.8em; /* Tamaño inicial del texto */
    text-align: center; /* Centro el texto horizontalmente */
    font-family: 'Cormorant', serif;
    color: #4C4C4C;
    margin-top: 25PX;
    margin-bottom: 10px;
}

/* Consulta de medios para ajustar el tamaño del texto en pantallas más pequeñas */
@media (max-width: 600px) {
    .contenedor_texto_servicios {
        font-size: 1.5em; /* Cambiar el tamaño del texto para pantallas más pequeñas */
    }
}
/*------------------ TITULO-DE SERVICIOS----------------------------------------*/







.contenedor-galeria {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foto-enlace {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none; /* Quita el subrayado predeterminado */
    color: inherit; /* Hereda el color del texto del elemento padre */
    margin-left: 5px;
    margin-right: 5px;
}

.foto-enlace:hover {
    text-decoration: none; /* Quita el subrayado al pasar el ratón */
}

.foto {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.foto img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}




.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(57, 46, 83, 50), rgba(128, 128, 128, 0)); /* Degradado de gris a transparente */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.texto-overlay {
    color: rgb(255, 255, 255);
   /* font-weight: bold;*/
    margin: 0;
    padding: 20px;
    text-align: center;
    font-size: 1.8em;
    font-family: 'Cormorant', serif;
}





.texto-centrado {
    text-align: center;
    margin: -2px 0 0;
    font-size: 1.9em;
    font-family: 'Abhaya Libre', serif;
    color: #535353;
    text-decoration: none;
}

@media screen and (max-width: 700px) {
    .foto-enlace  {
        width: 100%; /* Una columna cuando la pantalla es aún más pequeña */
    }
}

