/*
Theme Name: Elementor Páprica
Theme URI: #
Author: #
Author URI: #
Version: 2.0.0
Description: Descrição do Temas
*/
* {
    box-sizing: border-box;
  }
:root {
    --roxo: #491f53;
    --verde: #00ab97;
    --laranja: #fdc300;
    --azul: #003a63;    
    --branco: #fff;
}
body {
    height: 100%;
    padding: 0px;	
    margin: 0px;	
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
img{
    display: block;
}
.full {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}
.flex-v {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-h {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
/*==================================================
HEADER
====================================================*/

.ehf-header #masthead {
    z-index: 99;
    background-color: #0e3b5e;
}
.page-id-714 .barra-topo{
    background: transparent !important;
    position: absolute;
}
.barra-topo.active {
    height: 120px;
    background: #003366 !important;    
    position: fixed;    
    left: 0;
    top: 0;
    z-index: 9999999999999999 !important;
    width: 100%;
    -webkit-animation: fixaTopo 1s forwards; /* Safari 4+ */
    -moz-animation:    fixaTopo 1s forwards; /* Fx 5+ */
    -o-animation:      fixaTopo 1s forwards; /* Opera 12+ */
    animation:         fixaTopo 1s forwards; /* IE 10+, Fx 29+ */    
  animation-iteration-count: 1; 
  animation-delay:0s;   
}
.painel{    	
	display: none;
	z-index: 99999;
    position: fixed;
    top:0;
right:-100%;    
    width: 100% !important;
    max-width: 350px !important;
    overflow-x: hidden;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s; 
}
.painel {
	display: block;
		    -webkit-animation: puxaPainel 1s forwards; /* Safari 4+ */
  -moz-animation:    puxaPainel 1s forwards; /* Fx 5+ */
  -o-animation:      puxaPainel 1s forwards; /* Opera 12+ */
  animation:         puxaPainel 1s forwards; /* IE 10+, Fx 29+ */    
animation-iteration-count: 1; 
animation-delay:0s;    
}
.fechaPainel{
		display: block;
		    -webkit-animation: retornaPainel 1s forwards; /* Safari 4+ */
  -moz-animation:    retornaPainel 1s forwards; /* Fx 5+ */
  -o-animation:      retornaPainel 1s forwards; /* Opera 12+ */
  animation:         retornaPainel 1s forwards; /* IE 10+, Fx 29+ */    
animation-iteration-count: 1; 
animation-delay:0s;  
}
.ancora{
    top: 20px !important;
}
.fechar, 
.ancora{
    cursor: pointer;
}
@-webkit-keyframes fixaTopo {
    0% {
    top:-150px;
    }
    100% {
    top:0% !important;    
    }
    }
    @-webkit-keyframes puxaPainel{
    0% {
    right: -100%;
    }
    100% {
    right: 0;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    }
    }
    @-webkit-keyframes retornaPainel {
    0% {
    right:0;
    }
    100% {
    right:-100%;
    }
    }


/*==================================================
CLASSES
====================================================*/

.respiro-med{
    display: block;
    padding: 30px;
}
.cover{
	-webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.block{
    display: block;
}
.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right;
}
.text-align-left{
    text-align: left;
}
.relativo {
    position: relative;
}

.sidebar{
    width: 95%;
    position: relative;    
    padding: 40px 30px;
    margin: 30px auto;
    background-color: #f0f0f0;
    -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.sidebar h3{ 
    padding: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600 !important;
    color:#003366 !important;
}
.sidebar .lista-cats{
    margin-top: 30px;
}
.sidebar nav ul{
    padding: 0;
}
.sidebar nav ul li a{    
    font-size: 15px;
    padding: 4px 0;
    color:#0f3b5e;
    font-size: 16px;
}
.sidebar nav ul li a:hover{   
    text-decoration: underline;
}
.sidebar nav ul li{
    list-style: none;
    padding: 5px;
    text-transform: capitalize;
}

#side-busca{
    position: relative;
    width: 95%;
}
#side-busca .text input{
  width: 100%;
    border:0;
    background: #fff;
    color: #333;
    font-size:13px;
    padding: 16px 22px;
    display: block;
    outline: none;  
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}
#side-busca .text input:focus{
    background: #e0e0e0;	    
}

#side-busca .btn{
    width: 40px;
    height: 45px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 2;
    background: url('assets/img/lupa.png') no-repeat center center;
    background-size: 60%;
    cursor: pointer;
    border: none;
    text-indent: -999px;
    overflow: hidden;    
}


/* Grid HTML Classes */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1400px;
 *zoom: 1;
    justify-content: flex-start;
    text-align: left;
    
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse .column, .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
 *zoom: 1;
}
.row .row:before, .row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
 *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    justify-content: flex-start;
    vertical-align: top;
    
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
.large-1 {
    position: relative;
    width: 6.25%;
}
.large-2 {
    position: relative;
    width: 12.5%;
}
.large-3 {
    position: relative;
    width: 18.75%;
}
.large-3col {
    position: relative;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
}
.large-4 {
    position: relative;
    width: 25%;
}
.large-5 {
    position: relative;
    width: 31.25%;
}
.large-6 {
    position: relative;
    width: 37.5%;
}
.large-7 {
    position: relative;
    width: 43.75%;
}
.large-8 {
    position: relative;
    width: 50%;
}
.large-9 {
    position: relative;
    width: 56.25%;
}
.large-10 {
    position: relative;
    width: 62.5%;
}
.large-11 {
    position: relative;
    width: 68.75%;
}
.large-12 {
    position: relative;
    width: 75%;
}
.large-13 {
    position: relative;
    width: 81.25%;
}
.large-14 {
    position: relative;
    width: 87.5%;
}
.large-15 {
    position: relative;
    width: 93.75%;
}
.large-16 {
    position: relative;
    width: 100%;

}

@media only screen and (max-width: 1025px) {
    .menu-superior{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
.row {
    max-width: 100%;
    margin: 0 auto;
}
.column, .columns, .large-3col {
    display: block !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
}




/*Fique por dentro*/
.fique-por-dentro-container {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.fique-por-dentro-item {
    width: 320px;
    background: #E7E7E7;
    border-radius: 0px;
    padding-bottom: 10px;
    min-height: 310px;
    position: relative;
    border-radius: 8px;
}
.fique-por-dentro-item img {
    width: 100%;
}


.fique-por-dentro-item a.categoria {
   display: none;
}

.fique-por-dentro-item a.leia-mais {
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 12px;
    line-height: 16.67px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #0E3B5E;
}

.fique-por-dentro-item a.leia-mais:hover{
    color: #065ca8;
}






/* shortcode post banner full */
.post-container.full-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.single-post .post-container.full-width {
	bottom: 0px;
	margin-bottom: 5%;
}


@media (min-width: 900px) {
    .post-container.full-width {
        height: 470px;
    }

}

@media (min-width: 1300px) {
    .post-container.full-width {
       height: 490px; /* Aumenta a altura em telas maiores */
    }
}

/* Telas full HD ou maiores (exemplo: acima de 1440px) */
@media (min-width: 1440px) {
	.post-container.full-width {
       	 	height: 510px;
    	}
}
@media (min-width: 1660px) {
    .post-container.full-width {
        height: 400px;
    }
}
@media (min-width: 1900px) {
    .post-container.full-width {
        height: 580px;
    }
}
.post-container.full-width::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(7 7 6);
    opacity: 30%;
    z-index: 1;
}
.post-container.full-width .filtro{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0,0,0,0.6);
}
.col-left-lpt{
    position: relative;
    z-index: 2;
}
.col-left-lpt > .breadcrumb a {
    color: white;
}
.col-left-lpt > .breadcrumb {
    color: white;
}



.col-left-lpt {
    width: 60%;
    padding: 10% 1% 10% 15%;
}


p.latest-post-category a {
    font-family: "TT Ramillas Trl", Sans-serif;
    font-size: 11px;
    font-weight: 700;
    background-color: #5AC2DE;
    border-radius: 27px 27px 27px 27px;
    padding: 05.47px 9.12px 05.47px 9.12px;
    color: white;
}

h2.latest-post-title {
    font-family: "TT Ramillas Trl", Sans-serif;
    font-size: 62PX;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    margin-bottom: 40px;
    max-width: 400px;
}

.single-post h2.latest-post-title {
    max-width: 100%;
    font-size: 42px;
    line-height: 45px;
}

h2.latest-post-title > strong {
    font-weight: 800;
}



a.leia-mais-lpt {
    width: 151px;
    height: 44px;
    padding: 14.6px 29.19px 14.6px 29.19px;
    gap: 14.6px;
    border-radius: 7px;
    border: 0.91px solid white;
    opacity: 0px;
    font-family: Roboto;
    font-size: 12.77px;
    font-weight: 500;
    line-height: 12.77px;
    text-align: left;
    color: white;
}

a.leia-mais-lpt:hover {
    background: white;
    transition: 0.3s;
    color: black;
}


/*shortcode ultimas notícias*/
.slider-item {
    flex: 0 0 33.33% !important;
    padding: 10px;
    margin: 0px 10px;
    padding-bottom: 20px !important;
    background-color: #FFFF;
    border: 1px solid #82828217;
    border-radius: 12px;
    min-height: 585px;
}
@media only screen and (max-width: 768px){
    .slider-item {
        background-color: white;
        border: 0px;
        border-radius: 12px;
    }
}
h2.news-title{
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
p.news-excerpt{
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

a.leia-mais-news{
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #00AB97;
    border-radius: 12px 12px 12px 12px;
    padding: 22px 44px 22px 44px;
}

.noticias-slider {
    overflow: hidden;
    width: 100%;
}

.slider-container {
    display: block;
    transition: transform 0.3s ease;
}

.noticias-slider .slider-nav {
    display: flex;
}

.noticias-slider .slider-nav a {
    margin-right: 10px;
}

/* blog list grid*/
.post-carousel-categories {
    position: absolute;
    background-color: #FDC300 !important;
    top: 1%;
    z-index: 99 !important;
    width: auto !important;
    border-radius: 30px !important;
    padding: 5px 10px !important;
    visibility: visible !important;
    -webkit-transition: 300ms;
    transition: 300ms;
    height: 26px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    opacity: unset;
}
.single-post{
    padding: 50px 20px;
}
.single-post .row{
    max-width: 1000px;
}
.single-post .btn-voltar{
    background: #491f53;
    color:#fff;
    font-size:16px;
    padding: 15px 22px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.single-post .btn-voltar:hover{
    background: #00ab97;
}
.single-post .data{
    border-left: 2px solid #00ab97;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
}
/*==================================================
PAGENAVI
====================================================*/
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 9px;
     margin-right: 10px;
    font-size: 15px; color:
     #003a63; text-decoration: none;
    border: 1px solid #ccc; 
    border-radius: 5px;
    }
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #003a63;
    color: #fff !important;    
    }
.wp-pagenavi span.current { font-weight: bold; }


@media only screen and (min-width: 361px) and (max-width: 797px) {
    .post-carousel-categories {
        top: 40%;
    }
    section.single-post .large-16.columns {
        padding: 25px 0px !important;
    }
    div#lastest-news-blog-page .post-carousel-categories {
        top: 42% ;
    }

}
@media only screen and (max-width: 360px) {
    .post-carousel-categories {
        top: 35% ;
    }
    div#lastest-news-blog-page .post-carousel-categories{
        top: 36% ;
    }
}
.post-carousel-categories a {
    color: white !important;
}
h2.news-title {
    margin-top: 60px;
}
.eael-entry-media {
    margin: 15px 15px 0px;
    overflow: unset;

}
.single-post {
    padding: 0px !important;
}
.eael-entry-wrapper {
    margin: 12% 0% 0%;
}


/* shortcode post recentes vertical*/
.post-container-pr {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 8px;
    padding: 20px 0px;
}

.col-left-pr {
    width: 50%;
    padding: 2% 5% 2% 0%;

}

.col-righ-pr {
    width: 50%;
    padding: 0px 20px;
}

.col-righ-pr figure {
    max-width: 600px;
    height: 218px;
}

.col-righ-pr figure img {
    display: block;
    -webkit-border-radius: 3.88px;
    -moz-border-radius: 3.88px;
    border-radius: 3.88px;
    max-height: 100%;
}
@media only screen and (max-width: 768px) {
    .col-righ-pr {
        width: 100%;
        padding: 0px;
    }
    .col-left-pr {
        width: 100%;
        padding: 10px 10px 30px;
        margin: 0;
    }
    .col-left-pr h4 {
        width: 100% !important;
    }
}
.col-right-pr {
    width: 50%;
}

.col-right-pr img {
    max-width: 100%;
    height: auto;
}

.col-left-pr h4 {
    font-family: "TT Ramillas Trl", Sans-serif;
    font-size: 12.95px;
    font-weight: 500;
    line-height: 18.13px;
    text-align: left;
    color: rgba(38, 38, 38, 1);
    width: 40%;
}

.col-left-pr .category-pr1,
.col-left-pr .category-pr2,
.col-left-pr .category-pr3{
    width: auto;
    padding: 4px 6px;
    border-radius: 19px;
    gap: 10px;
    background: rgba(18, 145, 209, 1);
}
.col-left-pr .category-pr{
    display: inline;
}


.col-left-pr .category-pr1 a,
.col-left-pr .category-pr2 a,
.col-left-pr .category-pr3 a{
    font-family: Roboto;
    font-size: 7.77px;
    font-weight: 700;
    line-height: 7.77px;
    letter-spacing: 0.08em;
    text-align: center;
    color: white;
    color: white;
    text-transform: uppercase;
}

.col-left-pr p {
    font-family: Roboto;
    font-size: 12.95px;
    font-weight: 400;
    line-height: 18.13px;
    letter-spacing: 0.005em;
    text-align: left;
    color: rgba(38, 38, 38, 1);
}

.col-left-pr .leia-mais-pr {
    font-family: Roboto;
    font-size: 9.06px;
    font-weight: 500;
    line-height: 9.06px;
    text-align: center;
    display: block;
    width: 109px;
    height: 31px;
    padding: 10px 24px;
    color: rgba(14, 59, 94, 1);
    border-radius: 101px;
    background: rgba(248, 184, 59, 1);
}
.col-left-pr .leia-mais-pr:hover {
    transition: 2ms;
    background-color: #FDC300;
}


.circle-bg {
    padding: 10px;
}
.circle-bg::before {
    content: "";
    background-image: url("http://lp-marista-brasil.papricadev.com.br/wp-content/uploads/2024/04/Group-1-4.png");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: spin 20s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.elementor-element.elementor-element-7b58e8d.elementor-widget.elementor-widget-image {
    text-align: right;
    display: flex;
    justify-content: end;
    padding: 10px;
}



.single .mais-noticias .post-container-pr .col-righ-pr {
    width: 100%;
    padding: 0px;
}
.mais-noticias .post-container-pr .col-righ-pr figure img {
    width: 100% !important;
    height: 100%;
}


/*==================================================
BLOG
====================================================*/
.nome-categoria{
    margin: 15px !important;
    padding-left: 18px;
    font-size: 30px;
    color: #003366;
}
.results{
    font-size: 15px;
    color: #003366;
    font-weight: 400;
    padding-left: 32px;
}
section.categorias{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.noticias-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10% 0%;
    padding: 20px;

}
.noticias-titulo {
    position: relative;
    z-index: 999;
}

.noticias-titulo::before {
    content: url('https://maristabrasil.org/wp-content/uploads/2024/08/Group-110-1.png');
    position: absolute;
    right: -70px;
    bottom: 10px;
    z-index: -2;
}

.noticias-destaque h2 {
    font-size: 62px;
    font-weight: 800;
    line-height: 80px;
    text-align: left;
    color: rgba(0, 58, 99, 1);
    margin: 0;
}

.noticias-titulo p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 9.59px;
    line-height: 14.75px;
    letter-spacing: 0.5%;
    text-align: left;

}

.busca-rapida {
    position: relative;
    right: 1%;
}

.busca-rapida form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 309px;
    height: 52px;
    gap: 0px;
    border: 0.87px solid #9EA2A2;
    border-radius: 5px;
    opacity: 0px;
    background: #FFFFFF;
    padding: 5px;

}

.busca-rapida input[type="search"] {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    border: 0px;
}

.busca-rapida button {
    background: none;
    border: none;
    margin-left: -35px;
    cursor: pointer;
    padding: 0;
    color: #999;
}

.busca-rapida button svg {
    fill: #999;
}

.busca-rapida input[type="text"]:focus {
    outline: none;
    border-color: #003366;
}

.busca-rapida button:hover svg {
    fill: #003366;
}


.noticias-destaque {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.noticias-destaque p {
    font-size: 22px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
}

.noticias-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.noticia-item {
    padding: 0px;
    border-radius: 8px;
    background: white;
    transition: transform 0.3s ease-in-out;
}
.fique-por-dentro-item, .card-atuacao {
    transition: transform 0.3s ease-in-out;

}
.noticia-item:hover, .fique-por-dentro-item:hover, .card-atuacao:hover {
    transform: scale(1.05);
}

.noticia-item .infos{
    padding: 20px;
}

.noticia-link {
    display: block;
}

.noticia-imagem {
    width: 100%;
    min-height: 320px;
    height: 320px;
    border-radius: 30px;
    object-fit: cover;
}
.noticia-thumb img {
    width: 100%;
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    border-radius: 30px;
    object-fit: cover;
}

.noticia-imagem-placeholder {
    width: 100%;
    height: 150px;
    background-color: #eaeaea;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noticia-meta {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    color: #54585A;
}

.noticia-meta a, .ultimas-noticias-container .noticia-categoria {
    color: #0E3B5E;
    font-family: Poppins;
    font-weight: 300;
    font-size: 11.84px;
    line-height: 16.67px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: left;
}

.noticia-excerpt {
    font-size: 1em;
    color: #555;
    margin-bottom: 10px;
}

.noticia-tags {
    color: #9EA2A2;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.38px;
    text-align: left;
}
.elementor-element.elementor-element-106d059.e-con-full.e-flex.e-con.e-child,
.hfe-nav-menu__toggle.elementor-clickable{
    display: none;
}


.categorias-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.categorias-container h2 {
    font-size: 25.18px;
    font-weight: 800;
    line-height: 31.72px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    border-bottom:  1.68px solid rgba(158, 162, 162, 1);
    width: 257px;
    padding-bottom: 10px;
}


.categorias-container .categorias {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.categorias-container .categoria {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0, 150, 215, 1);
    color: #fff;
    border-radius: 7px;
    text-decoration: none;
    /* font-weight: bold; */
    /* font-family: Wix Madefor Text; */
    font-size: 12.98px;
    font-weight: 400;
    line-height: 16.36px;
    text-align: center;
    transition: background-color 0.3s ease;
    margin: 0px 5px;
}

.categorias-container .categoria:nth-child(odd) {
    background-color: #1f3c88; /* cor de fundo alternada */
}

.categorias-container .categoria:hover {
    background-color: #4169e1;
}


.ultimas-noticias-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ultimas-noticias-container h2 {
    font-size: 64px;
    font-weight: 800;
    line-height: 80.64px;
    text-align: left;
    color: rgba(0, 58, 99, 1);
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(158, 162, 162, 1);
    width: 80%;
}



.bloco-2 {
    padding-left: 10%;
}



.ultimas-noticias-container .noticias-grid {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ultimas-noticias-container.home .noticias-grid{
    grid-template-columns: repeat(3, 1fr);

}
/* .ultimas-noticias-container .noticia-item {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.ultimas-noticias-container .noticia-item:hover {
    transform: translateY(-5px);
} */

.ultimas-noticias-container .noticia-thumb img,
.ultimas-noticias-container .noticia-thumb-placeholder img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.ultimas-noticias-container .noticia-info {
    margin-top: 10px;
}



.ultimas-noticias-container .noticia-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    color: #54585A;
    padding: 0px 20px;
}


.ultimas-noticias-container .noticia-tempo {

    display: none;
}

.ultimas-noticias-container .noticia-data {
      color: #0E3B5E;
    font-family: Poppins;
    font-weight: 300;
    font-size: 11.84px;
    line-height: 16.67px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: left;  
}

.ultimas-noticias-container .noticia-titulo, .fique-por-dentro-item h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #0E3B5E;
    padding: 0px 20px;
}

.ultimas-noticias-container .noticia-excerpt {
    font-family: Poppins;
    font-weight: 400;
    font-size: 11.59px;
    line-height: 14.75px;
    letter-spacing: 0.5%;
    padding: 0px 20px;
    color:#262626;

}

span.tempo{
    display: none;
}

span.tempo img{
    width: 12px;
    height: 12px;
}

.paginacao {
    text-align: center;
    padding: 70px 30px 30px 30px;
}
@media screen and (max-width: 960px) {
    .ultimas-noticias-container .noticias-grid {
        width: 100%;
        max-width: 100%;        
        grid-template-columns: repeat(2, 1fr);        
    }
}

@media screen and (max-width: 768px) {
    .fique-por-dentro-item img {
        width: 100%;
    }
    .fique-por-dentro-item a.leia-mais {
        bottom: unset;
    }
 
    .elementor-element.elementor-element-e8b392c.e-con-full.e-flex.e-con.e-child {
        display: none;
    }
    .noticias-header,
    .busca-rapida form,
    .noticia-meta,
    .ultimas-noticias-container .noticia-meta,
    .ultimas-noticias-container .paginacao {
        display: block;
        width: 100%;
        align-items: stretch;
    }
    .ultimas-noticias-container .noticia-thumb img, .ultimas-noticias-container .noticia-thumb-placeholder img{
        min-height: 200px;
    }
    /* Mobile Version */
section.categorias {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.noticias-header {
    margin-bottom: 30px;
    padding: 10px;
}

.noticias-titulo {
    position: relative;
    z-index: 999;
}

.noticias-titulo::before {
    content: none;
}

.noticias-destaque h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
    color: rgba(0, 58, 99, 1);
    margin: 0;
}

.noticia-titulo {
    color: #0E3B5E;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
}

.noticias-titulo p {
    width: 100%;
    color: #003A63;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.busca-rapida {
    position: relative;
    right: 0;
    width: 100%;
}

.busca-rapida form {
        width: 91%;
        height: auto;
        border: 0.87px solid #9EA2A2;
        border-radius: 5px;
        background: #FFFFFF;
        padding: 14px 10px 0px;
        padding: center;
}
.busca-rapida button{
    position: relative;
    align-items: center;
}

.busca-rapida button svg {
    fill: #999;
    position: absolute;
    left: 350px;
    bottom: 5px;
    width: 30px;
    height: 20px;
}
.busca-rapida input[type="search"] {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    border: 0px;
}

.busca-rapida button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #999;
}

.noticias-destaque {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.noticias-destaque p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.noticias-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.noticia-item {
    padding: 0px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    background: white;
    margin-bottom: 40px;
}

.noticia-item .infos{
    padding: 10px;
}

.noticia-imagem {
    width: 100%;
    min-height: 200px;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
}

.noticia-thumb img {
    width: 100%;
    min-height: 150px;
    height: 150px;
    max-height: 150px;
    border-radius: 20px;
    object-fit: cover;
}
.paginacao {
    text-align: center;
}
    
    .categorias-container .categorias,
    .ultimas-noticias-container .noticias-grid {
        display: block !important;
        grid-gap: 0;
        width: 100%;
        max-width: 100%;
        
    }
    .ultimas-noticias-container {
        display: block !important;
        width: 100%;
        max-width: 100%;
        margin: 0;        
        
    }
    

    .bloco-1, .bloco-2 {
        display: block;
        margin: 20px;
    }

    .bloco-2 {
        padding-left: 0;
    }

    .categorias-container .categoria {
        margin: 5px;
    }
    .ultimas-noticias-container h2 {
        font-size: 32px;
        padding-bottom: 0px;
    }
    span.tempo {
        float: right;
        position: relative;
        right: 2rem;
    }
    .row, .columns{
        display: block !important;
        width: 100%;
        max-width: 100%;
        clear: both;
    }
}



.header-container-ultimas-noticias {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding: 20px;
    gap: 20%;
}



.ultimas-noticias-container.home .noticia-meta{
    justify-content: start;
}
.ultimas-noticias-container.home .noticia-thumb img, .ultimas-noticias-container.home .noticia-thumb-placeholder img {
    width: 100%;
    height: 241px;
    max-height: 241px;
    border-radius: 0px;
}
.news-section {
    max-width: 50%;
}

.news-section h1:after {
    position: absolute;
    content: url(https://maristabrasil.org/wp-content/uploads/2024/08/Group-110-1.png);
    top: -80%;
    right: 0;
    z-index: -1;
}
.news-section h1 {
    position: relative;
    z-index: 2;
    font-size: 56.86px;
    font-weight: 600;
    line-height: 79.2px;
    text-align: left;
    color: rgba(0, 58, 99, 1);
    text-transform: capitalize;
    margin: 0;
}

.news-section p {
    font-family: "TT Ramillas Trl", Sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 34.32px;
    text-align: left;
    color: rgba(0, 58, 99, 1);
    margin: 0 0px 40px;
    padding-right: 25%;
    position: relative;
    z-index: 2;
}

.search-form {
    display: flex;
    align-items: center;
    border: 0.87px solid rgb(158 162 162 / 54%);
    border-radius: 7px;
    background: white;
    padding: 5px;
    min-width: 300px;
}
.search-form input {
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 0.5rem;
    width: 100%;
    border-radius: 20px;
}

.search-form input::placeholder {
    font-family: "TT Ramillas Trl", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    color: rgba(158, 162, 162, 1);
}


.search-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 0.5rem;
}

.search-form button img {
    width: 20px;
    height: 20px;
}

.search-form input::placeholder {
    color: #aaa;
}

@media screen and (max-width: 768px) {
    .ultimas-noticias-container.home {
        padding: 0px;
    }
    .header-container-ultimas-noticias {
        display: block;
        padding: 0;
    }
    .ultimas-noticias-container.home .news-section {
        max-width: 100%;
    }

    .ultimas-noticias-container.home .news-section h1:after {
        position: absolute;
        content: url('https://maristabrasil.org/wp-content/uploads/2024/08/Group-110-1.png');
        top: -200%;
        right: 0;
        z-index: -1;
    }
    .ultimas-noticias-container.home .news-section h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .ultimas-noticias-container.home .news-section p {
        font-size: 20px;
        line-height: 26px;
        padding: 0;
    }

    .ultimas-noticias-container.home .search-form {
        position: relative;
        z-index: 2;
    }

    .ultimas-noticias-container .noticia-excerpt {
        padding: 0px 20px 10px;
    }
    .noticia-item:last-of-type {
        margin-bottom: 0px;
    }
}




div#navegue-mapa::after {
    position: absolute;
    content: '';
    width: 50px !important;
    height: 50px !important;
    top: 25px;
    right: 40px;
    background-image: url("https://maristabrasil.org/wp-content/uploads/2024/09/curved-arrow-down.png");
    background-size: cover;
    transform: scale(-1, 1) rotate(30deg);
}


.animatedicon {
    margin: 20px;
    display: inline-block;
  }
  
  /* Pulinho */
  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }
  
  .bounce {
    animation: bounce 1s ease-in-out infinite;
  }
  
  /* Giro */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .spin {
    animation: spin 6s linear infinite;
  }
  
  /* Movimento lateral */
  @keyframes moveX {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
  }
  
  .move {
    animation: moveX 1.5s ease-in-out infinite;
  }
  

  .call-video-home {
    cursor: pointer;
  }
  
  .modalCase {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* 90% preto */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  
  .modalCase.active {
    visibility: visible;
    opacity: 1;
  }
  
  .modalCase-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    background: #000;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .modalCase-content iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  .close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    padding-left:10px;
    background: #fff;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
   text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    transition: background 0.3s;
    -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-left-radius: 50px;
  }
  
  .close-btn:hover {
    background: #0E3B5E;
  }
  
  @media (max-width: 600px) {
    .modalCase-content {
      width: 95%;
    }
    iframe#widget2 {
        height: 208px !important;
    }
  }
  

  /* mobile */

@media only screen and (max-width: 768px) {
    .post-container.full-width {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 450px;
        margin-left: 0;
        margin-right: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    h2.latest-post-title {
        line-height: 30px !important;

    }
    .single-post h2.latest-post-title {
        max-width: 100%;
        font-size: 27px;
    }
    .col-left-lpt {
        width: 100% !important;
        padding: 5% 5% !important;
        position: absolute;
        bottom: 10px;
    }


    .mais-noticias .post-container-pr {
        display: block !important;
        width: 300px !important;
        margin-bottom: 10px;
        margin: 0 auto;
        padding: 20px !important;
    }

    .fique-por-dentro-item {
        width: 100%;
        background: #E7E7E7;
        border-radius: 14px;
        padding-bottom: 15px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .post-container-pr {
        display: block !important;
        padding: 0px !important;
    }
}


/* full screen  */

@media screen and (min-width: 1750px) {
    .post-container.full-width {
        min-height: 400px;
    }

    .col-left-lpt {
        width: 60%;
        padding: 16% 0% 10% 17%;
    }
}

@media only screen and (max-width: 768px) {
    .post-container.full-width {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 415px;
        margin-left: 0;
        margin-right: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }



    .fique-por-dentro-container {
        display: block;
        width: 100%;
    }


    .mais-noticias {
        display: block !important;
        gap: 20px;
    }
}




/* AJUDE RS */
div#modal-ajude-rs > .premium-modal-box-modal-header {
    padding: 10px 20px 05px !important;
}

.ehf-header #masthead {
    z-index: 99;
	background-color:#0e3b5e;
}

/*LP - PRIVACIDADE*/
@media screen and (max-width: 768px) {
    div#documentos {
        padding: 0px;
    }
	.premium-modal-box-modal-body h2.elementor-heading-title.elementor-size-default {
    position: relative;
    left: 5%;
    line-height: 35px;
}
		.premium-modal-box-modal-dialog.animated.fadeInUp.animated-fast {
			display: contents;
			width: 100%;
			margin: 20px 0px;
			padding: 0px;
	}
			.premium-modal-box-modal-dialog.animated.fadeInUp.animated-fast tr {
    display: table-column-group;
}
	.elementor-481 .elementor-element.elementor-element-1dc647d8 .premium-modal-box-modal-body , .elementor-481 .elementor-element.elementor-element-b844a0f .premium-modal-box-modal-body {
    padding: 5px;
}
    .elementor-element.elementor-element-52c2e335.e-flex.e-con-boxed.e-con.e-parent, .elementor-element.elementor-element-595a61e.e-flex.e-con-boxed.e-con.e-parent {
        padding: 10px 3px;
    }
.elementor-element.elementor-element-1b338962.elementor-widget.elementor-widget-text-editor, .elementor-element.elementor-element-67be6b7c.elementor-widget.elementor-widget-text-editor {
        height: 700px;
        overflow-y: scroll;
        line-height: 25px;
        font-size: 13px;
    }
.elementor-481 .elementor-element.elementor-element-b844a0f .premium-modal-box-modal-dialog, .elementor-481 .elementor-element.elementor-element-1dc647d8 .premium-modal-box-modal-dialog {
        width: 100%;
        height: 97vh;
        overflow: auto;
        position: relative;
  

}
	.elementor-element.elementor-element-20764340.e-con-full.e-flex.e-con.e-child {
    padding: 0px;
}
	
	
}
/*desk*/
.premium-modal-box-modal-dialog.animated.fadeIn.animated-fast {
    position: fixed;
    top: 10%;
    left: 0;
    width: 80%;
    height: 80%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 9999;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.premium-modal-box-modal-dialog {
    width: 100% !important;
}
.page-id-481 .elementor-element.elementor-element-9b57446.elementor-hidden-mobile.e-flex.e-con-boxed.e-con.e-parent {
    display: none !important;
}
.page-id-481 .elementor-element.elementor-element-5762d73.elementor-hidden-desktop.elementor-hidden-tablet.e-flex.e-con-boxed.e-con.e-parent {
    display: none !important;
}
 


.page-id-481 h5.elementor-heading-title.elementor-size-default {
    margin: 0px !important;
}
.page-id-481 h5.elementor-heading-title.elementor-size-default, .page-id-481 h2.elementor-heading-title.elementor-size-default {
    margin: 0px !important;
    line-height: 30px;
}
.premium-modal-box-modal-header {
    display: flex;
    justify-content: end;
    padding: 50px 50px 0px 0px;
}


.circle-bg-2 {
    padding: 10px;
}
.circle-bg-2::before {
    content: "";
    background-image: url(https://maristaorghomo.paprica.ag/wp-content/uploads/2024/04/Group-1-5.png);
    background-size: cover;
    position: absolute;
    top: 20%;
    left: 1%;
    width: 60%;
    height: 80%;
    z-index: -1;
    animation: spin 20s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



/* footer */
div#buttons-footer {
    display: flex;
    justify-content: center;
}
div#buttons-footer .e-con-inner {
    display: flex;
    flex-direction: row !important;
    align-items: center;
}



.btn-footer a{
	text-align: center;
	    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    fill: #0E3B5E;
    color: #0E3B5E !important;
    background-color: #F8B83B !important;
    border-radius: 50px 50px 50px 50px;
		width: auto;
	padding: 20px 40px 20px 40px !important;
}

.col-righ-pr figure {
    max-width: 600px;
    height: 100%;
}
.col-left-pr h4 {
    width: 100%;
}
/* @media screen and (max-width: 1650px) and (min-width: 1300px) {
	.post-container.full-width {
		max-height: 325px !important;

	}
}

@media screen and (max-width: 1299px) and (min-width: 1100px) {
	.post-container.full-width {
		max-height: 300px !important;

	}
} */

@media screen and (max-width: 868px) {
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
        min-width: 100vw;
        right: 55vw;
    }

#menu-mobile .hfe-nav-menu a.hfe-menu-item, .hfe-nav-menu a.hfe-sub-menu-item {
		justify-content: center !important
	}
}



/* // OLIMPIADAS */
.bloco-modalidade {
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bloco-modalidade:nth-child(odd) {
  background: #0095da; /* azul */
  color: #fff;
}

.bloco-modalidade:nth-child(even) {
  background: #fff;
  color: #004b73;
}


.bloco-modalidade h2 ,.bloco-modalidade .titulo-categoria {
    font-family: "Rubik", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px
}

.links-arquivos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-arquivo {
    border: 2px solid currentColor;
    padding: 12px 27px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
    align-items: center;
}
.bloco-modalidade:nth-child(odd) .btn-arquivo {
    color: #fff;
    BORDER: 2px solid white;
}
.bloco-modalidade:nth-child(even) .btn-arquivo {
  color: rgba(0, 150, 215, 1);
}
.dropdown-container {
    display: flex;
    align-items: center;
    gap: 6%;
    justify-content: start;
    margin: 2% auto;
    max-width: 900px;
}
  .dropdown {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
  }

.bloco-modalidade .container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    max-width: 900px;
	min-width: 900px;
    align-items: center;
}
.bloco-modalidade span.titulo-categoria {
    color: rgba(0, 58, 96, 1);
}
.bloco-modalidade:nth-child(even) span.titulo-nome {
    color: rgba(0, 150, 215, 1);
}
.dropdown-toggle {
    padding: 10px 14px;
    border: 1px solid #ccc;
    background-color: #D9D9D9;
    width: 300px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px;
    color: #003A60;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
    line-height: 18.13px;
    letter-spacing: 0.5%;
}

.dropdown-text {
    color: rgba(38, 38, 38, 1);
    font-family: 'Rubik';
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 18.13px;
    letter-spacing: 0.5%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #F4F4F4;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    z-index: 10;
    color: #003A60;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
    line-height: 18.13px;
    letter-spacing: 0.5%;
}

.dropdown-menu li {
    padding: 10px 14px;
    cursor: pointer;
    border: 1px solid #003a600a;
}

  .dropdown-menu li:hover {
    background-color: #f0f0f0;
  }

      .dropdown-menu {
        display: none;
        position: absolute;
        background: #fff;
        border: 1px solid #ccc;
        list-style: none;
        margin: 0;
        padding: 8px 0;
        width: 200px;
        z-index: 99;
      }
      .dropdown-menu li {
        padding: 8px 12px;
        cursor: pointer;
        transition: background 0.2s;
      }
      .dropdown-menu li:hover { background: #f0f0f0; }

      .bloco-modalidade {
        display: none;
        }

        /* mostra o 1º e 2º */
        .bloco-modalidade:nth-child(1),
        .bloco-modalidade:nth-child(2) {
        display: block;
        }

/** OMB */
div#perguntas-frequentes .premium-modal-trigger-container {
    background: rgba(241, 243, 245, 1);
    border-radius: 4px;
    padding: 5px;
}
.premium-modal-box-modal-dialog {
    max-width: 800px;
}

div#perguntas-frequentes .premium-modal-box-modal-footer, 
div#perguntas-frequentes .premium-modal-box-modal-header {
    display: none;
}

.slide-omb a.premium-button.premium-button-none.premium-btn-sm.premium-button-none {
    max-width: 100px;
}

.botao-etapa-omb a.elementor-button.elementor-button-link.elementor-size-sm {
    position: relative;
}
.botao-etapa-omb span.elementor-button-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.botao-etapa-omb span.elementor-button-icon svg {
    height: 26px;
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 868px) {
	.botao-etapa-omb span.elementor-button-icon svg {
		height: 36px;
	}
	


		.bloco-modalidade .container {
			display: block;
			text-align: center;
			min-width: 100%;
			max-width: 100%;
			box-sizing: border-box;
	}
	
	.links-arquivos {
			display: grid;
			grid-template-rows: auto;
			gap: 15px;
			display: grid;
			grid-template-columns: repeat(2, 1fr);
	}
	
	.btn-arquivo {
    border: 2px solid rgba(0, 150, 215, 1);
		padding: 10px;
	}
	
	.dropdown-container {
    display: grid;
			justify-content: center;
			text-align: center;
			gap: 10px;
			margin: 40px 0px 20px;
	}
	.bloco-modalidade h2 {
			margin: 0px 0px 20px;
	}
}

