/*
Theme Name:     Neve Child
Author:         deosebIT Soft
Version:        3.5.1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Template:       neve
Pro Slug:  			neve-pro-addon
AMP: 						true
WordPress Available:  yes
Requires License:     no
Tags: blog, custom-logo, e-commerce, rtl-language-support, 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, footer-widgets, portfolio, left-sidebar, right-sidebar
*/

html {
  scroll-behavior: smooth;
}

.cartela-resel-img{
	transform: scale(1.5);
}

div.wpcf7 {
  max-width: 500px; /* set the max-width you prefer */
  margin: 0 auto;
}
div.wpcf7 input:not([type="checkbox"]),
div.wpcf7 textarea {
  width: 100%;
}
div.wpcf7 label {
  display: block;
}

.footer--row.footer-bottom.layout-full-contained{
	display: none;
}

.back-to-top-group{
	position: fixed;
	bottom: 2%;
	right: 1%;
}

.back-to-top a{
	padding: 10px 15px;
    border-radius: 50%;
}

.nv-page-title {
	display: none;
}

@media (max-width: 768px) {
    .reverse-mobile {
        flex-direction: column-reverse;
    }
	
	ul#footer-menu{
		display: block;
	}
}