
body {
    
    background-image: url('bgamar.jpg'); /* Tu imagen de fondo */
    background-repeat: no-repeat; /* Evita que se repita */
    background-size: cover; /* Cubre todo el espacio sin distorsionar */
	background-attachment: fixed;
	object-fit: cover;
}	
		
.card-img {
    border-radius: 20px;
    height: 180px;
    object-fit: cover;
    
}

.card-img:hover {
  transform: scale(2);
 }
 .hero-title {
    font-size: 2rem;
    font-weight: 700;
}

.hero-sub {
    max-width: 600px;
    margin: auto;
    color: #555;
}
.letra{
      font-family:sans-serif;
      font-size: 20px;
      font-style: italic;
      color: #bc955c;
    }
     p {
            text-align: justify; /* Justifica el texto */
            font-family:sans-serif;
      font-size: 20px;
        }