body{
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
html, body {
height: 100%
}

.text-info {
	color: #46BABA !important;
}

.navbar{
	padding-top: 36px;
	color: white;
}

.navbar-container{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 100%;
	height: 65px;
}

.navbar .btn{
	border: 1px solid;
}

.nav-link{
	margin-left: 25px;
	text-align:center;
}

.no-side-padding{
	padding-left:0;
	padding-right:0;
}

.no-right-padding{
	padding-right:0;
}

.align-text-right{
	text-align:right;
}

.align-text-center{
	text-align:center;
}

.footer-with-bg{
	background-image: url('../images/bg-footer.png');
	background-repeat: no-repeat;
	#background-size: 100%;
	height: 500px;
}

.footer-bottom-bar{
	padding-top:70px;
	color:white;
	border-top:1px solid #FFF;
}

.footer-upper-bar{
	padding-top:80px;
	padding-bottom:50px;
}
.footer-bottom-bar .middle {
	padding: 5px;
}
.footer-bar{
	background-color: #474747;
	height: 35px;
	padding: 8px;
	text-align: right;
}

footer .nav-link{
	font-size:14px;
}
footer .navbar-nav{
	padding-top: 80px;
}

.newsletter h3{
	color:#42bbcc;
	font-size:16px;
	font-weight:700;
}

.newsletter {
	padding:20px;
	color:#000;
	margin:10px;
	max-width:400px;
}


.newsletter input{
	width:80%;
}

.newsletter button{
	width:20%;
	float:left;
}


div.hero{
	margin-top: 20px;
	width: 100%;
	color: white;
}

img.hero-img{
	width: 100%;
	margin-left: 20px;
}
div.hero .hero-text{
	margin-top: 40px;
}

div.hero .hero-text h1{
	font-size: 65px;
	font-weight: 700;
	line-height: 62px;
}

div.hero .hero-text h2{
	font-weight: 400;
	font-size: 35px;
	margin-top: 10px;
}

div.hero .hero-text h3{
	color: black;
	font-weight: 700;
	font-size: 17px;
	margin-top: 85px;
}

.btn-acadeu {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	padding: 10px 30px;

}

div.characteristics {
	margin-top: 120px;
}

section#home{
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 555px;

}

section#landing{
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 555px;

}

.coordiep-logo{
	max-height: 50px;
}


section#landing form.inscription{
	padding-top: 40px;
}

section#landing div.hero .hero-text h1, section#landing h1{
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
}

section#landing div.hero .hero-text h2, section#landing div.characteristics h2{
	font-size: 23px;
	line-height: 30px;
}

section#landing div.characteristics h2{
	color: #AFB9C5;
}

section#landing div.characteristics h3{
	font-size: 17px;
	font-weight: 700;
	color: #46BABA;
	margin-bottom: 0px;
}

section#landing div.characteristics div.item{
	padding-top: 30px;
}

section#landing div.characteristics div.item p{
	line-height: 1;
}

section#demo {
	background-color:#46BABA;
	color:#FFFFFF;
	min-height:100%;
}

.image-cropper {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.image-cropper img {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
}


section#demo .logo-colegio {
	width: 100px;
	height: 100px;
	margin:auto;
	margin-top:-60px;
	text-align:center;
	background-color:#FFFFFF;
	overflow: hidden;
	border-radius: 54px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 2px solid #FFF;
	white-space: nowrap;
}

section#demo .logo-colegio span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

section#demo .logo-colegio img{
	max-width: 80%;
	max-height: 80%;
	vertical-align: middle;
}

section#demo .version{
	font-size: 15px;
}

section#demo .bg-white{
	color: #AFB9C5;
}
section#demo h1{
	font-weight: 700;
	font-size:2.0rem;
	color:#323C47;
}

section#demo .descripcion p{
	margin-bottom: 0;
	font-weight: 700;
}
section#demo .descripcion {
	margin-bottom: 20px;
	display: table-cell;
	height: 120px;
	width: 391px;
	text-align: center;
	vertical-align: middle;
	border-radius: 17%;
	font-size: 14px;
}

section#demo #card {
	width:423px;
	padding:15px;
}

section#demo h5{
	font-size: 15px;
}

section#demo .nombre-colegio{
	font-size: 25px;
}

div#stick-footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
}

footer.login {
	margin-top: 12px;
	width: 100%;
	text-align: center;
}

.action-buttons a {
	margin: 0 3px;
	display: inline-block;
	opacity: 0.85;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.action-buttons a:hover {
	text-decoration: none;
	opacity: 1;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.accordion-icons>.card {
	border: 2px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	margin-bottom:10px;
}

.accordion-icons .card-header .btn-collapse:before {
	font-family: Font Awesome\ 5 Free;
	font-weight:900;
	content:"\f068";
	padding-right: 4px;
}
.accordion-icons .card-header .btn-collapse.collapsed:before {
	content:"\f067";
}
.accordion-icons .card-header .btn-collapse:hover,
.accordion-icons .card-header .btn-collapse:active,
.accordion-icons .card-header .btn-collapse:focus  {
	text-decoration:none;
}

.accordion-icons .card-header .btn-collapse{
	font-weight:700;
	font-size:15px;
	color: #AFB9C5;
	text-align:left;
	width: calc(100% - 32px);
	padding-left:8px;
	padding-right:8px;
}

.accordion-icons .card-header {
	background-color: initial;
	border-bottom: none;
	padding-bottom: 0px;
}

.accordion-icons .card-body {
	color: #AFB9C5;
	padding-top: 0px;
	font-size: 12px;
	padding-left: 30px;
	font-weight: 700;
}
.accordion-icons .ingresar .btn-link {
	padding-left:0;
	padding-right:8px;
}

.accordion-icons .ingresar .fas{
	color: #AFB9C5;
	font-size:22px;
}


@media (max-width:991.98px) {
	.navbar-nav {
		background: #46baba;
		padding-bottom: 50px;
	}
	.navbar-collapse {
		z-index:30;
	}

	.nav-link{
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer-bottom-bar{
		padding-top:0;
	}

	.footer-bottom-bar .item {
		text-align:center;
	}

	.newsletter {
		margin-left:35px;

	}


}
@media (max-width: 767px){

	.characteristics .item {
		text-align:center;
	}
}

@media (max-width: 575.98px){

	section#landing{
		background-size: 400%;
	}

	section#landing div.hero .hero-text h1, section#landing h1{
		font-size: 25px;
		line-height: 30px;
	}

	section#landing div.hero .hero-text h2{
		font-size: 12px;
		line-height: 20px;
	}

	section#landing form.inscription {
		padding-top: 10px;
	}

	div.hero .hero-text, div.hero {
		margin-top: 0px;
	}

	div.hero label{
		font-size: 12px;
	}

	section#landing .logo{
		height: 20px;
	}


	footer .nav-link {
		font-size: 12px;
	}

	.form-group {
		margin-bottom: 5px;
	}

	.footer-bottom-bar{
		padding-top:0;
	}

	.footer-bottom-bar .item {
		text-align:center;
	}

}

@media (max-width: 537.98px){

	section#landing{
		background-size: 600%;
	}
}

@media (max-width: 350.98px){

	section#landing{
		background-size: 900%;
	}

	.footer-bar{
		font-size:10px;
	}
}


@media (min-width: 576px) and (max-width: 599.98px){
	section#landing{
		background-size: 550%;
	}

}

@media (min-width: 600px) and (max-width: 643.98px){
	section#landing{
		background-size: 480%;
	}

}
@media (min-width: 644px) and (max-width: 767.98px){

	section#landing{
		background-size: 440%;
	}

}

@media (min-width: 768px) and (max-width: 874.98px){

	section#landing{
		background-size: 250%;
	}

}

@media (min-width: 875px) and (max-width: 991.98px){

	section#landing{
		background-size: 200%;
	}

}


@media (min-width: 992px) and (max-width: 1249.98px){

	section#landing{
		background-size: 130%;
	}

	section#landing div.hero .hero-text h1, section#landing h1{
		font-size: 38px;
	}

	section#landing div.hero .hero-text h2{
		font-size: 18px;
		line-height: 20px;
	}

	section#landing div.hero .hero-text h3{
		font-size: 10px;
	}

	div.hero label, footer .nav-link, footer .middle {
		font-size: 12px;
	}
}

@media (max-width: 423px){
	section#demo #card {
		width:100%;
	}

	section#demo .descripcion {
		height: 200px;
		width: 100%;
	}
}
@media (min-width: 992px){

	section#landing .navbar-collapse{
		display:none!important;
	}
}

@media (min-width: 1250px) and (max-width: 1439.98){

	section#landing{
		background-size: 130%;
	}

	section#landing div.hero .hero-text h1, section#landing h1{
		font-size: 54px;
	}

	section#landing div.hero .hero-text h2{
		font-size: 35px;
		line-height: 20px;
	}

	section#landing div.hero .hero-text h3{
		font-size: 18px;
	}

	div.hero label, footer .middle {
		font-size: 18px;
	}
}

@media (min-width: 1440px){

	section#landing{
		background-size: 100%;
	}

	section#landing div.hero .hero-text h1, section#landing h1{
		font-size: 48px;
		line-height: 46px;
	}


	section#landing div.hero .hero-text h2{
		font-size: 30px;
		line-height: 28px;
	}

	section#landing div.characteristics h3 {
		font-size: 25px;
	}
	section#landing div.characteristics div.item p {
		font-size: 18px;
	}
	section#landing div.characteristics .item img{
		width:100%;
	}

	section#landing div.hero .hero-text h3{
		font-size: 18px;
	}

	div.hero label, footer .middle,footer .nav-link {
		font-size: 18px;
	}



	.footer-with-bg {
		background-size: 100%;
	}
}

@media (min-width: 1700px){

	section#landing div.hero .hero-text h1, section#landing h1{
		font-size: 54px;
		line-height: 52px;
	}


	section#landing div.hero .hero-text h2{
		font-size: 36px;
		line-height: 34px;
	}

	section#landing div.characteristics h3 {
		font-size: 35px;
	}
	section#landing div.characteristics div.item p {
		font-size: 28px;
	}

	section#landing div.hero .hero-text h3{
		font-size: 28px;
	}

	.navbar-brand img{
		height:50px;
	}

	div.hero label, footer .middle,footer .nav-link {
		font-size: 20px;
	}

	.navbar-container {
		height:100px;
	}

}

@media (min-width: 1850px){

	div.characteristics{
		margin-top: 300px;
	}

}

.change-institution{
	font-weight: 500;
	color: #AFB9C5 !important;
	font-size: 16px;
}
