.box-numeros {
  margin: 20%;
  text-align: center;
  font-size: 10%;
}

.box-numeros h1{
  font-size: 4rem;
  color: rgba(var(--t4-primary-rgb), 1) ;
  }

.navbar-brand.logo-control img.logo-img {
  max-height: 70px !important;
}

.owl-item.active {
  padding: 10px;
}

#t4-section-2 {
  background: #d0d0d0;
}

.t4-palette-dark {
  background-color: #fff;
  color: #ffffff;
  border-top: 2px solid lightgray !important;
}


#t4-footer {
  border-top: 2px solid lightgray !important;
}

.t4-palette-dark a {
  color: var(--body-link-color);
}

.hero-acotado {
    max-width: 900px;
    margin: 0 auto;
}

.hero-acotado .container,
.hero-acotado .container-fluid {
    max-width: 1100px;
    margin: 0 auto;
}

.hero-acotado .wrap {
    max-width: 1100px;
    margin: 0 auto;
}




.hero-boxed {
    width: 100%;
}

.hero-boxed .wrap,
.hero-boxed .container,
.hero-boxed .container-fluid {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.hero-boxed {
    padding: 80px 0;
}

#t4-slideshow {
    display: flex;
    flex-wrap: wrap;
}

#t4-slideshow .moduletable {
    width: 50%;
}


#t4-slideshow {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

#t4-slideshow .moduletable {
    width: 100%;
}

/* Hero ocupa todo */
#t4-slideshow .hero-acotado,
#t4-slideshow .hero-acotado .acm-hero,
#t4-slideshow .hero-acotado .wrap {
    width: 100%;
    max-width: 100%;
}


#t4-slideshow {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: start;
}

#t4-slideshow > div:first-child {
    grid-row: span 2;
}




.novedades-cards .item-inner {
    display: flex;
    flex-direction: column;
}

.novedades-cards .item-image {
    width: 100%;
    margin-bottom: 10px;
}

.novedades-cards .item-image img {
    width: 100%;
    height: auto;
    display: block;
}

.novedades-cards .item-ct {
    width: 100%;
}


.magz-layout.list-layout .item-image {
  margin: 0.5rem 1rem 0 0;
  max-width: 75%;
}


.mod-finder__search.input-group {
  display: flex;
  justify-content: end;
}

.mod-finder.js-finder-searchform.form-search {
  display: flex;
  justify-content: end;
}

.form-control, .form-check-input{
	border: 1px solid #737677;
}
