@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

footer {
    width: 100%;
    padding: 25px 0 0 0;
    background: url(../assets/img/foot.png);
    background-size: cover;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

ul {
	list-style: none;
}

.footer {
	background-color: #24262b;
	padding: 70px 0;
}

.footer-col-one {
	width: 30%;
}
.footer-col-two {
	width: 32%;
}
.footer-col-three {
	width: 38%;
}
.footer-col {
	padding: 0px 12px 30px 15px;
}

.footer-col h4 {
	font-size: 18px;
	color: #ffffff;
	/* text-transform: capitalize; */
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-col ul li a {
	font-size: 15px;
	/* text-transform: capitalize; */
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
    color: var(--gray-500);
	display: block;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover {
	color: #ffffff;
	padding-left: 8px;
}

.footer-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
}

#foot.container {
    padding: 40px 0;
    margin: auto;
}


.footer-bottom {
    background-color: var(--gray-100);
    flex-direction: row;
}

.footer-bottom-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 16px;
    max-width: 1177px;
    margin-left: auto;
    margin-right: auto;
}

.footer-copyright {
    color: var(--gray-500);
    font-size: 14px;
    line-height: 70px;
    text-align: center;
}

.footer-bottom .social-links a {
    font-size: 24px;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(167, 189, 167, 0.2);
    margin: 16px 10px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    color: var(--gray-500);
    transition: all 0.5s ease;
}

.footer-bottom .social-links a:hover {
    color: var(--primary-color-two);
    background-color: var(--second-color-two);
}


.footer-bottom {
    background-color: #e2e6e9;
    flex-direction: row;
}


.just_texto {
    text-align: justify !important;
}


.dropdown-item.foo {
    padding: 0px !important;
	white-space: normal;
}

.textfoo {
    padding: 4px !important;
    font-size: 16px;
    text-align: justify;
    padding-left: 12px;
	margin-top: -16px;
}


/*responsive*/
@media(max-width: 767px) {
	.footer-col {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media(max-width: 574px) {
	.footer-col {
		width: 100%;
	}
}