* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.right {
    margin-left: auto;
    display: flex;
    align-items: center
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');

body {
    /* font-family: 'Montserrat', sans-serif; */
    /* font-weight: 500; */    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




#inicio-home {
  
    
    background-repeat: no-repeat;
    /*background-size: cover;*/
    
    background-position: top center;
    /*background: blue;*/
    /*background-color: blue;*/
    background-color: #08314c;
    
    
}

#navbar-home {
    display: flex;
    align-items: center;
    width: 0;
    /*height: 100px;*/
    background-color: transparent;
    font-size: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0px 7vw;
    position: fixed;
    width: 100vw;
    transition: all 0.3s ease;
    z-index:999;
}

#navbar-home a {
    color: #fff;
    text-decoration: none;
}

#navbar-home.scroll {
    background-color: #161b39;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 1000;
}

#navbar-home.scroll a{
    color: #fff;
}



#navbar-home .navbar-home-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



#navbar-home .navbar-home-group div:nth-child(2n) {
    margin: 0 25px;
}

#navbar-home img {
    height: 40px;
}

#navbar-home button:first-of-type, .abrirConta {
    border-radius: 7px;
    background-color: #ff9000;
}

#navbar-home button:first-of-type, .btn-login {
    border-radius: 30px;
    background-color: #c45230;
}

#navbar-home button:first-of-type, .abrirConta, .btn-login {
    
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-right: 35px;
    font-weight: 600;
    padding: 10px 20px;
    
    font-size: 0.8rem;
    text-transform: uppercase;
}

.abrirConta {
    outline: none;
    border: none;
    text-transform: none;
    /* margin-top: 20px; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    /*margin-top: 75vh;*/
    /*margin-left: 0;*/
}

.btn-signin {
    background-color: #c45230;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 0.8rem;
    text-transform: uppercase;
}


.btn-signin:hover {
    background-color: #fff;
    color: #c45230;
    border: 2px solid #c45230;
}


#navbar-home button:last-of-type {
    background-color: transparent;
    border: none;
    color: #fff;
    margin-right: 35px;
    padding: 10px;
    display: none;
    font-size: 1.9rem;
    outline: none;
    transition: 0.3s;
}

#navbar-home button:last-of-type:hover {
    color: #c45230;
    transform: scaleY(1.3);
}


#mensagem-home {
    /*padding: 0px 0px 0px 7vw;*/
    /*margin-right: 55vw;*/
    position: absolute;
    bottom: 50px;
    left: 5vw;

}

#mensagem-home h1 {
    color: #fff;
    line-height: 1.11;
    font-size: 3rem;
    text-shadow: 1px 3px 10px #161b39;
}

#mensagem-home h5 {
    font-size: 1.2rem;
    color: #161b39;
    font-weight: 600;
    /* text-shadow: 3px 2px  #161b39; */
}

#mensagem-home h1 span {
    font-weight: 700;
}




body.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    right: -300px;
    width: 0px;
    height: 100vh;
    position: fixed;
    margin-right: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    transition: all 0.4s ease;
}


#sidebar-wrapper.open {
    display: flex;
    width: 300px;
    right: 0;
    margin-right: 0;
    align-items: flex-end;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    background-color: #161b39;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 20px;
}


#sidebar-wrapper.open div:first-of-type {
    align-self: center;
    margin-bottom: 20px;
}

#sidebar-wrapper.open div:nth-of-type(n + 2) {
    margin: 10px 0px;
}

#sidebar-wrapper.open img {
    width: 200px;
}

#sidebar-wrapper a {
    text-decoration: none;
    color: #fff;
    
}

.fecharSidebar {
    height: 40px;
    width: 40px;
    position: fixed;
    font-size: 40px;
    top: 5px;
    right: 310px;
    z-index: 1000;
    cursor: pointer;
    color: #c45230;
    display: none;
    
}


.fecharSidebar i {
    transition: 1s;
}
.fecharSidebar i:hover {
    transform: rotate(180deg);
}




.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
}

#backdoor {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    overflow-x: hidden;
    transition: 0.5s;
}

iframe.signin {
    background-color: #fff;
    position: fixed;
    border-radius: 5px;
    top: 0px;
    right: -100vw;
    height: calc(100vh - 80px);
    width: 400px;
    transition: all 1s;
    z-index: 10000000;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

#closeIframe {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #262937;
    position: fixed;
    bottom: 10px;
    transition: all 1s;
    right: -100px;
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    /* display: none; */
}


#qmSomos {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    height: 110vh;
    align-items: center;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}

#qmSomos > div {
    padding: 40px;
    padding-left: 7vw;
}

#qmSomos > div > p {
    text-align: justify;
}

#qmSomos div:nth-child(2) {
    opacity: 0.8;
    height: 100%;
    background: url(./../img/maquina.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#meuFooter {
    background-color: #13254d;
    padding: 20px;
}

#meuFooter > div {
    width: 60vw;
    border-radius: 5px;
    background-color: #fff;
    transform: translate(30%, -20%);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 25px;
}

#meuFooter > div > div > h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}

#meuFooter > div > div > p {
    color: #ba5332;
    padding-right: 20px;
    text-align: center;
}

#meuFooter > div > div > p > a {
    text-decoration: none;
    color: #13254d;
    font-weight: 600;
}

#meuFooter > p {
    color: #fff;
    text-align: center;
}


#meuFooter .meuBtn {
    border-radius: 30px;
    color: #fff;
    padding: 8px;
    background-color: #ba5332;
    width: 100px;
    float: right;
}

.meuinput {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    color: #666;
}

.meuinput.error, .meuinput.error:focus {
    border: 2px solid #c0211b;
}

.meuinput:focus {
    border: 1px solid #666;
    outline: none;
}

#alertMessagem {
    font-size: 12px;
    float: left;
    padding: 10px;
    display: none;
    margin-bottom: 10px;
}


#alertMessagem.success {
    background-color: rgba(27,170,111, 0.2);
    color: rgb(27,170,111);
    border: 1px  solid rgb(27,170,111);
}

#alertMessagem.danger {
    background-color: rgba(192,33,27, 0.2);
    color: rgb(192,33,27);
    border: 1px  solid rgb(192,33,27);
}


/*COMPUTADOR*/
@media (min-width: 768px) {
    #video {
        height: 100vh;
    }
    
    .botaoimagem{
        width: 101vh;
        height: 100vh;
        position: relative;
        margin: auto;
    }
    #inicio-home {
        height: 100vh;    
        background-size: auto 100%;
    }
    #navbar-home {    
        height: 100px;
    }
    
    .abrirConta {    
        margin-top: 75vh;
    }
}

/*MOBILE*/
@media (max-width: 768px) {
    
    #video {
        height: 42vh;
    }
    
    #inicio-home {
        height: 50vh;
        background-size: auto 100%;
    }
    
    #navbar-home {    
        height: 45px;
    }
    
    .abrirConta {    
        margin-top: 37vh;
    }
}

/* Whatsapp Button */
.float {
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 1px 1px 3px #999;
    z-index:100;
}

.float:hover, .float a:hover {
        color: #EEE;
}