:root {
    --primary: #12884C;
    --secondary: #F9C038;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 2rem !important;
    line-height: 2.5rem;
    color: var(--primary);
}

.logo-img {
    max-height: 100% !important;
    padding: 0 !important;
}

.waves-effect {
    width: 100% !important;
}

.main_layout {
    padding: 0;
    margin: 0;
}

.main_img {
    width: 100%;
    object-fit: scale-down;
}

.btn_Call {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 2rem !important;
    background-color: var(--primary) !important;
    border-radius: 10px !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: var(--secondary) !important;
}

.btn_Menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    background-color: var(--secondary) !important;
    border-radius: 10px !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: var(--primary) !important;
}

.page-footer {
    padding-top: 0 !important;
    margin: 30 0 0 0 !important;
}

.row {
    margin: 0 !important;
    padding: 20 !important;
}

.footer-icon {
    font-size: 1.5rem !important;
    padding: 15 10 10 10 !important;
}

.separator-30 {
    padding-top: 30;
}

.launch {
    padding: 0 10% 40% 10%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.btn-round {
    padding-top: 0.4rem !important;
    /* line-height: 1.5rem !important; */
    font-size: 1.5em !important;
    font-weight: 800 !important;
    border-radius: 50px !important;
    border: 3px solid white !important;
    vertical-align: middle;
    min-height: 5rem !important;
    font-family: 'Montserrat';
}

.gradient-background {
    background: linear-gradient(to bottom, #ffc107, #ff6f00) !important;
}

.footer {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.7em;
}

.url-link {
    font-size: 1.2em;
    font-weight: 600;
}

.hidden {
    display: none;
}

#container {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.full-screen {
    padding: 0;
    margin: 0;
    width:  100%;
    height: 100%;
}
