@charset "utf-8";
/* CSS Document */

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

html, body{
	height:100%;
}

body{
	margin:0;
	padding:0;
	background: rgb(0,198,210);
	background: linear-gradient(59deg, rgba(0,198,210,1) 0%, rgba(8,110,177,1) 100%);
	font-family: 'Poppins', sans-serif;
}
#tudo{
	width:100%;
	position:relative;
	min-height:100%;
}
* html #tudo{
	height:100%;
}




/*------Defult-----*/
:focus{
	outline:none;
}
a{
	text-decoration:none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a:hover{
	text-decoration:none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
/*-----Fim Defult-----*/





/*-----Header-----*/
header{
	width:100%;
	padding:30px 0;
}
/*-----Fim Header-----*/





/*-----Conteúdo-----*/
#conteudo{
	padding-bottom:150px;
}


.conteudo{display: flex; text-align: center; align-items: center;justify-content: center;padding-top: 50px;color: #fff;}
.conteudo img{margin-bottom: 30px}
.conteudo h2{max-width: 500px;font-weight: bold;font-size: 30px;}

h4{padding: 20px; font-size: 18px;}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.slecionar{
	margin: 30px 0 0;
	position: relative;
	cursor: pointer;
}
.slecionar>li{
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.slecionar>li h3{
	color: #666;
	padding: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.slecionar>li ul{
	position: absolute;
	top: 70%;
	display: none;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.slecionar:hover ul{
	display: block;
	width: 100%;
	background: #fff;
	overflow: hidden
}
.slecionar:hover ul li a{
	font-size: 16px;
	display: block;
	padding: 20px 10px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #eee;
}




#admin{padding: 6% 0 0;}
#admin .login{
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
#admin .login *{
    font-size: 14px;
}
#admin .login .form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}
#admin .login i {font-size: 67px;}

#admin .login .form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}
#admin .login .form-top-left h3 { margin-top: 0; font-weight: 300; font-size: 24px; color: #777 }
#admin .login .form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}
#admin .login .form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}
#admin .login .form-bottom form textarea {
	height: 100px;
}
#admin .login .form-bottom form button.btn {
	width: 100%;
}
#admin .login .form-bottom form .input-error {
	border-color: #19b9e7;
}
#admin .login .social-login {
	margin-top: 35px;
}
#admin .login .social-login h3 {
	color: #fff;
}
#admin .login .social-login-buttons {
	margin-top: 25px;
}
#admin .login button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
#admin .login button.btn:hover { opacity: 0.6; color: #fff; }
#admin .login button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#admin .login button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }
#admin .login button.btn:active:focus, #admin .login  button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

#admin>p {color: #d3d7e0; text-align: center; font-size: 13px; margin-top: 20px; margin-bottom: 0}
#admin>p a{color: #d3d7e0; padding: 0 10px;}
#admin>p a:hover{color: #fff;}

#admin>p.footer{
	position: relative;
	display: table;;
	margin: 40px auto 0;
	padding-top: 10px;
}
#admin>p.footer:before{
	content: '';
	position: absolute;
	border-top: 1px solid #a2abc7;
	top: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
}
#admin>p.footer a{color: #bec3d4}

#admin .alert{
	margin: 0;
    padding: 5px 15px;
    border-radius: 0;
}
#admin .alert p{font-size: 12px;}
.alert-danger p{color: #a94442;}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/*-----Fim Conteúdo-----*/





/*-----Footer-----*/
footer{
	width:100%;
	height:150px;
	position:absolute;
	bottom:0;
}
/*-----Fim Footer-----*/





/*-----Classes Globais-----*/
.clr{clear:both;}
.col-center{
	float: none;
	margin: 0 auto;
}
/*-----Fim Classes Globais-----*/


@media (max-width: 768px){
	img{width: 150px;}
	.conteudo h2{max-width: 500px;font-weight: bold;font-size: 25px;}
	.conteudo{padding: 0;}
}