body {
    font-family: Arial, Tahoma, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #003366;
  }
  
  /* LA 11 Loader */
  
  .la11-loader-container {
    margin: 111px 0 0 0;
  }
  
  .la11-loader:before,
  .la11-loader:after,
  .la11-loader {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  
  .la11-loader {
    margin: 8em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
  }
  
  .la11-loader:before {
    left: -3.5em;
  }
  
  .la11-loader:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
  }
  
  .la11-loader:before,
  .la11-loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  
  @-webkit-keyframes load7 {
    0%,80%,100% {-webkit-box-shadow: 0 2.5em 0 -1.3em #ffffff;box-shadow: 0 2.5em 0 -1.3em #ffffff;}
    40% {-webkit-box-shadow: 0 2.5em 0 0 #ffffff;box-shadow: 0 2.5em 0 0 #ffffff;}
  }
  
  @keyframes load7 {
    0%,80%,100% {-webkit-box-shadow: 0 2.5em 0 -1.3em #ffffff;box-shadow: 0 2.5em 0 -1.3em #ffffff;}
    40% {-webkit-box-shadow: 0 2.5em 0 0 #ffffff;box-shadow: 0 2.5em 0 0 #ffffff;}
  }
  
  /* Ocultar conteo */
  
  .conteo {
    display: none;
  }
  
  /* Texto Botones Llamar */
  
  .call-title {
    font-size: 23px;
    font-weight: normal;
    color: white;
  }
  
  .call-text {
    font-size: 18px;
    color: white;
  }