@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

* {
  
  font-style: normal !important;
}

.footer-distributed {
	background-color: #666 !important;
	box-shadow: 0px 0px 10px 0px #888888;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px 50px;
	color: #ffffff;
}
.footer-distributed .card {
	border: none;
	background-color: transparent;
}
.footer-distributed .card-body {
	padding: 0;
}
.footer-distributed .card-body h5 {
	margin-bottom: 20px;
	color: #ffffff !important;
	font-family: 'BankGothic Md BT', 'Bank Gothic Light', 'BankGothic', sans-serif;
    font-weight: bold;
	font-size: 38px !important;
}
.footer-distributed .card-body p {
	margin-bottom: 15px;
	color: #ffffff;
}
.footer-distributed .footer-icons img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: rgb(37, 37, 37);
	border-radius: 5px;
}

.icons-2{
	margin-right: 10px;
	background-color: rgb(37, 37, 37);
	border-radius: 50%;
	width: 35px;
}
@media (max-width: 1000px) {
	.footer-distributed .mailto {
	  font-size: 14px; /* Ajusta el tamaño de fuente según sea necesario */
	}
  }