.footer-open-wa {
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    background-color: #e71a18;
    height: 50px;
    line-height: 50px;

 }

.number a {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    transition: 1s;
    text-decoration: none;

 }

 .number a:hover {
 	transform: rotate(360deg);
 }

 
 .iconwa a img {
 	margin-bottom: 7px;
 	transition: 1s;
 	width: 28px;
 	height: 28px;
 }

 .iconwa a img:hover {
 	transform: rotate(360deg);
 }
 

@media screen and (max-width: 1920px) and (min-width: 601px) {

  	.img-mobile {
      		 display: none;
     	}
}

  
 @media screen and (max-width: 600px) {



	.number {
	    display: none;
	    
	}
	.footer-open-wa {
	    text-align:center;
	    font-family: 'Open Sans', sans-serif;
	    font-size: 18px;
	    background-color: #e71a18;
	    height: 40px;
	    line-height: 35px;
	
	 }
	
	.number a {
	    color: #ffffff;
	    font-family: 'Open Sans', sans-serif;
	    letter-spacing: 0px;
	    transition: 1s;
	    text-decoration: none;
	
	 }
	
	 .number a:hover {
	 	transform: rotate(360deg);
	 }
	
	 
	 .iconwa a img {
	 	margin-bottom: 7px;
	 	transition: 1s;
	 	width: 22px;
	 	height: 22px;
	 }
	 
	 .img-dekstop {
       		display: none;
   	  }
 }
