
/*--------------------------------------------------------------
# Whatsapp button
--------------------------------------------------------------*/
.logo img {
  height: 30px; 
  filter:invert(0.8);
}


/*--------------------------------------------------------------
# Whatsapp button
--------------------------------------------------------------*/
.whatsapp {
 position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /*box-shadow: 2px 2px 3px rgb(153, 153, 153,0.5) ;*/
  z-index: 100;
  }
  
  .whatsapp i {
    font-size: 24px;
    /*color: var(--contrast-color);*/
    line-height: 0;
  }
  
  .whatsapp:hover {
    /*background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);*/
    text-decoration: none;
    color: #25d366;
    background-color:#fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }

/* LOGO cambio de color */

.mylogo {
  height: 35px;
  fill:var(--nav-color)
}
.mylogo:hover{
  fill: var(--accent-color);
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 30%;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .carousel-caption {
    bottom: 40%;
    z-index: 10;
  }
}

/* Contact Form Alert*/
form .mensaje-success {
  display:none;
}
form .mensaje-danger {
  display:none;
}

