

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




}




@media only screen and (min-width: 1100px) {

}

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

}

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

  container.datos item:first-child{

  }

  #button{
    left:100% !important;
    margin-left: -70px !important; 
  }

container.datos item{
  width: 100% !important;
  margin:0;
  padding:20px;
  border-bottom: 1px dotted #999;
}

container.datos item:last-child{
  border:0;
}



}
