/*
	Theme Name: airsys-theme
	Theme URI: http://localhost/airsys
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: FML
	Version: 1.0.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
@media (max-width: 767px) {
	.title-blog {
		font-size: 2.6rem !important;
	}
	.negative {
		width: auto;
	}
	.product-title-page {
		font-size: 4rem;
		font-weight: bolder;
		color: black !important;
		word-break: break-word;
		white-space: normal;
		overflow-wrap: break-word;
		display: block;
		max-width: 100%;
	}
}

.blue-side {
    background-color: #0065CA;
    color: white;
    padding: 4rem;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    height: auto !important;
}


.blog-airys {
    background-color: #DEDEDE;
    margin-top: 0 !important;
    height: -webkit-fill-available !important;
    align-items: center;
    display: flex;
}
.refrigerant-airys {
    background-color: #E9E9E9;
    margin-top: 0 !important;
    height: -webkit-fill-available !important;
    align-items: center;
    display: flex;
}

.refrigerant-airys, .blog-airys {
        height: -webkit-fill-available !important;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
@media (max-width: 991.98px) {
    .refrigerant-airys, .blog-airys {
        height: -webkit-fill-available !important;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

.title-solucao {
    color: white !important;
    font-weight: bold;
    text-align: start;
    font-size: 3rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    height: -webkit-fill-available;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

#page-solucao {
    height: -webkit-fill-available!important;
	padding-bottom: 2rem;
}

@media (max-width: 768px) {
    .blue-side {
        padding: 2rem;
        padding-bottom: 0 !important;
        height: auto !important;
    }
}