.pdf-viewer-container {
	height: 600px;
    margin-bottom: 5px;
}

.custom-iframe {
    width: 100%;
    height: 600px; /* Altura predeterminada */
}

.btnst {
	margin: 5px;
}

/* Estilos específicos para dispositivos móviles */
@media (max-width: 768px) {

	.pdf-viewer-container {
		height: 270px;
	}

    .custom-iframe {
        height: 250px; /* Altura para dispositivos móviles */
    }
}

.share-btn {
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin: 5px;
}
.wa { background-color: #25d366; }
.fb { background-color: #3b5998; }
.li-add { background-color: #0077b5; font-weight: bold; }