/* whatsapp */

.whatsapp {
position:fixed;
width:60px;
height:60px;
bottom:60px;
right:30px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
z-index:100;
}

.whatsapp-icon {
margin-top:13px;
}

.whatsapp-icon:hover {
color:#f2f2f2;
}
.whatsapp:hover {
color:#f2f2f2;
}
.fa-whatsapp:before {
color:#f2f2f2;
}


/* button disabled form */

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}

/* button disabled form */

.ah-headline.rotate-2 .ah-words-wrapper {
    text-align: center;
}


/* texto ruso aclaración - home page hero */

.intro4-span {
      width:30%;
      margin:0 auto;
      text-align: center;
      margin-top:30px;
  }
@media only screen and (max-width: 768px){
  .intro4-span {
      width:90%;
  }
}
.intro4-span span {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.1;
      color: #fff;
      margin-bottom: 10px;
  }
