@charset "UTF-8";
/* CSS Document */

.path,.path2,.path3,.path4,.path5,.path6 {
  opacity: 0;
  animation: 0;
}

.path7 {
  opacity: 0; 
  transition: all 3s ease;
  transition-delay: 2s;
}


 @keyframes draw {
  from{}
 
  to {
	stroke-dashoffset: 0;
  }
}

@media (max-width: 576px) {
    #menu{
        display: none;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #section3 .txt_cadeira,
    #section7 .txt_cadeira {
        margin-right:  400px;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

