footer {
	width: 100%;
	margin: 0px auto;
	color: #F0F0F0;

}

#footer {
	margin-top: auto;
	background-color: #303030;
	border: 0;
}

#footer a, #footer a>i {
	color: white;
}
footer a:hover {
	color: white;
}

#footer a:not(.btn):not(.no-footer-css):hover,
#footer a:not(.btn):not(.no-footer-css):focus,
#footer a:not(.btn):not(.no-footer-css):active
 {
	text-decoration: underline;
	color: inherit;
}

/*------------------------------------------ FOOTER FEEDBACK ------------------------------------------*/
#footer-feedback {
	background-color: white;
}

.footer-feedback-component{
	background-color: #f7f7f7;
	padding: 1rem;
	margin: 0.7rem 0;
	text-align: center;
}

.border-bottom-end{
	border-bottom: 1px solid ;
	border-image: linear-gradient(to right, transparent 90%, #0b8068 10%) 20% 1;
	padding-bottom: 0.5rem;
}



#footer-cau p{
	text-align: right;
	margin-bottom: 0.5rem;
}

#footer-feedback i{
	background-color: white;
	padding: 1rem;
	border-radius:50%;  
	color: #0B8068;
	font-size: 3.5rem;
	margin-top: 0.5rem;
}

/*------------------------------------------ FOOTER TOP BAR ------------------------------------------*/
#footer-topbar {
	padding: 0.75em 0;
	border-top: 2px solid #B1B1B1;
	background-color: #f7f7f7;

}

#footer-topbar i{
	font-size: 1.2em;

}
#footer-topbar a,
#footer-topbar a:not(.btn):not(.no-footer-css):hover,
#footer-topbar a:not(.btn):not(.no-footer-css):focus,
#footer-topbar a:not(.btn):not(.no-footer-css):active
{
	color:black;
}

#footer-topbar ul {
	margin: 0;
	justify-content: space-between;
}

#footer-othersite #footer-topbar ul {
	width: 100%;
}

#footer-topbar li:not(:last-child){
	margin-right: 1rem;
}

#footer-topbar #footer-social li {
	font-size: 10px;
	padding: 0 4px;
	margin-left: 0.2rem;
	margin-right: 0;
}


#footer-topbar #footer-social i {
	font-size: 2em;
	color: #0B8068;
}

/*------------------------------------------ FOOTER MAIN ------------------------------------------*/
#footer-main{
	padding-top: 1rem;
}
#footer-main{
	padding-top: 3rem;
	padding-bottom: 1rem;
}
#footer-main .footer-col-title{
	font-size: 1rem;
	color: white;
	margin: 0 0 0.5rem 1.5rem;
	font-weight: bold;
}

#footer #footer-nav ul{
	margin-top: 0.5rem;
}
#footer-nav li, #footer-address li{
	margin-bottom: 0;
}

#footer-address i{
	line-height: 2em;
}

#footer-othersite #footer-social li {
	padding: 0 4px;
	margin-left: 0.2rem;
}

#footer-othersite #footer-main #footer-social{
	justify-content: end;
}
#footer-othersite #footer-main #footer-social li{
	font-size: 2em;
}

.break {
	flex-basis: 100%;
	height: 0;
  }

/*------------------------------------------ FOOTER LEGAL ------------------------------------------*/

#footer-legal li{
	padding-right: 1rem;

}

/*------------------------------------------ FOOTER BOTTOM BAR ------------------------------------------*/

#footer-bottombar{
	padding: 0.5rem 0;
	border-top: 1px solid;
}
#footer-bottombar ul{
	margin-bottom: 0;
}
#footer-bottombar i{
	line-height: 2em;
}




/************************************************************/
/************************ RESPONSIVE ************************/
/************************************************************/

/******************* *********************/
@media screen and (max-width: 1200px) {

	#footer-topbar #footer-social {
		margin: 0.4rem auto 0 auto;
	}
	#footer-topbar ul {
		justify-content: center;
	}
}

/* Medida para Tablets Horizontal ............................................*/
@media screen and (max-width: 1024px) {

	/* menu  y buscador ...............*/

	footer.main .container > div + div {
		border-left: 1px solid #cad1d4;
		padding-left: 20px;
	}

}

/******************* col-xs *********************/
@media screen and (max-width: 576px) {
	.footer-feedback-component p{
		text-align: center;
		border: 0;
	}

	#footer-main #footer-address{
		margin-left: 0.5rem;
	}
}

/******************* col-sm *********************/
@media screen and (max-width: 768px) {
	footer.main .container > div {
		margin-top: 5px;
		margin-bottom: 5px;
		min-height: 0;
		text-align: center;
	}
	footer.main .container > .row > div + div {
		border-left: none;
		margin-top: 20px;
	}
	#footer-othersite  #footer-main .row>div {
		padding-bottom: 2rem;
	}
	#footer-othersite #footer-main #footer-social{
		justify-content: start;
	}
}
/******************* col-md *********************/
@media screen and (max-width: 960px) {

	#footer-main .footer-col-title{

		margin-top: 0.5rem;

	}

}
/******************* A partir de col-md *********************/
@media screen and (min-width: 768px) {

	#footer-bottombar #footer-legal ul{
		display: flex;
		
	}

	#footer-legal .footer-legal-line{
		display: flex;
		justify-content: end;
		flex-wrap: wrap;
		padding-bottom: 0;
	}

}
