
/* Sección de hoteles  */

.tabla-hoteles{
  width:100%;
  border-collapse: separate;
  border-spacing: 12px 14px;  
}

.tabla-hoteles td{
  background:#F2F3F2;
  padding:14px 16px;
  border-radius:6px;
  vertical-align: top;
}

.tabla-hoteles th{
  background:#4a3fd8 !important; 
  color:#fff !important;
  font-weight:700;
  padding:14px 16px;
  border-radius:6px;
  text-align:left;
}

.tabla-hoteles tbody tr > td:first-child{
  background:#EAE5FF !important;  
  font-weight:600 !important;
}

.tabla-hoteles tbody tr > td:not(:first-child){
  background:#F2F3F2 !important;
}

.tabla-hoteles .nowrap{ white-space: nowrap; }


@media (max-width: 768px){
  .tabla-hoteles{ border-spacing: 8px 10px; }
}


/* Summits y eventos especiales  */

.bg-edhealth-event-to-white {
    height: 100%;
    background-image: linear-gradient(0deg, rgb(255,255,255,1) 30%, rgb(255,255,255,0) 30%), url(https://s3.us-east-1.amazonaws.com/fonteva-customer-media/00DU7000000u1uHMAQ/LwZXiywB_health_banner_png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
