
.bv-default-modal--title.title-modal-home {
  line-height: 30px;
}

.bv-default-modal--description.description-modal-home {
  font-size: 16px;
}

.bv-default-modal--title.title-modal-home.hidden-page,
.bv-default-modal--description.description-modal-home.hidden-page {
  display: none !important;
}


.bv-default-modal--content.modal-chat.hidden-modal,
.bv-default-modal--content.modal-chat.modal-page-result.hidden-modal {
  display:none !important;
}

.bv-default-modal-header {
  width: 100%;
  background: #ff0000;
  padding: 50px;
}

.input-box .not-know-zip-code {
  position: absolute;
  right: 0;
  color: #dc1468;
  font-size: 14px;
  top: 10px;
  z-index: 999;
}

.bv-default-modal .loader-ct {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.bv-default-modal--content.modal-page-result .bv-default-modal--wrapper {
  margin: 0 auto;
  width: 78%;
}


.bv-default-modal--wrapper.hidden{
  display: none;
}

.icon-svg-leads {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.bv-default-modal--content.modal-page-result .bv-default-modal--description {
  font-size: 18px;
}

.bv-default-modal--content.modal-page-result .bv-default-modal--description strong {
  font-size: 18px;
}

.bv-default-modal--content.modal-page-result .bv-default-modal--description a {
  color: #dc1468
}

.bv-default-modal--content.modal-page-result .bv-default-modal--description a:hover {
  text-decoration: underline;
}

.link-default {
  color: #dc1468;
  text-align:center;
  cursor: pointer;
}

.flex.justify {
  width: 500px;
  margin: 0 auto 100px auto;
  justify-content: space-between;
}

.bv-default-modal--content.modal-chat.modal-page-result.hidden-modal {
  display:none !important;
}

.bv-default-modal--content.modal-chat.hidden-modal {
  display:none !important;
}

.bv-default-modal--form.hidden-page {
  display:none !important;
}

.cp-modal-footer {
  width: 90%;
  margin: 0 auto;
  margin-top: 44px;
}

.cp-title {
  color: #dc1468;
  font-size: 18px;
  font-family:"Frutiger Black",sans-serif;
  text-transform: uppercase;
}

.cp-site-content {
  width: 15%;
  margin-right:5%;
}

.cp-phones-content {
  width: 80%;
}

.cp-description {
  font-size: 16px;
  color: #595959;
}

.cp-description-site {
  font-size: 18px;
  color: #595959;
  font-family:"Frutiger Black",sans-serif;
}

.cp-description-disclamer {
  font-family:"Frutiger Roman",sans-serif;
  font-size: 12px;
  color:#999
}

.cp-description-disclamer strong {
  color: #595959;
}

.cp-titles-line-content {
  width: 100%;
  position: relative;
  height: 20px;
}

.cp-titles-line__line {
  width: 100%;
  height: 1px;
  background: #dc1468;
  position: absolute;
  left: 0;
  top: 51%;
}

.cp-titles-line__title {
  padding: 1px 7px 1px 0;
  position: absolute;
  left: 0;
  color: #dc1468;
  line-height: 20px;
  background: #fff;
  font-size: 14px;
  font-family: "Frutiger Bold",sans-serif;
}

.cp-list-text {
  font-family:"Frutiger Roman",sans-serif;
  font-size: 12px;
}

.cp-list-text span {
  font-size: 16px;
  color: #595959;
  font-family:"Frutiger Black",sans-serif;
}

.cp-margin-bottom15 {
  margin-bottom: 15px
}

.cp-margin-bottom30 {
  margin-bottom: 30px
}

.cp-margin-bottom10 {
  margin-bottom: 10px
}

.cp-list {
  width: 100%;
  list-style: none;
}

.cp-list .cp-list-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  font-size: 16px;
  color: #595959;
}

#modal_cartela_credit_form a.button-default.primary-button.bv-default-modal--submitForm {
  max-width: 168px;
  display: block;
}

.bank-component {
  width: 100%;
}

.bank-component.hidden-page {
  display: none;
}

.bank-component-label {
  font-size: .875rem;
  color: #999;
  margin-bottom: 8px;
}

.bank-component-label.-error{
  color: #c4352f;
}

.list-tag {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.list-tag li {
  padding: 7px;
  border: 1px solid #dc1468;
  color: #dc1468;
  font-size: 13px;
  cursor: pointer;
  margin: 0px 8px 8px 0;
}

.tags-images {
  display: inline-block;
  margin-left: 3px;
  cursor: pointer;
  display: none;
}

.list-tag-label {
  cursor: pointer;
}

.list-tag li.active {
  background: #dc1468;
}

.list-tag li.active .list-tag-label{
  color: #fff;
  cursor: pointer;
}

.list-tag li.active .tags-images{
  display: inline-block;
}

.input-box.height-auto{
  height: auto;
}

.over-input {
  position: absolute;
  top: 14px;
  z-index: 200;
  right: -25px;
  font-family: "Frutiger Light",sans-serif;
  font-size: .7rem;
  cursor: pointer;
}

.tooltip-base {
  padding: 10px;
  width: 170px;
  background: #dc1468;
  position: absolute;
  right: -7px;
  top: 32px;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  display: none;
}
.tooltip-base strong {
  display:block;
  font-size: 1.3em;
  padding-bottom: 5px;
}
.over-input svg {fill:#dc1468}
.tooltip-base:before {
  content: '';
  width: 15px;
  height: 15px;
  background: inherit;
  right: 8px;
  position: absolute;
  top: -8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.over-input:hover .tooltip-base, 
.zindex-198:focus + .over-input .tooltip-base, 
.tooltipdisplay .over-input .tooltip-base {
  display:block;
}

@media only screen and (max-width: 767px) {
  .tooltip-base {width:300px;}
}



.products-list-icons{
  width: 410px;
  display: flex;
  margin: 50px auto 20px auto;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}


.products-list-icons li {
  width: 100px;
  cursor: pointer;
}

.products-img-icon {
  display: block;
  margin: 0 auto 10px auto;
}

.products-img-icon-text {
  color: #999999;
  font-size: 14px;
  text-align: center;
}

.products-sub-title {
  width: 475px;
  color: #535353;
  text-align: center;
  margin: 40px auto;
  font-family: "Frutiger Bold";
}

.products-list-links{
  width: 480px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.products-list-links li {
  width: 50%;
  margin: 10px 0;
}

.products-list-links li.text-right{
  padding-left: 50px;
}

.products-list-links li a{
  font-family: "Frutiger Light";
  color: #DC1468;
  font-size: 14px;
}

.products-list-links li a:hover{
  text-decoration: underline;
}

@media only screen and (max-width: 460px) {
  .products-list-icons{
    width: 90%;
  }
}

@media only screen and (max-width: 769px) {

  .products-list-links{
    width: 90%;
  }

  .products-sub-title{
    width: 90%;
    text-align: left;
    margin: 40px auto 0px auto;
  }

  .products-list-links li,
  .products-list-links li.text-right {
    width: 100%;
    border-bottom: 1px solid #f4f4f4; 
    padding: 10px 0 20px 0;
  }
}

