@charset "UTF-8";

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Regular.otf);
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	align-items: center;
}
.header-background{
	background-image: url('../img/header-background.jpg');
	background-repeat: repeat;
	background-size: 1000px 1000px;
}
.title {
	padding-left: 15px;
}
.title-font{
	font-family: 'Montserrat' !important;
	font-weight: bold!important;
    color: #9d2449!important;
}
@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.png');
	background-repeat: repeat;
	background-size: 500px 500px;
	height: 100vh;
}

footer {
	bottom: 0;
	position: absolute;
}

/*
	Login css;
*/

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

.login-form > *{
	z-index: 1;
}

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

.footer{
	bottom: 0;
}	

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

.swal-responsive .swal2-html-container{
	margin: 1em .6em .3em;
}

/*
login
*/

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

.navbar{
	z-index: 1;
}

iframe{      
    display: block;  /* iframes are inline by default */   
    height: calc(100vh - 100px);  /* Set height to 100% of the viewport height */   
    width: 100%;  /* Set width to 100% of the viewport width */     
    border: none; /* Remove default border */
    background: lightyellow; /* Just for styling */
}

.slim-swal{
	padding: 0;
}
.slim-swal .swal2-actions{
	margin: 0;
}

.mapa{      
    display: block;  /* iframes are inline by default */   
    height: calc(100vh - 100px);  /* Set height to 100% of the viewport height */   
    width: 100%;  /* Set width to 100% of the viewport width */     
    border: none; /* Remove default border */
    background: lightyellow; /* Just for styling */
}