@charset "UTF-8";

.header-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	align-items: center;
}

.title {
	padding-left: 15px;
}

@media screen and (max-width: 800px) {
	.header-wrapper {
		display: none;
	}
	
	body {
        height: 100vh;
    }
}

.valign {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 3rem;
}

.valign .image-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #bcbcbc;
}

.intro {
	max-height: 100%;
	text-align: justify;
	margin: 2rem;
	padding: 2rem;
}

.image {
	display: none;
}

.bottom-ribbon {
	background-color: #bcbcbc;
	bottom: 0;
	width: 100vw;
	position: absolute;
}

.bottom-ribbon>div {
	padding: 0px 10%;
}

@media only screen and (min-width: 1280px) {
	.intro {
		width: 40%;
		margin-right: 7%;
		margin-left: 3%;
		height: 100%;
		padding: 3rem;
	}
	.image {
		width: 45%;
		height: auto;
		display: block;
	}
}

body {
	font-family: helvetica, sans-serif;
	background-image: url('../img/background.jpg');
	background-repeat: repeat;
	background-size: 1000px 1000px;
	height: 100vh;
}

footer {
	bottom: 0;
	position: absolute;
}

/*
	Login css;
*/

section {
    padding: 1rem;
}
h3{
    margin: 0;
}
.login-form{
    width: 350px;
    padding: 2px;
}

.logo-izq{
	width: 350px;
	height: auto;
}
.logo-der{
	width: 260px;
	height: auto;
}

.footer{
	bottom: 0;
}	

@media screen and (max-width: 800px) {
	.logo-izq{
		width: 350px;
		height: auto;
	}
	.logo-der{
		width: 200px;
		height: auto;
	}

}

@media screen and (max-width: 800px) {
	.logo-izq{
		width: 350px;
		height: auto;
	}

}

/*
pdf viewer
*/
.viewer{
    width: 100%;
    height: 90vh;
}
@media only screen and (min-width: 801px){
    .viewer{
        width: 70vw;
    }
}

/*
login
*/

.login-section {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.login-section2 {
    width: 80vw;
    height: 80vh;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


