/*
Theme Name: theupdate
Template: vermeer
Author: Juan Manuel Escribano Loza & Beatriz Valente
Version: 1.0.1665668637
Updated: 2023-02-01 13:43:57

*/

/* ---------------------------------------------------------------------------- */
/* Quadrinhos                                                                   */
/* ---------------------------------------------------------------------------- */
.bd-quadrinho { float: left; margin: 15px !important }
.bd-3x1 { width: 33.3% }
.bd-3x2 { width: 66.6% }
.bd-3x3 { width: 100% }

/* ---------------------------------------------------------------------------- */
/* Responsive                                                                   */
/* ---------------------------------------------------------------------------- */
/* Small devices such as small phones */
@media only screen and (max-width: 639px) {
    main { margin: auto; width: 100% !important }
}
/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 640px) {
    main { margin: auto; width: 640px !important }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {
    main { margin: auto; width: 768px !important }
}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
    main { margin: auto; width: 1024px !important }
}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
    main { margin: auto; width: 1280px !important }
}

body { background-color: #111114 !important }

time, h1.wp-block-post-title, div.wp-block-comments, div#respond, nav, footer, a.skip-link.screen-reader-text { display: none !important }