
#logos{
  max-width: 400px;
  margin: 20px auto 0px auto;
  padding: 5px 0px;
  display: block;
}
.footer-logo{
    max-width: 150px !important;
    margin: 0px auto 0px auto;
}

@media (min-width: 1281px) {

    #iph-logo{
        max-width: 150px !important;
        margin: 0px 0px 20px 0px;
    }
    #hemo-logo{
        max-width: 160px !important;
        margin: 0px 15px
    }
    #estado-logo{
        max-width: 160px !important;
        margin: 0px 15px
    }

  }

  /*
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1025px) and (max-width: 1280px) {

    #iph-logo{
        max-width: 200px !important;
    }
    #hemo-logo{
        max-width: 160px !important;
        margin: 0px 15px
    }
    #estado-logo{
        max-width: 160px !important;
        margin: 0px 15px
    }

  }

  /*
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {

	#iph-logo{
		max-width: 200px !important;
	}
	#hemo-logo{
		max-width: 160px !important;
		margin: 0px 15px
	}
	#estado-logo{
		max-width: 160px !important;
		margin: 0px 15px
	}

}

/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	#iph-logo{
		max-width: 200px !important;
	}
	#hemo-logo{
		max-width: 150px !important;
	}
	#estado-logo{
		max-width: 150px !important;
	}
}

  /*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
	#iph-logo{
		max-width: 200px !important;
	}
	#hemo-logo{
		max-width: 150px !important;
	}
	#estado-logo{
		max-width: 150px !important;
	}
}

/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	#iph-logo{
		max-width: 200px !important;
	}
	#hemo-logo{
		max-width: 160px !important;
		margin: 0px 15px
	}
	#estado-logo{
		max-width: 160px !important;
		margin: 0px 15px
	}
}
