header nav .navbar-nav.text-normal > li > a,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.logo-pleca {
  max-width: 105px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo-pleca {
    max-width: 180px;
  }
}

@media only screen and (min-width: 1080px) {
  .biosTopPad {
    padding-top: 115px !important;
  }
}

.empresaListado {
  padding: 0 !important;
}

@media screen and (min-width: 1024px) {
  .sliderMdScreen {
    margin-left: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .negativeMarginTop {
    margin-top: -10rem !important;
    margin-right: 13rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .pubTitle {
    margin-top: -5rem !important;
  }
}

.btn-transparent-white {
  background-color: #28334A !important;
}

.btn-transparent-white:hover {
  background: #c7622a !important;
  border-color: #fff !important;
  color: #fff;
}

ul.spListItem > li > p {
  margin: 0px;
  margin-left: 10px;
}

.spBold {
  font-size: 1.1em;
}

.specialUnderline {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #c55a11;
          text-decoration-color: #c55a11;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 3px;
  text-underline-offset: 15px;
}

.spListItem ::marker {
  color: #000;
  content: "\2022";
}

ul.spListItem:nth-child(2) ::marker {
  color: #c55a11;
  content: "\2022" !important;
}

ul.spListItem > li {
  margin-left: -2.5em;
}

ul.spListItem:nth-child(2) > li {
  margin-left: -1.5em;
}

/* icon hover effect style 5 */

.social-icon-style-custom-2 a,
.social-icon-style-custom-3 a {
  text-align: center;
  display: inline-block;
  color: #1e2d46;
}

.social-icon-style-custom-2 a:hover,
.social-icon-style-custom-3 a:hover {
  color: #c7622a;
}

.social-icon-style-custom-4 a {
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 100%;
}

.social-icon-style-custom-4 a:hover {
  color: #fff;
  border-radius: 100%;
  background-color: #c7622a;
}

.social-icon-style-custom-4 a.facebook {
  background-color: #3b5998;
}

.social-icon-style-custom-4 a:hover.facebook {
  background-color: #c7622a;
}

.social-icon-style-custom-4 a.twitter {
  background-color: #00aced;
}

.social-icon-style-custom-4 a:hover.twitter {
  background-color: #c7622a;
}

.social-icon-style-custom-4 a.linkedin {
  background-color: #007bb6;
}

.social-icon-style-custom-4 a:hover.linkedin {
  background-color: #c7622a;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.mfp-close {
  display: none !important;
}

@media print {
  footer,
  header,
  nav,
  aside {
    display: none !important;
  }

  .no-print,
  .top-space {
    display: none !important;
  }
}

