.floating {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:58px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.floating:hover {
    background-color:#16ad4d;
}

.btn-social {
	background-color: #A3CDDD;
}

.btn-social:hover {
	background-color: #47839A;
}

.text-social {
	color: #000;
}

.text-social:hover {
	color: #EF694E;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    overflow-y: auto;
}

.modal-content {
    background: #fff;
    margin: 60px auto;
    padding: 30px;
    border-radius: 12px;
    max-width: 700px;
    width: 90%;
    position: relative;
    animation: fadeIn 0.3s ease;
}

.modal-logo {
    display: block;
    margin: 0 auto 15px;
    max-width: 140px;
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
}

.date {
    font-size: 13px;
    color: #777;
    text-align: center;
    margin-bottom: 20px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}


/* desktop */

@media (max-width: 768px) {
  .socialancho {
  	height: 100%;
  }
}

/* Mobile */

@media (max-width: 768px) {

	.bg-video video {
    display: none;
    }

  	.floating {
	right:30px;
	}

	.socialancho {
  	height: auto;
  	}
}