/* Estilos generales */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

html,
body {
    height: 100%;
}
body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    font-family: 'Roboto', sans-serif !important;
    background-image: url(../recursos/Imagen_grande.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 1600px;
}
#contendor_global {
	width: 1200px;
	max-width: 1200px;
	min-width: 280px;
    padding-bottom: 3em;
    margin-top: 20em;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 45px;
	position: relative;
}
#seccion_uno {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    height: 50px;
}
#logo {
	width: 220px;
	height: 170px;
    position: absolute;
    top: -100px;
}
#ima_logo {
	width: 220px;
}

#idioma {
	margin-bottom: 50px;
	text-align: right;
	width: 100%;
	padding-top: 10px;
	padding-right: 80px;
}

#idioma label {
	color: #016394;
	font-size: 1.2em;
	display: block;
}
#idioma select {
	width: 150px;
	margin-top: 0.4em;
}

#seccion_dos {
	padding-bottom: 1.5em;
}
#bienvenido {
	color: #016394;
	font-size: 3.2em;
	font-weight: bold;
}
.form-signin {
	width: 100%;
	max-width: 500px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 45px;
	padding-bottom: 35px;
	-webkit-box-shadow: 2px 2px 25px #B3B3B3;
	        box-shadow: 2px 2px 25px #B3B3B3;
    background-color: #fff;
}
#texto_codigo {
	color: #016394;
	font-size: 2.2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.estilo_paises {
	height: 50px;
	max-height: 50px;
	min-height: 100%;
	margin-top: 0.6em;
	text-align: left;
	padding-left: 5em !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.4em;
	font-weight: 500;
	color: #15AAA6;
	margin-bottom: 0.6em;
}
.estilo_paises:hover {
	-webkit-box-shadow: 2px 1px 8px #999999;
	        box-shadow: 2px 1px 8px #999999;
}
.estilo_ima_bandera {
	/* padding-right: 1em; */
	margin-right: 1em;
}

/* MEDIA RESPONSIVO */

/* Tamaño mas chico hacia abajo */
@media (max-width: 575.98px) {
	#logo {
		width: 160px;
		height: 160px;
		position: absolute;
		top: -200px;
	}
	#ima_logo {
		width: 160px;
	}
	#seccion_uno {
		height: 0px;
	}
	#idioma {
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
		padding-top: 10px;
		padding-right: 0px;
		margin-top: -40px;
		display: inline-block;
	}
	#contendor_global {
		padding-bottom: 0em;
		width: 0px;
		margin-top: 0px;
	}
	#seccion_dos {
		padding-bottom: 1em;
	}
	#bienvenido {
		font-size: 1.9em;
	}
	#texto_codigo {
		font-size: 1.6em;
	}
	body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		font-family: 'Roboto', sans-serif !important;
		background-image: url(../recursos/Imagen_grande_recortada.jpg);
		background-repeat: no-repeat;
		background-size: 576px;
		background-position: top;
		height: 1200px;
	}
	.form-signin {
		width: 100%;
		max-width: 300px;
		margin: auto;
		background-color: rgba(255, 255, 255, 0.4);
		border-radius: 20px;
		-webkit-box-shadow: 1px 1px 15px #B3B3B3;
		        box-shadow: 1px 1px 15px #B3B3B3;
	}
	.estilo_paises {
		text-align: left;
		font-size: 1.1em;
	}
	.estilo_paises {
		padding-left: 2.5em !important;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	body {
		height: 1200px;
	}
	#contendor_global {
		width: 560px;
	}
	#idioma {
		padding-right: 30px;
		margin-bottom: 30px;
	}
	#ima_logo {
		width: 190px;
	}
	#logo {
		width: 190px;
		height: 190px;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	#contendor_global {
		width: 760px;
	}
	#idioma {
		padding-right: 50px;
	}
	body {
		height: 1300px;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	#contendor_global {
		width: 990px;
	}
	body {
		height: 1400px;
	}

}


