/* 
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: 1.0.1
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;

  --handelson: "Handelson W00 Three", Sans-serif;
  --gothamBold: "Gotham Bold", 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 {
  border: 1px solid #f2918b;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  padding: 4px 15px;
  outline: none;
  color: #f2918b;
  width: 100%;
  border-radius: 10px;
}

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

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

.input-box input:focus,
.input-box textarea:focus {
  border-color: #f2918b !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-size: 17px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  border: 2px solid #f2918b;
  border-radius: 100px;
  padding: 5px 40px 8px 40px;
  color: #f2918b;
  border-color: #f2918b;
  background: transparent;
  border-radius: 100px;
  font-weight: 700;
  height: 42px;
}

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

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

.input-submit-wfull input[type='submit'] {
  width: 100%;
  background: var(--green100);
  color: #ffffff;
}

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

.banner .swiper-pagination {
  bottom: 80px !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px !important;
}


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

strong {
  font-family: var(--gothamBold);
  font-weight: 700 !important;
}

.title h2 {
  font-family: var(--gothamBold);
}

.title h2 span {
  font-family: var(--handelson) !important;
  font-size: 60.55px;
}

span.t {
  font-family: var(--handelson) !important;
  font-size: 27.83px;
}

.depoimentos-carousel .swiper-pagination {
  left: 40% !important;
  transform: translateX(-40%) !important;
}

.depoimentos-carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px !important;
  opacity: 1;
}
.depoimentos-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background: #ecc6e4;
}

.fotos-carousel img {
  width: 100%;
  height: 343px !important;
  object-fit: cover;
}

.btn-mais a {
  font-family: var(--gothamBold) !important;
}

.btn-mais .t {
  font-family: var(--handelson) !important;
  font-size: 27.83px;
  font-weight: 400;
}





@media(max-width: 767px) {
  .depoimentos-carousel .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

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