@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;500;600&display=swap');

body {
    margin:0;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 17px;
  line-height: 22px;
}
html {
    font-family: 'Fira Sans Condensed', sans-serif;
}
i {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 400;
    font-style: italic;
}
h6 {
    color: #999;
    font-size: 50px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
}
b {
    font-weight: bold;
    color: #667bb4;
}
strong {
    font-weight: bold;
    color: #667bb4;
}
.popup-content h3 {
  background-color: transparent;
  color: #667bb4;
  font-family: "Arial", sans-serif;
  padding: 3px;
  Text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #667bb4;
  font-family: 'Fira Sans Condensed', sans-serif;
}
.popup {
  right: -320px;
  position: fixed;
  top: 22%;
  transition: right .5s ease;
  z-index: 9999;
}
.popup-content {
    background-color: #ddd;
    box-shadow:  5px 2px 15px black;
    box-sizing: border-box;    
    color: white;
    float: right;
    height: 420px;
    padding: 1em;
    width: 320px;
    border: 1px solid #999;
}

.close {
  right: 5%;
}

.button {
  background-color:  #667bb4;  
  border-radius: 10px 0 0 10px;
  color: #667bb4;
  float: left;
  padding-top: 1.5em;
  width: 80px;
  height: 80px;
  background-image: url(../images/asistente.png);
  background-size: 80px 80px;
  background-repeat: no-repeat no-repeat;
  cursor: pointer;
}
.button::after{
    content:"";
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
    padding: 5px;
  }
.button-closed::after{
    content:"";
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
}