.footer-clean {
  padding: 50px 0;
  background-color: #000000;
  color: #fff;
  margin-top: 30px;
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0px;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  font-family: 'Poppins';
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-item a {
  display: block;
  padding-left: 0px;
  color: #6c98e1!important;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.footer-border {
    padding-top: 39px;
    margin-top: 24px;
    border-top: 1px solid #444444;
}

.footer-clean .item.social {
  text-align: left;
}

.social-list-footer li {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #3b3d3f;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff !important;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

.sub-parraf {
  font-family: 'Poppins';
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 1200px) {
  .form-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    vertical-align: middle;
    /*height: 70vh!important;*/
  }
}

@media (min-width: 300px) {
  .form-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    vertical-align: middle;
    /*height: 100vh;*/
  }
}

.absolute-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: 'Poppins';
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #223e7d;
  background-blend-mode: multiply;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}

.absolute-text:hover {
  opacity: 1;
}



.title-car p {
  font-size: 12px;
}

.detail-btn p {
  margin-bottom: 0px;
}

.detail-btn {
  background-color: #fff;
  border: rgb(34,62,125) solid 1px;
  color: rgb(34,62,125);
  padding: 0px;
  text-align: center;
  padding: 20px 0px;
  margin-right: 5px;
  font-family: 'Montserrat';
}

.flex-diplay {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.no-gutter {
  padding: 0px;
}

.phone-box {
  background:#000000;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  text-align: center;
  /*padding: 20px 0px;*/
}

.equipamiento-list {
  list-style: none;
  width: 100%;
  margin: 0px;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 0px;
}

.equipamiento-list li {
  align-self: flex-start;
  width: 100%;
  text-align: left;
}

.modal-btn {
  width: 100%;
  height: 100%;
  margin: 0px!important;
  padding: 20px 0px;
}

.modal-btn:focus {
  outline: none;
}

.suc-list {
  list-style: none;
  font-family: 'Open Sans';
  font-weight: 600;
  padding: 0px;
  margin-top: 15px;
}

.search-home h1 {
  font-family: 'Montserrat';
  font-weight: lighter;
}

.search-principal h5 {
  color: #ffffff;
  font-family: 'Poppins';
  text-align: center;
  padding: 10px 0px;
  font-size: 17px;
  background-color: rgb(34,62,125);
}

.search-principal {
  height: auto;
}

.search-principal .btn {
  background: #fff;
  color: rgb(34,62,125);
  /*margin: 10px;*/
}

.search-principal .btn .form-check {
  background: #fff;
  color: rgb(34,62,125);
  margin: 10px;
}

.search-principal .btn . {
  background: #fff;
  color: rgb(34,62,125);
  margin: 10px;
}

