	.carousel-item {
    height: 100vh; 
}

.carousel-item img {
    object-fit: cover; 
    height: 100%;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
  .navbar-logo {
    width: 500px; 
    height: auto; 
  }
      .navbar-logo {
        max-width: 100%; 
        height: auto; 
    }

    .navbar {
        padding: 0.5rem 1rem; 
    }
    .justificado {
        text-align: justify;
    }
	

    .custom-button {
        width: 100%;
        max-width: 198px; 
        height: 50px;
        border: 2px solid red; 
        margin: 5px; 
    }

    .button-container {
        display: flex;
        justify-content: center; 
        flex-wrap: wrap; 
    }

contact-info {
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin-bottom: 15px;
        }

        .contact-icon {
            font-size: 2rem;
            color: #007bff;
            margin-right: 15px;
        }

        .contact-title {
            font-weight: bold;
        }

        .contact-details {
            margin: 0;
        }
		


