.footer-content a {
  color: inherit;
  text-decoration: none;
}

.copyright {
  font-size: 12px;
  color: #fff;
}

.footer-content a:not(.btn):hover,
.footer-content a:not(.btn):focus {
  color: #3e93cc;
}

a.disclaimer:hover {
  color: #c4c4c4 !important;
}

.footer-content .disclaimer a {
  color: #fff;
}

.footer-content .disclaimer a:hover {
  color: #ccc;
}

.footer-content .nav {
  flex-direction: column;
}

.footer-content .nav li {
  margin-bottom: 0.5rem;
}

.footer-content .nav li:last-child {
  margin-bottom: 0;
}

.footer-content .main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-content .main a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px !important;
  color: #000000;
}

.footer-content .main [class*="col"] {
  margin-bottom: 1rem;
}

.footer-content .main [class*="col"]:last-child {
  margin-bottom: 0;
}

.footer-content .main .title {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .footer-content .main .title {
    font-size: calc(14px + 2 * ((100vw - 576px) / 824));
  }
}

@media only screen and (min-width: 1400px) {
  .footer-content .main .title {
    font-size: 16px;
  }
}

.footer-content .main .socmed {
  display: inline-flex;
}

.footer-content .main .socmed a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 5rem;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 1rem;
  transition: transform 300ms ease;
}

.footer-content .main .socmed a:hover {
  transform: translateY(-0.25rem);
}

@media screen and (max-width: 460px) {
  .footer-content .main [class*="col"] {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .footer-content .main [class*="col"] {
    margin-bottom: 0;
  }
}

.footer-content .cooperate {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-content a:not(.btn):hover.footer-content .cooperate ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-content .cooperate ul li {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.footer-content .cooperate ul li picture {
  display: flex;
}

.footer-content .cooperate ul li:last-child {
  margin-right: 0;
}

.footer-content .copyright {
  padding: 0.5rem 0;
  text-align: center;
  background-color: #d71f27;
}

.footer-content .ctn-bottom {
  padding: 0 16px;
}

/* Modal new services */

#modal-new-services .btn-primary,
#modal-new-services .btn-secondary,
#modal-new-services .btn-info {
  height: 40px !important;
  border-radius: 8px !important;
  font-weight: 600;
  line-height: 30px !important;
}

#modal-new-services button.btn-close,
#modal-form-request button.btn-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}

/* Modal form request */

#modal-form-request .modal-body h3.title {
  font-weight: 600;
  font-size: 23px;
  color: #1c80c3;
}

#modal-form-request .modal-body h2.demo {
  font-weight: 600;
  font-size: 20px;
  color: #1c80c3;
}

@media (max-width: 425px) {
  #modal-form-request .modal-body h3.title {
    margin-top: 10px;
  }
}