* {
  font-family: "Montserrat";
}
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #091538;
}

#content {
  height: fit-content;
  margin-bottom: 10%;
}

#main {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 2%;
}

#portada {
  position: relative;
}

#imagenPortada {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#calendarioPart1 {
  width: 100%;
  margin: auto;
}

#contenedorInfo {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#nombrePestaña {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

#pestañaActividades {
  color: #ffffff;
}

#barra {
  color: #ffffff;
  padding-left: 14px;
}

#texto {
  padding-left: 14px;
  color: #ffffff;
}

#contenedorSubtitulo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
}

#subTitulo {
  color: #74a6d1;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.nombreActividades {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.circulo {
  border-radius: 50%;
  display: inline-block;
  align-self: center;
  width: 10px;
  height: 10px;
}

#filtros {
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
  width: 100% !important;
}
option {
  color: #003255;
  background-color: #d8e1ee;
}

#calendarioActividades,
#calendarioTags2,
#calendarioTags {
  width: 32%;
  height: 100%;
}

#allTags option {
  background-color: rgba(216, 225, 238, 0);
  color: white;
  font-size: 14px;
  font-weight: 400;
}

#AllActivities option {
  background-color: rgba(216, 225, 238, 0);
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

.selectize-dropdown [data-selectable] {
  background-color: rgba(63, 83, 141, 1);
  color: rgba(255, 255, 255, 1);
}

.selectize-dropdown-content [data-selectable] {
  padding: 15px;
}

.selectize-dropdown [data-selectable].option {
  padding: 15px;
}

.selectize-dropdown-content:hover {
  text-decoration: underline;
}

.selectize-dropdown-content .option:active {
  background-color: rgba(63, 83, 141, 1);
}

.selectize-dropdown .selected.active {
  color: rgba(255, 255, 255, 1);
}

.selectize-dropdown .active {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

#calendarioTags2 {
  position: relative;
  display: flex;
  align-items: center;
}

#lupa {
  position: absolute;
  right: 0px;
  width: 16px;
  height: 16px;
  margin-right: 20px;
}

#allTags2 {
  cursor: pointer;
  border: 1px solid;
  color: rgba(216, 225, 238, 1) !important;
  border-color: #ffffff;
  background-color: rgba(216, 225, 238, 0.2);
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 96%;
  height: 100%;
  appearance: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

input[id="allTags2"]::-webkit-input-placeholder {
  color: rgba(216, 225, 238, 1);
}

@media screen and (max-width: 415px) {
  input[id="allTags2M"]::-webkit-input-placeholder {
    color: rgba(216, 225, 238, 1);
  }
}

#allTags2 ::placeholder p {
  padding-left: 15px;
}

#hrPostFilters1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 415px) {
  #hrPostFilters1 {
    margin-top: 20px;
  }
}

#hrPostFilters1 hr {
  width: 90%;
  color: #74a6d1;
  display: flex;
  justify-content: center;
}

#hrPostFilters2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#hrPostFilters2 hr {
  color: #74a6d1;
  width: 90%;
  display: flex;
  justify-content: center;
}

#hrPostFilters3 hr {
  color: #74a6d1;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

hr {
  margin: 0px;
}

#mes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mes p {
  font-weight: 400;
  font-size: 17px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: white;
}

#contenedorCalendario {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
}
#containerCalendario {
  display: flex;
  flex-direction: column;
  margin: auto;
  color: #74a6d1;
  width: 90%;
}

#headerCalendario {
  display: flex;
  flex-direction: row;

  margin: auto;
  color: #74a6d1;
  width: 100%;
}

#headerCalendario2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  color: #74a6d1;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

#prevFlecha {
  padding-right: 30px;
  width: 13px;
}

#nextFlecha {
  padding-left: 20px;
  width: 13px;
}

.fecha {
  align-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  align-self: center;
}

.fecha p {
  margin: 0px;
  font-size: 17px;
  font-weight: 700;
}

.flecha {
  cursor: pointer;
  align-self: center;
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: auto;
  justify-content: space-around;
  width: 100%;
}
.infoBox {
  padding-left: 10px;
}
.table-grid-cell {
  width: 92%;
  height: 130px;
  margin: 10px;
  background-color: #002545;
  border-left: 5px solid;
}

.imagenSport img {
  width: 20%;
  padding-right: 10px;
  margin-left: 74%;
  margin-top: 5px;
}

.imagenSport {
  height: 25px;
}

.nameActivity {
  color: white;
  font-size: 15px;
}

.selectize-control.single {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.selectize.element.style {
  width: 100%;
}

.selectize-input::after {
  display: none !important;
}

.selectize-control.single .selectize-input:after {
  display: none;
}

.selectize-input {
  height: 50%;
}

.item {
  margin: 0px;
}

#allTags-selectized::placeholder,
#allActivities-selectized::placeholder {
  color: rgba(216, 225, 238, 1) !important;
  font-weight: 400;
  padding-left: 10px !important;
}

#allTags-selectized,
#allActivities-selectized {
  width: fit-content !important;
}
#calendarioActividades img {
  position: absolute;
  right: 0px;
  width: 14px;
  height: 7px;
  margin-right: 40px;
  align-self: center;
}
#calendarioActividades {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.selectize-control.single {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}

.selectize.element.style {
  width: 100%;
}

.selectize-input {
  width: calc(100% - 12px) !important;
  background-color: rgba(216, 225, 238, 0.2) !important;
  cursor: pointer;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 0px !important;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: white !important;
  overflow-y: unset !important;
}

.selectize-input::after {
  display: none !important;
}

.selectize-control.single .selectize-input:after {
  display: none;
}

.prof {
  color: #476b8b;
  font-size: 11px;
  margin-top: 10px;
}

.horario {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
}

.horario p {
  font-size: 12px;
  color: white;
}

.imagenTime img {
  width: 60%;
  padding-right: 5px;
  margin: 0px;
}

#hiddenContenedor {
  display: none;
}

#moreActivities {
  width: 11px;
  height: 16px;
  cursor: pointer;
  margin-left: 10px;
  align-self: center;
}
#lessActivities {
  width: 11px;
  height: 16px;
  cursor: pointer;
  margin-right: 10px;
  align-self: center;
}

#contenedorPadre {
  display: block;
  width: 370px;
}

#contenedorPadre .slick-list {
  padding: 0px !important;
}

.actividadesContainer {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  width: auto;
  height: 20px;
}

.actividadesContainer p {
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  width: fit-content;
  display: inline-block;
}

.redes-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  align-items: center;
  gap: 20px;
  grid-gap: 20px;
  bottom: 50%;
  right: 20px;
  z-index: 100;
}

.redes {
  background-color: #0ee696;
  border-radius: 50px;
  padding: 5px;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 415px) {
  .redes-container {
    display: none;
  }
  .redes {
    display: none;
  }

  #subTitulo {
    width: fit-content;
    font-size: 16px;
    align-self: self-start;
    margin-bottom: 0px;
  }

  #imagenPortada {
    display: none;
  }

  #imagenPortadaM {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  #portadaM {
    position: relative;
  }

  #contenedorInfoM {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #nombrePestaña {
    display: none;
  }

  #contenedorSubtitulo {
    display: none;
  }

  #contenedorSubtituloM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .nombreActividades {
    display: none;
  }

  .nombreActividadesM {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }

  #filtros {
    display: none;
  }

  #filtrosM {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #calendarioActividadesM,
  #calendarioTags2M,
  #calendarioTagsM {
    width: 100%;
    height: 100%;
    align-self: center;
  }

  #clubLogo {
    left: 0px;
    margin-right: 10px;
  }

  #header {
    border-top: 0px;
  }

  .btn12 .icon {
    background-color: rgba(255, 255, 255, 1);
  }

  .btn12 .icon:before {
    background-color: rgba(255, 255, 255, 1);
  }

  .btn12 .icon:after {
    background-color: rgba(255, 255, 255, 1);
  }

  #allTags {
    appearance: none;
  }

  #calendarioTags2M {
    position: relative;
    display: flex;
    align-items: center;
  }

  #allTagsM option {
    background-color: rgba(216, 225, 238, 0);
    color: white;
    font-size: 14px;
    font-weight: 400;
  }

  #AllActivitiesM option {
    background-color: rgba(216, 225, 238, 0);
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
  }

  #lupa2 {
    position: absolute;
    right: 0px;
    width: 17px;
    height: 17px;
    margin-right: 25px;
  }

  #allTags2M {
    cursor: pointer;
    border: 1px solid;
    border-color: rgba(216, 225, 238, 1);
    background-color: rgba(216, 225, 238, 0.2);
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: calc(100% - 2px);
    height: 100%;
    appearance: none;
    margin-top: 5px;
    margin-bottom: 5px;border-radius: 0;
  }

  .table-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-around;
    width: 100%;
  }

  .table-grid-cell {
    width: 100%;
    height: 8 0px;
    margin: 0px;
    background-color: #002545;
    border-left: 5px solid;
    align-content: center;
    margin-bottom: 10px;
  }

  .infoBox {
    width: calc(100% - 20px);
    margin-left: 20px;    
    height: 100%;display: flex;flex-direction: column;position: relative;padding-left: 0;justify-content: center;  
  }

  .imagenSport {
    display: block;
    position: absolute;right: 10px;top: 10px;width: 30px;height: 30px; 
  }

  .imagenSport img {
    width: 100%;margin: 0;padding: 0;
  }
  
  .nameActivity {
    color: white;
    font-size: 15px;
  }

  #allTagsM-selectized,
  #allActivitiesM-selectized {
    width: fit-content !important;
  }

  #allTagsM-selectized::placeholder,
  #allActivitiesM-selectized::placeholder {
    color: rgba(216, 225, 238, 1) !important;
    font-weight: 400;
    padding-left: 0px !important;
  }

  #calendarioActividadesM img {
    position: absolute;
    right: 0px;
    width: 14px;
    height: 7px;
    margin-right: 25px;
    align-self: center;
  }

  #calendarioActividadesM {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #headerCalendario2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    color: #74a6d1;
    width: 100%;
  }

  #hiddenContenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #moreActivitiesM {
    width: 11px;
    height: 16px;
    cursor: pointer;
    margin-left: 10px;
    align-self: center;
  }

  #lessActivitiesM {
    width: 11px;
    height: 16px;
    cursor: pointer;
    margin-right: 10px;
    align-self: center;
  }

  #contenedorPadreM {
    display: block;
    width: 300px;
  }

  #contenedorPadreM .slick-list {
    padding: 0px !important;
  }
  .actividadesContainerM {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    width: auto;
    height: 20px;
  }
  .actividadesContainerM p {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    width: fit-content;
    display: inline-block;
  }
}