@media only screen and (min-width:992px) and (max-width:1199px){.desk{display:block}.mob{display:none}}


@media only screen and (min-width:1200px) and (max-width:1600px){.header .header__logo{margin:50px 0 30px 0;width:190px}.header .img{width:120%;max-width:120%}
}

@media only screen and (min-width:1px){
	
.balao2 {
  background: #fff;
  border-radius: 15px;
  width: 300px;
  height: 100px;
  position: relative;
}

.balao2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 0px solid transparent;
    border-right: 19px solid transparent;
    border-top: 20px solid #fff;
    bottom: -15px;
    left: 59%;
}
	
	
	
}

