body{
	font-family: regular, 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: auto;
}
.otrosd{
	display: block;
}
.itimg{
	width: 100%;
	object-fit: contain;
	position: relative;	
	top: 0px;
}
.fondo{
	overflow: hidden;
}
.centro{
	margin: auto;
}
.tabla{
	width: 100%;
    display: table;
    bottom: calc( 100%/5 );
    text-align: right;
}
.celda{
	display: table-cell;
	width: 25px;
	height: 25px;
}
.activo{
	pointer-events: none;
	opacity: .2;
}
.btb{
	background-color: #ffd800;
	border: none;
    cursor: pointer;
    color: #FFFFFF;
    margin: 5px;
    padding: 0;
    border-radius: 50%;
}
.btb:hover{
	opacity: 0.9;
}
.btb:active{
	opacity: 0.8;
}
.conten{
	position: absolute;
	bottom: 0px;
    left: 0px;
    width: 100%;
    height: calc( 100%/6 );
    background: #000000;
}
.contene-logo{
	position: absolute;
	text-align: center;
	width: 25%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000000;
}
.logoa{
	position: absolute;
    width: 200px;
    left: 18%;
    top: 50%;
    transform: translate(0px ,-50px);
}
.area_log{
	position: absolute;
	width: 75%;
	height: 100%;
	top: 0px;
	right: 0px;
	background: #ffd800;
}
.login{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #000000;
	font-size: 24px;
	font-family: regularb;
	text-align: center;
}
.cabe{
	border: 0px solid;
    position: relative;
	top: 15px;
	width: 100%;
	height: 40%;
}
.logi01{
	border: 0px solid;
	width: 35%; 
	height: 70%; 
	left: 0px; 
	bottom: 10px;
}
.campo1{
	outline: none;
	background-color: #ffffff;
	background-image: url('../img/user.png');
	background-size: 20px;
	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;
}
::placeholder { 
  color: rgba(162,115,0,0.7);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(162,115,0,0.7);
}
::-ms-input-placeholder {
  color: rgba(162,115,0,0.7);
}
.logi02{
	border: 0px solid;
	width: 35%; 
	height: 70%; 
	left: 30%; 
	bottom: 10px;
}
.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: 35%; 
	height: 70%; 
	right: 0%; 
	bottom: 10px;
}
.btw{
	font-size: 22px;
	font-family: regularb;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('../img/cursor.png');
	background-size: 25px;
	background-position: 85% ; 
	background-repeat: no-repeat;
	border-radius: 5px;
	border: 1px solid #ffffff;
	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(63,174,42,0.9);
}
.forgot{
	font-family: regular;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
.forgot a{	
	font-family: Arial;
	color: #000000;
	font-weight: bolder;
}
.logoff{
    background-color: #000000;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 75%), 0 1px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 70%;
    padding: 8px;
    left: 15%;
    top: 15px;
    visibility: hidden;
}
.logoff:before{
	content: "";
	position: absolute;
	top: 40%;
	left: -10px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #000000 transparent transparent;
}
.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: calc( 100%/3 );
    overflow: hidden;
}
.vertical .conten{
   	width: 80%;
   	height: calc( 100%/2 );
    left: 10%;
    bottom: 0px;
}
.mobil .contene-logo{
    width: 20%;
}
.vertical .contene-logo {
    width: 100%;
    height: 35%;
}
.mobil .logoa{
	width: 100%;
    left: 20px;
}
.vertical .logoa{
	width: 50%;
    left: 50%;
    transform: translate(-50%, -40px);
}
.vertical .area_log {
    width: 100%;
}
.vertical .logi01 {
    border: 0px solid;
    width: 100%;
    height: 20%;
    left: 0px;
    bottom: 45%;
}
.vertical .logi02 {
    border: 0px solid;
    width: 100%;
    height: 20%;
    left: 0px;
    bottom: 25%;
}
.vertical .logi03 {
    border: 0px solid;
    width: 100%;
    height: 20%;
    left: 0px;
    bottom: 0%;
}
.vertical .itimg {
    height: 100%;
    width: auto;
    top: 0;
}
.mobil .btw {
    font-size: 20px;
    background-position: 95%;
    width: 90%;
    left: 5%;
}
.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%;
}
/****************** 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("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%);
    }
}
