

*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
time, mark, audio {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

h5{
    display: none;
}

html {
    width: 100%;
    height: 100%;	
}

a, a:active, a:focus {
    outline: none;
}





footer, .push {
  
    clear: both;
}




.paginacao span,
.paginacao a {
    display: inline-block;
    height: 30px;
    width: 40px;
    line-height: 31px;
    color: #024DA1;
    text-align: center;
    border: 1px solid #024DA1;
    margin: 0 20px 10px 0;
    transition: all linear 0.2s;
    border-radius: 3px;
}





.cycle-terco {
    margin: 15px auto 0 auto;
    display: inline-block;
}

.terco {
    text-align: center;
}

.terco h2 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1px;
    color: brown;
}

.oracao h3 {
    font-weight: bold;
    margin: 25px 0 5px 0;
    color: brown;
    font-size: 22px;
}

.oracao h4 {
    font-size: 19px;
    margin: auto;
}

.oracao h5 {
    font-size: 15px;
    margin-top: -6px;
}

.terco .imagem {
   
    width: 350px;
    float: left;
    text-align: center;

}
.terco .oracao {

    width: 350px;
    height: 520px;
    overflow: auto;
    float: right;
    text-align: center;
    margin: 0 0 0 100px;
    padding: 35px 0 0 0;
}

.terco .imagem img {
    width: 250px;
    margin-bottom: 5px;
}


.pager-terco {
    width: 350px;
    float: right;

}

.pager-terco span {
    width: 140px;
    height: 40px;
    line-height: 41px;
    cursor: pointer;
    letter-spacing: 0;
    border-radius: 15px;
    border: solid brown;
    color: black;
}
.pager-terco span:hover, .misterios span:hover {
    background: brown;
    color: #FFF;
}

.seletor {
    width: 800px;
    margin: 0 auto;
    display: inline-block;
}

.seletor-mobile {display: none;}

.misterios {
    width: 350px;
    float: left;
}

.misterios span {
    width: 70px;
    height: 40px;
    line-height: 16px;
    cursor: pointer;
    letter-spacing: 0;
    font-size: 14px;
    padding-top: 4px;
    margin: 0 6px 10px 0;
    border: 1px solid #024DA1;
}

.misterios a {
    border: none;
    line-height: unset;
    width: unset;
    margin-right: 10px;
}

.contemplacao {
    font-size: 19px;
}

.contemplacao17 {
    font-size: 17px;
}

.contemplacao18 {
    font-size: 17px;
}

.coterem-maos:before {
  color: #bba760;
  font-size: 93px;
  float: left;
  margin: 20px 15px 20px 0;
}

.bloco-azul .chamada {
    width: 375px;
    float: left;
    margin-left: 25px;
    margin-right: 75px;
    padding-top: 20px;
}
.bloco-azul span {
   
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 32px;
}

.bloco-azul p {
    
    font-size: 18px;
    letter-spacing: 0;
    color: #BAA65F;
}

.limitador-redondo {
    width: 165px;
    height: 165px;
    margin-left: 40px;
    border: 15px solid #BAA65F;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    filter: drop-shadow(0 0 10px #121212);
}

.limitador-redondo img {
    width: 100%;
}




@media only screen and (max-width: 1200px) {
    

    .conteudo { width: 960px;}    
    .single.conteudo { padding: 0 5px; }


  

    #menu-menu-compacto > li {
        margin: 0 15px;
    }

    .wrapper-menu-direito {
        width: 41.65%;
        padding-left: 20px
     }

    

    

    


@media only screen and (max-width: 992px) {
    

    .wrapper { margin: 0 auto -720px }

    .conteudo { padding: 0 15px; width: 100%; left: auto; margin: 0; }     
    .single.conteudo { padding: 0 25px; }

}

      
 
    

    .terco .imagem {max-width: 255px;}
    .seletor {width: unset;}
    .misterios {width: 250px;}
    .misterios span {width: 100px;}
    .misterios a {margin-left: 10px; margin-right: 10px;}
    .misterios a:last-child {margin-right: 10px; margin-top: 10px;}
    .pager-terco {margin-left:100px;}

}








@media only screen and (max-width: 768px) {
    #page{
        width: 90%;
        display: block;
        margin: auto;
        }
   
    
    .terco .imagem {max-width: 40%;}
    .terco .imagem img {max-width: 100%;}
    .terco .oracao {
      
        width: calc(60% - 20px);
        margin-left: 20px;
        padding-top: 0;
        max-height: 520px;
        overflow: auto;
       
    }
    .oracao h3, .oracao h4 {margin-top: 10px;}
    .seletor-desktop {display: none;}
    .seletor-mobile {display: unset}
    .seletor-mobile .pager-terco {width: 100%;}
    .seletor-mobile .misterios {width: 100%;}

   

}




