.seccion1-eventos {
  padding-bottom: 70px;
}
.seccion1-eventos .container .row {
  margin-top: 40px;
}
.seccion1-eventos .container .row .content {
  height: 500px;
}
.seccion1-eventos .container .row .content .img {
  height: 500px;
}
.seccion1-eventos .container .row .content .cuadro-texto {
  height: 500px;
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media all and (max-width: 1199px) {
  .seccion1-eventos .container .row .content {
    height: fit-content;
  }
  .seccion1-eventos .container .row .content .img {
    height: 300px;
  }
}
@media all and (max-width: 639px) {
  .portadas-gral {
    background-position: -1000px !important;
  }
  .portadas-gral .container .row .content .btn-transparente-negro {
    display: none !important;
  }
}
