/*FOOTER*/
.footer-container {
    max-width: 340px;
    margin: 0 auto;
}

#loginFooter {
	background-color: #666666; 
	color: white ;
	padding: 10px;
	position: relative;
	/*bottom: auto;*/
	/*bottom: 0;*/
	/*width: 100%;*/
	margin: 0px;
}

.logo-footer img {
    width: 130px;
}

.small-text {
	font-size: 8px;
}

.no-padding {
	padding: 0 !important;
}

.container-dudas div {
    margin-left: 6px;
    /*margin-top: 3px;*/
}

.footer-border {
    border: 1px solid;
}

.footer-padding {
    padding: 6px;
}

.container-dudas {
    height: 76px;
}

.logo-footer {
    border-bottom: 1px solid #818385;
}

.border-footer {
    border: 1px solid #818385;
}

img.celeris-white {
    position: relative;
    bottom: 8px;
    width: 21px;
}

.container-dudas {
/*    border-top: 1px solid #818385;
    border-right: 1px solid #818385;
    border-bottom: 1px solid #818385;*/
    border-left: 1px solid #818385;
}

.desarrollado-por {
/*    border-left: 1px solid #818385;
    border-bottom: 1px solid #818385;
    border-right: 1px solid #818385;*/
}

/*.copyright {
    margin-top: 10px;
}*/


footer#loginFooter {
    /*position: relative;*/
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    padding-top: 12px;
    clear: both;
    height: 7.5vh;
    /*height: 8vh;*/
    /*padding-top: 20px;*/
}

.copyright {
    margin-left: 45px;
}

.desarrollado-por {
    margin-right: 30px;
}
/*END FOOTER*/

/*MOBILE DEVICES*/

@media (max-width: 767px) {
    .desarrollado-por {
        text-align: center;
        margin-right: 0px;
       
    }

    .copyright {
        margin-top: 0px;
        margin-left: 0px;
        text-align: center;
    }

    footer#loginFooter {
        line-height: unset !important;
    }

    footer#loginFooter {

        height: 20vh;
    }

}

.desarrollado-por {
    margin-right: 30px;
}
    footer#loginFooter {
         line-height: 22px;
    }
}

@media (max-width:480px) {
    footer#loginFooter div {
        text-align: center;
    }

}

@media (max-height: 540px) {
    footer#loginFooter {
        position: relative;
        height: auto;
    }
}

@media (max-height: 420px) {
    footer#loginFooter {
        position: relative;
        padding-top: 8px;

    }
}

@media (max-width: 420px) {
    footer#loginFooter {
        position: relative;
    }
}