/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.columna {
  width:33%;
  float:left;
}

@media (max-width: 500px) {

  .columna {
    width:auto;
    float:none;
  }

}

.googleCalendar{
  position: relative;
  height: 0;
  width: 50%;
  padding-bottom: 50%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flag-bannerx {
    position: relative;
    margin-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 320px;
    top: 20px;
    background-position: center center;
}
