
.contact2{
    color:black;
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 2%;
    padding-bottom: 70px;
}
#inputs {
  padding: 25px;
  background: #fff;
  box-shadow: 
      0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
      0px 4px 20px rgba( 0,0,0,0.33 );
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 11px;
  display: table;
  position: static;

}

.item5{
    border: rgb(65, 62, 62) 2px solid;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: 'arial';
    font-size: 100%;
    width: 15em;
    color: black;
}
.item3{
    border: black 2px solid;
    margin-bottom: 10px;
    font-family: 'MADE TOMMY';
    font-size: 100%;
    padding-top: 0%;
}

.item2{
    border: black 2px solid;
    margin-bottom: 10px;
    font-family: 'MADE TOMMY';
    font-size: 100%;
    text-align: left;
}
@media (max-width:600px){
    .mini{
        display: none;
    }
    .form{
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;;
    }


}
@media (min-width: 601px){
    .grande{
        display: none;
    }


}

.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin:5px ;
    position: relative;
    color: black;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
  }
  
  @keyframes animloader {
    0% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
    25% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 2px;
    }
    50% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 2px,  -38px 0 0 -2px;
    }
    75% {
      box-shadow: 14px 0 0 2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
    100% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
  }
  .btn-wsp{
    position:fixed;
    width:50px;
    height:50px;
    line-height: 63px;
    bottom:25px;
    right:40px;
}