body {

}

.fondo{
/*background: url('../img/movil.jpg') no-repeat fixed center;
background: #880000;   fallback for old browsers */
min-height: 680px;
position: relative;
text-align: center;
background-size: cover;
display: flex;
background: -webkit-linear-gradient(to left, hsla(141, 25%, 41%, 0.548), hsla(213, 63%, 23%, 0.5), hsla(0, 100%, 27%, 0.5)), url('../img/movil.jpg') no-repeat;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, hsla(141, 25%, 41%, 0.5), hsla(213, 63%, 23%, 0.5), hsla(0, 100%, 27%, 0.5)),url('../img/movil.jpg') no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);*/
  
background-image: fixed;
background-image: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: rgb(252, 253, 253);
width: 100%;
}
.header-bottom{
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.logo{
	max-width: 180px;
}
.active{
	color: #343c5c;
}
.title{
    color: #31384d;
    font-family: "Open Sans", Sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.6em;
}
#mi-elemento {
  cursor: help;
}
video{
    width: 100%;
    border: 3px solid #3e8ee3;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  width: 100%;
  height: auto;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}
