section .top {
  height: 350px;
  padding: 150px 0 50px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  position: relative;
}
section .top picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .top picture:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .top picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .top .container {
  position: relative;
}
section .top .top-plazas {
  text-transform: uppercase;
}
section .top .top-tit {
  font-weight: 400;
}
section .sup {
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #002856;
  color: #FFFFFF;
  text-align: center;
}
section .sup .sup-tit {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
section .sup .sup-img {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
section .bloque {
  margin-top: 40px;
}
section .bloque .bloque-tit {
  padding-bottom: 12px;
  border-bottom: 2px solid;
  margin-bottom: 20px;
  color: #002856;
  font-weight: 400;
}
section .bloque .contentStyledText {
  font-weight: 300;
}
section .bloque picture {
  max-width: 680px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section .bloque picture img {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}
section .bloque .blockAttached {
  margin-top: 28px;
}
section .inf {
  border-radius: 10px;
  margin-top: 80px;
  background-color: #002856;
  color: #FFFFFF;
  display: flex;
  overflow: hidden;
}
section .inf .inf-cont {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
section .inf .inf-cont .inf-tit {
  font-weight: 400;
}
section .inf .inf-cont .inf-txt {
  margin-top: 20px;
  margin-bottom: 40px;
}
section .inf .inf-cont .inf-btn {
  margin-top: auto;
}
section .inf picture {
  width: 50%;
  flex-shrink: 0;
}
section .inf picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1440px) {
  section .top .top-tit {
    font-size: 54px;
    line-height: 58px;
  }
  section .bloque .bloque-tit {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .top .top-tit {
    font-size: 42px;
    line-height: 46px;
  }
  section .bloque .bloque-tit {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 1023px) {
  section .inf picture {
    display: none;
  }
}
@media (min-width: 768px) {
  section .inf .inf-cont {
    padding: 60px;
  }
  section .inf .inf-cont .inf-tit {
    font-size: 42px;
    line-height: 46px;
  }
  section .inf .inf-cont .inf-txt {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  section .top .top-tit {
    font-size: 32px;
    line-height: 38px;
  }
  section .bloque .bloque-tit {
    font-size: 24px;
    line-height: 28px;
  }
  section .inf .inf-cont {
    padding: 20px;
  }
  section .inf .inf-cont .inf-tit {
    font-size: 24px;
    line-height: 28px;
  }
  section .inf .inf-cont .inf-txt {
    font-size: 18px;
    line-height: 22px;
  }
}/*# sourceMappingURL=oposicion.css.map */