@charset "iso-8859-9";
@media screen and (min-width : 960px) {
	#mobile-whatsapp{
	display: none !important;
	}
	
}

/* *** ****** Old Smartphones *** ****** */
@media screen and (min-width : 320px) and (max-width : 479px) {
.fixed-bar {
position: absolute;
top: -50px;

left: 0;
z-index:999 !important;
width: 100%;
height: 50px;
background: #333;
color: #fff;
transition: all 300ms;
}
.fixed-bar.open {
top: 0;
}
#mobile-whatsapp {
    display: none ;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    height: 50px; 
    background-color: rgba(54, 218, 78, 0.92) !important;
    text-align: center;
}

#mobile-whatsapp > a {
    color: #fff !important;
    margin: auto;
        margin-bottom: auto;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin-bottom: 15px;
}
}
	
		
		
@media screen and (min-width : 480px) and (max-width : 639px) {

.fixed-bar {
position: absolute;
top: -50px;

left: 0;
z-index:999 !important;
width: 100%;
height: 50px;
background: #333;
color: #fff;
transition: all 300ms;
}
.fixed-bar.open {
top: 0;
}
#mobile-whatsapp {
    display: none ;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    height: 50px; 
    background-color: rgba(54, 218, 78, 0.92) !important;
    text-align: center;
}

#mobile-whatsapp > a {
    color: #fff !important;
    margin: auto;
        margin-bottom: auto;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin-bottom: 15px;
}

	}
	
@media screen and (min-width : 640px) and (max-width : 719px) {
	#mobile-whatsapp{
	display: none !important;
	}

	}
	
	
	
	
@media screen and (min-width : 720px) and (max-width : 959px) {

	#mobile-whatsapp{
	display: none !important;
	}
}



