#ifr_carga, #div_carga {
	display:none;
}
body{
	background: url(/imagenes/fondo-login-Comunidades.jpg) no-repeat center;
	height: 100vh;
	background-size: cover;
	margin: 0;
    color: #434a54 !important;
	font-family: 'Roboto'
}
div{
	float: none;
	display: block;
}
#botonGuarda {
    background-color: #003882 !important;
    border-color: #003882 !important;
}
.no-bg {
	background: none !important;
}

body#body2{
	height: 100vh;
	background-size: cover;
}

.fondo_ctm {
	background: url(/imagenes/fondo_ctm.jpg) no-repeat center;
}

.fondo_comunidad{
	background: url(/imagenes/fondo-login-Comunidades.jpg) no-repeat center;
}

.texto-vertical-2 {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin-top: calc(100vh - 195px);
    margin-left: 35px;
    font-size: 16px;
	color:#8d8d8d;
}
.modal-dialog.modal-lg{
float: left;	
}
header{
	background: white;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}
footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #414141;
	color: white;
	padding: 27px 0;
	font-size: 13px;
}
footer::before {
	background:none;
}
section{
	padding-top: 100px;
	font-family: 'Roboto'
}
.login{
	padding: 35px 30px 27px;
	width: 268px;
	max-width: 100%;
	background: rgb(255,255,255);
	margin: 0 auto;
	color: #707c8c !important;
	font-size: 16px !important;
	border: 1px solid #dedede;
	box-sizing: content-box;
}
.login .input input{
	width: 100%;
	padding: 13px 10px;
	border: 1px solid #c1d1de;
	background: #f7faff;
	-webkit-appearance: none;
	font-family: 'Roboto';
    font-size: 16px;
	line-height: 25px;
}
.login .input{
	margin-bottom: 15px;
}
.login .boton{
	margin-top: 20px;
}
.login .titulo_login p {
	font-family:'Roboto';
	font-size:26px;
	font-weight:300;
	color: #006fb6;
	margin:0;
	margin-bottom:10px;
}
.login .texto_login p {
	color: #707c8c !important;
	font-size: 16px !important;
	line-height: 22px !important;
}
.recordar {
    float: right;
    margin-top: 10px;
    color: #006fb6;
	cursor: pointer;
	font-size: 14px;
}
.azul{
	color: #006fb6;
	font-weight: bold
}
.login .boton input[type=button], .login .boton input[type=submit]{
	background: #006fb6;
    border: 1px solid #006fb6;
    padding: 11px 25px;
    border-radius: 5px;
    color: white;
	cursor: pointer;
	font-size: 15px;
}
.login .boton input[type=button]:hover, .login .boton input[type=submit]:hover{
	background: white;
    color: #006fb6;
}
footer .copy{
	margin: 0;
	color:#FFF;
	font-size:14px;
	line-height:unset;
}
.login .texto {
    margin-bottom: 20px;
}
.login .texto p {
    margin: 0;
}
.boton{
	background: white;
}

.bloqueador{
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	position:fixed;
	top: 0px;
	z-index: 999;
}
div:not(#growlboot) .modal {
    width: 950px;
    background: white;
    position: relative;
    z-index: 1000;
    padding: 2% 3% 1%;
	padding-inline-end: 3%;
	overflow:auto;
	display:block;
	border-radius: 5px;
	margin: 60px auto 0px;
}
div:not(#growlboot) .modal.small {
    width: 500px;
    margin: 60px auto 0px;
}
div:not(#growlboot) .modal.solicitud {
	height: 300px !important;
}
div:not(#growlboot) .modal.extra.small {
    height: 60%;
}
div:not(#growlboot) .modal .close {
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.div_loading {
	display:block;
	text-align:center;
}
.div_titulo {
    font-size: 15px;
    margin: 10px 45px 20px;
    color: #707c8c !important;
}
.cont_escuela {
    display: inline-block;
}
.fila_form_boton {
    text-align: center;
}
@media screen and (max-width: 980px) {
	div:not(#growlboot) .modal {
		width: 96%;
		overflow-x: hidden;
	}
}