footer{
	background-color: #000000;
  color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
  font-size: 12px;
  letter-spacing: -0.005em;
  font-weight: 400;
  	width: 100%;
	min-height: 25px;
    position: block;
    bottom: 0;
    left: 0;
	word-wrap: break-word !important;
}
.footer__menu__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* por si se reduce en pantallas pequeñas */
}

.footer__content {
	padding-top: 0px;
}
.footer__logo {
	text-align: left;
	/* margin-bottom: 20px; */
}
.footer__logo__img {
	width: 30%;
	padding-top: 10px;
}
.footer__menu {
	margin: 20px 10px;
}
.footer__menu__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 400;
	line-height: 145%;
	letter-spacing: -0.005em;
}
.footer__menu__list li {
	width: 100%;
	margin-bottom: 0px;
}
.footer__menu__list a {
	color: #B5B5B5;
	font-size: 16px;
}
.footer__submenu__list {
	text-align: center;
}
.footer__submenu__list a {
	color: #fff;
}
.footer__submenu__list li:first-child {
	margin-bottom: 20px;
}
.footer__bottom {
	
}
.footer__terms {
	position: relative;
	margin-left: -14px;
}
.footer__terms::before {
	content: "";
    width: 1px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    right: -15px;
    top: 7px;
    transform: rotate(45deg);
}
.footer__terms::after {
	content: "";
    width: 1px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: 7px;
    transform: rotate(135deg);
}
.footer__terms__links {
	display: none;
	background-color: #fff;
	width: 200px;
	padding: 10px 0;
	margin: auto;
	margin-top: 6px;
}
.footer__terms__links a {
	display: block;
	color: #27251F;
}
.footer__terms__links a:first-child {
	margin-bottom: 10px;
}	

@media screen and (min-width: 360px) {
	.footer__menu {
	    margin: 20px 14px;
	    max-width: none;
	}
	.footer__menu__list li {
		margin-bottom: 15px;
		width: 165px;
		text-align: center;
	}
  .footer__menu__list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
	.footer__menu__list a {
		font-size: 17px;
	}
	.footer__menu_right {
		text-align: right;
	}

	.footer__submenu__list li {
		position: relative;
	}
	.footer__terms__links {
		position: absolute;
		left: 50%; 
    	transform: translate(-50%);
	}
  .footer__logo{
    text-align: center;
  }

.footer__menu__list li {
    width: 50%;          
    padding: 0.5rem 10px 0px .5rem;  
    text-align: left;
}


}


@media screen and (min-width: 500px) {



}

@media screen and (min-width: 768px) {
footer{
}

}
