/*
Theme Name:     Modelo B1 Clube do Vazamento
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         Marcos Gabler
Author URI:     https://gabler.com.br
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        b1v1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
.nv-navbar, .footer-content-wrap.footer-second-section {
	background-color: #076442;
	border-bottom: none;
}

.site-logo a, .footer-content-wrap.footer-second-section, .footer-content-wrap.footer-second-section a {
	color: #fff;
}

#nv-primary-navigation li a:hover {
	text-decoration: underline;
}

/*Dropdown menu anchor color*/
#nv-primary-navigation .sub-menu li {
	background-color: #076442;
}

.site-logo a:hover, .footer-content-wrap.footer-second-section a:hover {
	text-decoration: underline;
	color: #fff;
}

.elementor-2 .elementor-element.elementor-element-d39c790 .obfx-grid .entry-title.obfx-grid-title a:hover {
	color: #404248;
	transition: 0.3s;
}

.footer-content-wrap {
	border-top: none;
}

footer #menu-main {
	display: flex;
}

footer #menu-main a {
	padding: 15px;
}

footer .ci-socials-ignited {
	text-align: right;
}

@media only screen and (max-width: 1024px) {
		footer .ci-socials-ignited {
		text-align: center;
			padding: 30px 0 0 0;
	}
}
/* custom clubedovazamento-b1v1 child theme */
@media only screen and (min-width: 1170px) {
		.home-max-width {
		max-width: 1170px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1169px) {
		.home-max-width {
		margin: 0 10px;
	}
}
.movimento-subir {
  position: relative;
  animation-name: example;
  animation-duration: 1s;
  animation-delay: 0s;
}
@keyframes example {
  0%   {filter: opacity(0%);top:100px}
  100% {filter: opacity(100%);top:0}
}   
ul.list {
    list-style: disc;
    padding-left: 1em;
}