/* 
Theme Name:		 FUNBEA
Theme URI:		 https://www.funbea.org.br/
Description:	 FUNBEA is a child theme of Hello, created by Nuvem Singular
Author:			 Nuvem Singular
Author URI:		 https://nuvemsingular.com.br/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 funbea
*/


nav a:hover, h2 a:hover { text-decoration: none; }

.post-content p {
    margin: 1em 0;
}

.post-content img {
    border-radius: 12px;
}

.post-content a {
    color: #315AED;
}

.post-content h4 {
    font-weight: 700;
    margin: 1.5em 0 0.3em;
}

#categorias .jet-listing-grid__item {
    display: none;
}

h2.elementor-heading-title a:hover {
    color: #315AED !important;
}

.titulo-post .jet-listing-dynamic-field__content:hover, .elementor-post__title a:hover {
    color: #315AED !important;
}

.btn-publica {
    width: 270px;
    height: 75px;
    background-color: black;
    color: #FFF;
    text-align: center;
    font-family: 'Anton';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
}

.btn-publica:hover {
    background-color: #FF7900;
}
.btn-publica.active {
    background-color: #FF7900;
}

.link-publicacao {
    color: #000;
    font-family: 'Anton';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.link-publicacao svg {
    margin-left: 8px;
}
.link-publicacao:hover {
    color: white;
}

#publicacoes, #pesquisas, #metodologia {
    display: none;
}

.page-id-545 .e-con>.e-con-inner {
    margin: 0px;
}

.texto p {
    margin: 1em 0;
}

div.menor {
    display: block;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
.text-red {
    color: #C30635;
}

.text-orange {
    color: #FF7900;
}

.demonstrativos li {
    margin-bottom: 20px;
}

.demonstrativos a {
    color: black;
}

.demonstrativos a:hover {
    color: black;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


@media only screen 
and (max-width : 768px) {
    #content {
        width: 100vw;
        max-width: 100vw;
        overflow-x: hidden;
    }
}

