@charset "UTF-8";

/*
Theme Name: Saramenha
Author: Lucas Junqueira <lucas@ciclope.art.br>
Author URI: https://var.art.br/
*/

/** CSS RESET **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** SARAMENHA **/

body, html {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333333;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

#pgsaramenha {
    padding: 0 10px;
    max-width: 1280px;
    margin: 0 auto;
}

#menudesk {
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 16px;
}

#menudesk a {
    text-decoration: none;
    color: #333333;
    font-weight: normal;
}

#menudesk a:hover {
    text-decoration: underline;
}

.menusel a {
    color: #999999 !important;
}

#ulmenudesk ul {
    display: inline-block;
    list-style: none;
}

#ulmenudesk li {
    display: inline-block;
    list-style: none;
    margin-right: 50px;
}

.submenudesk {
    font-size: 14px;
    background-color: #ffffff;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 55px;
    line-height: 1.5;
    display: none;
    z-index: 10000000;
}

.submenudesk a {
    text-decoration: none;
    color: #333333;
    font-weight: normal;
}

.submenudesk a:hover {
    text-decoration: underline;
}

#redesdesk {
    float: right;
    display: inline-block;
}

#redesdesk p {
    margin: 0;
    padding: 0;
}

#redesdesk img {
    height: 25px;
    width: auto;
    margin-left: 10px;
}

#menumob {
    display: none;
    text-align: right;
    padding: 10px 0;
    max-height: 70px;
    overflow: hidden;
    transition-property: max-height;
    transition-duration: 1.5s;
}

#menubt {
    border: none;
    width: 50px;
    height: auto;
}

#menumob a {
    text-decoration: none;
    color: #333333;
    font-weight: normal;
}

#menumovcont {
    display: none;
    line-height: 1.6;
    font-size: 20px;
}

#ulmenumov ul {
    display: block;
    list-style: none;
}

#ulmenumov li {
    display: block;
    list-style: none;
}

#menumob hr {
    color: #333333;
    margin: 20px 0;
}

.limenumov {
    margin-top: 10px;
}

.menumovsub {
    font-size: 18px;
}

#redesmov img {
    height: 35px;
    width: auto;
    margin-left: 10px;
}

.imgbannerhome {
    width: 100%;
    height: auto;
    border: none;
}

#paginashome, #eventoshome {
    margin: 25px auto;
    width: 100%;
}

.paginashomearea, .eventoshomearea {
    display: inline-block;
    width: 49%;
}

#paginashomedir, #eventoshomedir {
    float: right;
}

.paginashomeimg, .eventoshomeimg {
    width: 100%;
    height: auto;
}

.intertitulo {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: -10px;
    display: block;
    font-size: 14px;
}

#rodape {
    margin: 50px auto 0 auto;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
}

.arearodape {
    display: inline-block;
    width: 49%;
    padding: 0 30px;
}

#rodapedir {
    float: right;
}

#rodape img {
    border: none;
    margin-left: 15px;
    max-height: 65px;
    width: auto;
}

#fimpagina {
    height: 50px;
    clear: both;
}

#caixasuperior {
    width: 100%;
    padding: 20px 30px;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 25px;
    line-height: 1.4;
}

#caixasuperior p {
    margin-bottom: 10px;
}

#caixaesquerda {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

#caixaimagem {
    width: 140px;
    height: auto;
    margin-left: -15px;
}

#caixadireita {
    display: inline-block;
    vertical-align: top;
    max-width: 82%;
}

#caixaesquerdapost {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.caixaesquerdapostdupla {
    padding: 10px;
}

#caixaimagempost {
    width: 100%;
    height: auto;
}

#caixadireitapost {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    width: 49%;
}

#titcaixasuperior {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.fancyboxhide {
    display: none;
}

#galeriapagina {
    margin-top: 25px;
    width: 100%;
    padding: 0;
}

#listapagina {
    margin-top: 25px;
    width: 100%;
    padding: 0;
    font-size: 16px;
}

.divgaleria {
    display: inline-block;
    background-position:  center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 16px;
}

.divpostitem {
    vertical-align: top;
    margin: 0 0 55px 0;
    padding: 0;
}

.divlistaimg {
    background-position:  center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.divgaleria2 {
    width: 49%;
}

.espacoantes2 {
    margin-left: 2%;
}

.divgaleria3 {
    width: 32%;
}

.espacoantes3 {
    margin-left: 2%;
}

.divgaleria4 {
    width: 23.5%;
}

.espacoantes4 {
    margin-left: 2%;
}

.divevento {
    line-height: 1.2;
    height: auto;
}

#conteudopagina {
    margin: 30px 0;
    font-size: 14px;
    line-height: 1.2;
}

#conteudopagina p {
    margin-bottom: 10px;
    line-height: 1.5;
}

#conteudopagina a {
    text-decoration: underline;
}

#conteudopagina h1 {
    font-weight: bold;
    margin: 20px 0;
    font-size: 24px;
}

#conteudopagina h2 {
    font-weight: bold;
    margin: 15px 0;
    font-size: 22px;
}

#conteudopagina h3 {
    font-weight: bold;
    margin: 10px 0;
    font-size: 22px;
}

@media (max-width: 1250px) {
    #menudesk {
        font-size: 16px;
    }
    .submenudesk {
        font-size: 16px;
    }
    #ulmenudesk li {
        margin-right: 15px;
    }
    #redesdesk img {
        height: 21px;
        margin-left: 7px;
    }
    #rodape {
        font-size: 12px;
    }
    .divlistaimg {
    }
    .divgaleria2 {
    }
    .divgaleria3 {
    }
    .divgaleria4 {
    }
    #conteudopagina {
        font-size: 19px;
    }
    #conteudopagina h1 {
        font-size: 25px;
    }
    #conteudopagina h2 {
        font-size: 23px;
    }
    #conteudopagina h3 {
        font-size: 21px;
    }
}

@media (max-width: 1023px) {
    #menudesk {
        display: none;
    }
    .arearodape {
        display: block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        padding: 0 10px;
    }
    #rodapedir {
        float: none;
        margin-top: 30px;
    }
    #rodape img {
        max-height: 50px;
    }
    #paginashome, #eventoshome {
        
    }
    .paginashomearea, .eventoshomearea {
        display: block;
        width: 100%;
    }
    #paginashomedir, #eventoshomedir {
        float: none;
        margin-top: 25px;
    }
    .paginashomeimg, .eventoshomeimg {
        width: 100%;
        height: auto;
    }
    #menumob {
        display: block;
    }
    .divlistaimg {
        
    }
    .divgaleria {
        display: block;
    }
    .divgaleria2 {
        width: 100%;
    }
    .espacoantes2 {
        margin-left: 0;
    }
    .divgaleria3 {
        width: 100%;
    }
    .espacoantes3 {
        margin-left: 0;
    }
    .divgaleria4 {
        width: 100%;
    }
    .espacoantes4 {
        margin-left: 0;
    }
    #conteudopagina {
        font-size: 18px;
    }
    #conteudopagina h1 {
        font-size: 24px;
    }
    #conteudopagina h2 {
        font-size: 22px;
    }
    #conteudopagina h3 {
        font-size: 20px;
    }
    #caixaesquerda {
        display: block;
        padding-right: 0;
        text-align: center;
    }
    #caixaimagem {
        width: 80px;
        height: auto;
        margin-left: 0;
    }
    #caixadireita {
        display: block;
        max-width: 100%;
    }
    #caixasuperior {
        width: 100%;
        padding: 10px 10px 20px 10px;
        font-size: 16px;
    }
    #caixaesquerdapost {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    #caixaimagempost {
        width: 100%;
    }
    #caixadireitapost {
        display: block;
        padding-left: 0;
        width: 100%;
    }
    .divevento {
        height: auto;
    }
}