/* Color de texto navbar al posicionarse con el mouse  */

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 0, 0, 1);
}

/* Color de texto navbar activo */

.navbar-dark .navbar-nav .nav-link.active {
  color: red;
}

.no_selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select:none;
}

/* BACKGROUND PORTADA SERVICIOS-1 */

.cid-qUZtl07ydj {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../assets/images/7-reducida_red.jpg");
}

.cid-qUZtl07ydj H2 {
  color: #0d1b3b;
}

/* NAVBAR LOGO AGUILA BRANEL */

.img-branel-logo-head {
  width: 140px;
  border-radius: 5px;
  margin-bottom: -100px;
  margin-left: 10px;
  border: 2px solid white;
}

.img-branel-logo-footer {
  width: 120px;
  border-radius: 5px;
  margin-bottom: -70px;
  border: 2px solid white;
}

@media (min-width: 1500px) {
  .img-branel-logo-head {
    margin-left: -150px;
  }
}

/* NAVBAR LOGO AGUILA BRANEL */

/* Color de texto navbar al hacer foco con el mouse  */

.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 0, 0, 1);
}

.navbar-brand {
  display: inline-block;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 1rem;
  font-size: 1.0rem;
  line-height: inherit;
}

/* icono desplegable del nav-bar */

.navbar-toggler-icon {
  background-color: rgba(10, 30, 70, 0.85) !important;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.navbar-nav .nav-item .nav-link {
  color: rgb(10, 30, 70);
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

/* Color background navbar nativo */

.navbar {
  background-color: rgba(255, 255, 255, 1);
}

/* Color background navbar al colapsar */

.top-nav-collapse {
  background-color: rgba(255, 255, 255, 1);
}

.navbar.scrolling-navbar {
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar.scrolling-navbar .navbar-nav>li {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.navbar.scrolling-navbar.top-nav-collapse {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* @media (min-width: 600px) {
  .navbar.scrolling-navbar {
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .navbar.scrolling-navbar .navbar-nav>li {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 0px;
    padding-bottom: 0px;
  }
} */

/* Efecto wave navbar */

.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

.waves-effect .waves-ripple {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: gray;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

/* NAVBAR SOMBRA */

.navbar {
  -webkit-box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.26), 0 2px 10px 0 rgba(255, 255, 255, 0.22);
  box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.26), 0 2px 10px 0 rgba(255, 255, 255, 0.22);
}

.navbar .nav-item .nav-link {
  display: block;
}

/* Required height of parents of the Full Page Intro and Intro itself */

html,
body,
.view {
  height: 100%;
}

/* Footer color for sake of consistency with Navbar */

.page-footer {
  background-color: rgb(10, 30, 70);
}

/* Boton carousel */

.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  border-radius: 2rem !important;
  padding: 1em;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff0000 !important;
  background-color: #ffffff !important;
  border-color: #ff0000 !important;
  border-radius: 2rem !important;
}

/* cualidades fortalezas */

.cid-qUTWnTX1iV {
  background-color: rgba(10, 30, 70, 1);
  padding-top: 90px;
  padding-bottom: 90px;
}

.cid-qUTWnTX1iV h4 {
  text-align: left;
  font-weight: 500;
}

.cid-qUTWnTX1iV p {
  color: #535353;
  text-align: left;
  margin-bottom: 0;
}

.cid-qUTWnTX1iV .card-img {
  text-align: left;
  background-color: #ffffff;
  margin-bottom: -2px;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  padding: 2rem 2.5rem 0 2.5rem;
}

.cid-qUTWnTX1iV .card-img span {
  font-size: 72px;
  color: #ffffff;
}

.cid-qUTWnTX1iV .card-box {
  padding: 1rem 2.5rem 0rem 2.5rem;
  /* sup der inf izq */
  background-color: #ffffff;
  border-radius: 0rem 0rem 1.5rem 1.5rem;
  /* radios: sup-izq sup-der inf-izq inf-der */
  /*   opacity: 0.9; */
}

.cid-qUTWnTX1iV P {
  text-align: center;
}

.cid-qUTWnTX1iV .card-title,
.cid-qUTWnTX1iV .card-img {
  text-align: center;
}

/* overlay imagenes */

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .4;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

/* img inicial */

#img-1 {
  height: 8rem;
  padding: 1rem;
  position: absolute;
  left: 50px;
  top: 50px;
}

/* CONTENEDOR PPAL */

#pastillas {
  float: left;
  height: 5rem;
}

/* opacidad de imagenes carousel */

#img-ppal {
  height: 900px;
  background-size: cover;
}

#img-ppal::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 30, 70, 0.7);
  z-index: -1;
}

/* Boton Clientes */

.btn-primary,
.btn-primary:active {
  background-color: rgba(10, 30, 70, 0.85) !important;
  border-color: rgba(10, 30, 70, 0.85) !important;
  color: #ffffff !important;
  border-radius: 0.8em !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: rgba(10, 30, 70, 0.5) !important;
  border-color: rgba(10, 30, 70, 0.5) !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: rgba(10, 30, 70, 0.5) !important;
  border-color: rgba(10, 30, 70, 0.5) !important;
}

/* Boton GEP & Project */

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ff0000;
  color: #ff0000;
  border-radius: 2em !important;
  padding: 1em;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
  border-radius: 2em !important;
}

.wrap-img {
  height: 150px !important;
}

/* @media (min-width: 800px) and (max-width: 850px) {
            .navbar:not(.top-nav-collapse) {
                background: #1C2331 !important;
            }
        } */

/* Borde Cards */

#cards-img {
  border: white solid 1px;
  padding: 1em !important;
}

/* opacidad en cards del contenedor "servicios" al posicionarse con el mouse*/

#cards-img:hover {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 50%;
  ;
}

/* SECCION EMPRESA */

.cid-qV4OxNk8jM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(10, 30, 70);
}

.cid-qV4OxNk8jM .line {
  background-color: #ffffff;
  color: #ffffff;
  align-content: center;
  height: 2px;
  margin: 0 auto;
}

.cid-qV4OxNk8jM .section-text {
  padding: 2rem 0;
}

.cid-qV4OxNk8jM .inner-container {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cid-qV4OxNk8jM .inner-container {
    width: 100% !important;
  }
}

/* SERVICIOS */

#header12-4 .mbr-overlay {
  opacity: 0.8;
  background-color: rgb(10, 30, 70);
}

/* PIE DE PAGINA */

.cid-qTkAaeaxX5 {
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: rgb(10, 30, 70);
}

@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .content {
    text-align: center;
  }
  .cid-qTkAaeaxX5 .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-qTkAaeaxX5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-qTkAaeaxX5 .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-qTkAaeaxX5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-qTkAaeaxX5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.cid-qTkAaeaxX5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-qTkAaeaxX5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-qTkAaeaxX5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-qTkAaeaxX5 .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}