
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Open Sans', sans-serif;
}
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px var(--cor-alteranativa) inset !important;
	-webkit-text-fill-color: #000 !important;
}
.off{
	display: none;
}
.box-audio{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100px;
    margin: 20px auto 0;
    text-align: center;
}
.audio1{
	color: var(--cor-principal);
	width: 25px;
	height: 25px;
	border-radius: 13px;
	margin: 0 5px;
	font-size: 20px;
	background-image: linear-gradient(45deg, #16B83E, #FFE11F, #1651B8, #FFFFFF);
}
.audio-icon1{
	margin: 3px;
}
.audio1:hover{
	-webkit-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.91);
	-moz-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.91);
	box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.91);
}
.audio2{
	color: var(--cor-principal);
	width: 25px;
	height: 25px;
	border-radius: 13px;
	margin: 0 5px;
	font-size: 20px;
	background-image: linear-gradient(45deg, #16B83E, #FFE11F, #1651B8, #FFFFFF);
}
.audio-icon2{
	margin: 3px;
}
.audio2:hover{
	-webkit-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.91);
	-moz-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.91);
	box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.91);
}
.container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #ecf0f1;
    min-height: 580px;
    min-width: 300px;
}
.content{
	border-radius: 15px;
	width: 90%;
	height: 55%;
	justify-content: space-between;
	align-items: center;
	position: relative;
    min-height: 500px;
	min-width: 950px;
	max-width: 1050px;
	background-image: linear-gradient(45deg, #bbd4ce, #679186, #bbd4ce, #679186);
}
.content::before{
	content: "";
	position: absolute;
	background-color:  var(--cor-principal);
	width: 50%;
	height: 100%;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	left: 0;
}
.title{
	font-size: 28px;
	font-weight: bold;
	/* text-transform: capitalize; */
	color: var(--cor-font-tema);
	text-align: center;
}
.title-primary{
	color: var(--cor-secundaria);
}
.description{
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
}
.description::first-letter{
	text-transform: capitalize;	
}
.description-primary{
	color: #fff;
}
.description-second{
	color: var(--cor-font-tema);
}
.description-second.redes-sociais{
	color: #7f8c8d;
	margin-top: 10px;
}

/****** FIRST CONTENT *******/
.first-content{
	display: flex;
}
.first-content .second-column{
	z-index: 11;
	width: 100%;
	margin-bottom: 20px;
}
.first-column{
	text-align: center;
	width: 100%;
	z-index: 10;
}
.coments{
	margin: 30px auto;
	color: #fff;
	font-size: 12pt;
}
.coments a{
	color: #fff;
	text-decoration: none;
}
.coments a i{
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
}
.second-column{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.esqueci-senha{
	display: flex;
	align-items: center;
	margin-top: 3px;
	margin-bottom: 3px;
	color: var(--cor-font-tema);
}
.content-esqueci-senha{
	width: 20px;
	height: 20px;
	border-radius: 5px;
	text-align: center;
	background-color: #ecf0f1;
	align-content: center;
	vertical-align: middle;
	line-height: 23px;
	margin-right: 5px;
	color: var(--clr);
	padding: 1px;
}
.fa-exclamation{
	font-size: 14px;
}
.fa-fingerprint{
	font-size: 20px;
	margin-right: 5px;
}
.protect{
	display: flex;
	align-items: center;
	margin-top: 3px;
	margin-bottom: 3px;
	color: var(--cor-font-tema);
}
/* Formatação dos icones de link das redes sociais*/
.social-media.cad{
	margin: 0.8rem auto 0 auto;
}
.social-media.log{
	margin: 0 auto;
}
.list-social-media{
	display: flex;
	list-style-type: none;
	width: 250px;
	margin: 0 auto;
	justify-content: space-between;
}
.item-social-media.cadastro{
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: var(--cor-secundaria);
	margin: 0 8px 0 8px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.31);
	-moz-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.31);
	box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.31);
}
.item-social-media.login{
	border: 1px solid #58af9b;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #58af9b;
}
.link-social-media:not(:first-child){
}
.link-social-media:hover .item-social-media{
	width: 35px;
	height: 35px;
	background-color: var(--cor-secundaria);
	color: var(--cor-principal);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.91);
	-moz-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.91);
	box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.91);
}
.link-social-media:hover span{
	color: var(--cor-secundaria);
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.31);
	-moz-box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.31);
	box-shadow: 0px 0px 15px 1px rgba(250, 250, 250, 0.31);
}
.link-social-media span{
	color: var(--cor-secundaria);
}
.link-social-media .item-social-media{
	transition: background-color .5s;
}
.form{
	display: flex;
	flex-direction: column;
	width: 80%;
}
.pass1{
	width: 47%;
}
.pass2{
	width: 47%;
}
.label-password{
	background-color: var(--cor-secundaria);
	display: flex;
	align-items: center;
	margin: 3px;
    border-radius: 7px;
    padding-left: 5px;
}

/******* SECOND CONTENT ********/
.second-content{
	position: absolute;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
}
.second-content .first-column{
	order: 2;
	z-index: -1;
}
.second-content .second-column{
	order: 1;
	z-index: -1;
}
.password{
	color: var(--clr);
	font-size: 10px;
	margin-left: 10px;
	text-decoration: none;
	width: 130px;
	margin: 20px auto auto auto; 
}
.concordo{
	width: 350px;
	font-size: 10px;
	display: flex;
	color: var(--clr);
	margin: 2px auto auto auto;
	align-items: center;
}
.link-protect{
	color: var(--clr);
	font-size: 10px;
	margin-left: 10px;
	text-decoration: none;
	width: 350px;
	margin: 10px auto 2px auto;
}
.password::first-letter{
	text-transform: capitalize;
}
.sign-up-js .content::before{
	animation: slideLeft .5s;
	z-index: 12;
}
.sign-in-js .first-content .first-column{
	z-index: -1;
}
.sign-in-js .second-content .second-column{
	z-index: 11;
}
.sign-in-js .second-content .first-column{
	z-index: 13;
}
.sign-in-js .content::before{
	left: 50%;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	animation: slideRight .5s;
	z-index: 12;
}
.sign-up-js .first-content .second-column{
	z-index: 11;
}
.sign-up-js .first-content .first-column{
	z-index: 13;
}
.sign-up-js .second-content .first-column,
.sign-up-js .second-content .second-column{
	z-index: -1;
}
.sign-in-js .first-content .second-column{
	z-index: -1;
	position: relative;
	animation: deslocaConteudoLeft .5s;
}
.sign-up-js .second-content .second-column{
	z-index: -1;
	position: relative;
	animation: deslocaConteudoRigth .5s;
}
/* ANIMAÇÃO CSS */
/* ANIMAÇÃO DO CONTEÚDO*/
@keyframes deslocaConteudoLeft{
	from{
		left: 0;
		opacity: 1;
		z-index: 12;
	}
	25%{
		left: -80px;
		opacity: .5;
	}
	50%{
		left: -100px;
		opacity: .2;
	}
	to{
		left: -110px;
		opacity: 0;
		z-index: -1;
	}
}
@keyframes deslocaConteudoRigth{
	from{
		left: 0;
		z-index: 12;
	}
	25%{
		left: 80px;
		opacity: .5;
	}
	50%{
		left: 100px;
		opacity: .2;
	}
	to{
		left: 110px;
		z-index: -1;
	}
}
/* ANIMAÇÃO DO PISEUDO BEFORE */
@keyframes slideRight{
	from{
		left: 0;
	}
	10%{
		width: 60%;
		left: 0;
	}
	20%{
		width: 65%;
		left: 0;
	}
	30%{
		width: 70%;
		left: 0;
	}
	40%{
		width: 75%;
		left: 0;
	}
	50%{
		width: 80%;
		left: 0;
	}
	60%{
		width: 85%;
		left: 0;
	}
	70%{
		width: 90%;
		left: 0;
	}
	80%{
		width: 95%;
		left: 0;
	}
	90%{
		width: 100%;
		left: 0;
	}
	to{
		left: 50%;
	}
}
@keyframes slideLeft{
	from{
		left: 50%;
		width: 50%;
	}
	10%{
		left: 45%;
		width: 55%;
	}
	20%{
		left: 40%;
		width: 60%;
	}
	30%{
		left: 35%;
		width: 65%;
	}
	40%{
		left: 30%;
		width: 70%;
	}
	50%{
		left: 25%;
		width: 75%;
	}
	60%{
		left: 20%;
		width: 80%;
	}
	70%{
		left: 15%;
		width: 85%;
	}
	80%{
		left: 10%;
		width: 90%;
	}
	90%{
		left: 5%;
		width: 95%;
	}
	to{
		left: 0;
		width: 50%;
	}
}
/*CONFIGURAÇÕES PARA DISPOSIVOS MÓVEIS*/
@media screen and (max-width: 980px){
    .container{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        background-color: #ecf0f1;
        min-height: 750px;
    }
    .content{
        width: 100%;
        height: 100%;
		min-width: 360px;
    }
    .content::before{
        width: 100%;
        height: 25%;
        top: 0;
        border-radius: 0;
        min-height: 260px;
    }
	.pass1{
		width: 100%;
	}
	.pass2{
		width: 100%;
	}
    .link-protect{
        color: var(--clr);
        font-size: 10px;
        margin-left: 10px;
        text-decoration: none;
        width: 300px;
        margin: 10px auto 2px auto;
    }
    .concordo{
        width: 300px;
        font-size: 10px;
        display: flex;
        color: var(--clr);
        margin: 2px auto auto auto;
    }
    .first-content, .second-content{
        flex-direction: column;
        justify-content: space-around;
    }
    .first-column, .second-column{
        width: 100%;
        margin-bottom: 0px;
    }
	.first-content .second-column{
		z-index: 11;
		width: 100%;
		margin-bottom: 23px;
	}
    .sign-in-js .content::before{
        top: 55%;
        height: 45%;
        left: 0;
        border-radius: 0;
    }
    .form{
        width: 80%;
    }
    .area-recaptcha{
        width: 100%;
        position: relative;
        margin-top: 10px;
    }
    .captcha{
        width: 300px;
        margin: 0 auto;
    }
    /* ANIMAÇÃO CSS MOBILE */
    /* ANIMAÇÃO DO CONTEÚDO*/
    /*ONDE O ESQUERDO SERIA O TOP*/
    @keyframes deslocaConteudoLeft{
        from{
            top: 0;
            opacity: 1;
            z-index: 12;
        }
        25%{
            top: -80px;
            opacity: .5;
        }
        50%{
            top: -100px;
            opacity: .2;
        }
        to{
            top: -110px;
            opacity: 0;
            z-index: -1;
        }
    }
    @keyframes deslocaConteudoRigth{
        from{
            top: 0;
            z-index: 12;
        }
        25%{
            top: 80px;
            opacity: .5;
        }
        50%{
            top: 100px;
            opacity: .2;
        }
        to{
            top: 110px;
            z-index: -1;
        }
    }
    /* ANIMAÇÃO DO PISEUDO BEFORE ANIMAÇÃO CSS MOBILE */
    @keyframes slideRight{
        from{
            top: 0;
            height: 50%;
        }
        10%{
        	top: 0;
            height: 55%;
        }
        20%{
        	top: 0;
            height: 60%;
        }
        30%{
        	top: 0;
            height: 65%;
        }
        40%{
        	top: 0;
            height: 70%;
        }
        50%{
            top: 0;
            height: 75%;
        }
        60%{
            top: 0;
            height: 80%;
        }
        70%{
            top: 0;
            height: 85%;
        }
        80%{
            top: 0;
            height: 90%;
        }
        90%{
            top: 0;
            height: 100%;
        }
        to{
            top: 50%;
            height: 50%;
        }
    }
    @keyframes slideLeft{
        from{
            top: 50%;
            height: 50%;
        }
        10%{
            top: 45%;
            height: 55%;
        }
        20%{
            top: 40%;
            height: 60%;
        }
        30%{
            top: 35%;
            height: 65%;
        }
        40%{
            top: 30%;
        	height: 70%;
        }
        50%{
            top: 25%;
            height: 75%;
        }
        60%{
        	top: 20%;
            height: 80%;
        }
        70%{
        	top: 15%;
            height: 85%;
        }
        80%{
        	top: 10%;
            height: 90%;
        }
        90%{
        	top: 5%;
            height: 95%;
        }
        to{
            top: 0;
            height: 100%;
        }
    }
}
