@import url(../fonts/bebas-neue.css);
:root {
    --color-1: #a01c3c;
    --color-2: #ffb734;
    --color-3: #4d5d6a;
}
a:focus {
    text-decoration: none;
    color: #fff;
}
html, body {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 35px!important;
    letter-spacing: 0.05em;
    padding: 0!important;
    background-color: #f3f3f3;
    overflow-x: hidden;
    width: 100vw;
}
section {
    background-color: #fff;
}
* {
    box-sizing: border-box;
    transition: none!important;
}

body {
	margin: 0;
    font-family: 'Bebas Neue';
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

::selection {
    background: var(--color-1);
    color: #fff;
}


img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    max-height: auto;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.grid {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    width: 90%;
}

.mingrid {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    width: 90%;
}

.xmingrid {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    width: 90%;
}

/* columns */
.w1, .w2, .w3 , .w4, .w3-2, .w5, .w6, .w7, .w8, .g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
    white-space: normal;
    word-wrap: normal;
    word-spacing: normal;
    word-break: normal;
    display: inline-block;
    vertical-align: top;
}

/* the w[*] split the content in equals pieces */
.w1 {
    width: 100%;
}

.w2 {
    width: 50%;
}

.w3 {
    width: 33.33333%;
}

.w3-2 {
    width: 66.66666%;
}

.w4 {
    width: 25%;
}

.w5 {
    width: 20%;
}

.w6 {
    width: 16.66666%;
}

.w7 {
    width: 14.28571428571429%;
}

.w8 {
    width: 12.5%;
}

/* the g[*] class is based in 12 columns grid */
.g1 {
    width: 8.333333%;
}

.g2 {
    width: 16.666666%;
}

.g3 {
    width: 25%;
}

.g4 {
    width: 33.333333%;
}

.g5 {
    width: 41.666666%;
}

.g6 {
    width: 50%;
}

.g7 {
    width: 58.333333%;
}

.g8 {
    width: 66.666666%;
}

.g9 {
    width: 75%;
}

.g10 {
    width: 83.333333%;
}

.g11 {
    width: 91.666666%;
}

.g12 {
    width: 100%;
    position: relative
}

.rowfix {
    word-break: keep-all;
    word-spacing: -0.3em;
}
.v-align-middle {
	vertical-align: middle
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.t-center {
    text-align: center;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
#header2 {
    background-color: var(--color-1);
    position: relative;
}
#header2 img {
    margin: 5px 0;
}
#header2 > * > .g9 > a {
    padding: 25px 20px;
    display: inline-block;
    transition: 0.5s all!important;
    font-size: 0.65em;
}
#header2 > * > .g9 > a:hover {
    background-color: var(--color-2);
    color: #fff;
}
#header2 > * > .g9 > a.current {
    background-color: var(--color-2);
}
#hero {
    background-image: url('https://arquidiocesebh.org.br/wp-content/uploads/2025/03/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#hero .grafismo {
    padding: 35px 9%;
}
#hero .grafismo h1 {
    margin: 0 auto;
}
#hero .data {
    padding-right: 70px;
}
#tarja {
    background-color: var(--color-1);
}
#tarja h2 {
    color: var(--color-2);
    margin: 15px auto;
    font-size: 1.75em;
}
#kit {
    padding-bottom: 40px;
}
#kit .text {
    width: 40%;
    display: block;
    margin: -10vw auto 7vw;
}
#kit .clique {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75em;
}
#kit .clique p, #kit .clique a {
    color: var(--color-1);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#kit .clique a {
    margin: 0 0 0 30px;
    padding: 7px 25px;
    border: 5px solid var(--color-2);
    transition: 0.7s all!important;
}
#kit .clique a:hover {
    background: var(--color-2);
}
#caravanas {
    background-image: url(https://arquidiocesebh.org.br/wp-content/uploads/2025/03/caravana-background.png);
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 90px 0;
    background-color: var(--color-1);
}
#caravanas .w2 {
    text-align: right;
    padding-right: 30px;
}
#caravanas h2 {
    font-size: 4em;
    margin: 0 auto;
}
#caravanas p {
    font-size: 1.2em;
    color: var(--color-2);
    margin: 0 auto;
}
#caravanas p a {
    text-decoration: underline;
    transition: 0.7s all!important;
}
#caravanas p a:hover {
    color: var(--color-2)!important;
}
#programacao {
    padding: 100px 0;
}
#programacao {
    color: var(--color-1);
    text-align: center;
}
#programacao .titulo {
    width: 100%;
    display: block;
    background: var(--color-1);
    color: #fff;
    padding: 20px 0 10px;
    font-size: 3.5em;
    margin-bottom: 10px;
}
#programacao .box {
    border: 6px solid var(--color-2);
    padding: 30px 9%;
    font-size: 2em;
    text-align: left;
}
#programacao .box .data {
    background-color: var(--color-2);
    padding: 0 15px;
    margin: 3px 0;
    display: inline-block;
}
#programacao {
    position: relative;
}
#programacao > img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 90%;
}
#apd {
    padding-bottom: 40px;
}
#apd p {
    color: var(--color-3);
    margin: 0;
    font-size: 1.45em;
    text-align: right;
    line-height: 1em;
}
#apd > .grid > div:nth-child(even) {
    padding-left: 20px;
}
#apd > .grid > div:nth-child(odd) {
    padding-right: 20px;
}
#apd p a {
    color: var(--color-3);
    text-decoration: underline;
    transition: 0.7s all!important;
}
#apd p a:hover, #apd p a:active {
    color: var(--color-2);
}
#video {
    background-color: var(--color-2);
    position: relative;
    padding: 120px 0 110px;
}
#video iframe {
    background: var(--color-1);
    width: 100%;
    height: calc(900px / 1.77);
    position: relative;
    z-index: 2;
}
#video > img {
    top: 50%;
    right: -5%; 
    transform: translateY(-50%);
    height: 90%;
    position: absolute;
}
#sb_instagram {
    padding-bottom: 0!important;
}
#patrocinadores {
    padding: 80px 0;
    background: var(--color-1);
    position: relative;
    z-index: 2;
}
#patrocinadores h2 {
    font-size: 2.5em;
    color: var(--color-2);
}
#patrocinadores img {
    padding: 20px 40px;
}
#patrocinadores .sessao {
    padding-top: 60px;
}
#patrocinadores h3 {
    font-size: 1.75em;
}
.ti-feed-widget {
    margin: 0!important;
}
#subheader {
    background-color: var(--color-2);
    padding: 30px 0;
}
#noticias {
    background-color: transparent;
}
.list-default h2, .list-default h3, .data-relacionada {
    color: var(--color-1);
}
#subheader h1 {
    margin: 0;
    color: var(--color-1);
}
.download {
    padding: 60px 0;
    text-align: center;
}
.download:nth-child(even) {
    background-color: var(--color-2);
}
.download:nth-child(odd) {
    background-color: var(--color-1);
}
.download a {
    color: #fff!important;
    text-decoration: none!important;
}
.download a > * {
    transition: 0.7s all!important;
}
.download a:hover > * {
    transform: scale(1.04);
    text-decoration: none;
}
.download h2 {
    text-align: center;
    font-size: 1.5em;
    margin: 0;
}
.download span {
    display: block;
    padding: 10px 30px;
    border: 4px solid var(--color-2);
    background: var(--color-1);
    width: fit-content;
    margin: 30px auto 0 auto;
}
.download img {
    margin: 0;
    max-height: 350px;
}
#instagram {
    padding: 10px 0;
}
#instagram iframe {
    margin-bottom: -102px;
}
/*#eapps-instagram-feed-1 {
    margin-bottom: -40px;
    position: relative;
    z-index: 0;
}
#eapps-instagram-feed-1 > a {
    font-size: 0!important;
    visibility: hidden!important;
    pointer-events: none!important;
    opacity: 0!important;
    display: none!important;
    height: 0!important;
    width: 0!important;
    overflow: hidden!important;
    max-width: 0!important;
    max-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    background: transparent!important;
}*/

.desktop1 {
    display: inline-block;
}
.mobile1 {
    display: none;
}
#faq, #consultar {
    background: var(--color-1);
    padding: 40px 0;
}
#faq p {
    font-family: 'Montserrat', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 0.6em;
}
#faq h2 {
    margin: 0 auto;
}
#consultar {
    font-family: 'Montserrat', sans-serif!important;
    font-size: 19px;
}
#consultar a {
    transition: 0.5s all!important;
}

#consultar input {
    color: var(--color-1);
}
#consultar .seletor-input {
    width: fit-content;
    margin: 0 auto 15px auto;
    border-radius: 100px;
    border: 2px solid var(--color-2);
    padding: 5px;
}
#consultar h2 {
    font-family: 'Bebas Neue';
    font-size: 2em;
}
.seleciona-email, .seleciona-telefone {
    width: 170px;
    display: inline-block;
}
.seleciona-email.ok, .seleciona-telefone.ok, .seleciona-email:hover, .seleciona-telefone:hover {
    background: var(--color-2);
    color: var(--color-1);
    border-radius: 20px 0 0 20px;
    padding: 8px 0;
}
.seleciona-telefone.ok, .seleciona-telefone:hover {
    border-radius: 0 20px 20px 0;
}
.form-consulta .email, .form-consulta .telefone {
    padding: 0;
    width: 0;
    opacity: 0;
    pointer-events: none;
    border: 0;
    margin: 0;
    border-radius: 30px;
    display: block!important;
    height: 0;
}
.form-consulta .email.ok, .form-consulta .telefone.ok {
    margin: auto;
    height: auto;
    padding: 10px 15px;
    width: 100%;
    max-width: 360px;
    opacity: 1;
    line-height: 1em;
    pointer-events: all;
    font-size: 22px!important;
}
.form-consulta input[type="submit"] {
    width: 100%;
    max-width: 360px;
    display: block;
    margin: 15px auto 0 auto;
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 30px;
    border: 0;
    background: var(--color-2);
}
.form-consulta input {
    transition: 0.5s all!important;
    font-size: 22px!important;
}
.form-consulta {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
    text-align: center;
}
.resultado-consulta .resultado {
    background: var(--color-2);
    color: var(--color-1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.panel-default > .panel-heading {
    background: var(--color-2)!important;
    color: var(--color-1);
    margin: 0;
    line-height: 1em;
    position: relative;
}
.panel-body {
    color: var(--color-1);
    padding: 15px;
}
.panel-title > a {
    font-size: 1.35em;
    position: relative;
    bottom: -2px;
    width: 100%;
}
.panel-title > a[aria-expanded="false"]::before {
    content: '>';
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transform: rotate(0);
}
.panel-title > a[aria-expanded="true"]:before {
    content: '>';
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transform: rotate(90deg);
}
.panel-group * {
    transition: 0.3s all!important;
}
.panel-group a {
    color: var(--color-1);
}
#hero .grid > .g2:last-child h2 {
    color: var(--color-1);
}
.ao-vivo {
    padding: 60px 0;
}
.ao-vivo  iframe{
    height: 732px;
    max-height: 100vh;
}
.ao-vivo .w1 .w3 img {
    max-height: 170px;
}
.oik-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}
.oik-lightbox .oik-overlay {
    background: #000;
    opacity: 0.5;
    cursor: pointer;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}
.oik-lightbox, .oik-lightbox * {
    transition: 0.5s all!important;
}
.oik-lightbox .oik-content {
    max-width: 500px;
    max-height: 90vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
}
.oik-lightbox .oik-content img {
    max-height: 90vh;
    height: 450px;
}
.oik-lightbox .oik-close {
    right: 12%;
    top: 8%;
    width: 30px;
    height: 30px;
    background: #000;
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 2px 0px;
    border-radius: 29px;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.5s all!important;
}
.oik-lightbox .oik-close:hover {
    transform: scale(1.1);
}
.oik-lightbox.oik-closed {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.1);
    transition: 1s all!important;
    border-radius: 100%;
    overflow: hidden;
}
@media screen and (max-width: 840px) {
    #hero h1 {
        font-size: 1.1em;
    }
    #hero {
        padding: 30px 0;
    }
    .desktop1 {
        display: none;
    }
    .mobile1 {
        display: inline-block;
        padding: 0!important;
    }
    #header2 .g3 {
        width: calc(100% - 60px);
    }
    #header2 .g3 span > a > img {
        width: 100px!important;
        height: auto!important;
    }
    #header2 > div > div.g3 img {
        width: 70px;
        height: auto
    }
    #header2 .g3 span {
        padding: 0 20px!important;
    }
    #header2 img {
        margin: 15px 0 -15px;
    }
    .menu-torcida {
        width: 100%;
        text-align: center;
        overflow: hidden;
        height: 0;
        transition: 0.5s all!important;
        pointer-events: none;
    }
    .menu-torcida.ok {
        margin-top: 30px;
        height: 400px;
        pointer-events: all;
    }
    .menu-torcida > a {
        width: 100%;
    }
    .nav-torcida, .nav-torcida * {
        transition: 0.5s all!important;
    }
    .nav-torcida {
        position: absolute;
        right: 5%;
        width: 40px;
        top: 30px;
    }
    .nav-torcida span {
        display: block;
        width: 100%;
        background: #fff;
        height: 3px;
        margin-bottom: 8px;
        position: relative;
    }
    .nav-torcida span:last-child {
        margin-bottom: 0
    }
    .nav-torcida.ok span:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
    }
    .nav-torcida.ok span:nth-child(2) {
        width: 0;
    }
    .nav-torcida.ok span:nth-child(3) {
        transform: rotate(-45deg);
        top: -10px;
    }
    #hero .grid > .g2:last-child {
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    #hero .grid > .g2:last-child a img{
        width: 40%;
    }
    #hero .grid > .g2:first-child {
        width: 33%;
        padding: 0 40px 0 0;
    }
    #hero .grid > .g8 {
        width: 66%;
        padding: 0;
    }
    #tarja h2 {
        font-size: 1.4em;
    }
    #kit  .clique {
        display: block;
        padding: 0 5%;
        font-size: 1.25em;
    }
    #kit  .clique a {
        margin: 0;
    }
    #kit .text {
        width: 70%;
        margin: -3vw auto 7vw;
    }
    #kit .clique p, #kit .clique a {
        width: 100%;
        display: block;
    }
    #caravanas {
        background-color: var(--color-1);
        background-size: contain;
        padding: 60px 0 110px 0;
    }
    #caravanas .w2 {
        width: 100%;
    }
    #caravanas h2 {
        font-size: 2em;
        text-align: left;
    }
    #caravanas p {
        font-size: 1.25em;
        text-align: left;
    }
    #programacao .titulo {
        font-size: 1.5em;
        width: 90%;
        margin-left: 10%;
    }
    #programacao > img {
        max-width: 20%;
    }
    #programacao .line {
        font-size: 0.5em;
    }
    #programacao, #patrocinadores {
        padding: 60px 0;
    }
    #programacao .box {
        width: 90%;
        margin-left: 10%;
        font-size: 1.75em;
    }
    #programacao > img {
        max-width: 25%;
    }
    #apd > .grid > div {
        width: 100%;
    }
    #apd img {
        width: 80%;
        margin: 0 auto 40px auto;
        display: block;
    }
    #apd p {
        font-size: 1em;
        text-align: center
    }
    #video {
        padding: 5vw 0;
    }
    #video iframe, .ao-vivo  iframe {
        height: calc(100vw / 1.77);
    }
    .ao-vivo  iframe {
        height: calc(100vw / 2);
    }
    #video > img {
        display: none;
    }
    #patrocinadores h2 {
        font-size: 1.75em;
    }
    #patrocinadores .sessao {
        padding-top: 30px;
    }
    #patrocinadores h3 {
        font-size: 1.4em;
    }
    #patrocinadores img {
        padding: 10px 15px;
    }
    .consultar-local #subheader h1 {
        font-size: 1.25em;
        padding: 0 5%;
    }
    #consultar {
        padding-top: 0;
    }
    #consultar .seletor-input {
        width: 100%;
    }
    .seleciona-email, .seleciona-telefone {
        width: 48.5%;
    }
    .form-consulta {
        margin: 30px auto;
    }
    .sessao:nth-child(1) img, .sessao:nth-child(2) img {
        width: 60%;
    }
    .sessao:nth-child(3) img {
        width: 33%;
    }
    #patrocinadores h3 {
        font-size: 1.2em;
    }
    #hero .g2.v-align-middle.t-center br {
        display: none;
    }
    #hero .g2.v-align-middle.t-center a {
        padding: 0 15px;
    }
    #hero .g2.v-align-middle.t-center a img {
        max-height: 150px;
    }
    .ao-vivo .w1 .w3 img {
        max-height: 90px;
    }
    .ao-vivo .w1 > .w3 {
        width: 25%;
        text-align: right;
    }
    .ao-vivo .w1 > .w3:first-child {
        text-align: left;
    }
    .ao-vivo .w1 > .w3:last-child {
        width: 50%;
        text-align: right;
    }  */
}
@media screen and (max-width: 733px) {
    #instagram iframe {
        margin-bottom: -141px;
    }
}