.climatiza-home-container {
	margin: 0 auto;
	max-width: 1370px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.climatiza-home-banner img {
	display: block;
	width: 100%;
}

.climatiza-home-headline {
	background: #fff;
	margin: 20px 0 40px;
	padding: 40px 0;
}

.climatiza-home-headline h2,
.climatiza-home-services h2,
.climatiza-home-differentials h2 {
	color: #161846;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	text-align: center;
}

.climatiza-home-headline span,
.climatiza-home-services h2 span,
.climatiza-home-differentials h2 span,
.climatiza-home-feature h2 span {
	color: #00aeef;
}

.climatiza-home-services {
	background: #fff;
	padding: 5px 0 30px;
}

.climatiza-home-services__grid,
.climatiza-home-differentials__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.climatiza-home-services__card,
.climatiza-home-differentials article {
	padding: 20px;
	text-align: center;
}

.climatiza-home-services__card h3,
.climatiza-home-differentials h3 {
	color: #161846;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px;
	text-align: center;
}

.climatiza-home-services__card img {
	border-radius: 55px;
	max-width: 55%;
}

.climatiza-home-feature {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0;
}

.climatiza-home-feature__grid,
.climatiza-home-about__grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.climatiza-home-feature--reverse .climatiza-home-feature__image {
	grid-column: 1;
	grid-row: 1;
}

.climatiza-home-feature--reverse .climatiza-home-feature__text {
	grid-column: 2;
}

.climatiza-home-feature__text,
.climatiza-home-feature__image {
	padding: 40px;
}

.climatiza-home-feature h2,
.climatiza-home-about h2 {
	color: #161846;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	text-align: left;
}

.climatiza-home-feature p,
.climatiza-home-about p {
	color: #000;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.45;
	margin: 0 0 10px;
	text-align: left;
}

.climatiza-home-feature__image img {
	border-radius: 85px;
	display: block;
	max-width: 75%;
}

.climatiza-home-feature--reverse {
	background-color: #e9ebffe8;
	background-attachment: fixed;
	padding: 40px 0;
}

.climatiza-home-feature--reverse .climatiza-home-feature__image img {
	max-width: 100%;
}

.climatiza-home-differentials {
	background: #fff;
	padding: 30px 0;
}

.climatiza-home-differentials article img {
	max-width: 70px;
}

.climatiza-home-about {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.climatiza-home-about__logo {
	text-align: center;
}

.climatiza-home-about__logo img {
	max-width: 75%;
}

.climatiza-home-about__subtitle {
	color: #00aeef !important;
	font-size: 20px !important;
}

.climatiza-home-about__line {
	background: #00aeef;
	display: block;
	height: 3px;
	margin: 18px 0;
	width: 70px;
}

.climatiza-home-button {
	background: #00aeef;
	border-radius: 55px;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 700;
	margin-top: 15px;
	padding: 12px 26px;
	text-decoration: none;
}

.climatiza-home-button:hover,
.climatiza-home-button:focus {
	background: #161846;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991px) {
	.climatiza-home-headline {
		margin-bottom: 20px;
		padding: 5px 0;
	}

	.climatiza-home-headline h2,
	.climatiza-home-services h2,
	.climatiza-home-differentials h2,
	.climatiza-home-feature h2,
	.climatiza-home-about h2 {
		font-size: 30px;
	}

	.climatiza-home-services__grid,
	.climatiza-home-differentials__grid,
	.climatiza-home-feature__grid,
	.climatiza-home-about__grid {
		grid-template-columns: 1fr;
	}

	.climatiza-home-feature__text,
	.climatiza-home-feature__image {
		padding: 15px;
	}

	.climatiza-home-feature__image img,
	.climatiza-home-feature--reverse .climatiza-home-feature__image img {
		max-width: 100%;
	}

	.climatiza-home-feature--reverse .climatiza-home-feature__image,
	.climatiza-home-feature--reverse .climatiza-home-feature__text {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 767px) {
	.climatiza-home-headline h2,
	.climatiza-home-services h2,
	.climatiza-home-differentials h2,
	.climatiza-home-feature h2,
	.climatiza-home-about h2 {
		font-size: 25px;
	}
}

.climatiza-form-section {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
	padding: 75px 15px 45px;
}

.climatiza-form-section__box {
	background: rgba(255, 255, 255, 0.73);
	margin: 0 auto;
	max-width: 760px;
	padding: 30px;
	text-align: center;
}

.climatiza-form-section h2 {
	color: #161846;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 8px;
}

.climatiza-form-section p {
	color: #333;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	margin: 0 0 18px;
}

.climatiza-form-section__form {
	display: grid;
	gap: 15px;
}

.climatiza-form-section__form label {
	color: #333;
	display: grid;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	text-align: left;
}

.climatiza-form-section__form input,
.climatiza-form-section__shortcode input,
.climatiza-form-section__shortcode textarea,
.climatiza-form-section__shortcode select {
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.19);
	color: #333;
	font: 16px "Roboto", Arial, sans-serif;
	min-height: 44px;
	padding: 10px 14px;
	width: 100%;
}

.climatiza-form-section__form button,
.climatiza-form-section__shortcode input[type="submit"],
.climatiza-form-section__shortcode button {
	background: #00aeef;
	border: 0;
	border-radius: 55px;
	color: #fff;
	cursor: pointer;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 10px auto 0;
	min-width: 120px;
	padding: 12px 28px;
}

.climatiza-form-section__form button:hover,
.climatiza-form-section__form button:focus,
.climatiza-form-section__shortcode input[type="submit"]:hover,
.climatiza-form-section__shortcode input[type="submit"]:focus,
.climatiza-form-section__shortcode button:hover,
.climatiza-form-section__shortcode button:focus {
	background: #161846;
}

.climatiza-contact-page-form {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
}

.climatiza-contact-page-form__inner {
	padding-bottom: 60px;
	padding-top: 60px;
}

.climatiza-contact-page-form__box {
	margin: 0 auto;
	max-width: 570px;
	text-align: center;
}

.climatiza-contact-page-form__form {
	display: grid;
	gap: 15px;
}

.climatiza-contact-page-form__form label {
	color: #333;
	display: grid;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 3px;
	line-height: 22px;
	text-align: center;
}

.climatiza-contact-page-form__form input,
.climatiza-contact-page-form input,
.climatiza-contact-page-form textarea,
.climatiza-contact-page-form select {
	background: #fff;
	border: 0 dotted #666;
	border-radius: 0;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.19);
	color: #333;
	font: 15px "Roboto", Arial, sans-serif;
	height: 36px;
	padding: 15px;
	width: 100%;
}

.climatiza-contact-page-form__form button,
.climatiza-contact-page-form input[type="submit"],
.climatiza-contact-page-form button {
	background: #00aeef;
	border: 0;
	border-radius: 55px;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 7px 40px;
}

.climatiza-contact-page-form__form button:hover,
.climatiza-contact-page-form__form button:focus,
.climatiza-contact-page-form input[type="submit"]:hover,
.climatiza-contact-page-form input[type="submit"]:focus,
.climatiza-contact-page-form button:hover,
.climatiza-contact-page-form button:focus {
	background: #161846;
}

.climatiza-service-quote {
	background: linear-gradient(45deg, #161846 0%, #00aeef 100%);
	padding: 60px 0 50px;
}

.climatiza-service-quote__inner {
	display: flex;
	justify-content: flex-end;
}

.climatiza-service-quote__column {
	width: 50%;
}

.climatiza-service-quote h2 {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	text-align: center;
}

.climatiza-service-quote__box {
	background: #161846;
	border-radius: 25px;
	padding: 30px;
	text-align: center;
	width: 100%;
}

.climatiza-service-quote__box p {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 28px;
	line-height: 1.25;
	margin: 0 0 8px;
	text-align: center;
}

.climatiza-service-quote__form,
.climatiza-service-quote__box form {
	display: block;
}

.climatiza-service-quote__form input,
.climatiza-service-quote__box input,
.climatiza-service-quote__box textarea,
.climatiza-service-quote__box select {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	margin: 10px 0;
	padding: 10px 20px;
	width: 100%;
}

.climatiza-service-quote__form button,
.climatiza-service-quote__box button,
.climatiza-service-quote__box input[type="submit"] {
	background: #ff801a;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 26px;
	font-weight: 700;
	padding: 10px;
	width: 100%;
}

.climatiza-footer {
	background: #161846;
	color: #fff;
	padding: 44px 0 0;
}

.climatiza-footer__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: 180px 1fr 1fr;
	grid-template-areas: "logo about contact";
}

.climatiza-footer__logo {
	grid-area: logo;
}

.climatiza-footer__logo img {
	max-width: 100%;
}

.climatiza-footer__about {
	grid-area: about;
}

.climatiza-footer__contact {
	grid-area: contact;
}

.climatiza-footer h2 {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 25px;
}

.climatiza-footer p {
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px;
}

.climatiza-footer__whatsapp {
	align-items: center;
	display: flex;
	gap: 10px;
}

.climatiza-footer__whatsapp img {
	width: 24px;
}

.climatiza-footer__copyright {
	color: #bdbdbd;
	font: 12px "Roboto", Arial, sans-serif;
	margin-top: 25px;
	padding: 0 15px 25px;
	text-align: center;
}

.climatiza-footer__copyright a {
	color: #fff;
}

.climatiza-page-content {
	background: #fff;
	padding: 40px 0;
}

.climatiza-page-content__grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.climatiza-page-content--reverse .climatiza-page-content__image {
	grid-column: 2;
	grid-row: 1;
}

.climatiza-page-content--reverse .climatiza-page-content__text {
	grid-column: 1;
	grid-row: 1;
}

.climatiza-page-content__image img {
	border-radius: 8px;
	display: block;
	max-width: 100%;
}

.climatiza-page-content h1 {
	color: #161846;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 12px;
	text-align: left;
}

.climatiza-page-content__subtitle {
	color: #00aeef !important;
	font-size: 20px !important;
}

.climatiza-page-content p,
.climatiza-page-content li {
	color: #000;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.climatiza-icon-grid {
	background: #fff;
	padding: 30px 0;
}

.climatiza-icon-grid h2 {
	color: #161846;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 30px;
	text-align: center;
}

.climatiza-icon-grid__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.climatiza-icon-grid article {
	text-align: center;
}

.climatiza-icon-grid img {
	margin-bottom: 18px;
	max-width: 70px;
}

.climatiza-icon-grid h3 {
	color: #161846;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 10px;
}

.climatiza-icon-grid p {
	color: #000;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.climatiza-attendance-intro {
	background: #fff;
	padding: 20px 0;
}

.climatiza-attendance-intro__inner {
	align-items: flex-start;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.climatiza-attendance-intro__image {
	padding: 30px;
	width: 45%;
}

.climatiza-attendance-intro__image img {
	border-radius: 40px;
	display: block;
	margin-right: 20px;
	width: 90%;
}

.climatiza-attendance-intro__text {
	margin-top: 10px;
	padding: 30px;
	width: 40%;
}

.climatiza-attendance-intro h1 {
	color: #161846;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	text-align: left;
}

.climatiza-attendance-intro h1 span {
	color: #00aeef;
}

.climatiza-attendance-intro p {
	color: #333;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 10px;
	text-align: justify;
}

.climatiza-image-grid {
	background: #fff;
	padding: 20px 0;
}

.climatiza-image-grid h2 {
	color: #000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 35px;
	margin: 0 0 30px;
	text-align: center;
}

.climatiza-image-grid__items {
	display: flex;
	flex-flow: row wrap;
}

.climatiza-image-grid__item {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 10px;
	width: calc(33% - 0px);
}

.climatiza-image-grid__item img {
	display: block;
	margin-bottom: 20px;
	max-width: 65%;
}

.climatiza-floating-whatsapp {
	bottom: 20px;
	height: 60px;
	left: 20px;
	position: fixed;
	width: 60px;
	z-index: 10000;
}

.climatiza-floating-whatsapp img {
	display: block;
	width: 50px;
}

@media (max-width: 991px) {
	.climatiza-footer__grid,
	.climatiza-page-content__grid,
	.climatiza-icon-grid__grid {
		grid-template-columns: 1fr;
	}

	.climatiza-attendance-intro__inner {
		flex-direction: column-reverse;
	}

	.climatiza-attendance-intro__image,
	.climatiza-attendance-intro__text {
		padding: 15px;
		width: 100%;
	}

	.climatiza-attendance-intro__image img {
		margin-bottom: 20px;
		width: 100%;
	}

	.climatiza-image-grid {
		padding: 40px 0;
	}

	.climatiza-image-grid__items {
		flex-flow: row wrap;
	}

	.climatiza-image-grid__item {
		flex-flow: column wrap;
		padding: 2px;
		width: 100%;
	}

	.climatiza-image-grid__item img {
		margin-bottom: 0;
		width: 100%;
		max-width: none;
	}

	.climatiza-footer__grid {
		grid-template-areas: "logo" "about" "contact";
		text-align: center;
	}

	.climatiza-footer__logo img {
		max-width: 200px;
	}

	.climatiza-footer__whatsapp {
		justify-content: center;
	}

	.climatiza-page-content--reverse .climatiza-page-content__image,
	.climatiza-page-content--reverse .climatiza-page-content__text {
		grid-column: auto;
		grid-row: auto;
	}

	.climatiza-form-section {
		min-height: 0;
		padding-top: 35px;
	}

	.climatiza-form-section h2,
	.climatiza-page-content h1,
	.climatiza-icon-grid h2 {
		font-size: 30px;
	}

	.climatiza-service-quote {
		background-image: var(--climatiza-quote-mobile-bg);
		background-position: center;
		background-size: cover;
		margin-top: -50px;
		padding: 60px 0;
	}

	.climatiza-service-quote__inner {
		display: block;
	}

	.climatiza-service-quote__column {
		width: 100%;
	}

	.climatiza-service-quote h2 {
		font-size: 40px;
	}

	.climatiza-service-quote__box p {
		font-size: 23px;
	}
}
