.calendar-day, .calendar-day-head{
    border: 1px solid #ddd;
    padding: 5px;
}
.calendar-day-head{
    background: #ddd;
}
#day{
    color: #191970;
    font-weight: 900;
}
#nom_puente{
    color: red;
}
#min_noches{
    color: rgb(122, 27, 231);
}
#titulo_mes{
    text-align: center;
    color: #1E90FF;
}
#info_extra{
 color: #FFA500;
}

#noche_gratis{
    color: #800080;
} 
#venta_bofa{
    color: #1E90FF;
}

.container1{
    width: 90%;
    max-width: 1300px;
    margin: auto;
}


.cotizador input[type="date"], input[type="number"]{
    border: none;
    border-bottom: 1.5px solid #30a9f0;
    background: transparent;
    outline: none;
    height: 40px;
}

/* Pupop en calendario */
.popup {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

  .badge {
    line-height: 2;
  }
  .menu-cotizador{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }

  .icono-medio-reservacion {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }

  .filtro-blanco-negro {
    filter: grayscale(100%);
  }



