:root {
    --cor-primary: #4A00E0;
    --cor-primary-claro: #FFEB3B;
    --cor-primary-escuro: #ED1A1D;
    --cor-primary-acent: #FFEB3B;
    --cor-primary-cinza: #EEEEEE;
    --cor-primary-text: #212121;
    --cor-secundary-text: #757575;
    --cor-divide: #BDBDBD;
}

.cor-primaria-text{
    color: var(--cor-primary-text) !important;
}
.cor-secundaria-text{
    color: var(--cor-secundary-text) !important;
}
.cor-azul-text{
    color: var(--cor-primary) !important;
}
.cor-divider{
    color: var(--cor-divide) !important;
}
body{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Haas','Roboto', sans-serif;
}
.menu{
    margin-bottom: 0 !important;
}
.main{

}
.h1{
    font-size: 2.2rem;
}
.row{
    margin-bottom: 0!important;
}
.header{
    position: relative;
}
.logo{
    margin-top: 1rem;
}
.back{
    background: #2948ff;
    background: -webkit-linear-gradient(to right, rgba(237, 26, 29, 0.8), rgba(74, 0, 224, .9));
    background: linear-gradient(to right, rgba(237, 26, 29, 0.8), rgba(74, 0, 224, .9));
    padding-top: 9rem;
    margin-top: -64px;
    padding-bottom: 1rem;
}
.cortar{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
.titulo-simep{
    font-size: 1.6rem;
    font-weight: 300;
    padding: 2rem;
}

.mapa{
    background-image: linear-gradient(to right top , rgba(0, 0, 0, .5), rgba(0,0,0,0.9)),  url("../img/mapamundi.png");
    background-repeat: no-repeat;
    background-position: right;
    margin-top: -1rem;
}
.imagem-fundo{
    /*margin-top: -5rem;*/
    padding-bottom: 6rem;
    padding-top: 2rem;
    z-index: 2;
}
.borda-bottom{
    margin: 0 auto;
    margin-top: 1rem;
    display: block;
    background-color: var(--cor-primary);
    height: 3px;
    width: 10rem;
}

.video-content{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg-video{
    position: absolute;
    top: -5px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    overflow: hidden;
}
.download-app{
    padding-top: 7rem !important;
    padding-left: 4rem !important;
}
.btn-download-app{
    align-items: left;
}
@media (max-width: 37.5rem) {
    .download-app{
        padding-top: 5rem !important;

    }
    . intro-image{
        margin-top: -5rem;
    }

    .btn-container{
        justify-content: center;
    }
    .texto-h4{
        font-size: 2.1rem !important;
        text-align: center;
        padding: 0 2rem;
    }
}
.cor-gradiente{
    background: #2948ff;
    background: -webkit-linear-gradient(to right, rgba(237, 26, 29, 0.8), rgba(74, 0, 224, .9));
    background: linear-gradient(to right, rgba(237, 26, 29, 0.8), rgba(74, 0, 224, .9));
}
.z-sombra-1{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
}

.intro{
    margin-bottom: 6rem !important;
}
.intro-image{
    position: relative;
    z-index: 100;
}

.nuven-1{
    position: absolute;
    top: 2rem;
    left: -2rem;
    padding: 3rem !important;
    font-size: 6rem !important;
    z-index: 1;
}
.nuven-2{
    position: absolute;
    top: 0;
    left: 18rem;
    padding: 3rem !important;
    font-size: 10rem !important;
    z-index: 1;
}
.btn-container{
    display: flex;
}
.imagem-grupo{
    z-index: -1 !important;
}

.btn.meu-btn{
    height: 40px;
    line-height: 42px;
    text-transform: none;
    margin-right: 1rem;
    width: 8.4rem;
}
.btn-login-text{
    margin-left: -1rem;
}
.btn-icon{
    line-height: 40px !important;
}
.rounded{
    -webkit-border-radius: 10em;
    border-radius: 10em
}
.imagem-trizidela{
    /*margin-top: 5rem*/
}
.sessao-1{
    margin-bottom: 8rem
}
.sessao-2{

}
.imagem-app{
    margin-top: 5rem;
}

.redes-sociais{
    padding-top: 4rem;
    margin-top: -4rem;
    padding-bottom: 2rem;
    font-size: 1.1rem;
}
.texto-h4{
    font-weight: 400;
    font-size: 2rem;
    /*text-shadow: -2px 1px 0 #000*/
}
.paragrafo{
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255,255,255,0.85);
}

.botoes{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}
.peach-gradient{
    background: -webkit-linear-gradient(50deg,#ffd86f,#fc6262)!important;
    background: -o-linear-gradient(50deg,#ffd86f,#fc6262)!important;
    background: linear-gradient(40deg,#ffd86f,#fc6262)!important;
}
.aqua-gradiente{
    background: -webkit-linear-gradient(50deg,#2096ff,#122412)!important;
    background: -o-linear-gradient(50deg,#2096ff,#122412)!important;
    background: linear-gradient(40deg,#2096ff,#122412)!important;
}
.z-sombra-1{
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.1)!important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.1)!important;
}
.pagina_404{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.imagem_404{
    display: flex;
    justify-content: center;
    align-items: center;
}
.imagem_404 .titulo{
    font-size: 1.4rem;
    position: absolute;
    margin-top: 12.4rem;
}
.imagem_404 .btn{
    margin: 0 ;
    margin-bottom: 2rem;
    border: 1px solid #fff;
}