.modulo-footer{
	position:relative;
	padding-top: 50px;
    padding-bottom: 50px;
}

.modulo-footer .titulo-f {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 20px;
    margin-top: 16px;
    color: #000;
}

.modulo-footer .text-1 {
    color: #7E92AC;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-right: 50px;
    margin-bottom: 15px;
}

.modulo-footer .iconos-social {
	
}

.modulo-footer .iconos-social .icon-social {
	font-size: 18px;
	color: #fff;
	padding: 0px 6px;
	background-color: #33cccc;
	width: 39px;
	display: inline-block;
	text-align: center;
	height: 39px;
	line-height: 39px;
	border-radius: 50%;
}

.modulo-footer .iconos-social .icon-social:hover {
	background-color: #121212;
}

.modulo-footer .foot-menu {
	position: relative;
	float: left;
	padding-left: 0;
	margin-bottom: 4px;
}

.modulo-footer .foot-menu li {
    position: relative;
    list-style: none;
    position: relative;
	margin-right: 8px;
	margin-bottom: 8px;

}

.modulo-footer .foot-menu li a {
    color: #7E92AC;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px;
}

.modulo-footer .foot-menu li a:hover {
	color:#02b875;
}

@media (min-width: 767px){
.modulo-footer .foot-menu {
	width:100%;
}

.modulo-footer .foot-menu li {
	width:46%;
	display:inline-block;
}

.modulo-footer .padding-other {
    margin-top: 70px;
}


}

@media (max-width: 767px){

.modulo-footer .padd-xs {
    padding-left: 30px;
}


.modulo-footer .logo-foot{
    max-width: 150px;
}


.modulo-footer .text-1 {
    margin-right: 10px;
    margin-bottom: 15px;
}

.modulo-footer .padding-other {
    margin-top: 20px;
}

}

/*------------------------------*/

.modulo-footer-inferior{
	background-color:#0077CC;
	color:#fff;
	padding:15px 0px;
}

.modulo-footer-inferior .link{
	color:#fff;
}

@media (max-width: 767px){

.modulo-footer-inferior{

	padding:9px 0px;
}


}