footer {
    position: relative;
    display: block;
	width: 100%;
	height: 55px;
    text-align: center;
	/*font-family: "rubik";*/
	font-family: Roboto,sans-serif;
    font-size: 10px;
    font-weight: 500;    
    text-transform: uppercase;
	overflow:hidden !important;
}
footer > .footer-section {
	padding:0 20px;
	opacity:0;
}
footer > .footer-section.show {
	opacity:1;
}
footer > .footer-section,
footer > .footer-section.show {
	transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	-moz-transition:opacity 1s ease;
	-ms-transition:opacity 1s ease;
	-o-transition:opacity 1s ease;
}

footer > #footer-desktop-section {
	display:block !important;
	height:55px;
	line-height: 55px;
    /*border-top: 1px solid rgba(0,0,0,0.1);*/
	letter-spacing: 1px;
}
footer > #footer-mobile-section {
	display:none !important;
	height:50px;
	line-height: 16px;
	letter-spacing: 0.5px;
}

#alert-contact {
	position: fixed;
	width: 300px;
	/* left: auto;
	right: 0; */
	right: 20px;
	bottom: -100px;
	/* background: linear-gradient(to top,rgba(255,255,255,0.2),rgba(255,255,255,0)); */	
	opacity: 0;	
	z-index: 100;
}
#alert-contact.on {
	bottom: 20px;
	opacity: 1;
}
#alert-contact,
#alert-contact.on {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#alert-contact > .inside {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #00ba00;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	line-height: 20px;
	height: 60px;
	margin: 0;
	top: 0;
}
#alert-contact > .inside:hover {
	background-color: #38c800;
	top: -5px;
}
#alert-contact > .inside,
#alert-contact > .inside:hover {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/* #alert-contact > .inside > .icon,
#alert-contact > .inside > .text {
	height: 20px;
} */
#alert-contact > .inside > .icon {
	font-size: 50px;
	line-height: 20px;
	font-weight: 500;	
	height: 20px;
}
#alert-contact > .inside > .icon:before {
	line-height: 20px !important;
}
#alert-contact > .inside > .text {
	font-size: 12px;
	line-height: 18px;
	flex: 1;
	flex-basis: 0.000000001px;
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 15px;
	margin-left: 15px;
}

/* xl */
@media (min-width: 1650px) {
}

/* xl - more */
@media (min-width: 1200px) and (max-width: 1649.98px) {
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* md - sm - xs */
@media (max-width: 991.98px) {

footer #footer-desktop-section {
	display:none !important;
}
footer #footer-mobile-section {
	display:block !important;
}

#alert-contact {
	width: auto !important;
}
#alert-contact > .inside {
	height: 50px;
	width: 50px !important;
	padding: 0;
	border-radius: 100%;
	border:3px solid rgba(255,255,255,1);
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
#alert-contact > .inside > .icon {
	font-size: 25px;
	font-weight: 500;
}
#alert-contact > .inside > .text {
	display: none !important;
	font-size: 14px;
	line-height: 20px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* sm - xs */
@media (max-width: 767.98px) {

/* body.open-alert-contact footer {
	padding-bottom: 80px !important;
	height: 130px;
}
body.open-alert-contact #main-section {
    position: relative;
    min-height: calc( 100% - 130px );
} */

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* xs */
@media (max-width: 575.98px) {
}