/* here you can put your own css to customize and override the theme */

.panel {
    background-color: transparent; 
}


.container-outer-fechas { 
    overflow: hidden; 
    width: 80%; 
    display: inline-block;
    /*margin-left: 2%;*/
    /*height: 210px; */
}

.container-inner-fechas { 
    width: 1000px;
    /*background-color: red; */
}

.arrows-banner-fechas-outer {
  min-height: 96px;
  min-width: 70px;
  float: left;
  display: table-cell;
  text-align: center;
  background-color: transparent;
  color: #4c4145;
  border: #4c4145;
  background-color: #dbdee1;
  border-width: thin;
  border-style: solid;
  border-radius: 5%;
  margin-left: 5px;
  padding: 5px;
  cursor: pointer;
}

.arrows-banner-fechas {
  height: 96px;
  /*margin-left: 5px;
  margin-right: 5px;*/
  width: 100%;
  color: #4c4145;
  display: flex; 
  align-items: center;
  justify-content: center;
}

