.modulo-footer {
    background: #222222;
    margin: 0;
	padding-top:35px;
	padding-bottom:35px;
}

.cds   {
    font-size: 11px;
    color: #fff;
    float: right;
    height: 36px;
    display: block;
    background-position: left top;
    line-height: 36px;
    /* margin-right: 10px; */
}
.cds:hover {
    font-size: 11px;
    height: 36px;
    display: block;
    background-position: left top;
    line-height: 36px;
	color:#06F;
}


@media (max-width: 767px){
.cds   {
    float: none;
	text-align:center;
}
}

.contacto-consultas{
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

@media (max-width: 987px){
.contacto-consultas{
    font-size: 16px;
	text-align:center;
}
}

.contacto-consultas span{
    color: #02b875;
    font-weight: 500;
}

.modulo-footer .iconos-social {
	    margin-top: 18px;
}

.modulo-footer .iconos-social .icon-social {
	font-size:18px;
	color:#fff;	
	padding: 0px 6px;
}

.modulo-footer .foot-menu {
	position: relative;
	/*float: left;*/
	padding-left: 0;
	margin-bottom: 4px;
	margin-top: 15px;
	float: none;
	text-align:center;
}

.modulo-footer .foot-menu li {
    /*float: left;*/
    position: relative;
    list-style: none;
    position: relative;
	margin-right: 14px;
	float: none;

}

@media (max-width: 987px) {
.modulo-footer .foot-menu {
	float: none;
	text-align:center;
}

.modulo-footer .foot-menu li {
    float: none;
	margin-right: 0px;
}

}

.modulo-footer .foot-menu li a {
	font-size: 16px;
	color: #fff;
	padding: 3px 2px 3px 2px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
}

.modulo-footer .foot-menu li a:hover {
	color:#adadad;
}
/*
.modulo-footer .foot-menu li:after {
    content: '\f111';
    height: 80%;
    width: 1px;
    background: rgb(213, 213, 214);
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
	-webkit-font-smoothing: antialiased;
    font: normal normal normal 4px/1 FontAwesome;
}
*/
.modulo-footer .foot-menu li:after {
    /*content: '\f111';
    width: 1px;
    position: absolute;
    top: 46%;
    bottom: 10%;
    right: 0;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 4px/1 FontAwesome;
	color: #cec39b;*/
}

.modulo-footer .foot-menu li:last-child:after {
    content: '';
    height: 80%;
    width: 1px;
    background: rgba(183, 142, 15, 0.0);
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
}

.modulo-footer .btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

@media (max-width: 987px) {
.modulo-footer .terminos-p {
	text-align:center;
}
}

.modulo-footer-inferior {
	background-color:#1a1a1a;
	color: white;

}