.formulario input {
    background-color: #27292a;
    height: 46px;
    border-radius: 23px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0px 15px 0px 25px;
    margin-bottom: 10px;
    width: 100%;
}

.text-center {
    text-align: center;
}

.formulario .g-recaptcha {
    display: inline-block;
    margin-bottom: 10px;
}

.banner-inicial {
    background-image: url("../images/banner-sibemol-bg.jpg");
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    border-radius: 23px;
    padding: 50px;
    margin-bottom: 20px;
}

.banner-inicial h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

.banner-inicial h4 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.banner-inicial h4 em {
  font-style: normal;
  color: #ec6090;
}

body .container .page-content {
    margin-top: 55px;
}

.gaming-library .item img {
    aspect-ratio: 1;
}

.most-popular .item img {
    aspect-ratio: 1 / 0.75;
}

.most-popular .item.selected {
    background-color: #ec6090;
}

.item.error {
    padding: 10px;
    border: 1px solid #444;
    border-radius: 23px;
    margin-bottom: 10px;
}

.item.error p {
    color: white;
}

.main-border-button.salir {
    text-align: right;
}

.main-border-button.salir a {
    background-color: #27292a;
}

.main-border-button.salir a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #e75e8d;
}
