@font-face {
    font-family: 'RobotoRegular';
    src: url(../fonts/Roboto-Regular.ttf); }

#whats {
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    z-index: 999; }
  
  @keyframes pulse {
    0% {
      transform: scale(1, 1); }
    50% {
      opacity: 0.3; }
    100% {
      transform: scale(1.45);
      opacity: 0; } }
  #whats .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation: infinite; }
  
  #whats .nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999998;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 0px; }
  
  @media (max-width: 360px) {
    #whats .nav-bottom {
      width: 320px; } }
  #whats .whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999;
    transition: 0.3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #25d366;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    display: flex;
    align-items: center;
    justify-content: center; }
  
  #whats .whatsapp-button:focus {
    outline: none; }
  
  #whats .whatsapp-button:after {
    content: "";
    /*circulo rojo llebava inline-block*/
    display: none;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    background: red;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 0; }
  
  #whats .whatsapp-button i {
    color: #fff;
    font-size: 36px;
    cursor: pointer; }
  
  #whats .circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #77bb4a;
    animation: pulse 1.2s 4s ease 4;
    animation-iteration-count: infinite; }
  
  #whats .title {
    font-family:'RobotoRegular';
    background: #095e54;
    color: white;
    padding: 20px;
    width: 100%;
    height: 72px;
    margin: 0 !important;
    line-height: 10px;
    border-radius: 9px 9px 0 0; }
  
  #whats .title small {
    font-weight: 200; }
    #whats .title small:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 25px;
      background: #2bd32b;
      position: absolute;
      left: 84px;
      top: 42px;
      z-index: 0; }
  
  #whats .popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    /*padding: 0 15px 15px 10px;*/
    bottom: 100px;
    right: 30px;
    transition: 0.5s;
    border-radius: 10px;
    background-color: #f1f1f1;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight 0.6s 0s both;
    border: 1px solid #f1f1f1;
    z-index: 999999999999999999999999999999999999999999999999999999999; }
  
  #whats .popup-whatsapp > div {
    margin: 5px; }
  
  @media (max-width: 680px) {
    #whats .popup-whatsapp p {
      font-size: 0.9em; } }
  #whats .popup-whatsapp > .content-whatsapp.-top {
    display: -webkit-inline-box;
    flex-direction: column;
    cursor: auto;
    /*background: #e6ddd4;*/
    margin: 0;
    padding: 15px; }
  
  #whats .popup-whatsapp > .content-whatsapp.-top p {
    width: 265px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1em;
    margin-right: 16px;
    margin-top: 3px;
    background: #fff;
    color: #2f4e6f;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 0 15px 15px;
    cursor: auto; }
  
  #whats .popup-whatsapp > .content-whatsapp.-top p:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 8px;
    top: 90px;
    cursor: auto; }
  
  #whats .popup-whatsapp > .content-whatsapp.-bottom {
    display: flex;
    flex-direction: row; }
  
  #whats .closePopup {
    position: absolute;
    right: 15px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    /*margin: 0px 0px 15px 0px;*/
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer !important;
    background-color: #f1f1f1;
    color: #2f4e6f;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    cursor: auto; }
  
  #whats .closePopup:hover {
    background-color: #f1f1f1;
    transition: 0.3s;
    cursor: auto; }
  
  #whats .send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    border: 1px solid #25d366;
    cursor: auto !important; }
  
  #whats .send-msPopup:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
    cursor: auto; }
  
  #whats .send-msPopup:focus {
    outline: none;
    cursor: auto; }
  
  #whats .send-msPopup:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #f1f1f1;
    position: absolute;
    bottom: -11px;
    right: 10px; }
  
  #whats .is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight 0.6s 0s both;
    cursor: auto; }
  
  #whats input.whats-input[type=text] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #ffffff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #ffffff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: 0.3s;
    cursor: auto; }
  
  @media (max-width: 420px) {
    #whats input.whats-input[type=text] {
      width: 225px;
      cursor: auto; } }
  #whats input.whats-input::placeholder {
    /* Most modern browsers support this now. */
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
    cursor: auto; }
  
  #whats input.whats-input[type=text]:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: 0.3s;
    cursor: auto; }
  
  #whats .icon-whatsapp-small {
    width: 24px;
    height: 24px;
    cursor: auto; }
  
  #whats .icon-whatsapp {
    width: 45px;
    height: 45px; }
  
  #whats .icon-font-color {
    color: #ffffff; }
  
  #whats .icon-font-color--black {
    color: #333333; }
  
  #whats .send-msPopup i {
    cursor: auto !important; }
  
  /* End whatsapp */
  
