/*SIZE*/
/* COLORS */
/* FONTS */
/* SHADOW */
/* border */
/*Transition*/
/* Media queries */
/* Ejemplo Uso
body{ 
    ...
    @include media-breakpoint-up($sm) {
        background:red;
    }
    @include media-breakpoint-up($md) {
        background:none;
    }
    ...   
}
*/
/* Ejemplo de uso:
p{
  @include text-truncate();
}
*/
/* Ejemplo de uso:
p {
  @include font-size(13);
}
*/
/* Ejemplo de uso:
p {
    @include fluid-type($min_width, $max_width, $min_font, $max_font);
}
*/
.banner {
  overflow: hidden;
}

.banner-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 50px;
  overflow: visible;
}

.banner a {
  font-family: "PTSans-Bold", Arial, Helvetica, sans-serif;
  color: #159B8B;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
}

@media (min-width: 992px) {
  .banner a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}

.banner a:hover, .banner a:focus {
  color: #159B8B;
}

.banner a.link-green {
  font-family: "PTSans-Regular", Arial, Helvetica, sans-serif;
}

.banner .banner-text-img {
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 8px rgba(25, 25, 25, 0.05);
}

@media (min-width: 992px) {
  .banner .banner-text-img {
    padding: 38px 65px;
  }
}

.banner .banner-text-img .content-text {
  padding: 32px 28px 10px;
}

.banner .banner-text-img .content-text .content-button {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .banner .banner-text-img .content-text {
    padding: 18px 0;
  }
  .banner .banner-text-img .content-text .content-button {
    margin-top: 80px;
  }
}

.banner .banner-text-img h3 {
  margin-bottom: 20px;
  color: #294459;
}

@media (min-width: 992px) {
  .banner .banner-text-img h3 span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .banner .banner-text-img h3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .banner .banner-text-img p.text {
    min-height: 75px;
  }
}

.banner .banner-text-img .content-img img {
  width: 100%;
}

@media (min-width: 992px) {
  .banner .banner-text-img .content-img {
    height: 100%;
    text-align: right;
  }
  .banner .banner-text-img .content-img img {
    max-width: 405px;
    padding: 20px 0;
  }
}

.banner.list-icon .list {
  padding: 10px 10px 15px 10px;
}

.banner.list-icon .list-item-text p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.07;
  color: #4B4B4B;
}

@media (min-width: 992px) {
  .banner.list-icon .list-item-text p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.banner.list-icon .list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner.list-icon .list-item-text p {
  margin-bottom: 0px;
  font-family: "HN-Light", Arial, Helvetica, sans-serif;
}

@media (max-width: 992px) {
  .banner.list-icon .list-item-text {
    width: 185px;
  }
}

.banner.list-icon .list-item-img {
  width: 100px;
  padding: 12px;
}

@media (min-width: 992px) {
  .banner.list-icon .list-item-img {
    padding: 10px;
  }
}

.banner.list-icon .list-item-img img {
  width: 100%;
}

.banner.list-icon .content-text {
  padding: 30px 30px 15px 30px;
}

.banner.list-icon .banner-list-img img {
  width: 100px;
}

.banner.list-icon .banner-text-img.list-icon {
  display: flex;
  flex-direction: row;
}
