@import url("https://fonts.googleapis.com/css?family=Fira+Sans");

.caja-contenido-banner{
    max-height: 70vh;
}

.carousel-inner img{
    max-height: 750px;
}
.carousel-inner h5{
    color: white;
}
.carousel-inner p{
    color: white;
}
.navbar-brand img{
    max-height:3rem;
    width: auto;
}
.imgterror {
    background-image: url('/img/bgimgterror.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    background-position: center;
    border-bottom-left-radius: 155px;
    transition: background-image 2s;
}

.imgterror:hover {
    background-image: url('/img/Group 475.png');
    background-position: center;
    transition: background-image 2s;
}
.imgterror img {
    transition: transform 0.5s;
}

.imgterror img:hover {
    transform: scale(1.2) translate(8.0%, -8.0%);
}
.fade-in-animation {
    opacity: 0;
    animation: fade-in 1s ease-in forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


 

  .nav-item {
    margin: 0 10px; /* Espaciado entre los enlaces */
  }

  
