/* =============================================
   NOVEDADES-2
   Extraido del <style> inline de modules/novedades.php
   El <link> queda EN LA MISMA POSICION para preservar la cascada.
   ============================================= */

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }


.modal{
    top: 50%;
    transform: translate(0, -35%);
}


.modal-body {
  position:relative;
  padding:0px;
}
.close {
    background-color: transparent;
    border: none;
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.car-card--transparent .car-card__header img {

    max-height: unset;
}
