p
{
	font-size: 13px;
}

footer
{
    width: 100%;
    margin: auto;
    /* padding-top: 2px; */
    z-index: 99;
    bottom: 0px;
    position: fixed;
    background-color: #cecece;
    text-align: center;
    color: #733a8e;
    height: 50px;
    /* border-top: 4px solid #026c99; */
}

.footer_row
{
	padding-left: 4rem;
	padding-right: 4rem;
}

footer a img
{
	width: 30px;
	height: 30px;
}

footer a:hover
{
	opacity: 0.6;
}

footer .social_container
{
    height: 46px;
    display: flex;
    width: 150px;
    justify-content: space-evenly;
    align-items: center;
    background: white;
}

footer .row
{
	height: 100%;
}

footer .information_footer p
{
	margin-bottom: 0;
	font-style: italic;
}

.usu-coorporativo 
{
	padding-top: 13px;
    background-color: #716a6a;
}

.usu-coorporativo > h6
{
	color: #DDD;
}

.usu-coorporativo > h6 > a
{
	cursor: pointer;
	color: #FFF;
}

#logout
{
	display: none;
	position: absolute;
    background: rgb(255, 255, 255);
    bottom: 50px;
    border-radius: 5px;
    max-width: 300px;
    right: 100px;
    color: rgb(0, 153, 220) !important;
    -webkit-box-shadow: 0px 0px 7px 3px #009cde;
    -moz-box-shadow: 0px 0px 7px 3px #009cde;
    box-shadow: 0px 0px 7px 3px #009cde;
    padding-top: 1rem;
    /*padding-bottom: 1rem;*/
}

.foot-top
{
	height: 0 !important;
}

.redes-sociales
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.alertify.ajs-movable {
    position: absolute;
}

#footer-style-h6 {
	font-size: 15px;
}

@media (max-width: 1199px)
{
	.footer_row
	{
		padding-right: 5rem;
	}
}

@media (max-width: 991px)
{
	footer
	{
		position: inherit;
	}
}

@media (max-width: 991px)
{
	.footer_row
	{
		padding-right: 6rem;
	}
}

@media (max-width: 900px)
{
	.footer_row
	{
		padding-right: 7rem;
	}
}

@media (max-width: 767px)
{
	.footer_row
	{
		padding-left: 0;
		padding-right: 0;
	}
	footer .social_container
	{
	    margin: auto;
	}
}

@media (min-width: 992px) and (max-width: 1206px){
	#footer-style-h6 {
		margin-top: -8px;
	}
}

@media (min-width: 992px) and (max-width: 1075px) {
	#footer-style-p {
		margin-top: -8px;
	}
}