body {
	font-family: 'Open Sans', sans-serif;
  background-color: #ccc;
}

p {
    padding: 0;
}

.footer {
    background-color: #313940;
    color: #fff;
    text-align: center;
    padding: 25px 0 15px 0;
}

.showcase .showcase-img {
  min-height: 15rem;
  background-size: cover;
}

.showcase .showcase-text {
  padding: 2rem;
}

.showcase-contacto {
}

.navbar-nav > li{
  padding-left:20px;
  padding-right:20px;
}

.contenedor-imagen {
	max-height: 250px;
	overflow: hidden;
}

/* Ventana Modal */
.modal-dialog {
	max-width: 900px;
}

.whatsapp {
  position: fixed;
  width:60px;
  height:60px;
  bottom:90px;
  right:20px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  padding-top: .1rem;
  margin-right: 1rem;
}

/* MEDIAQUERIES */
/* Dispositivo sm */
@media screen and (max-width: 576px){

  
}

/* Dispositivo md */
@media screen and (min-width: 768px){

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}


}

/* Dispositivo lg */
@media screen and (max-width: 992px){



    
}

/* Dispositivo xl */
@media screen and (min-width: 1200px){

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
    
}

/* Dispositivo xxl */
@media screen and (max-width: 1400px){


    
}