.logo-footer{
	max-heght:80px;
}


.footer-social{
	list-style-type:none;

	margin-bottom:0px;
}

@media (min-width:1440px){
    /*#rowfooter{
        margin-left:250px;
    }*/
    #infolist{
        padding-left:280px;
    }
}

@media (min-width:1024px) and (max-width:1439px){
    /*#rowfooter{
        margin-left:130px;
    }*/
    #infolist{
        padding-left:180px;
    }
    
}
@media (min-width:768px) and (max-width:1023px){
    #rowfooter{
        margin-left:60px;
    }
}

@media (min-width:426px){
 .futerA{margin-left:20px;}   
}
@media (min-width:320px) and (max-width:425px){
    .futer{display:none;}
    .listado li{text-align:center;}
    .footer-social{visibility:hidden;}
}

.footer-social li{
		display:inline-block;
		padding:0 10px;
	}


.footer-social li:first-of-type{
			padding-left:0px;
		}


.footer-social li:last-of-type{
			padding-right:0px;
		}


.footer-social li i{
			font-size:21px;
		}
		
#flotantes .whatsapp {
  position: fixed;
  top: 40%;
  right: 2px;
  z-index: 1020;
  width: 50px;
  opacity: .8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#flotantes .whatsapp:hover {
  opacity: 1;
  transform: scale(1.2, 1.2);
}

#flotantes .tasa {
  position: fixed;
  top: calc(40% + 60px);
  right: 2px;
  z-index: 1020;
  width: 50px;
  opacity: .8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

 #flotantes .tasa:hover {
  opacity: 1;
  transform: scale(1.1, 1.1);
}

@media (min-width: 768px) {
.whatsapp {
    top: 40%;
    width: 60px;
  }
  .footer #flotantes .tasa {
    top: calc(40% + 80px);
    width: 60px;
  }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){

		#rowfooter {
    margin-left: 0px;
}}
