@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
body {
  font-family: "Roboto", sans-serif;
}

.nav-link.contact {
  color: #005596 !important;
}

.dropdown-toggle::after {
  display: none;
}

.menu-items li a {
  color: black !important;
  font-weight: 600;
}
.menu-items li:last-child {
  background-color: #005596;
  padding: 0 15px;
}
.menu-items li:last-child a {
  color: white !important;
}
.menu-items .fa.fa-angle-down {
  color: #fcb035;
}

.dropdown-menu {
  padding: 0px;
  margin: 0px;
  background-color: #f2f6f9;
}
.dropdown-menu a {
  border-bottom: 1px solid #e4e0e0;
  font-weight: 100 !important;
  color: black !important;
}
.dropdown-menu a:hover {
  font-weight: 600 !important;
}

.dropdown:hover .solutions {
  border-bottom: 2px solid #fcb035;
}

.footer {
  background-color: #e8edef;
}
.footer h2 {
  padding-bottom: 10px;
}
.footer p {
  line-height: 35px;
  font-size: 14px;
}
.footer a {
  color: black;
}
.footer .btn-contact-footer {
  background-color: #fcb035;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 50px;
  border-radius: 0px;
}
.footer .form-row .suscriber {
  border: none;
  width: 50%;
  border-radius: 0px;
}
.footer .form-row .btn-send-suscriber {
  background-color: #005596;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 50px;
  color: white;
  border-radius: 0px;
}

.copyright {
  background-color: #005596;
}
.copyright p {
  color: white;
  display: inline-block;
  font-weight: 100;
  font-size: 14px;
}
.copyright .rights-2 p {
  float: right;
}

/*RESPONSIVE*/
@media only screen and (min-width: 1024px) {
  .dropdown-menu {
    min-width: 22rem;
  }
}
@media only screen and (max-width: 480px) {
  .copyright .rights-2 p {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .copyright p {
    font-size: 12px;
  }
  .copyright .rights p {
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-contact {
    flex-flow: row;
    float: right;
  }
  .navbar-contact li:last-child {
    padding-left: 10px;
  }
}

/*# sourceMappingURL=styles.css.map */
