.cardsuperior {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 380px;
  margin-bottom: 2vh;
}

.cajasabajo {
  padding-bottom: 5rem !important;
}

.sombraimagen {
  filter: grayscale(1);
}
.sombraimagena:hover {
  filter: grayscale(0);
}

.colorblanco {
  color: #fff;
}

.fondoblancotrabajamos {
  background: #fbfbfb;
  padding-left: 13px;
  border-radius: 25px;
  padding-right: 13px;
}

.card-socio {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.contenedor-card {
  padding: 2px 16px;
}

.flex-container {
  display: flex;
  justify-content: center;
}

.flex-container > div {
  margin: 10px;
  padding: 20px;
}

#header > div > div.header-top.header-top-default.header-top-borders.border-bottom-0.bg-color-light > div {
  background: #212529;
  border-radius: 5px;
  box-shadow: 2px 6px 4px 1px rgba(0, 0, 0, 0.2);
}

i .fab {
  color: #7a0d0d !important;
}

.linkdireccion a {
  color: white !important;
}

/*subrayado titulo*/
.subrayadotitulo {
  border-bottom-color: #3e5ca7;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  font-family: "GillSans" !important;
  letter-spacing: normal;
}

.btn .btn-primary {
  background-color: #355EF8 !important;
}

.card_svg {
  position: absolute;
  z-index: 999;
  top: -50px;
  left: 34px;
}

.semicircle {
  position: relative;
  background: #2c3e50;
  height: 50vh;
}

.img-addit-svg {
  position: absolute;
  top: 5px;
  left: 68px;
  width: 31px;
  height: auto;
  z-index: 1000 !important;
}

.section-parallax {
  z-index: 999;
  height: 660px;
}

.fa {
  padding: 20px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  color: white;
}

.fa:hover {
  opacity: 0.7;
}

.iconteam {
  font-size: 16px;
  font-size: 27px;
  padding-right: 0.3em;
  color: #2e2e2e;
  float: right;
}
.iconteam :hover {
  color: #8a0606;
}

.footer-copyright {
  background-image: url(http://localhost/additnueva/imagenes/bg-footer-nuevo-sin-avila-2.png) !important;
  /* position: unset; */
  background-size: cover !important;
  background-position: 0% 16% !important;
  z-index: 999 !important;
  height: 233px;
}

.container-footer {
  max-width: 100vw !important;
}

.icontop {
  color: white;
}

.card-footer {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.card-body-servicios {
  height: 18vh;
}

/*.custom-header-top-nav-background {


            & :before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100vw ;
            height: 100%;
            background: rgb(160, 18, 18);
            transform: skewX(-25deg);
            z-index: -5;}

            & :after {
            content: '';
            position: absolute;
            top: 7px;
            right: -7px;
            width: 100vw;
            height: 100%;
            background: rgb(23, 16, 128);
            transform: skewX(-25deg);
            z-index: -5;
            }


}*/
.posicion-mobile {
  right: -125% !important;
}

@media (min-width: 568px) {
  .d-md-block {
    display: block !important;
  }
}
.nuevafuente {
  font-family: "GillSans" !important;
  letter-spacing: normal;
}

.nuevafuenteparrafo {
  font-size: 1.2rem !important;
}

.btn-dark {
  background-color: #3e5ca7 !important;
}

/*# sourceMappingURL=custom-addit.css.map */
