body{
	font-family: calibri, arial;
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	background-color: #000000;
}
/****************** P C ******************/
.fit{
	width: 100%;
	height: 100%;
}
.alto .img_fit{
	height: 100%;
	width: auto;
}
.img_fit{
	width: 100%;
}
.fotos{
}
.ctimg{
	position: relative;
    left: 0px;
    width: 100%;
    height: 100%;
}
.otrosd{
	display: block;
}
.itimg{
	object-fit: cover;
	position: relative;	
	top: 0px;
	width: 100%;
	height: 100%;
	object-position: bottom left;
}
.fondo{
	overflow: hidden;
}
.centro{
	margin: auto;
}
.tabla{
	width: 90%;
	display: table;
	bottom: 20px;
	left: 20px;
}
.celda{
	display: table-cell;
	width: 20px;
	height: 20px;
}
.activo{
	pointer-events: none;
	opacity: .2;
}
.btb{
	font-size: 20px;
	background-color: #a5c053;
	font-family: calibri;
	text-align: center;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border-radius: 50%;
}
.btb:hover{
	opacity: 0.9;
}
.btb:active{
	opacity: 0.8;
}
.conten{
	position: absolute;
    top: calc(50%/2);
    right: 30px;
    width: 370px;
    height: 400px;
    background: rgba(255,255,255,0.70);
    border-radius: 10px;
}
.contene-logo{
	position: absolute;
    text-align: center;
    width: 370px;
    height: 130px;
    left: 0px;
    top: 0px;
}
.logoa{
	position: absolute;
    width: 200px;
    left: calc(100%/4);
    top: 50%;
    transform: translate(0px ,-50px);
}
.area_log{
	position: absolute;
    width: 370px;
    height: 270px;
    bottom: 0px;
    left: 0px;
}
.login{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #01abd5;
    font-size: 20px;
    font-family: calibri;
    text-align: center;
}
.cabe{
	border: 0px solid;
    position: relative;
    top: 15px;
    width: 100%;
    height: 25px;
}
.logi01{
	border: 0px solid;
    width: 100%;
    height: 35px;
    left: 0px;
    top: 45px;
}
.campo1{
	outline: none;
    background-color: rgb(255, 255, 255);
    border: none;
    text-align: left;
    font-size: 15px;
    border-radius: 10px;
    width: 70%;
    height: 100%;
    left: 15%;
    top: 0px;
    padding-left: 60px;
}
::placeholder { 
  color: #113757;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #113757;
}
::-ms-input-placeholder {
  color: #113757;
}
.ico1{
	background: #1b75bb;
    position: absolute;
    left: 15%;
    border-radius: 10px 0 0 10px;
    height: 100%;
    width: 45px;
}
.icon{
    position: absolute;
    width: 20px;
    height: auto;
    top: 5px;
    left: 13px;
}
.logi02{
	border: 0px solid;
	width: 100%; 
	height: 35px; 
	left: 0px; 
	top: 90px;
}
.campo2{
	outline: none;
	background-color: #ffffff;
	background-image: url('../img/candado.png');
	background-size: 18px;
	background-position: 10px 5px; 
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
	width: 70%;
	height: 30px;
	left: 15%;
	top: 30px;
}
.logi03{
	border: 0px solid;
    width: 100%;
    height: 100px;
    left: 0%;
    bottom: 10px;
}
.btw{
	font-size: 20px;
	font-family: calibri;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: #aac553;
	border-radius: 25px;
	border: none	;
	cursor: pointer;
	width: 70%;
    left: 15%;
    height: 35px;
    top: 30px;
}
.btw:hover{
	transition: all 0.5s ease-in-out;
	transform: scale(1.1);
}
.btw:active{
	background-color: rgba(17,55,87,0.9);
	transition: all 0.5s ease-in-out;
	transform: scale(0.9);
}
.forgot{
	font-family: calibri;
	font-size: 12px;
	text-align: center;
	color: #1b75bb;
}
.forgot a{	
	font-family: calibri;
	color: #1b75bb;
	font-weight: bolder;
}
.logoff{
    background-color: rgb(142, 197, 78);
    border: 0px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    width: 70%;
    padding: 8px;
    left: -50%;
    top: 85px;
    visibility: hidden;
}
.logoff:before{
	content: "";
	position: absolute;
	top: 40%;
	right: -10px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #8ec54e;
}
.muestra_mensaje{
	visibility: visible;
	transition: opacity linear 2s;
	animation: mensaje ease-in-out 1s infinite alternate;
}
@keyframes mensaje {
    100% {transform: translateY(-70px);}
}
.movert{
	display: none;
}
.non{
	display: none
}
/****************** M O B I L ******************/
.mobil .itimg{
	width: 100%;	
	top: -150;
}
.vertical.itimg{
	height: 100%;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0px);
}
.vertical .ctimg{
    height: 100%;
}
.mobil .conten {
   	height: 300px;
    top: calc(50%/6);
}
.vertical .conten{
	width: 80%;
    height: calc(50%);
    left: 10%;
    top: 45%;
}
.mobil .contene-logo{
    width: 100%;
    height: 80px;
}
.vertical .contene-logo {
    width: 100%;
    height: 80px;
}
.mobil .logoa{
	width: 150px;
    left: calc(100%/3);
    top: 70%;
}
.vertical .logoa{
	width: 60%;
    left: 50%;
    transform: translate(-50%, -30px);
}
.mobil .area_log {
    height: 240px;
}
.vertical .area_log {
    width: 100%;
    height: 270px;
}
.vertical .cabe {
    top: 0px;
}
.vertical .logi01 {
    border: 0px solid;
    width: 100%;
    height: 15%;
    left: 0px;
    top: 45px;
}
.vertical .campo1 {
    width: 90%;
    left: 5%;
}
.vertical .ico1 {
    left: 5%;
}
.vertical .icon {
    top: 8px;
}
.vertical .logi02 {
    border: 0px solid;
    width: 100%;
    height: 15%;
    left: 0px;
    top: 95px;
}
.mobil .logi03 {
    height: 80px;
}
.vertical .logi03 {
    border: 0px solid;
    width: 100%;
    height: 100px;
    left: 0px;
    bottom: 0%;
}
.vertical .itimg {
    height: 100%;
    width: auto;
    top: 0;
}
.mobil .btw {
    font-size: 20px;
    width: 90%;
    left: 5%;
    top: 30px;
}
.mobil .logoff {
    width: 90%;
    left: 5%;
    top: -20px;
}

.vertical .fotos{
	text-align: center;
	top: 0px;
}
.vertical .img_fit{
	position: relative;
	left: 0%;
	width: auto;
	height: 100%;
}
.vertical .alto .img_fit{
	height: auto;
	width: 100%;
}
.vertical .tabla {
    width: 50%;
    bottom: 5px;
    left: 30%;
}
/****************** B A S I C S ******************/
.maskara{
	overflow: hidden;	
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.hid{
	visibility: hidden;
}
@font-face{
	font-family: regular;
	src: url("");
	/*src: url("https://offupd.educativo.co/login/fonts/pfdintextcomppro_regular.otf") format("opentype");*/
}
@font-face{
	font-family: regularb;
	src: url("https://offupd.educativo.co/login/fonts/montserrat-black.otf") format("opentype");
}

/*****************animation********************/
.entra{
        animation: ingresa ease-in-out 1s;
        animation-fill-mode: forwards;
}
@keyframes ingresa {
    0% {
        transform: translateX(100%);
    }
    to  {
        transform: translateX(0%);
    }
}
