﻿
.contenedorImagenInicio .imagenFondo {
  height: 600px !important;
  width: 100% !important; 
}

.carousel-inner {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}

/*RESPONSIVE*/
@media screen and (max-width: 800px) {
  .contenedor-boton a {
    width: 100%;
  }

  .contenedorImagenInicio .carousel .item img {
    height: 300px !important;
  }
}
/*FIN RESPONSIVE*/
