@charset "utf-8";
/* CSS Document */

* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

body {
  	background-color: #FFFFFF;
	margin: 0;
}

.int_op {
	position: relative;
}

.bloque_imagen_sesion {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: 1024px;
}

.imagen_sesion {
	width: 100%;
	height: 1024px;
}

.sesion {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: 1024px;
	background-color: #FFFFFF;
}

.logo {
    position: relative;
	width: 100%;
}

.logo_alpha {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	height: 100px;
}

.texto_int_op {
	position: relative;
}

.bloque_texto {
	position: relative;
	text-align: center;
}

.bloque_texto h1 {
	font-size: 40px;
	font-family: 'Share', sans-serif;
	color: #5b6574;
	margin-top: 100px;
}

.bloque_texto p {
	font-size: 30px;
	font-family: 'Josefin Sans', sans-serif;
	color: #5b6574;
}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 0 auto;
}
.login h1 {
	font-family: 'Share', sans-serif;
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #4aa957;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance:   button;
    appearance:        button;
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #4aa957;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

@media screen and (max-width: 1349px) and (min-width: 1150px) { 
	.bloque_imagen_sesion { 
		width: 50%;
		height: 750px;
	}
	.imagen_sesion {
		width: 100%;
		height: 750px;
	}
	.sesion { 
		height: 750px;
		background-color: #FFFFFF;
	}
	.bloque_texto h1 {
		font-size: 27px;  
		margin-top: 50px;
	}
	.bloque_texto p {
		font-size: 22px; 
		margin-top: 25px;
	}
	.login { 
		margin-top: 50px;
	}    
}

@media screen and (max-width: 1149px) and (min-width: 900px) { 
	.bloque_imagen_sesion { 
		width: 50%;
		height: 1024px;
	}
	.imagen_sesion {
		width: 100%;
		height: 1024px;
	}
	.sesion { 
		height: 1024px;
		background-color: #FFFFFF;
	}
	.bloque_texto h1 {
		font-size: 23px;  
		margin-top: 50px;
	}
	.bloque_texto p {
		font-size: 18px; 
		margin-top: 25px;
	}
	.login { 
		margin-top: 50px;
	}
}

@media screen and (max-width: 899px) and (min-width: 700px) { 
	.bloque_imagen_sesion {
		display: none;
	} 
	.imagen_sesion {
		display: none;
	} 
	.sesion {
		width: 100%;
		height: 1024px;
		background-color: #FFFFFF;
	}   
	.bloque_texto h1 {
		font-size: 30px;  
		margin-top: 50px;
	} 
	.bloque_texto p {
		font-size: 25px; 
	}
	.login { 
		margin-top: 50px;
	}      
}

@media screen and (max-width: 699px) and (min-width: 500px) { 
	.bloque_imagen_sesion {  
		display: none;
	} 
	.imagen_sesion { 
		display: none;
	} 
	.sesion {
		width: 100%;
		height: 750px;
		background-color: #FFFFFF;
	}  
	.bloque_texto h1 {
		font-size: 25px;  
		margin-top: 50px;
	} 
	.bloque_texto p {
		font-size: 20px; 
	}
	.login { 
		margin-top: 50px;
	}      
}

@media screen and (max-width: 499px) and (min-width: 300px) { 
	.bloque_imagen_sesion {  
		display: none;
	} 
	.imagen_sesion { 
		display: none;
	} 
	.sesion {
		width: 100%;
		height: 750px;
		background-color: #FFFFFF;
	}  
	.bloque_texto h1 {
		font-size: 20px;
		margin-top: 25px;
	} 
	.bloque_texto p {
		font-size: 15px;
		font-weight: bold;
		margin-top: 25px;
	}
	.login {
      	width: 300px;
      	margin-top: 50px;
    }
    .login h1 {
      	font-size: 20px;
    }
    .login form input[type="password"], .login form input[type="text"] {
      	width: 225px;
      	font-size: 12px;
    }
}