/* =============================================
   CUMBRE-FEDERAL-LOGISTICA
   Extraido de los <style> inline duplicados en 2 modulos.
   Se enlaza EN LA MISMA POSICION que ocupaba el <style>.
   ============================================= */

h3, .car-card__body{

    color: #fff;
}


.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;
}
