html{
	margin: 0;
	width:100%;
	height: 100%;
}

body{
	background-color:#fafafa;
	background-image: url("../img/fdo.jpg");
	 background-position: left bottom !important; /* Esquina inferior izquierda */
    background-size: auto 100%; /* Ajusta la altura al 100% y mantiene el ancho automático */
    background-repeat: no-repeat; /* Evita repeticiones */
}
.fdonegro{
	background-color: #7B4A9E;
	cursor: pointer;
}

 .custom-div {
            width: 100%;
            max-width: 80vw; /* Para limitar su ancho */
            height: auto; /* 80% del alto de la pantalla */
            background: rgba(255, 255, 255, 0.75); /* Blanco con 75% de transparencia */
            border-radius: 15px; /* Bordes redondeados */
        }

.desc{
    text-align: justify !important;
    font-size: 14px;
}