@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Medium.eot'); /* IE9 Compat Modes */
  src: local('lato'),
       url('../fonts/Lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Lato/Lato-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Lato/Lato-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Lato/Lato-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato/Lato-Medium.svg#Poppins') format('svg'); /* Legacy iOS */
}
#loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 100000;
    left: 0;
    overflow: hidden;
}
#subloading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: #fff;
}
.btn-facebook {
	color: #fff;
	background-color: #4C67A1;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #405D9B;
}
.btn-facebook:focus {
	color: #fff;
}
.buttons-contactos {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
}
.button-messenger img, .button-whatsapp img {
    width: 50px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.button-messenger {
    width: 50px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.button-whatsapp {
    margin-bottom: 15px;
        
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.button-messenger:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

.button-whatsapp:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

@media (max-width: 991px) {
	.buttons-contactos {
		bottom: 70px;
	    right: 10px;
	}
	
	.button-messenger img, .button-whatsapp img {
		width: 30px;
	}
}