@font-face {
    font-family: "Lucida Grande";
    src: url(../fonts/LucidaGrande.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Lucida Grande";
    src: url(../fonts/LucidaGrandeBold.ttf);
    font-weight: bold;
}

body,
html {
    font-family: "Lucida Grande";
    background: #f4f4f4;
    height: 100%;
    margin: 0;
}

.body-content {
    height: 100%;
}

.landing {
    color: white;
    overflow: auto;
    height: 100%;
    display: block;
    padding: 0;
    margin: auto;
    position: relative;
    max-width: 500px;
}

.landing .div {
    top: 5%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    position: absolute;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-img img {
    width: 220px;
}

.whatsapp {
    position: fixed;
    background: transparent;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 98;
}

.custom-btn {
    border: 1px solid #dadde3;
    color: #2e3033;
    background: white;
    width: 250px;
    height: 70px;
    border-radius: 8px;
    padding: 16px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-green {
    background: #00ae66;
}

.button-logo img {
    width: 38px;
}

.button-icon img {
    width: 15px;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: #b3b4ba;
    margin-top: 14px;
    margin-bottom: 16px;
}

.bg-orange {
    background: #00d2ff;
}

.business-content p {
    color: transparent;
    font-size: 2px;
}

.button-content {
    line-height: 1;
    flex: 1;
    padding-left: 22px;
    text-align: left;
}
.language_button a {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    gap: 10px;
    color: rgb(46, 48, 51);
    text-decoration: none;
}

.modal-language-img img,
.language_button a img {
    width: 30px;
    height: 30px;
}

.modal-language-img {
    position: absolute;
    left: 20px;
}

.languageModal-dialog {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    margin: 0;
}

.languageModal-content {
    overflow: hidden;
    border-radius: 20px 20px 0 0 !important;
}

.languageModal-header {
    border: 20px;
    font-size: 14px;
    line-height: 50px;
    padding: 0px 16px;
    box-sizing: border-box;
    justify-content: center;
    background-color: #f0f3f5;
}

.modal-language {
    font-size: 14px;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e5e8;
    text-align: center;
}

.modal-language a {
    text-decoration: none;
    color: rgb(46, 48, 51);
}

.languageModal-body {
    padding: 0;
    padding-top: 1rem !important;
}

.languageModal.show {
    display: flex !important;
    justify-content: center;
}
