.modulo-footer {
    background: #f3f3f3;
    margin: 0;
    padding-top: 65px;
    padding-bottom: 65px;
    /* background-image: url(../img/bg-footer.png); */
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #353535;
	    margin-top: 50px;
}


.modulo-footer .menu-empresa a {
	color: white;
}


.modulo-footer .telefono{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

.modulo-footer .footer-title {
	font-size: 20px;
	color: #008f87;
	display: inline-block;
	font-weight: 500;
	/* text-transform: uppercase;*/
}


@media (max-width: 767px){
.modulo-footer .footer-title {
	font-size: 15px;
}

}


.cds   {
    font-size: 11px;
    color: #a0a0a0;
    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;
}
}


.redes-foot {
	display: block;
	width: 100%;
	margin-top: 20px;
}


.redes-foot .social {
    text-align: center;
    background-color: #bedcdb4a;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-decoration: none;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 40px;
    color: #008f87;
    font-size: 16px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.redes-foot .social:hover {
    text-decoration: none;
	background-color: #008f87;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


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

.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;
}

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

}

.modulo-footer .foot-menu li a {
font-size: 14px;
    color: #353533;
    line-height: 26px;
    display: inline-block;
    font-weight: 400;
}

.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 .foot-contacto{
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #008f87;
	border-bottom: solid 2px #d7d7d7;
	line-height: 28px;
	padding: 12px 22px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo-footer .foot-contacto:hover{
    color: #008f87;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo-footer-inferior {
	background-color:#fff;

}