﻿.contact{
text-align:center;
width:100%;
/*background:#045FB4;*/
/*color:#ffffff;*/
font-size:14px;
padding:10px;
}
.imgboton {
   width: 100%;
   margin: auto;
   margin-bottom: 5px;
   margin-top: 25px;
   min-height: 90px;
}
.footerAddress, .footerUTA, .footerTerm, .footerImg {
    margin-bottom: 0px;
}
.imgboton > img {
   width: 25%;
   max-height: 80px;
   margin-left: auto;
   margin-right: auto;
   display: block;
}

#img_bottomFooter:empty {
   margin-top: 5px;
   max-height: 80px;
}
   .footerContact{
    display:inline-block;
    margin:auto;
}
#footerContact{
    margin-top:10px;
}
.footerCall {
    margin-bottom: 10px;
}
	
@media (max-width: 575.98px) {
	footer, #footerContact {
		/*position: fixed;*/
		bottom: 0;
		width:100%;
	}	
   .contact {      
      font-size: 35px!important;
   }
	.imgboton{
		margin-bottom:100px;
	}

}

@media(min-width: 576px) and (max-width: 991px) {

	footer, #footerContact {
		/*position: fixed;*/
		bottom: 0;
		width: 100%;
	}
	.contact {	
		font-size: 1.5rem!important;
	}
	.imgboton {
		margin-bottom: 0px!important;
	}
}
/*@media (min-width: 992px) and (max-width: 1199.98px) {
	.contact {
		font-size: 35px!important;
	}
}*/
