header {
    height: 100px;
    position: absolute;
    top: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.container-header-menu-desktop {
    display: none;
}

.container-header {
    height: 72px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    backdrop-filter: blur(54px);
    position: fixed;
    width: 320px;
    max-width: 320px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.container-header-logo-mobile {
    width: 70px;
}

.container-header-logo .container-header-logo-desktop {
    display: none;
    width: 200px;
}

.container-header-left {
    height: 100%;
    width: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-header-burger-menu {
    cursor: pointer;
}

.container-header-burger-menu img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 10px;
    width: 25px;
}

.container-header-menu {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(54px);
    border-radius: 30px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin: 5px 0px;
    text-align: center;
    position: absolute;
    top: 80px;
}

.container-header-menu-is-opened {
    display: flex;
}

.container-header-menu-is-closed {
    display: none;
}

.container-header-menu li {
    margin: 20px 0px;
}

.container-header-menu ul {
    margin: 20px 0px;
}

.container-header-menu a {
    text-decoration: none;
    color: var(--secondary-color);
}

.container-header-right {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 60%;
    height: 100%;
    padding-right: 10px;
}

.container-header-right-contact {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-header-right-call img {
    width: 13px;
}

.container-header-right .img img {
    width: 20px;
}

.container-header-right-call {
    display: none;
}

.container-header-right-contact a {
    width: 92%;
}

.container-header-right-contact .blog-round-button {
    padding: 13px;
}

.container-header-right-contact .card-button {
    width: 89%;
}

.container-header-right-contact div a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid var(--secondary-color);
    border-radius: 32px;
    padding-left: 20px;
    height: 42px;
    width: 100%;
    text-decoration: none;
    color: var(--secondary-color);
}

.container-header-right-contact div img {
    width: 13px;
}

.container-header-right-call small {
    font-family: "Montserrat Regular";
}

.container-header-logo-desktop {
    display: none;
}
