.bg-22diez {
  --bs-bg-opacity:1;
  background-color:rgba(47,85,150,var(--bs-bg-opacity))!important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
      font-size: 3.5rem;
  }
}



.imgMarcas{
    height: 200px;
    width: auto;
    background: url("../imag/marcas/marcas.png");
    animation: rotacionMisMarcas 30s infinite linear;
  }
  
  @keyframes rotacionMisMarcas {
    0%{
      background-position: 0px 0px;
    }
    100%{
      background-position: 2100px 0px;
    }
  }

  .sinSubrayado a{
    color: white;
    text-decoration: none;
  }

  #trabajaAqui {
    cursor: pointer;
  }

  @import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
  .zonas{
      padding-top: 100px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  
  figure.zonas100 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 5px;
    min-width: 230px;
    max-width: 395px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #000000;
  }
  figure.zonas100 *,
  figure.zonas100 *:before,
  figure.zonas100 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  figure.zonas100 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    opacity: 0.9;
  }
  figure.zonas100 .title {
    position: absolute;
    top: 58%;
    left: 25px;
    padding: 5px 10px 10px;
  }
  figure.zonas100 .title:before,
  figure.zonas100 .title:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
  }
  figure.zonas100 .title:before {
    top: 0;
    left: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  figure.zonas100 .title:after {
    bottom: 0;
    right: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  figure.zonas100 .title div:before,
  figure.zonas100 .title div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff;
  }
  figure.zonas100 .title div:before {
    top: 10px;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  figure.zonas100 .title div:after {
    bottom: 10px;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  figure.zonas100 h2,
  figure.zonas100 h4 {
    margin: 0;
    text-transform: uppercase;
  }
  figure.zonas100 h2 {
    font-weight: 400;
  }
  figure.zonas100 h4 {
    display: block;
    font-weight: 700;
    background-color: #ffffff;
    padding: 5px 10px;
    color: #000000;
  }
  figure.zonas100 figcaption {
    position: absolute;
    bottom: 42%;
    left: 25px;
    text-align: left;
    opacity: 0;
    padding: 5px 60px 5px 10px;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.5px;
  }
  figure.zonas100 figcaption p {
    margin: 0;
  }
  figure.zonas100 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  figure.zonas100:hover img,
  figure.zonas100.hover img {
    zoom: 1;
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    opacity: 0.35;
  }
  figure.zonas100:hover .title:before,
  figure.zonas100.hover .title:before{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  figure.zonas100:hover .title:before,
  figure.zonas100.hover .title:before,
  figure.zonas100:hover .title:after,
  figure.zonas100.hover .title:after {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
  }
  figure.zonas100:hover figcaption,
  figure.zonas100.hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }