.masth {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.direccion {
    color: #b4b3b3 !important;
}

.clients {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.client-v {
    width: 100px;
}

.client-h {
    width: 180px;
}

.page-section h3.section-subheading {
    line-height: 1.7rem;
}

/* Estilos del boton whatsapp */
.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: 0px 0px 7px #999;
    z-index:100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}
.subt{
    font-size: 22px;
}