.green {color:red!important;}
.black {color:#333333!important;}
.red {color:red!important;}
.red2 {color:red!important; font-size:24px !important;  line-height:22px !important;}
.red3 {color:red!important; font-size:40px !important; line-height:40px !important;}
.border {border: 3px solid red; padding:10px 10px 10px 20px;} 
.borderred {border: 1px solid red!important;}
.textbig {font-size: 21px!important;}

.wa {
    color: #444444;
    display: block;
    position: fixed;
    right: 15%;
    text-align: center;
    bottom: 35px;
    transition: all 0.05s linear 0s;
    z-index: 1000;
    top: inherit;
} 

.tel {
    color: #444444;
    display: block;
    position: fixed;
    right: 70%;
    text-align: center;
    bottom: 35px;
    transition: all 0.05s linear 0s;
    z-index: 1000;
    top: inherit;
}