:root{
  --naranja-fide: #F28F2D;
  --azul-fide: #95B4DB;
  --azul-fide-oscuro : #001c38;
}

.fdf-background-azul-fide {
  background-color: var(--azul-fide) !important;

}

.fdf-background-naranja-fide {
  background-color: var(--naranja-fide) !important;

}

.fdf-naranja-fide {
    color: var(--naranja-fide);
}


.fdf-proximas-sesiones-container{

}

.fdf-titulo-container{
  text-align: center;
}

.fdf-sesiones-container{

}

.fdf-sesiones-dia-container{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 1rem !important;

}


.fdf-sesiones-dia-header{
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);

}

.fdf-sesiones-dia-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.fdf-sesiones-dia-header-date{
  color:white;
  font-weight: bolder;
}


.fdf-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.fdf-card-body:last-child {
    padding: 1.25rem;
}


.fdf-card-text a {
    font-weight: initial;
    color: #212631;
    text-decoration: none;
}

.fdf-card-text a:hover {
    text-decoration: underline !important;
}


.fdf-card-text:last-child {
    margin-bottom: 0;
}

.fdf-square:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
