header {
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    max-height: 300px;
    justify-content: space-between;
}
.logo {
    width: 400px;
    background-image: url("../images/asp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
}

.box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin: 20px;
    border: 1px solid black;
    width: auto;
    height: 300px;
}
.box-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin: 20px;
    border: 1px solid black;
    width: auto;
    height: auto;
}
.innerbox {
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 5%;
}
h4 {
    font-size: 30px;
    color: #797979;
    font-weight: 600;
    margin: 0;
}
h3 {
    text-align: left;
    font-size: 30px;
    color: #797979;
    font-weight: 400;
    margin-left: 10%;
}
.NumeroVerde {
    display: inline-block;
    color: green;
    font-size: 30px;
    font-weight: bold;
}
.ZoomSupport {
    display: inline-block;
    color: rgb(0, 89, 255);
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}
.LiveChat {
    display: inline-block;
    color: orange;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}

.NumeroVerde:hover {
    text-decoration: none;
    cursor: pointer;
    color: green;

}

.ZoomSupport:hover {
    text-decoration: none;
    cursor: pointer;
    color: rgb(0, 89, 255);
}

.LiveChat:hover {
    text-decoration: none;
    cursor: pointer;
    color: orange;

}
.line {
    width: 100%;
    height: 5px;
    background-color: #797979;
}

footer {
    color: #797979;
}
.footer-links {
    display: inline-block;
    color: orange;
    text-decoration: underline;
}
.footer-links:hover {
    text-decoration: none;
    cursor: pointer;
    color: orange;
}
.qr-code {
    background-image: url("../images/qr-code.png");
    background-size: contain;
    width: 150px;
    height: 150px;
   border : 1px solid black;
}

#cta  {
    width: 80px!important;
    height: 80px!important;
}
