#wrapperButtons_check-in{
    display: block;
    height: 0;
  }
  .wrapperButtons_check-in{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 104px;
  }
  .wrapperButtons_check-in #prevCheck-in{
    position: relative;
    right: 15px;
    z-index: 9900;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #CCCCCC;
    background-image: url('../img/white-arrowLeft.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
  }
  .wrapperButtons_check-in #nextCheck-in{
    position: relative;
    left: 15px;
    z-index: 9900;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #0B2343;
    background-image: url('../img/white-arrowRight.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
  }
  
  
  @media (min-width: 1193px){
    #wrapperButtons_check-in{
      display: none;
    }
  }
  
  
  /* Tooltip por posición y color de cuadro de texto 1 */
  .infoTooltip_check-in_1{
    left: 140px;
    top: 72px;
  }
  .infoTooltip_check-in_1 .tooltipText{
    background-color: #020C41;
    top: -50px;
    left: 40px;
  }
  .infoTooltip_check-in_1 .tooltipText::before{
    border-right-color: #020C41;
    bottom: 8px;
    left: -7px;
  }
  
  /* Tooltip por posición y color de cuadro de texto 2 */
  .infoTooltip_check-in_2{
    left: 387px;
    bottom: 17px;
  }
  .infoTooltip_check-in_2 .tooltipText{
    background-color: #020C41;
    bottom: 40px;
    left: 0px;
  }
  .infoTooltip_check-in_2 .tooltipText::before{
    border-top-color: #020C41;
    border-right-color: transparent;
    border-left: 7px solid transparent;
    bottom: -14px;
    left: 8px;   
  }
  
  /* Tooltip por posición y color de cuadro de texto 3 */
  .infoTooltip_check-in_3{
    left: 540px;
    bottom: 17px;
  }
  .infoTooltip_check-in_3 .tooltipText{
    background-color: #020C41;
    bottom: 40px;
    left: -28px;
  }
  .infoTooltip_check-in_3 .tooltipText::before{
    border-top-color: #020C41;
    border-right-color: transparent;
    border-left: 7px solid transparent;
    bottom: -14px;
    left: 34px;  
  }
  
  /* Tooltip por posición y color de cuadro de texto 4 */
  .infoTooltip_check-in_4{
    left: 692px;
    bottom: 17px;
  }
  .infoTooltip_check-in_4 .tooltipText{
    background-color: #020C41;
    bottom: 40px;
    right: 0px;
  }
  .infoTooltip_check-in_4 .tooltipText::before{
    border-top-color: #020C41;
    border-right-color: transparent;
    border-left: 7px solid transparent;
    bottom: -14px;
    right: 8px;  
  }
  
  /* Tooltip por posición y color de cuadro de texto 5 */
  .infoTooltip_check-in_5{
    left: 735px;
    top: 110px;
  }
  .infoTooltip_check-in_5 .tooltipText{
    background-color: #002B5C;
    top: -25px;
    left: 40px;
  }
  .infoTooltip_check-in_5 .tooltipText::before{
    border-right-color: #002B5C;
    top: 33px;
    left: -7px;
  }
  
  /* Tooltip por posición y color de cuadro de texto 6 */
  .infoTooltip_check-in_6{
    left: 1020px;
    top: 80px;
  }
  .infoTooltip_check-in_6 .tooltipText{
    background-color: #002B5C;
    top: -50px;
    right: 40px;
  }
  .infoTooltip_check-in_6 .tooltipText::before{
    border-left-color: #002B5C;
    top: 58px;
    right: -7px;
  }
  
  /* Tooltip por posición y color de cuadro de texto 7 */
  .infoTooltip_check-in_7{
    left: 615px;
    top: 160px;
  }
  .infoTooltip_check-in_7 .tooltipText{
    background-color: #002B5C;
    top: -40px;
    right: 40px;
  }
  .infoTooltip_check-in_7 .tooltipText::before{
    border-left-color: #002B5C;
    top: 30%;
    right: -7px;
  }
  
  /* Tooltip por posición y color de cuadro de texto 8 */
  .infoTooltip_check-in_8{
    left: 830px;
    top: 260px;
  }
  .infoTooltip_check-in_8 .tooltipText{
    background-color: #002B5C;
    top: -155px;
    right: 40px;
  }
  .infoTooltip_check-in_8 .tooltipText::before{
    border-left-color: #002B5C;
    top: 70%;
    right: -7px;
  }
  /* Tooltip por posición y color de cuadro de texto 9 */
  .infoTooltip_check-in_9 {
    left: 850px;
    top: 80px;
}

.infoTooltip_check-in_9 .tooltipText {
    background-color: #002B5C;
    bottom: -70px;
    left: 40px;
}

.infoTooltip_check-in_9 .tooltipText::before {
    border-right-color: #002B5C;
    bottom: 48%;
    left: -7px;
}
  
  
  @media (max-width: 659px){
    .wrapperButtons_check-in #prevCheck-in{
      width: 30px;
      height: 30px;
      background-size: 16px;
    }
    .wrapperButtons_check-in #nextCheck-in{
      width: 30px;
      height: 30px;
      background-size: 16px;
    }
    
  }