﻿@media (min-width: 768px) {
  li.wa_btn_li {
    display: none !important; } }

footer .title {
  font-family: "Oswald Regular";
  font-size: 20px;
  text-align: center;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

footer footer .footer-logos {
  display: block;
  margin: 50px 0 30px; }

footer .follow-us {
  margin-bottom: 60px; }
  footer .follow-us p:first-child {
    font-family: "Oswald Regular";
    text-align: center;
    font-size: 20px;
    color: #808080;
    letter-spacing: 0.1em;
    margin-bottom: 25px; }
  footer .follow-us ul {
    list-style-type: none;
    text-align: center;
    padding: 0; }
    footer .follow-us ul li {
      display: inline;
      margin-left: 15px;
      letter-spacing: 0.1em; }
      footer .follow-us ul li a {
        text-decoration: none; }
      footer .follow-us ul li .social {
        display: inline-block;
        transition: all 0.3s ease; }
      footer .follow-us ul li .social-youtube {
        background-image: url("../Images/footer/social_yt.svg");
        width: 25px;
        height: 18px; }
      footer .follow-us ul li .social-youtube:hover {
        opacity: 1;
        background-image: url("../Images/footer/social_yt_active.svg"); }
      footer .follow-us ul li .social-facebook {
        background-image: url("../Images/footer/social_fb.svg");
        width: 12px;
        height: 23px; }
      footer .follow-us ul li .social-facebook:hover {
        opacity: 1;
        background-image: url("../Images/footer/social_fb_active.svg"); }
      footer .follow-us ul li .social-twitter {
        background-image: url("../Images/footer/social_tw.svg");
        width: 26px;
        height: 21px; }
      footer .follow-us ul li .social-twitter:hover {
        opacity: 1;
        background-image: url("../Images/footer/social_tw_active.svg"); }
      footer .follow-us ul li .social-google-plus {
        background-image: url("../Images/footer/social_gp.svg");
        width: 36px;
        height: 23px; }
      footer .follow-us ul li .social-google-plus:hover {
        opacity: 1;
        background-image: url("../Images/footer/social_gp_active.png"); }
      footer .follow-us ul li .social-instagram {
        background-image: url("../Images/footer/social_ig.png");
        width: 23px;
        height: 23px; }
      footer .follow-us ul li .social-instagram:hover {
        opacity: 1;
        background-image: url("../Images/footer/social_ig_active.png"); }
      footer .follow-us ul li .social-whatsapp {
        background-image: url("../Images/footer/social_wa.svg");
        width: 23px;
        height: 23px; }
      footer .follow-us ul li .social-whatsapp:hover {
        opacity: 1;
        background-image: url("../Images/footer/social_wa_active.svg"); }
      footer .follow-us ul li .social-linkdin {
        background-image: url("../Images/footer/social_in.svg");
        width: 23px;
        height: 23px; }
      footer .follow-us ul li .social-linkdin:hover {
        opacity: 1;
        background-image: url("../Images/footer/social_in_active.svg"); }

footer .container-fluid {
  background: #2f2f2f; }
  footer .container-fluid .footer-links .col-width {
    width: 200px; }
  footer .container-fluid .footer-links .root {
    padding-top: 65px;
    font-family: "oswald regular";
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.2;
    color: white;
    text-transform: uppercase; }
  footer .container-fluid .footer-links ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 35px; }
    footer .container-fluid .footer-links ul li a {
      font-size: 14px;
      line-height: 32px;
      color: #838484;
      text-decoration: none;
      text-transform: uppercase; }
    footer .container-fluid .footer-links ul li a:hover {
      color: #2aa644; }
  footer .container-fluid .credits {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.871);
    font-size: 16px;
    padding-bottom: 15px; }
  footer .container-fluid hr {
    border-top: 1px solid #6e6e6e; }
  footer .container-fluid .footer-logo {
    padding-bottom: 25px; }
  footer .container-fluid .disclaimer {
    font-family: "Open Sans Light";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.871);
    margin-bottom: 50px; }

