/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version:  2.9.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --white: #FFF;
  --black: #000;
  --gray: #6C6C6C;
  --gray100: #F4F0EE;
  --gray200: #747474;
  --gray300: #393939;
  --gray400: #A4A4A4;

  --drystickLight: "Raleway", sans serif;
}

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.img-destaque {
  float: left;
}

.d-block .elementor-widget-wrap {
  display: block !important;
}

.elementor-button-icon svg {
  width: auto !important;
  height: auto !important;
}

.input-box input:not([type='submit'], [type='checkbox'], [type='radio']),
.input-box textarea,
.input-box select {
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  font-family: var(--drystickLight);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 2.3em;
  padding: 4px 15px;
  outline: none;
  color: var(--gray200);
  width: 100%;
}

.input-box textarea {
  height: 150px;
}

.input-box select {
  padding: 0.87rem 1rem;
  cursor: pointer;
}

.input-box input:focus,
.input-box textarea:focus {
  border-color: #00223d !important;
}

.input-box input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.input-box input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 2px solid #d5d5d5;
  border-radius: 3px;
}

.input-box input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-color: var(--green100);
  border-color: var(--green100);
}

.input-box input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 7px;
}

.input-check p {
  margin: 0;
  display: flex;
  gap: 8px;
  font-size: 16px;
  color: var(--blue) !important;
}

.input-check p label {
  display: flex !important;
  gap: 12px;
  margin: 0;
}

.input-check .wpcf7-list-item.first {
  margin: 0;
}

.input-check p a {
  font-size: 16px;
  color: var(--orange);
  text-decoration: underline;
  line-height: 1.2;
}

.input-box input[type='submit'] {
  font-family: var(--drystickLight);
  font-size: 16px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 8px 40px;
  color: var(--white);
  border-color: #00223d;
  background: #00223d;
  border-radius: 100px;
}

.input-box input[type='submit']:hover {
  background-color: #003f70;
  color: #ffffff;
  border-color: #003f70;
}

.input-box-submit p {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.input-box-center {
  text-align: center;
}

.banner .swiper-pagination {
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: var(--white);
  margin: 0 3px !important;
  transition: all 300ms ease-in-out;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--yellow);
}

.title-global strong {
  font-weight: 700;
}

.carousel-imoveis .swiper-pagination {
  position: static;
}

.carousel-imoveis .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: var(--gray);
  margin: 0 3px !important;
  transition: all 300ms ease-in-out;
}

.carousel-imoveis .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--yellow);
}

strong {
  font-weight: 700 !important;
}



@media(max-width: 767px) {}

@media(min-width: 768px) and (max-width: 992px) {}

