a.nav-link {
  color: black !important;
}

.footer-footer {
  width: 100%;
  background-color: black;
  height: 10%;
}

.bg-logo-blue {
  background-color: #23389c;
}

.bg-logo-blue-2 {
  background-color: #243f8c;
}

.bg-gray-35 {
  background-color: #bebebe;
}

.color-white-a10 {
  color: rgb(255 255 255 / 0.1);
}

.bg-red {
  background-color: #dc3545;
}
.color-red {
  color: #dc3545;
}

@media screen and (min-width: 1300px) {
  img.default-logo {
    width: 240px !important;
    max-width: 10000% !important;
    max-height: unset !important;
  }
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
}

.navbar-nav {
  align-items: center;
}

.simple-dropdown .dropdown-menu .dropdown a { font-size:15px; line-height:30px; }

.box-cookies .msg-cookies,
.box-cookies {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.box-cookies {
  font-weight: 100;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies p {
  margin-bottom: 0px;
}

.box-cookies .btn-cookies,
.btn-politica {
  /* background: #017a01; */
  cursor: pointer;
  align-self: normal;
}

.btn-cookies,
.btn-politica {
  padding: 8px 20px;
  background: #23389c;
  color: #fff;
  border: 1px solid #fff;
  transition: all ease 0.4s;
  border-radius: 0.25rem;
}

.box-cookies.hide {
  display: none !important;
}

.my-float {
  margin-top: 15px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 999;
}

#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  background: #333c56;
  color: #ffffff;
}

.dropdown .btn-rounded {
  border-radius: 35px !important;
  margin-top: -16px;
  min-width: 170px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.dropdown .btn-rounded i {
  margin-left: 10px;
}

.text-logo-blue, .feature-box-bg-white-hover:hover .text-hover-logo-blue, .text-hover-logo-blue:hover{
  color: #243f8c !important;
}

.line-height-2-5 { line-height: 2.5rem; }

.feature-box-icon {
  display: block;
  font-size: 2.85rem;
  line-height: 3.4rem;
  margin: 0 0 25px 0;
}

.services-title {
  font-size: 1.80rem;
  line-height: 2.5rem;
}

@media screen and (max-width:767px) {
  .rs-end .row {
    right: 0;
  }
}
.play-empresas {
  justify-content: center;
}

footer li {
  color: #b7b7b7;
}
footer li a {
  color: inherit;
}

.portfolio-image h6 {
  line-height: 15pt;
}
.portfolio-image h6 :first-child {
  line-height: normal;
}
