/* Add here all your CSS customizations */

@media (min-width: 768px){
#bloco-tel-whats {
    display: none;
	}
}

@media (max-width: 767px){
#bloco-tel-whats {
    display: block;
    position: fixed;
    bottom: 0px;
    height: 50px;
    z-index: 99999;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#bloco-tel-whats a.telefone, #bloco-tel-whats a.whatsapp {
    width: 50%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 151%;
    font-weight: 600;
	}

#bloco-tel-whats a.telefone {
    background-color: #2d4b76;
    color: #fff;
    float: left;
	}
#bloco-tel-whats a.telefone, #bloco-tel-whats a.whatsapp {
    width: 50%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 151%;
    font-weight: 600;
	}	
#bloco-tel-whats a.whatsapp {
    background-color: #2c822e;
    color: #fff;
    float: right;
	}
}