.landing-impuestos-bajos * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Muli-Regular', sans-serif;
}

.main {
  padding-top: 0;
}
.page-title.category-title {display: none;}
.landing-impuestos-bajos {
  min-height: 500px;
  text-align: center;
}

.landing-impuestos-bajos > .row {
  padding: 0 5px;
}

.landing-impuestos-bajos h1 {
  color: #333;
  font-size: 24px;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 20px;
}

.landing-impuestos-bajos h2 {
  color: #333333;
  margin: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.landing-impuestos-bajos .top-banner img {
  width: 100%;
  max-width: 450px;
}

.landing-impuestos-bajos p.text {
  color: #121212;
  font-size: 15px;
  line-height: 23px;
  margin: 10px;
}

.landing-impuestos-bajos p.text.mid-text {
  margin: 50px 0;
  font-size: 22px;
}

.landing-impuestos-bajos a.button {
  display: inline-block;
  width: 200px;
  height: 40px;
  background-color: #ff3c3c;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  border-radius: 3px;
  margin: 0 10px;
}

.landing-impuestos-bajos a.button:hover {
  background-color: rgba(255, 60, 60, 0.80);
}

.landing-impuestos-bajos .section {
  margin-top: 40px !important;
  float: left;
}

.landing-impuestos-bajos .section .title-container {
  height: 240px;
  border-radius: 8px;
  background-color: #F3F3F3;
  border: 1px solid #CCC;
  padding: 18px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 8px 0 #4443;
}

.landing-impuestos-bajos .section .title-container a {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-impuestos-bajos .section .title-container img {
  max-height: 100%;
}

.landing-impuestos-bajos .search-list {
  margin: 0 auto;
}

.landing-impuestos-bajos .search-list li {
  display: flex;
}

.landing-impuestos-bajos .search-list li a {
  width: 100%;
  color: #424242;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCC;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.landing-impuestos-bajos .search-list li a span {
  background: url('./../../traigo/images/impuestos-arrow-right-grey.svg') no-repeat;
  display: block;
  width: 8px;
  height: 12px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .landing-impuestos-bajos .section {
	width: 49%;
	min-height: 440px;
  }
}

.banner-mobile-fullwidth {
  background-color: #001d4f;
}
