.footer {
    padding-bottom: 40px;
    background: linear-gradient(352deg, #1F1F1F 39.72%, #121212 83.34%);
}

.top-footer {
    padding: 40px 0;
}

.top-footer-container {
    display: flex;
    justify-content: space-between;
}

.top-footer-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-cta-button1{
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color:#fff;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  color: var(--MainDark);
  transition: .3s ease-in-out;
}

.footer-cta-button1 path{
    transition: .3s ease-in-out;
}

.footer-cta-button1:hover{
    background-color: var(--MainColor);
    color: #fff;
}
.footer-cta-button1:hover path{
    stroke:  #fff;
}

.footer-cta-button2{
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--MainColor);
  padding: 16px 32px;
  justify-content:space-between;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: .3s ease-in-out;
}

.footer-cta-button2 path{
    transition: .3s ease-in-out;
}

.footer-cta-button2:hover{
  background-color: #fff;
  color: var(--MainColor);
}

.footer-cta-button2:hover path{
    stroke: var(--MainColor);
}

.footer-list-social {
    display: flex;
    flex-direction: initial;
    justify-content: flex-start;
    gap: 16px;
    list-style-type: none;
}

.footer-content-logo-content {
    display: flex;
    justify-content: space-between;
}

.footer-list__socialmedia-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #02142E;
    border-radius: 50%;
	transition: .3s ease-in-out;
}

.footer-list__socialmedia-links:hover a {
    background-color: var(--BlueNormal);
}


.footer-content {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
}

.footer-content-first-item {
    max-width: 264px;
}

.footer-content-item {
    max-width: 185px;
}

.footer-content-contact-item {
    max-width: 275px;
}

.footer-list__text_icon {
    display: flex;
    gap: 8px;
    align-items: center;
}

.link__logo-footer{
	display:flex;
}

.footer-content-item__title {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}

.footer-content-item__subtitle {
	color: var(--GreyDark);
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 700;
	line-height: normal;
}

.footer-content-item__paragraph {
	color: #BDBDBD;
	font-size: 16px;
	font-weight: 500;
	line-height: 143%; /* 22.88px */
}

.footer-contact{
	display: flex;
	flex-direction: initial;
	gap: 8px;
}

.footer-list {
	list-style-type: none;
}

.footer-list-special-content {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-list__content {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	margin: 0px 0px 12px 0px;
	display: flex;
	flex-direction: initial;
	gap: 8px;
}

.footer-list__content a {
	color: #BCBCBC;
	font-size: 14px;
	font-weight: 400;
	line-height: 143%;
	transition: .3s ease-in-out;
}

.footer-special-link {
    width: 275px;
    display: grid;
    grid-template-columns: 43px 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--MainColor);
}

.footer-special-link__svg-container {
    height: 38px;
    background-color: var(--MainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}

.footer-special-link-division {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-special-link p{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    transition: .3s ease-in-out;
}

.footer-list-special-content span {
    color: #646464;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: .3s ease-in-out;
}

.footer-special-link:hover p{
    color: var(--MainColor);
}

.footer-list__content_icon {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
}

.footer-list__content path{
    transition: .3s ease-in-out;
}

.footer-list__content a:hover {
	color: var(--MainColor);
	transition: .3s ease-in-out;
}

.footer-list__content a:hover path{
	fill: var(--BlueDark);
	transition: .3s ease-in-out;
}

.footer-content-item__link-map {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 16px 0px;
	padding: 16px 24px;
	border: 2px solid #fff;
	transition: .3s ease-in-out;
	display: flex;
	flex-direction: initial;
	gap: 8px;
	justify-content: center;
	max-width: 250px;
	fill: #fff;
}

.footer-content-item__link-map path{
	transition: .3s ease-in-out;
}

.footer-content-item__link-map:hover {
	border-color: var(--BlueNormal);
	background-color: var(--BlueNormal);
	transition: .3s ease-in-out;
	color: #fff!important;
}

.footer-content-item__link-map:hover path{
	fill: #fff!important;
}

.footer-social-icons {
	width: 180px;
	margin: 16px 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	gap: 8px;
}

.footer-social-icons__icon {
	background-color: #FFF;
	display: flex;
	border-radius: 50px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .3s ease-in-out;
}


.footer-content-item iframe {
	height: 100%;
    min-height: 300px;
    width: 100%;
}

/* FOOTER SEPARATOR */

.footer-separator {
	width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 36px;
}

.footer-separator hr {
	background-color: #FFF;
	height: 2px;
	margin-bottom: 40px;
}

.footer-separator-flex {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-separator__paragraph {
	color: #BDBDBD;
	font-size: 14px;
	font-style: normal;
}

.copyright-seals {
    width: 90%;
    display: flex;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 40px;
    gap: 14px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.copyright-seals__image {
    width: 128px;
}

.copyright-icon-path {
    fill: #fff;
}

	.footer-content {
		display: flex;
		flex-direction: column;
		gap: 16px;
		justify-content: space-between;
	}

	.fw5{
		font-weight: 500;
	}

	.footer-special-strong{
		color: var(--MainColor);
	}

/* MEDIAS */

@media only screen and (min-width: 400px) {
	.footer-content {
		flex-direction:initial;
		flex-wrap:wrap;
		width: 90%;
		max-width: 1280px;
		margin: 0 auto;
		justify-content: space-evenly;
	}
}

@media only screen and (min-width: 600px) {
	.footer-content {
		padding-top: 40px;
	}
}

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

	.footer-content {
	    justify-content: space-between;
	}
	
	.footer-separator-flex {
		display: flex;
    	flex-direction: row;
    	justify-content: space-between;
    	align-items: center;
	}	
	
	.footer-separator__paragraph {
		margin-bottom: unset;
	}
	
	.copyright-seals {
		width: unset;
		flex-wrap: unset;
		margin: unset;
	}
}

@media only screen and (max-width: 650px) {
	.top-footer-container {
		flex-direction:column;
		align-items:center;
		gap:24px;
	}
}
	
@media only screen and (max-width: 475px) {
	.top-footer-buttons {
		flex-direction:column;
		align-items:center;
		gap:24px;
	}

	.footer-cta-button2{
	    width: -webkit-fill-available;
	    justify-content: center;
	}
}