@charset "utf-8";
/* CSS Document */

/*geral*/
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
	font-family: 'Montserrat', sans-serif !important;
}

.fab {
  font-family: "FontAwesome";
}
hr {
    height: 1px;
    border-color:#f2f2f2;
    width: 90%;
		margin: 0 auto;

}
footer hr {
    height: 1px;
    border-color:#808080;
    width: 70%;
		margin: 50px auto;

}
hr.dark {
    border-color: #BDBDBD;
}
i{
	border: #f2f2f2 solid 2px;
	border-radius: 100px;
	font-size: 4em;
	padding: 30px;
	width: 150px;
	height: 150px;
	line-height: 90px !important;
}
i.full{
	border: none;
	color: #fff;
	background-color: #be1e2d;
}
/*colors & text*/
.text-comproo{
	color: #a32430 !important;
}
.text-comproo-grey{
	color: #525252 !important;
}
.bold-comproo{
	font-weight: 700;
}
.scrolled{
  background-color: #FFF;
  transition: 0.3s;
	border-bottom: #f2f2f2 solid 1px;
}
/*cover*/
#carouselCover .carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat top left scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main-text{
    position: absolute;
    top: 20%;
    width: 96.66666666666666%;
    color: #FFF;
}
/*btns*/
.login-btn{
	border: #a32430 solid 2px;
	border-radius: 25px;
	padding: 10px 50px !important;
}
.btn-menu{
	line-height: 35px;
}
.navbar-nav .active a{
	font-weight: 700;
}
/*footer*/
.footer {
	background-color: #333333;
	padding: 50px 0;
}

/*LoginPage*/
body.loginPage{
	background-image:url("../pics/bg_login_01.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:10px;
}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;
  margin: 10px auto 30px;
}
.vertical-center {
  min-height: 100%;
  min-height: 90vh;

  display: flex;
  align-items: center;
}


@media (min-width: 576px) { 
	h1{	
		font-size: 4em;
		line-height: auto;
	}
	h2{	
		font-size: 3em;
		line-height: auto;
	}
	h3{
		font-size: 2em;
		line-height: auto;
	}
	p{
		font-size: 1.25em;
		line-height: auto;
	}
}
@media (max-width: 575px) { 
	.main-text{
    top: 20%;
}
	.navbar{
		background: #FFF;
	}
	i{
	border: #f2f2f2 solid 2px;
	border-radius: 100px;
	font-size: 2em;
	padding: 30px;
	width: 100px;
	height: 100px;
	line-height: 40px !important;
	}
	i.full{
	border: none;
	color: #fff;
	background-color: #be1e2d;
	}
}