footer {
margin: 50px 0 150px 0;
}

.color_footer {
background-color: rgba(0, 0, 0, 0.23) !important;
background: linear-gradient(to bottom,#131622, transparent);
backdrop-filter: blur(3px);
border-radius:15px;
}

.container-footer {
  width: 60vw;
  max-width: 900px;
  min-width: 320px;
  margin: 0 auto;
}

.footer_wrapper {
padding:30px 30px 20px 30px;
}

.footer h2 {
color:#FFFFFF;
font-weight:500;
font-size: 2.4em;
}

.footer h3 {
font-family: 'Outfit',Arial,sans-serif;
color:#FFFFFF;
font-weight:400;
font-size: 2.0em;
margin-top:10px;
margin-bottom:50px;
}

@media (min-width: 1px) and (max-width: 768px) {
.footer h3 {
font-size: 1.6em!important;
line-height:30px!important;
}
}

.footer p {
text-align: center;
font-size:1.8em;
font-weight:300;
line-height:1.2em;
}

p.icon_size_footer {
font-size: 1.1em;
}

p.icon_size_footer a:hover {
color:#FFFFFF!important;
}

@media (min-width: 1px) and (max-width: 768px) {
p.icon_size_footer {
font-size: 0.7em;
}
}

a.footer_links,
a.footer_links:link {
display:inline-block;
font-size: 1.2em;
color:#FFFFFF!important;
padding:10px 20px 10px 20px;
margin:10px;
text-decoration:none;
font-weight:300;
border-radius:15px;
letter-spacing:1px!important;
text-transform: uppercase !important;
background: linear-gradient(to bottom,#171717, transparent);
border: 1px solid rgba(255,255,255, 0.63)!important;
}

a.footer_links:hover {
background:none;
background-color:#FFFFFF;
border: 1px solid rgba(255,255,255, 0.63)!important;
color:#000000!important;
}

#to-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
