/**!
 * b4st WordPress Editor stylesheet
 * ================================
 * 1. Import the Bootstrap CSS from a CDN (the same CSS as is used for the front-end of this theme).
 * 2. Import your theme's CSS (the same as is used for the front-end).
 * 3. Then add some CSS to improve your experience in the tiny-mce editor.
 */

@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css");

@import url("b4st.css");

body#tinymce {
  padding: 10px !important;
}

.que-es-litros {
  height: 1200px !important;
  padding: 30px;
}

.que-es-litros .content-que-es > .btn-que-es {
  display: flex !important;
}

@media (min-width: 992px) {
  .que-es-litros {
    height: 1000px !important;
  }
}
