﻿/* MODULES */
.highlight-cards .list ul li .upper-title {
  color: #a6b6ce;
  font-size: 1.6em;
  font-weight: 400;
  padding-bottom: 10px;
}
.highlight-cards .list li .date {
  display: block;
  padding: 4px;
  font-size: 1.6em;
  color: #7f96b9;
}

.highlight-cards .container {
  margin: 0 20px;
}
.highlight-cards .list {
  width: 1180px;
  margin-bottom: 40px;
  width: 1022px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.highlight-cards .list ul {
  display: inline-block;
}
.highlight-cards .list ul li {
  				/*width: 195px;
              float: left;*/
  display: table-cell;
  padding: 0 20px;
  max-width: 432px;
  text-align: left;
}
.highlight-cards .list ul li a {
  color: #4a5e86;
}
.highlight-cards .list ul li a:hover {
  color: #002d74;
}
.highlight-cards .list ul li .image {
  margin-bottom: 20px;
}
.highlight-cards .list ul li .image img {
  width: 80%;
}
.highlight-cards .list ul li .header {
  color: #4c6c9d;
  min-height: 120px !important;
}
.highlight-cards .list ul li .header .title-cards {
  font-size: 2.4em;
  font-weight: 400;
  margin-bottom: 20px;
  height: 40px;
}
.highlight-cards .list ul li .header p {
  font-size: 1.6em;
  margin-bottom: 20px;
}
.highlight-cards .list ul li .description {
  color: #4c4c4c;
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 140px;
  height: 0 !important;
}
.highlight-cards .list ul li .description p {
  font-size: 1.4em;
  margin-bottom: 1em;
  line-height: 1.4em;
}
.highlight-cards .list ul li .description p strong {
  font-size: 1.1em;
}
.highlight-cards .list ul li .footer .knowmore {
  font-size: 3.2em;
  color: #a6b6ce;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 46px;
  display: inline-block;
}
.highlight-cards .list ul li .footer .knowmore:hover {
  color: #7f96b9;
}
.highlight-cards .list ul li .footer .join {
      background-color: #cc2121 !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    font-size: 1.7em !important;
    padding: 5px 30px !important;
    vertical-align: inherit !important;
}

.highlight-cards .list ul li .footer .join:hover:before {
  color: #002d74;
}
.highlight-cards .list ul li .footer .join:hover {
  color: #002d74;
}

@media only screen and (max-width: 1260px) {
  .highlight-cards .list {
    width: 950px;
    margin: auto;
  }
}
@media only screen and  (max-width: 1004px) {
  .highlight-cards .list {
    width: 710px;
    margin: 0 auto 40px auto;
  }
  .highlight-cards .list ul li .image {
    margin-bottom: 20px;
  }
  .highlight-cards .list ul li .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .highlight-cards .title {
    margin: 0 0 2em 0;
  }
  .highlight-cards .list {
    width: 236px;
    margin: auto;
  }
  .highlight-cards .list ul li {
    display: block;
    margin-bottom: 70px;
  }
  .highlight-cards .list ul li .image {
    margin-bottom: 20px;
  }
  .highlight-cards .list ul li .image img {
    width: 100%;
  }
  .highlight-cards .list ul li .footer .buy {
    display: none;
  }
}

.highlight-cards .list ul li .footer .join::after {
    margin-left: 0px !important;
}

.list-cards .list li .footer .join::before {
    content: "" !important;
}
.list-cards .list li .footer .join {
    background-image: url("/PublishingImages/WSImages/Novo-CGD/aderir-montra.png") !important;
    height: 28px !important;
    text-indent: -9999px !important;
    width: 91px !important;
}
.sticky-bar .join::after {
    color: #f6b8b8 !important;
}
.sticky-bar .join {
    background-color: #cc2121 !important;
    border-radius: 20px !important;
    padding: 5px 20px !important;
    top: -6px !important;
}
.list li .footer .btn-join::after {
    content: "" !important;
    font-size: 0.45em !important;
    margin-left: 0 !important;
    top: 4px !important;
}

.list li .footer .btn-join {
    background-color: #cc2121 !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-size: 1.7em !important;
    padding: 5px 20px !important;
    vertical-align: inherit !important;
}
.compare-cards .table-results .table-cell.footer .join::after {
    content: "";
    margin-left: 0px;
}
.compare-cards .table-results .table-cell.footer .join {
    background-color: #cc2121 !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-size: 0.7167em !important;
    padding: 5px 20px !important;
    vertical-align: inherit !important;
}



@media (max-width:1260px) {
.highlight-cards .list {
    margin: 0 auto 40px;
}
}


@media (max-width:1004px) {
.sticky-bar .title-sticky {
    font-size: 1.8em;
    padding-left: 0;
}
 
}

@media (max-width:767px) {
    .sticky-bar .join {
        width: 30% !important;
        margin: auto !important;
    }
}
@media (max-width:450px) {
.sticky-bar .join {
    width:100% !important;
    margin: auto !important;
}
}
/*# sourceMappingURL=cards-highlights.css.map */