/* line 6, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.dialog {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}

/* line 16, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.dialog h3 {
  text-align: center;
  color: #E67E22;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
  line-height: 1.4em;
}

/* line 26, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.dialog p {
  text-align: center;
}

/* line 30, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.dialog #form-contacts-popup {
  padding-top: 30px;
}

/* line 37, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#form-contacts,
#form-contacts-popup {
  max-width: 600px;
  margin: 0px auto;
  padding-top: 30px;
}

/* line 46, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#form-contacts label,
#form-contacts-popup label {
  text-align: left;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* line 54, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#form-contacts textarea,
#form-contacts-popup textarea {
  width: 100%;
  min-height: 80px;
}

/* line 59, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#form-contacts input, #form-contacts textarea,
#form-contacts-popup input,
#form-contacts-popup textarea {
  width: 100%;
  box-sizing: border-box;
}

/* line 62, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#form-contacts input:focus, #form-contacts textarea:focus,
#form-contacts-popup input:focus,
#form-contacts-popup textarea:focus {
  border-color: #E67E22;
}

/* line 67, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#form-contacts .form-row,
#form-contacts-popup .form-row {
  overflow: visible;
}

/* line 71, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#form-contacts .col-12, #form-contacts .col-6,
#form-contacts-popup .col-12,
#form-contacts-popup .col-6 {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 15px;
}

/* line 79, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#form-contacts .col-6,
#form-contacts-popup .col-6 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  /* line 79, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #form-contacts .col-6,
  #form-contacts-popup .col-6 {
    width: 50%;
  }
}

/* line 87, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#form-contacts .button-wrapper,
#form-contacts-popup .button-wrapper {
  text-align: center;
  float: none;
  width: 100%;
  /*        .button{
                    margin: 0px;
                }
                
                .button:active{
                    margin-top: 2px;
                }*/
}

/* line 108, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 111, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* line 117, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 124, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 128, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 136, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

/* line 140, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 148, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header {
  -webkit-box-shadow: compact(0 1px 2px #777, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(0 1px 2px #777, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(0 1px 2px #777, false, false, false, false, false, false, false, false, false);
  position: fixed;
  z-index: 2000;
}

/* line 154, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header.sticky-nav {
  position: fixed;
  border: none;
  position: fixed;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 159, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  header.sticky-nav #homehunting-phone {
    margin-left: 66px;
    margin-top: 9px;
    font-size: 14px;
  }
}

/* line 166, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li {
  box-sizing: border-box;
}

/* line 168, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li i.fa-sort-down {
  position: absolute;
  top: 10px;
  right: 12px;
}

/* line 172, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li .top-nav-drop {
  width: auto;
}

/* line 175, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li .top-nav-drop li {
  width: auto;
  min-width: 100px;
  text-align: left;
}

/* line 179, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li .top-nav-drop li a {
  text-align: left;
}

/* line 186, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li.top-bar-link {
  background-color: transparent;
  margin-right: 5px;
  padding: 0px;
}

/* line 192, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li.top-bar-link a {
  text-align: left;
}

/* line 196, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li.top-bar-link.top-bar-cta a {
  background-color: #40B7A0;
  font-weight: 600;
}

/* line 203, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li.top-bar-link > a {
  width: auto;
  padding: 12px 9px;
  float: left;
  line-height: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: white;
}

/* line 209, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
header #top-nav-inner-wrapper > ul#navbar_aio > li.top-bar-link > a span {
  float: none;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 203, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  header #top-nav-inner-wrapper > ul#navbar_aio > li.top-bar-link > a {
    /*&:first-of-type{display:none}*/
  }
}

@media only screen and (min-width: 768px) {
  /* line 223, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  header #top-nav-inner-wrapper > ul#navbar_aio > li.top-bar-link > a:hover {
    color: #777;
    background-color: #eeeeee;
  }
}

/* line 234, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency {
  /*
        .button:active:not(:disabled), .tag:active {
    
            @include transform(translate3d(0px, 2px, 0));
            margin-top: 2px;
            border-bottom: none;
            animation-fill-mode: none;
        }*/
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 250, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency h2 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 250, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency h2 {
    font-size: 30px;
  }
}

/* line 261, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency h3 {
  font-weight: 300;
  margin-top: 0px;
  color: #777;
  line-height: 1.4em;
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  /* line 261, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency h3 {
    margin-bottom: 30px;
  }
}

/* line 277, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency section {
  padding-bottom: 80px;
  background-color: white;
}

/* line 280, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency section.bg-alt {
  background-color: #f7f7f7;
}

/* line 286, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency .button-wrapper {
  text-align: center;
  float: none;
}

/* line 295, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_intro {
  padding-top: 0px;
  margin-bottom: 0;
  color: white;
  position: relative;
  text-align: center;
  padding-bottom: 0px;
}

/* line 304, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_intro .button-wrapper {
  float: none;
}

/* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_intro .banner-slide {
  min-height: 400px;
  padding-top: 112px;
  padding-bottom: 80px;
  box-sizing: border-box;
  background-image: url("../../img/onlineagency/banner_v2.jpg");
  background-repeat: no-repeat;
  background-size: cover !important;
  /*min-height: 650px;*/
  margin: 0;
  /*background-image:url('../../img/onlineagency/645.jpg');*/
}

/* line 328, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_intro .banner-slide .button-wrapper .button {
  font-size: 18px;
  padding: 15px 30px;
  line-height: 1.2em;
  /*margin: 0 15px 15px;*/
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  min-width: 263px;
  /*                    @media only screen and ($maw: $s-scr) {
                                            font-size: 18px;
                                            margin: 0 -5px 15px;
                                        }*/
}

/* line 346, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_intro .banner-slide .button-wrapper .button:active:not(:disabled), #area-online-agency #section_intro .banner-slide .button-wrapper .tag:active {
  /*                    @include transform(translate3d(0px, 2px, 0));
                                        margin-top: 0px;
                                        border-bottom: none;
                                        animation-fill-mode: none;*/
}

/* line 359, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_intro .banner-slide h1 {
  margin-top: 0px;
  margin-bottom: 80px;
  font-size: 52px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

/* line 367, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_intro .banner-slide h1 b {
  font-weight: 600;
}

/* line 371, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_intro .banner-slide h1 em {
  font-style: normal;
  white-space: nowrap;
}

/* line 380, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_intro .banner-slide h3 {
  color: white;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  /* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide {
    padding-top: 60px;
    /*padding-bottom: 30px;*/
    min-height: 250px;
  }
  /* line 394, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide h1 {
    font-size: 36px;
    margin-bottom: 0px;
  }
  /* line 398, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide h1 em {
    font-style: normal;
    white-space: normal;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide {
    background-image: url("../../img/onlineagency/banner_v2_768.jpg") !important;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  /* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide {
    background-image: url("../../img/onlineagency/banner_v2_960.jpg") !important;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide {
    background-image: url("../../img/onlineagency/banner_v2_960.jpg") !important;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide {
    background-image: url("../../img/onlineagency/banner_v2_960.jpg") !important;
  }
}

@media only screen and (max-width: 959px) {
  /* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide {
    background-attachment: unset !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide {
    background-image: url("../../img/onlineagency/banner_v2_960.jpg") !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide {
    background-image: url("../../img/onlineagency/banner_v2_768.jpg") !important;
  }
}

@media only screen and (max-width: 479px) {
  /* line 308, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_intro .banner-slide {
    background-image: url("../../img/onlineagency/banner_v2_480.jpg") !important;
  }
}

/* line 455, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico {
  padding-bottom: 0px;
}

/* line 459, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_top {
  /*background-color: $grey-lightest;*/
  background-color: #40B7A0;
  color: white;
  padding: 80px 0px;
  text-align: center;
  font-size: 18px;
  /*border-top: 40px solid $green-dark;*/
}

/* line 469, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_top h2 {
  margin-top: 0px;
  /*font-weight: 600;*/
  margin-bottom: 40px;
  /*color: $orange;*/
}

/* line 477, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_top i {
  color: #40B7A0;
  color: #136c68;
  margin-right: 5px;
}

/* line 486, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_bottom {
  padding: 60px 0px;
}

/* line 489, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_bottom h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 494, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_bottom .nosso_valor_item {
  text-align: center;
}

/* line 499, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_bottom .nosso_valor_item ._item_wrapper_top h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: black;
}

/* line 505, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_bottom .nosso_valor_item ._item_wrapper_top ._item_img_wrapper {
  text-align: center;
}

/* line 509, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_bottom .nosso_valor_item ._item_wrapper_top ._item_img_wrapper img {
  max-width: 70px;
  margin-bottom: 10px;
}

/* line 517, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_nosso_servico_bottom .nosso_valor_item p {
  padding: 0px 28px;
}

/* line 525, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_abordagem {
  padding-top: 80px;
  background-color: #f7f7f7;
}

/* line 530, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_precos {
  padding-top: 80px;
  text-align: center;
  /*        background-image: url(../../img/onlineagency/teste.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;*/
}

/* line 534, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_precos h2 {
  margin-top: 0px;
}

/* line 543, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_precos .precos-wrapper {
  text-align: center;
}

/* line 547, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_precos .precos-wrapper .nota {
  max-width: 400px;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
}

/* line 555, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_precos .precos-wrapper ul {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 565, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_precos .precos-wrapper ul li {
  display: inline-block;
  width: 100%;
  min-width: 220px;
  max-width: 270px;
  /*min-width:*/
  box-sizing: border-box;
  padding: 0px 0px;
  vertical-align: middle;
  margin: 5px 10px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 2px 20px 10px rgba(0, 0, 0, 0.04), 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 584, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_precos .precos-wrapper ul .titulo {
  /*text-transform: uppercase;*/
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  background-color: #40B7A0;
  color: white;
  padding: 30px 5px;
}

/* line 599, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_precos .precos-wrapper ul .valor {
  display: block;
  /*background-color: $green;*/
  /*color: white;*/
  padding: 40px 10px;
  /*border-radius: 100px;*/
  font-size: 30px;
  line-height: 0.6em;
  font-weight: 500;
  /*                    @include flexbox;
                                        @include align-items(center);                    
                                        @include justify-content(center);*/
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

/* line 618, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_precos .precos-wrapper ul .valor small {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}

/* line 634, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials {
  padding-top: 80px;
  background-image: url(../../img/onlineagency/teste.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 642, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials h2 {
  margin-top: 0px;
}

/* line 646, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials {
  text-align: center;
}

/* line 649, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials .slick-dots button:before {
  font-size: 16px;
  color: #CCC;
  opacity: 1;
}

/* line 654, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials .slick-active button:before {
  color: #E67E22;
}

/* line 658, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials .testimonial {
  overflow: hidden;
}

/* line 661, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials .testimonial .img-wrapper {
  /*height: 350px;*/
  /*margin-left: 18.5%;*/
  /*width: 44%;*/
  /*float: left;*/
  background-position: center center;
  background-size: cover !important;
}

@media only screen and (max-width: 767px) {
  /* line 661, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_testimonials #testimonials .testimonial .img-wrapper {
    width: 100%;
    margin-left: 0;
    min-height: 200px;
    height: 200px !important;
  }
}

/* line 677, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials .testimonial .info-wrapper {
  margin: 20px;
  min-height: 250px;
  /*width: 20%;*/
  /*float: left;*/
  position: relative;
  background-color: #f7f7f7;
  line-height: 1.2em;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  /* line 677, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_testimonials #testimonials .testimonial .info-wrapper {
    /*min-height: 300px!important;*/
  }
}

/* line 698, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials .testimonial .info-wrapper .title {
  /*                        background-color: $green;
                                                color: white;
                                                text-align: center;
                                                font-size: 20px;
                                                font-weight: bold;
                                                line-height: 1.2em;
                                                padding: 10px;*/
}

/* line 708, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials .testimonial .info-wrapper .quote {
  line-height: 1.6em;
  padding: 30px;
  box-sizing: border-box;
  min-height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  /* line 708, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
  #area-online-agency #section_testimonials #testimonials .testimonial .info-wrapper .quote {
    /*min-height: 300px!important;*/
  }
}

/* line 725, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials .testimonial .info-wrapper .rating {
  color: #E67E22;
  margin-top: 10px;
}

/* line 730, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_testimonials #testimonials .testimonial .info-wrapper .person-name {
  color: #40B7A0;
  bottom: 0px;
  /*height: 40px;*/
  margin-top: 20px;
  right: 0px;
  font-weight: bold;
  text-align: center;
}

/* line 746, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_contacts {
  /*color: white;*/
  background-color: #f7f7f7;
  padding-top: 80px;
  text-align: center;
}

/* line 752, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_contacts .button {
  /*margin: 5px;*/
}

/* line 756, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
#area-online-agency #section_contacts h2 {
  /*font-weight: bold;*/
  margin-top: 0px;
  color: #40B7A0;
}

/* line 765, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.wrapper-termos-condicoes {
  margin: 15px 0px;
  display: flex;
  align-items: center;
  /*    input#TermosCondicoes:checked ~ label .checkbox {
        background-position: left -12px;
    }*/
}

/* line 769, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.wrapper-termos-condicoes .checkbox-termos-condicoes {
  display: none;
}

/* line 772, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.wrapper-termos-condicoes input:checked ~ label .checkbox {
  background-position: left -12px;
}

/* line 778, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.wrapper-termos-condicoes .label-termos-condicoes {
  position: relative;
  z-index: 10;
}

/* line 781, D:/Webserver/homehunting/webapp/assets/css/webapp/scss/onlineagency_v2.scss */
.wrapper-termos-condicoes .label-termos-condicoes .checkbox {
  background: url(../../img/design/checkbox.png) left top no-repeat;
  height: 13px;
  margin-right: 7px;
  width: 13px;
  cursor: pointer;
  margin-top: 3px;
}
