@charset "utf-8";

#footer-new {
    text-align: center;
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
/*    border-top: thin solid #BBBBBB;*/
    clear: both;
    color: white;
}


#footer-new-login {
    text-align: center;
    font-size: 1.2em;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #80E607;
    clear: both;
    color: #222222;
}


.hero-wrapper-login {
/*    max-width: 1600px;*/
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
    


.hero-wrapper-login-2 {
/*    max-width: 1600px;*/
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 50vh;
    background-color: transparent;
}




.hero-image {
    width: 100%;
    height: auto;
    display: block;
}



.overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}



.glass-box {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(42px);
    -webkit-backdrop-filter: blur(42px);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 0px 4%;
    pointer-events: auto;
    /*    margin: 0 45px; */
    margin: 0 5%;
}


.navbar-wrapper {
    position: absolute;
    /*top: 45px;*/
    top: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
    pointer-events: none;

    /* max-height: 40px; /* or even less */
}



.navbar-wrapper *,
.navbar-wrapper *:before,
.navbar-wrapper *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}



.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 1.6rem !important;
    color: #ffffff !important;
    font-weight: bold !important;
}


.nav-link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
}


.navbar-brand {
    color: #ffffff !important;
    font-family: 'Nunito' !important;
    font-size: 2.2rem !important;
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    font-weight: bold !important;
}

.navbar-brand a {
    color: #ffffff !important;
    font-family: 'Nunito' !important;
    font-size: 2.2rem !important;
    font-weight: bold !important;
}

.navbar-nav {
    color: #ffffff;
    font-family: 'Nunito' !important;
    text-decoration:underline;
}

.navbar-nav ul {
    color: #ffffff;
    font-family: 'Nunito' !important;
    text-decoration:underline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar-nav li {
    color: #ffffff;
    font-family: 'Nunito' !important;
    text-decoration:underline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.clientes-login {

    top: 20%;
    width: 80vw;
    height: 50vh;
    position: absolute;


    left: 50%;
    transform: translateX(-50%);
    z-index: 3;

    /* border: 0.5px solid red; */

    padding: 0px 0px;
    border-radius: 0.5px;

}

.clientes-login-left {

    top: 22%;
    width: 35vw;
    height: 30vh;
    position: absolute;

    left: 20%;
    transform: translateX(-50%);
    z-index: 3;

    /* border: 0.5px solid green; */

    padding: 0px 0px;
    border-radius: 0.5px;

    font-size: 2.4rem;
    font-weight: 800;

}


.clientes-login-right {

    top: 25%;
    width: 35vw;
    height: 30vh;
    position: absolute;

    left: 75%;
    transform: translateX(-50%);
    z-index: 3;

    /* border: 0.5px solid yellow; */

    padding: 0px 0px;
    border-radius: 0.5px;

    font-size: 1.2rem;

}



.clientes-login-right-pill {

    top: 68%;
    width: 10vw;
    height: 10vh;
    position: absolute;

    left: 64%;
    transform: translateX(-50%);
    z-index: 3;

    /* border: 0.5px solid yellow; */

    padding: 0px 0px;
    border-radius: 0.5px;

}

.login-button {
    position: relative !important;
    height: 36px !important;
    width: 150px !important;
    font-family: sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #222222 !important;
    display: flex !important;
    border-radius: 36px !important;
    background-color: transparent !important;
}

.login-left {
    background-color: #80E607;
    width: 120%;
    height: 100%;
    border-radius: 36px;
    position: relative;
    z-index: 1;
}

.login-right {
    background-color: white;
    width: 120%;
    height: 100%;
    border-radius: 36px;
    position: relative;
    left: -25%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 6px;
    justify-content: center;
    z-index: 2;
}



.clientes-login-right-down-1 {

    top: 10%;
    width: 25vw;
    position: absolute;

    left: 36%;
    transform: translateX(-50%);
    z-index: 3;

    border-bottom: 0.5px solid white;
    padding: 0px 0px;
    border-radius: 0.5px;

}


.clientes-login-right-down-2{

    top: 45%;
    width: 25vw;
    position: absolute;

    left: 36%;
    transform: translateX(-50%);
    z-index: 3;

    border-bottom: 0.5px solid white;

    padding: 0px 0px;
    border-radius: 0.5px;

}



.ellipse-container {
/*    width: 100vw;
    height: 100vh; 
    position: relative;

    */
    overflow: hidden;
    top: 50%;
    position: absolute;

}


.ellipse-outline {
    position: relative;
    left: -10vw;
    top: 0vh;

    width: 50vw;
    height: 25vw;

    border: 0.5px solid #FEFEFE;
    border-bottom: none;
    border-top-left-radius: 25vw 25vw;
    border-top-right-radius: 25vw 25vw;

    transform: rotate(2.67deg);
}


.login-rectangle-1 {
    position: absolute;
    top: -5%; /* ajuste */
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;

    background-color: #222222;
    /* border: 0.5px solid #222222; */
    padding: 0px 0px;
    border-radius: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 30%;
    max-height: 30%;
    text-align: center;

    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
    

.login-rectangle-2 {
    position: absolute;
    top: 0%; /* ajuste */
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;

    background-color: #80E607;
    /* border: 0.5px solid #222222; */
    padding: 0px 0px;
    border-radius: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 20%;
    max-height: 20%;
    text-align: center;

}





@media (max-width: 768px) {

.navbar-wrapper {
    top: 5%;
    /*      max-height: 4%;
    font-size: 4%; */
}

.navbar {
    padding-top: 0px !important;
    font-size: 0.8rem !important;
    color: #ffffff !important;
    /*      max-height: 4%;
    font-size: 4%; */
}

.navbar-nav {
    padding-bottom: 1.00rem !important;
}

.navbar-nav li {
    font-size: 0.8rem !important;
}

.nav-link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 0.8rem !important;
    /*      max-height: 4%;
    font-size: 4%; */
}

.navbar-brand {
    color: #ffffff !important;
    font-family: 'Nunito' !important;
    padding-top: 0.10rem !important;
    padding-bottom: 0.10rem !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
}

.navbar-brand a {
    color: #ffffff !important;
    font-family: 'Nunito' !important;
    padding-top: 0.10rem !important;
    padding-bottom: 0.10rem !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
}

.navbar-toggler-icon {
    transform: scale(0.6); /* shrink the hamburger icon */
}

.glass-box {
    margin: 0% 4%;
    padding: 0% 5%;
}

.container-fluid{
    /*      max-height: 4%;
    font-size: 4%; */
    white-space: normal;
}


#footer-new {
    text-align: center;
    font-size: 0.7em;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
/*    border-top: thin solid #BBBBBB;*/
    clear: both;
    color: white;
}


.hero-wrapper-login {
/*    max-width: 1600px;*/
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom:100%;
    background-color: #222222;

}
    

#footer-new-login {
    text-align: center;
    font-size: 0.7em;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #80E607;
    clear: both;
    color: #222222;
}


.ellipse-container {
/*    width: 100vw;
    height: 100vh; 
    position: relative;
    overflow: hidden;

    */
    top: 90%;
    position: absolute;

}

.ellipse-outline {
    position: relative;
    left: -10vw;
    top: 1vh;

    width: 30vw;
    height: 15vw;

    border: 0.5px solid #FEFEFE;
    border-bottom: none;
    border-top-left-radius: 15vw 15vw;
    border-top-right-radius: 15vw 15vw;

    transform: rotate(2.67deg);
}


.login-rectangle-2 {
    position: absolute;
    top: 0%; /* ajuste */
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;

    background-color: #80E607;
    /* border: 0.5px solid #222222; */
    padding: 0px 0px;
    border-radius: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 5%;
    max-height: 5%;
    text-align: center;

}


.clientes-login {

    top: 20%;
    width: 90vw;
    height: 30vh;
    position: absolute;


    left: 50%;
    transform: translateX(-50%);
    z-index: 3;

    /* border: 0.5px solid red; */

    padding: 0px 0px;
    border-radius: 0.5px;

}

.clientes-login-left {

    top: 27%;
    width: 35vw;
    height: 20vh;
    position: absolute;

    left: 25%;
    transform: translateX(-50%);
    z-index: 3;

    /* border: 0.5px solid green; */

    padding: 0px 0px;
    border-radius: 0.5px;

    font-size: 1.35rem;
    font-weight: 800;

}


.clientes-login-right {

    top: 30%;
    width: 35vw;
    height: 20vh;
    position: absolute;

    left: 75%;
    transform: translateX(-50%);
    z-index: 3;

    /* border: 0.5px solid yellow; */

    padding: 0px 0px;
    border-radius: 0.5px;

    font-size: 0.7rem;

}


.clientes-login-right-down-1 {

    top: 10%;
    width: 35vw;
    position: absolute;

    left: 49%;
    transform: translateX(-50%);
    z-index: 3;

    border-bottom: 0.5px solid white;
    padding: 0px 0px;
    border-radius: 0.5px;

}


.clientes-login-right-down-2{

    top: 50%;
    width: 35vw;
    position: absolute;

    left: 49%;
    transform: translateX(-50%);
    z-index: 3;

    border-bottom: 0.5px solid white;

    padding: 0px 0px;
    border-radius: 0.5px;

}



.clientes-login-right-pill {

    top: 80%;
    width: 25vw;
    height: 10vh;
    position: absolute;

    left: 68%;
    transform: translateX(-50%);
    z-index: 3;

    /* border: 0.5px solid yellow; */

    padding: 0px 0px;
    border-radius: 0.5px;

}

.login-button {
    position: relative !important;
    height: 26px !important;
    width: 120px !important;
    font-family: sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #222222 !important;
    display: flex !important;
    border-radius: 36px !important;
    background-color: transparent !important;
}

.login-left {
    background-color: #80E607;
    width: 120%;
    height: 100%;
    border-radius: 36px;
    position: relative;
    z-index: 1;
}

.login-right {
    background-color: white;
    width: 120%;
    height: 100%;
    border-radius: 36px;
    position: relative;
    left: -25%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4px;
    justify-content: center;
    z-index: 2;
}
    

}

