.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

figure{
max-height: 450px;
overflow: hidden;
cursor: pointer;
border-radius: 5px;
box-shadow: 1px 5px 25px rgba(0,0,0,0.5);

}
figure img{
width: 100%;
  height: 100%;
transition:1.0s;
will-change: transform;
}
figure img:hover{
transform: scale(1.1);
filter: brightness(80%);
}
.img-fluid{
  height: auto;
}
.btn-whats{
  z-index: 10;
    position: fixed;
    float: right;
  bottom: 15px;;
  right: 15px;
}
p, h4{
  text-align: justify;
  font-size: 20px;;
}
#contacto p{
  text-align: center;
}
a{
  color: black;
}
footer{
  background-color: black;
  color: white;
  text-align: center;
  min-height: 100px;
}
footer p{
  font-size: 20px;
  padding-top: 35px;
  text-align: center;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

#custCarousel .carousel-indicators {
position: static;
margin-top:20px;
}

#custCarousel .carousel-indicators > li {
width:100px;
}

#custCarousel .carousel-indicators li img {
display: block;
opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
opacity: 0.75;
}

.carousel-item img{

width:80%;
}

.responsiva{
  max-width: 60%;
  max-height: 500px !important;
 }
 @media(max-width:770px){
   .cel-centrado{
     margin-left: 25%;
   }
   .responsiva{
     max-width: 60%;
     max-height: 300px !important;
    }
 }
 