:root {
    font-size: 16px;
}

* {
    outline: none !important;
}

@font-face {
    font-family: icon_prple;
    src: url(../../build/fontes/icon_prple-gtznjs.ttf);
    font-weight: 400;
    font-style: normal;
}

html {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    min-height: 100%;
    width: 100%;

    padding: 0;
    margin: 0;

    font-family: 'GothamPro';

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Página de carregamento */
#hideAll {
    position: fixed;
    z-index: 10000;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    background: rgba(242, 136, 182, 1);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-animation: cores 15s linear infinite;

    animation: cores 15s linear infinite;
}

@-webkit-keyframes cores {
    0% {
        background-color: rgba(242, 136, 182, 1);
    }

    20% {
        background-color: rgba(212, 81, 156, 1);
    }

    40% {
        background-color: rgba(129, 107, 174, 1);
    }

    60% {
        background-color: rgba(160, 206, 109, 1);
    }

    80% {
        background-color: rgba(252, 216, 81, 1);
    }
}

@keyframes cores {
    0% {
        background-color: rgba(242, 136, 182, 1);
    }

    20% {
        background-color: rgba(212, 81, 156, 1);
    }

    40% {
        background-color: rgba(129, 107, 174, 1);
    }

    60% {
        background-color: rgba(160, 206, 109, 1);
    }

    80% {
        background-color: rgba(252, 216, 81, 1);
    }
}

#hideAll div {
    background-color: rgba(0, 0, 0, 0.2);

    position: relative;

    padding: 32px 25px 25px 25px;

    height: 120px;
    width: 120px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border-radius: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#hideAll div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    height: 120px;
    width: 120px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border: 5px solid transparent;
    border-top-color: #FFFFFF;
    border-radius: 50%;

    -webkit-animation: roda 2s linear infinite;
    animation: roda 2s linear infinite;
}

@-webkit-keyframes roda {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roda {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#hideAll img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Corpo */
.corpo {
    flex: 1 1 auto;
    margin: 60px 0 0 0;
    padding: 0;
    
    overflow: hidden;

    background: rgba(248, 250, 252, 1);

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container_corpo {
    margin: 20px;
    padding: 0;

    box-sizing: border-box;
    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    height: 100%;
    max-width: 1140px;

    position: relative;

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

/* Formulário */
.form {
    margin: 0 20px;
    padding: 20px;
    
    max-width: 400px;
    width: 100%;
    
    box-sizing: border-box;
    
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    
    transition: all 0.5s ease-in-out;
}

.janela_entrar {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tit_modal {
	margin: 10px 0 20px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
	color: #565758;
}

.subtit_modal {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 1rem;
	color: #828282;
}
.entrar_facebook {
	margin: 10px 0 10px 0;
	padding: 12px 10px;
	width: 100%;
	max-width: 304px;
	cursor: pointer;
	border-radius: 4px;
	border: none;
	background: #475993;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.entrar_facebook span {
	font-weight: 600;
	font-size: 1rem;
	color: #FFFFFF;
}

.entrar_facebook i {
	margin: 0 10px 0 0;
	font-size: 1.3rem;
	color: #FFFFFF;
}

.divisore {
	width: 100%;
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.divisore p {
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 1rem;
	color: #9A9C9E;
}

.divisore .linha {
	flex: 1 1 auto;
	border-top: 1px solid #BDBDBD;
}

.divisore .linha:first-child {
	margin: 0 30px 0 0;
}

.divisore .linha:last-child {
	margin: 0 0 0 30px;
}

.form_inputs {
	margin: 5px 0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form_inputs input {
	width: 100%;
	height: 50px;
    
	margin: 5px 0;
	padding: 5px 10px;
    
	border: 2px solid #828282;
    
	box-sizing: border-box;
	border-radius: 4px;
    font-family: GothamPro;
	font-size: 1rem;
    font-weight: 500;
	color: #333;
}

.form_inputs input::placeholder {
	color: #828282;
    font-weight: none;
}

.form_inputs input:focus {
	border: 2px solid #333;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.esqueceu_senha {
    width: 100%;
    
    margin: 10px 0 0 0;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.botoes_logar {
	width: 100%;
	padding: 20px 0 25px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid #ddd;
	*/
}

.recup_senha {
	margin: 10px 0 0 0;
	padding: 0;
	cursor: pointer;
	font-size: 1rem;
	color: rgba(242, 136, 182, 1);
    
    text-decoration: none;
    
    display: block;
}

.recup_senha:hover {
	font-weight: 600;
    text-decoration: underline;
}

.txt_modal {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 1rem;
	color: #828282;
    text-align: center;
}

.clique_aqui {
	cursor: pointer;
	font-weight: 600;
	font-size: 1rem;
    text-decoration: none;
	color: rgba(242, 136, 182, 1);
}

.clique_aqui:hover {
	text-decoration: underline;
}

.erros {
	width: 100%;

	margin: 5px 0 0 0;

	border-radius: 5px;
}

.erros span {
	display: inline-block;

	width: 100%;
	padding: 15px;

	box-sizing: border-box;

	border-radius: 5px;
	background-color: #FF4848;

	text-align: center;
	font-size: 1rem;
	color: #FFFFFF;
}

/* Botões */
.btn_generico {
    width: auto;

    margin: 0;
    padding: 10px 25px;

    text-decoration: none;
    border: none;

    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);

    cursor: pointer;
    position: relative;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 200px;

    font-family: GothamPRo;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;

    -webkit-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out;

    background: #FFF;
    border: 2px solid #828282;
    color: #333;

    display: inline-block;
}

.btn_generico:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #FFF;
}

.btn_generico:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.btn_generico.entrar {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}

.btn_generico.entrar:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.btn_generico.btn_principal {
    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #333;
    font-weight: 600;
    font-size: 1.2rem;
}

.btn_generico.btn_principal:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}

@media screen and (max-width: 1000px) {
    :root {
        font-size: 1rem;
    }

    *,
    *:after,
    *:before {
        cursor: default !important;
    }

    .navbar .btn_navbar {
        display: none;
    }
}

.invisivel {
    display: none !important;
}