@charset "UTF-8";
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;800&display=swap');
/* Main */
  html {
      scroll-behavior: smooth;
  }
  body {
      font-family: "Inter",sans-serif;
      font-size: 19px;
      font-weight: 500;
      font-style: normal;
      color: #272a56;
      background: url(imgs/vector-mid.png), linear-gradient( to bottom, #ffffff 30%, #ffffff 80%, #f6f6fb 100%, #fff);
      background-position: top;
      background-repeat: no-repeat;
  }
/* Smooth scrolling in css - works in html5 only */
  html, body {
    scroll-behavior: smooth;
  }
/* Default */
  h1, h2, h3, h4, h5, h6{
      color: #272A56;
      margin:0;
  }
  h1{
    font-size: 42px;
    font-weight: 600;
  }
  h1.entry-title {
    font-size: 42px;
    font-weight: 600;
    border-bottom: 0px solid transparent;
  }
  h2.entry-title {
    border-bottom: 0px solid transparent;
  }
  .p {
    color: #000;
    margin:0;
  }
  a {
    color: #272a56;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #8b85ca;
    text-decoration: underline;
  }
  .anchor {
    display: block;
    height: 115px; /*same height as header*/
    margin-top: -115px; /*same height as header*/
    visibility: hidden;
  }
  .container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .central {
    align-items: center;
  }
  .flex {
    display: flex !important;
  }
  .text-center {
    text-align: center!important;
  }
  .text-left {
    text-align: left!important;
  }
  .text-right {
    text-align: right!important;
  }
  /* bootstrap add, without rem / emv values for static purpose adjusts */
  .pb-1-px  {padding-bottom: 5px;}
  .pb-2-px  {padding-bottom: 8px;}
  .pb-3-px  {padding-bottom: 10px;}
  .pb-4-px  {padding-bottom: 15px;}
  .pb-5-px  {padding-bottom: 20px;}
  .pb-6-px  {padding-bottom: 25px;}
  .pb-7-px  {padding-bottom: 30px;}
  .pb-8-px  {padding-bottom: 40px;}
  .pb-9-px  {padding-bottom: 60px;}
  .pb-10-px {padding-bottom: 80px;}
  .pt-1-px  {padding-top: 5px;}
  .pt-2-px  {padding-top: 8px;}
  .pt-3-px  {padding-top: 10px;}
  .pt-4-px  {padding-top: 15px;}
  .pt-5-px  {padding-top: 20px;}
  .pt-6-px  {padding-top: 25px;}
  .pt-7-px  {padding-top: 30px;}
  .pt-8-px  {padding-top: 40px;}
  .pt-9-px  {padding-top: 60px;}
  .pt-10-px {padding-top: 80px;}
  .mb-1-px  {margin-bottom: 5px;}
  .mb-2-px  {margin-bottom: 8px;}
  .mb-3-px  {margin-bottom: 10px;}
  .mb-4-px  {margin-bottom: 15px;}
  .mb-5-px  {margin-bottom: 20px;}
  .mb-6-px  {margin-bottom: 25px;}
  .mb-7-px  {margin-bottom: 30px;}
  .mb-8-px  {margin-bottom: 40px;}
  .mb-9-px  {margin-bottom: 60px;}
  .mb-10-px {margin-bottom: 80px;}
  .mt-1-px  {margin-top: 5px;}
  .mt-2-px  {margin-top: 8px;}
  .mt-3-px  {margin-top: 10px;}
  .mt-4-px  {margin-top: 15px;}
  .mt-5-px  {margin-top: 20px;}
  .mt-6-px  {margin-top: 25px;}
  .mt-7-px  {margin-top: 30px;}
  .mt-8-px  {margin-top: 40px;}
  .mt-9-px  {margin-top: 60px;}
  .mt-10-px {margin-top: 80px;}
  /*end of*/
  .link-form {
    color: #272a56;
    text-decoration: none;
    background-color: transparent;
  }
  .link-form:hover {
    color: #272a56;
    text-decoration: underline;
  }
  .form-group p{
    margin: 0 0;
    padding: 0 0;
  }
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
  }
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #8c8da8;
    border-color: #8c8da8;
    box-shadow: 0 0 0 rgb(255 255 255 / 0%)!important;
  }
  .btn-primary.focus, .btn-primary:focus {
    background-color: #8c8da8;
    border-color: #8c8da8;
    box-shadow: 0 0 0 rgb(255 255 255 / 0%)!important;
  }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #8c8da8;
    border-color: #8c8da8;
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
  }
/*Style General */
  .title1 {
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
  }
  .header{
    padding-top: 10px;
  }
  header#masthead {
      position: fixed;
      width: 100%;
      margin-bottom: 0;
      box-shadow: 2px 3px 10px #8b85ca36;
      background-color: #f4f4f4;
      z-index: 10;
      transition: 1s;
  }
  #masthead nav {
    z-index: 1; /*nav up homepage banner*/
  }
  .header-scrolled {
    padding: 0rem 1rem!important;
    background-color: #f4f4f4;
  }
  .navbar-brand {
    width: 230px;
    transition: 1s;
  }
  .header-scrolled-brand {
    width: 150px!important;
    height: 55px;
    display: flex;
    align-items: center;
  }
  .navbar-toggler-icon {
    font-size: 30px;
  }
  .navbar-toggler {
    background-color: transparent;
    border: 0px solid #ffffff00;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #272A56;
    font-size: 14px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #272a56;
    font-size: 15px;
    display: flex;
    justify-content: center;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #272a56;
    font-weight: 600;
    display: flex;
    justify-content: center;
  }
  #footer_site {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #footer_site .footer-color{
    background-color: #eaeaea;
    min-height: 240px;
  }
  #footer_site .row3 {
    color: #272a56;
  }
  #footer_site .title1 {
    font-size: 38px;
    line-height: 40px;
  }
  #footer_site .row3 .container {
    display: flex;
    padding-top: 20px;
    font-size: 12px;
    flex-direction: row;
    justify-content: center;
  }
  #footer_site .row3 .socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
  #footer_site .row3 .socials a {
    font-size: 36px;
    margin: 0 20px;
    color: #272a56;
  }
  #footer_site .row3 .socials a:hover {
    text-decoration: none;
    color: #8b85ca;
  }
  #footer_site .row3 .links {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    text-align: left;
    float: left;
    justify-content: flex-start;
    flex-direction: column;
  }
  #footer_site .row3 .links-left {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    text-align: left;
    float: left;
    justify-content: center;
    flex-direction: column;
  }
  #footer_site .row3 .links-right {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    text-align: right;
    float: right;
    justify-content: center;
    flex-direction: column;
  }
  #footer_site .row3 .copyright {
    padding-bottom: 5px;
    top: -20px;
    font-size: 12px;
  }
  #footer_site .row3 .copyright img {
    width: 100px;
  }
  #footer_site .logo{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }
  #footer_site .logo img{
    width: 140px;
  }
  .btn {
    -webkit-appearance: media-slider;
  }
  .btn-buttom {
    padding: 7px 0px!important;
  }
  .btn-style {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .btn-primary {
    text-decoration: none;
    color: #fff;
    background-color: #7854f7;
    border-color: #7854f7;
    padding: 10px 50px;
    font-weight: 500;
    border-radius: 40px;
  }
  .btn-primary:hover {
    opacity: .7;
    text-decoration: none;
    color: #fff;
    background-color: #7854f7;
    border-color: transparent;
  }
  .btn-second {
    text-decoration: none;
    color: #fff;
    background-color: #272A56;
    border-color: #272A56;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 40px;
  }
  .btn-second:hover {
    opacity: .7;
    text-decoration: none;
    color: #fff;
    background-color: #272A56;
    border-color: transparent;
  }
  .ctcc-left-side{
    flex: 1;
    font-size: 12px;
  }
  .cookie-bar-bar button#catapultCookie {
    margin: 0 0 15px 20px;
  }
  button#catapultCookie {
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    font-size: 16px;
    background-color: #272a56;
    color: #fff;
    padding: 10px 20px;
  }
  button#catapultCookie:hover {
    color: #fff;
    opacity: .8;
  }
  /* END - Style General */
/* Banner */
  .featured-banner {
    position: relative;
    width: 100%;
  }
/* Conheça */
  .conhecabnbguests {
    background-image: url(imgs/BG.png), linear-gradient(0turn, #8b85ca, #8b85ca, #eaeaea00);
    background-size: cover;
    margin-top: -135px;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  #conheca .BG {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-image: url(imgs/vector.png);
    z-index: 2;
  }
  .BG {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-image: url(imgs/vector.png);
    z-index: 2;
  }
  #conheca .BGadjust {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #conheca .divider {
    display: flex;
    justify-content: space-between;
  }
  #conheca .divider .text-left{
    width: 75%;
  }
  #conheca .divider .text-right {
    width: 35%;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom : 5%;
  }
  #conheca .divider .text-right img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  #conheca p,
  #conheca h1 {
    color: #fff;
  }
/* Bloco MID */
  .servicosbnbguests {
    position: relative;
    background-image: url(imgs/vector-mid.png), linear-gradient( to bottom, #ffffff 30%, #ffffff 80%, #f6f6fb 100%, #fff);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    padding: 70px 0 70px 0;
  }
  #services .services-slider-size{
    height: 350px!important;
    margin: 20px 15px;
  }
  #services .service-content {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
  }
  #services .bottom-content p {
    margin: 0;
    color: #7854F7;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 18px;
  }
  #services .bottom-content p:hover {
    color: #272a56;
    text-decoration: none;
  }
  #services a {
    color: #7854F7;
  }
  #services a:hover {
    color: #272a56;
    text-decoration: none;
  }
  #services .bottom-content {
    background-color: #eaeaea00;
    width: 100%;
    height: 80px;
    border: 2px solid rgb(120 84 247);
    border-radius: 0px 0px 20px 20px;
    box-sizing: border-box;
    display: flex;
    padding-right: 10px;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
  }
/* Comofunciona */
  .featured-how-it-works {
    margin: 0 1%
  }
  #servicos .processo {
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #servicos .processo .etapa1,
  #servicos .processo .etapa2,
  #servicos .processo .etapa3
   {
    width: 25%;
    min-height: 100%;
  }
  #servicos .processo .divisor {
    width: 3.33%;
    max-width: 3.33%;
    min-height: 100%;
    display: flex;
    font-size: 35px;
    color: #8b85ca70;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 160px;
  }
/* Serviços */
  .featured-services {
    margin: -40px 1% 0px 1%;
    width: 96%;
  }
  .servicosbnbguests .processo .etapa1 .icone,
  .servicosbnbguests .processo .etapa2 .icone,
  .servicosbnbguests .processo .etapa3 .icone {
    display: inline-block;
    width: 150px;
  }
/* Indicações && Parceciros */
  .indicacoes {
    position: relative;
    background-color: #fff;
    min-height: fit-content;
    padding-bottom: 65px;
    padding-top: 50px;
  }
  #indicacao .divider {
    display: flex;
    justify-content: space-between;
  }
  #indicacao .divider .text-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #indicacao .divider .text-right {
    width: 35%;
    margin-right: 50px;
    margin-top: 20px;
  }
  #indicacao .btn-style {
    padding: 10px 60px!important;
  }
  #indicacao .partners .post-2 {
    margin-left: 60px!important; /* damm designers! */
  }
  .featured-partners {
    margin: -40px 1% 0px 1%;
    width: 96%;
  }
  .partners{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    transform: rotate(315deg);
  }
  .partners-itens{
    background-size: cover;
    border-radius: 15px;
    height: 150px;
    width: 150px;
    transform: rotate(0deg);
    margin: 8px 8px;
    overflow: hidden;
	touch-action: none;
	-ms-touch-action: none;
  }
  .post-0:hover::before {
    opacity: 0.8;
    transition: .5s ease;
  }
  .post-1:hover::before {
    opacity: 0.8;
    transition: .5s ease;
  }
  .post-2:hover::before {
    opacity: 0.8;
    transition: .5s ease;
  }
  .post-3:hover::before {
    opacity: 0.8;
    transition: .5s ease;
  }
  /*new block indication - homepage*/
  #indicacao .partners-new-ind .ind-img {
    width: 200px;
    transform: rotate(45deg);
  }
  #indicacao .partners-new-itens {
    transform: rotate(0deg);
    margin: -24px -19px;
    overflow: hidden;
    touch-action: none;
  }
  #indicacao .partners-new-itens:hover {
    opacity: .8;
    transition: .5s ease;
  }
  /* enof */
  .sejaumassociado {
    position: relative;
    background-color: #272A56;
    width: 100%;
    height: fit-content;
  }
  .sejaumassociado h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
  }
  .sejaumassociado p {
    color: #fff;
    font-weight: 500;
  }
  #associado .text-left {
    padding-right: 10%;
    max-width: 70%;
  }
  #associado .text-left p {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #associado .text-right {
    display: flex;
    align-items: center;
  }
  .half-title {
    padding: 0px 200px;
  }
/* Depoimentos */
  .featured-depoiments {
    margin: -40px 0 1% 1%;
    width: 96%;
  }
  .depoimentos {
    position: relative;
    background-size: cover;
  }
  #depoiments .container-depoiments{
    padding: 90px 0 80px 0;
  }
  #depoiments .BG {
    background-image: url(imgs/vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-position-y: 0px;
    z-index: 2;
  }
  #depoiments h1,
  #depoiments p,
  #depoiments small {
    /*color: #fff;*/
  }
  #depoiments .container-depoiments .dep-title-divisor {
    border-top: solid 1px #ffffff70;
    padding-top: 65px;
  }
  #depoiments .depoimento p {
    font-size: 15px;
  }
  #depoiments .depoimento {
    margin: 15px 60px 10px 25px;
  }
  #depoiments .superior {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  #depoiments .superior p {
    margin-bottom: 0;
    color: #E1C9FF;
    font-size: 10.5px;
  }
  #depoiments .superior .data {
    font-style: italic;
  }
  #depoiments .conteudo {
    padding-left: 50px;
    min-height: 215px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
  }
  #depoiments .icone {
    font-size: 38px;
    color: #fff;
    width: 40px;
    margin-right: 10px;
  }

/* Popup City Selector */
  .cityselector {
    position: fixed;
    top: 20%;
    width: 100%;
    z-index: 11;
    display: none;
  }
  .cityselector .conteudo {
    width: 32%;
    height: auto;
    min-height: 435px;
    background: linear-gradient(209deg, #FFFFFF 0%, #E2DFFF 55%);
    border-radius: 20px;
    box-shadow: 0px 0px 124px 1024px #000000b3;
    padding: 30px 25px;
    display: block;
    margin: 0 auto;
  }
  .cityselector .popup-icone {
    padding-left: 30px;
  }
  .cityselector .popup-icone img{
    width: 25%;
  }
  .cityselector .btn-style {
    color: white;
  }
  .cityselector a {
      text-decoration: none;
      outline: none;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease;
  }
  .cityselector .title-size {
    color: #272A56;
    font-size: 18px;
  }
  .cityselector p {
      color: #272A56;
      font-size: 15px;
      line-height: 1.575;
      margin: 0px 0px;
  }
  .cityselector .btn-style {
    font-size: 12px;
  }
  .cityselectorbox .text {
      margin: 0;
  }
  .cityselector input {
    width: 100%;
    border: none;
  }
  .cityselector input:focus,
  .cityselector input:focus-visible {
    border: none;
    outline: none;
  }
  .cityselector .opt-cidades{
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #00000036;
    border-radius: 7px;
    margin: 0px 60px;
    padding: 0px 5px;
  }
  .cityselector .popup-small-down{
    float: left;
    margin-left: 1px;
    font-size: 12px;
  }
  .cityselector .popup-up{
    margin: 0px 60px;
  }
  .cityselector .popup-small-up{
    font-size: 12px;
    color: #a29bc0;
  }
  .cityselectorbox .show:hover{
    text-decoration: none;
  }
  .cityselectorbox a:hover{
    text-decoration: none!important;
  }
  .cityselectorbox .show .fa-city:hover{
    color: #8b85ca;
  }
  .cityselector .close {
    float: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 3px 1px 13px #3600ff75;
    opacity: .9;
  }
  .cityselector .close a {
    color: #5f53d9;
  }
  .cityselector .close a:hover {
    color: #6054d9;
  }
  .cityselector .city-clear {
    float:right;
  }
/* Internas */
  #bestseller h1{
    color: #fff;
    font-size: 38px;
  }
  #bestseller p{
    color: #fff;
  }
  .maisprocurados .container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .internas-banner {
    position: relative;
    background-size: cover;
    height: 650px;
    top: -150px; /* projeto muda, css fica :( triste */
    padding-top: 85px;
  }
  .banner-produto {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    /*top: -150px;*/
  }
  .banner-produto .container {
    min-height: 330px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  #produto{
      position: relative;
      /*background-image: url(imgs/BG-extended.png), linear-gradient( 0turn , #8b85ca, #8b85ca, #eaeaea00);*/
	  background-color: #8b85ca;
      background-size: cover;
      margin-top: 0px;
      width: 100%;
      z-index: 1;    
  }
  #produto h1, #produto p {
    color:#fff;
  }
  #produto .BG {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-image: url(imgs/vector.png);
    z-index: 2;
  }
  #produto .container {
    padding-top: 125px;
    padding-bottom: 60px;
  }
  #produto .flex-control-thumbs,
  #page-single .flex-control-thumbs {
    display: flex;
    list-style: none;
    padding: 0;
  }
  #produto .flex-control-thumbs li,
  #page-single .flex-control-thumbs li {
    padding: 12px;
  }
  #produto .flex-control-thumbs li img,
  #page-single .flex-control-thumbs li img {
    border-radius: 10px;
    box-shadow: 1px 5px 10px #00000085;
  }
  #product-single  {
    position: relative;
    background-image: linear-gradient( to bottom, #EAE8FF 80%, #ffffff 80%, #EAE8FF 0%, #fff);
    z-index: 1;
    padding: 60px 0px 60px 0px;
  }
  #page-ss {
    position: relative;
    background-image: url(imgs/BG-claro.png);
    background-size: cover;
    margin-top: -230px;
    width: 100%;
    z-index: 1;
    min-height: 100px;
  }
  #page-servicos-ess {
    background: transparent;
  }
  #page-servicos-ess .servicos-ss {
    padding-top: 60px;
    padding-bottom: 140px;
  }
  #product-single .s-product-position {
    display: flex;
    padding: 50px 0;
  }
  #single-service-stars {
    padding-top: 85px;
  }
  #produto .s-product-position,
  #page-single .s-product-position {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
  }
  #produto .conhecaoproduto-left {
    padding-right: 1%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    min-height: 340px;
  }
  #produto .conhecaoproduto-left .cat-img-size,
  #page-single .conhecaoproduto-left .cat-img-size {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 2px 3px 9px 0px #00000087;
  }
  #produto .conhecaoproduto-right {
    padding: 0 10px;
    width: 50%;
  }
  #page-single .page-content, 
  #page-single .entry-content, 
  #page-single .entry-summary {
    margin: 0;
  }
  #product-single .link h1:hover {
    color: #8b85ca;
  }
  #product-single .link:hover {
    text-decoration: none;
  }
  #product-single .conhecaoproduto-left,
  #page-single .conhecaoproduto-left {
    width: 100%;
    padding-right: 1%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }
  #product-single .conhecaoproduto-left .p-img,
  #page-single .conhecaoproduto-left .p-img {
    background-size: cover;
    width: 370px;
    height: 360px;
    margin: 15px;
    border-radius: 140px;
    box-shadow: 7px 10px #7854f74d;
    margin-top: 45px;
    z-index: 2;
  }
  #product-single .conhecaoproduto-right,
  #page-single .conhecaoproduto-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }
  #produto .btn-style,
  #product-single .btn-style,
  #page-single .btn-style {
    padding: 10px 75px;
  }
  #produto .quantity,
  #product-single .quantity,
  #page-single .quantity {
    display: none;
  }
  .prod-divisor-line {
    border-bottom: solid 1px #8b85ca;
  }
  .btn-position {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
  .voltar {
    padding: 0 10px;
    display: flex;
    justify-content: center;
  }
  .price {
    background-color: #7854f7;
    color: #fff;
    text-decoration: none;
    border-color: #7854f7;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 13px;
  }
  .price-ico {
    height: auto;
    width: 24px;
    margin: 5px 10px 7px 0px;
  }
  #internas-banner .container {
    min-height: 700px;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #internas-banner h1 {
    font-size: 32px;
    text-shadow: 0px 4px 4px #ffffff;
  }
  .maisprocurados {
    position: relative;
    background-image: url(imgs/BG.png), linear-gradient(0turn, #8b85ca, #8b85ca, #eaeaea00);
    background-size: cover;
    margin-top: -230px;
    width: 100%;
    z-index: 1;
  }
  .maisprocurados .BG {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-image: url(imgs/vector.png);
    z-index: 2;
  }
  #bestseller .itens {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  #bestseller .item {
    width: 100%;
    margin: 30px;
    border-radius: 20px;
    border: 1px solid #ffffffb8;
    box-shadow: 0px 10px 20px 0px #00000080;
    box-sizing: border-box;
    overflow: hidden;
  }
  #bestseller .item h5 {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px #000000;
    margin-bottom: 0;
    padding: 0 10px;
  }
  #bestseller .item p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    padding: 0 10px;
  }
  #bestseller a:hover,
  #interna-destaque a:hover {
    text-decoration: none;
  }
  #bestseller .cover-img {
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
  }
  #bestseller .cover-img:hover {
    opacity: 0.8;
    transition: 0.5s ease;
  }
  #bestseller .bottom-content {
    background-color: #0000005c;
    width: 100%;
    height: 60px;
    padding: 40px 1%;
    border-radius: 0px 0px 20px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #interna-destaque {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-around;
    justify-content: space-around;
  }
  #interna-destaque .image-0 {
    width: 720px;
    height: 400px;
  }
  #interna-destaque .image-1,
  #interna-destaque .image-2 {
    width: 345px;
    height: 185px;
  }
  #interna-destaque .d-size {
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px #00000080;
  }
  #interna-destaque .d-size:hover {
    opacity: 0.8;
    transition: 0.5s ease;
  }
  #interna-destaque .d-group-0 .d-destaque p {
    width: 180px;
    text-align: center;
    background-color: #7854f7;
    margin: 2.5%;
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  #interna-destaque .d-group-1 .d-destaque p {
    width: 40px;
    text-align: center;
    background-color: #7854f7;
    margin: 5%;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  #interna-destaque .d-bottom {
    display: flex;
  }
  #interna-destaque .d-group-0 .d-bottom {
    display: flex;
    max-width: 720px;
    width: 720px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #interna-destaque .d-group-1 .d-bottom {
    display: flex;
    max-width: 345px;
    width: 345px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3%;
  }
  #interna-destaque .d-bottom p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0px;
  }
  #especialistabnb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 10px;
  }
  #especialistabnb .content-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #especialistabnb .content-left {
    width: 70%;
  }
  #especialistabnb .content-right {
    margin-top: -70px;
  }
  #especialistabnb .icone {
    width: 100px;
  }
  #especialistabnb .text {
    padding-left: 10px;
    font-size: 22px;
  }
  #especialistabnb .text .formated { 
    font-size: 20px;
    font-style: italic;
  }
  #especialistabnb .content-img-1 { 
    float: right;
    margin-left: 0px;
  }
  #especialistabnb .content-img-2 { 
    float: left;
    margin-top: -50px;
    padding-left: 20px;
  }
  .esp-title {
    text-align: left;
  }
  #mosaico-categorias .container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #mosaico-categorias a {
    text-decoration: none;  
  }
  #mosaico-categorias a:hover {
    text-decoration: none;
  }
  #mosaico-categorias .m-size {
    background-size: cover;
    width: 150px;
    height: 150px;
  }
  #mosaico-categorias .m-size:hover {
    background-size: cover;
    opacity: 1;
    transition: .1s;  
  }
  #carrinhoBG,
  #finalizarBG,
  #single-indicacoes {
    position: relative;
    background-image: url(imgs/BG.png), linear-gradient( 0turn, #8b85ca, #ffffff00, #ffffff00);
    background-size: cover;
    margin-top: -230px;
    width: 100%;
    z-index: 1;
  }
  #page-singleBG,
  #page-seja-um-parceiro,
  #page-quem-somos,
  #page-indicacoes,
  #page-single-s {
    position: relative;
    /*background-image: url(imgs/BG.png), linear-gradient( 0turn, #8b85ca, #ffffff00, #ffffff00);
    background-size: cover;
    margin-top: -65px;*/
    background-color: #8b85ca;
    width: 100%;
    z-index: 1;
    min-height: 475px;
  }
  #carrinhoBG h1,
  #carrinhoBG p,
  #finalizarBG h1,
  #finalizarBG p,
  #page-singleBG h1,
  #page-singleBG p,
  #single-indicacoes h1,
  #single-indicacoes p{
    color: #fff
  }
  #page-indicacoes .entry-title,
  #page-indicacoes .entry-content {
    color: #fff
  }
  #carrinhoBG .container,
  #finalizarBG .container,
  #single-indicacoes .container,
  #page-singleBG .container,
  #page-indicacoes .container {
    padding-top: 215px;
    padding-bottom: 85px;
    min-height: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .seja-um-parceiro .container,
  .page-quem-somos .container {
    padding-top: 100px;
  }
  #single-indicacoes-post .container {
    padding: 60px 0 70px 0;
  }
  #carrinho .entry-title,
  #carrinho h2,
  #finalizar .entry-title {
    display: none;
  }
  #page-single {
    background-color: #8b85ca;
  }
  #page-single p,
  #page-single h1 {
    color: #fff;
  }
  #page-indicacoes .page-content,
  #page-indicacoes .entry-summary,
  #page-indicacoes .entry-content {
      margin: 0;
  }
  .single-post .s-post-img,
  .single-post .s-post-content{
    width: 50%;
    padding: 0 3%;
  }
  .single-post .s-post{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .single-post .s-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 2px 3px 9px 0px #00000087;
  }
  .single-post .p-img {
    width: 100%;
    height: 450px;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 2px 3px 9px 0px #00000087;
  }
  /*
  .single-post .position-p-img{
    padding: 0px 10% 10px 10%;
  }
  */
  .single-post .s-img:hover {
    opacity: .8;
  }
  .single-post h1 {
    font-size: 32px;
  }
  .single-post p {
    margin-bottom: 0;
  }
  .single-post a:hover {
    /*color: #8b85ca;*/
    text-decoration: none;
  }
  .single-post h1:hover {
    /*color: #8b85ca;*/
    text-decoration: none;
  }
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .pagination .page-numbers {
    font-size: 24px;
    font-weight: 1000;
    color: #272A56;
    padding: 0 10px;
  }
  .pagination .page-numbers:hover {
    color: #8b85ca;
    text-decoration: none;
  }
  .pagination .current {
    color: #272A56;
  }
  .pagination .current:hover {
    text-decoration: none;
    color: #272A56!important;
  }
  .pagination .next {
    font-size: 30px;
  }
  .pagination .next:hover {
    color: #8b85ca;
    text-decoration: none;
  }
  .subcatdisplay ul { 
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0;
    margin: 0;
  }
  .subcatdisplay li { 
    list-style-type: none;
    padding: 0 10px;
  }
/* features */
  /* slider */
  #banner .slider {
    width: 100%;
    height: 700px;
    top: -90px;
  }
  #banner .slider-cover-img {
    background-size: cover;
    height: 700px!important;
    /*border-bottom-right-radius: 300% 30%;*/
    /*border-bottom-left-radius: 300% 30%;*/
  }
  #banner .slider .slider-divider{
    width: 100%;
    display: flex;
    height: 700px;
    align-items: center;
  }
  #banner .slider .slider-divider .slider-left,
  #banner .slider .slider-divider .slider-right {
    width: 20%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
  }
  #banner .slider .slider-divider .slider-content{
    width: 60%;
  }
  #banner .slider .slider-divider .slider-content h1{
    text-shadow: 0px 4px 4px #FFFFFF;
  }
  #banner .slider .slider-divider .slider-content .slider-icone{
    width: 100%;
    display: flex;
    justify-content: center;
  }
    /* endslider */
  /* carousel services */
  .carousel-services {
    width: 100%;
    /*height: 400px;*/
  }
  .services-position {
    margin: 0 1%;
  }
  .services-cover-img {
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
    height: 100%;
    width: 100%;
    border: 2px solid rgb(120 84 247);
    border-bottom: transparent;
    box-sizing: border-box;
  }
  .services-cover-img:hover{
    opacity: 0.8;
    transition: 0.5s ease; 
  }
  .carousel-services .slick-dots {
    margin-top: 0;
  }
  .carousel-services .slick-dots li.slick-active button:before,
  .carousel-services .slick-dots li button:before {
    color:#272a56;;
   }
    /* endcarousel */
  /* carousel partners */
  .carousel-partners {
    width: 100%;
    height: 165px;
  }
  .partners-position {
    margin: 0 1%;
  }
  .partners-cover-img {
    background-size: cover;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0535402);
    border-radius: 180px;
    height: 190px!important;
    margin: 20px 40px;
  }
  .carousel-partners .slick-dots {
    margin-top: 0;
  }
  .carousel-partners .slick-dots li.slick-active button:before,
  .carousel-partners .slick-dots li button:before {
    color:#272a56;;
   }
    /* endcarousel */
  /* carousel depoiments */
  .carousel-depoiments {
    width: 100%;
    height: 300px;
  }
  .depoiments-position {
    margin: 0 1%;
  }
  .depoiments-item {
    background-color: #ffffff26;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 5%);
    border-radius: 50px 0px 150px 0px;
    min-height: 300px!important;
    margin: 20px 40px;
  }
  .carousel-depoiments .slick-dots {
    margin-top: 0;
  }
  .carousel-depoiments .slick-dots li.slick-active button:before,
  .carousel-depoiments .slick-dots li button:before {
    color:#272a56;;
   }
    /* endcarousel */
  /* carousel general */
  .carousel-general {
    margin: 0 1%;
  }
    /* endgeneral*/
  /* single services */
    .slider-single-services {
      width: 100%;
      height: 100%;
    }
    .slider-single-services .sservices-cover-img {
      background-size: cover;
      border-radius: 10px;
      min-height: 330px!important;
      margin: 0 5px;
    }
    .slider-single-services .slick-dots {
      margin-top: 15px;
    }
      /* endsservices*/
  /* single services */
    .slider-services-loop {
      width: 100%;
      height: 100%;
    }
    .slider-services-loop .sservices-loop {
      margin: 0 5px;
      }
    .slider-services-loop .slick-dots {
      margin-top: 25px;
    }
      /* endsservices*/
  /* slickdots */
  .slick-dots li { /* fix one image dots */
    display: inline-block;
  }
  .slick-dots li:only-child {
    display: none; /* fix one image dots */
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: -70px;
    padding-inline-start: 0px;
    z-index: 6;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li.slick-active button:before {
    font-size: 38px;
    color: #272a56;
  }
  .slick-dots li button:before {
    font-size: 48px;
    font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #272a56;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .arrow-next-btn{
    background-color: #0000;
    border: #0000;
    background-image: url(imgs/next-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 5;
    height: 40px;
    width: 40px;
  }
  .arrow-next-btn:hover,
  .arrow-next-btn:focus {
    text-decoration: none;
    outline: none;
    margin-left: 20px;
    transition: 0.3s;
  }
  .arrow-prev-btn{
    background-color: #0000;
    border: #0000;
    background-image: url(imgs/prev-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 5;
    height: 40px;
    width: 40px;
  }
  .arrow-prev-btn:hover,
  .arrow-prev-btn:focus{
    text-decoration: none;
    outline: none;
    margin-right: 10px;
    transition: 0.3s;
  }
  .interna-s-custom-slider-arrows {
    position: relative;
    top: 255px;
    z-index: 1;
  }
  .interna-s-custom-slider-arrows .divider {
    display: flex;
    justify-content: space-between;
  }
  .interna-s-custom-slider-arrows .divider .arrows-left {
    margin-left: 0px; /* no other way to bypass container damn designers */
  }
  .interna-s-custom-slider-arrows .divider .arrows-left .arrow-prev-btn:hover {
    margin-left: -10px; /* no other way to bypass container damn designers */
  }
  .interna-s-custom-slider-arrows .divider .arrows-right {
    margin-right: 0px; /* no other way to bypass container damn designers */
  }
  .interna-s-custom-slider-arrows .divider .arrows-right .arrow-next-btn:hover {
    margin-right: -10px; /* no other way to bypass container damn designers */
  }
  .services-custom-slider-arrows {
    position: relative;
    top: 195px;
    z-index: 0;
  }
  .services-custom-slider-arrows .divider {
    display: flex;
    justify-content: space-between;
  }
  .services-custom-slider-arrows .divider .arrows-left {
    margin-left: -30px; /* no other way to bypass container damn designers */
  }
  .services-custom-slider-arrows .divider .arrows-left .arrow-prev-btn:hover {
    margin-left: -10px; /* no other way to bypass container damn designers */
  }
  .services-custom-slider-arrows .divider .arrows-right {
    margin-right: -30px; /* no other way to bypass container damn designers */
  }
  .services-custom-slider-arrows .divider .arrows-right .arrow-next-btn:hover {
    margin-right: -10px; /* no other way to bypass container damn designers */
  }
  .parceiros-custom-slider-arrows {
    position: relative;
    top: 105px;
    z-index: 0;
  }
  .parceiros-custom-slider-arrows .divider {
    display: flex;
    justify-content: space-between;
  }
  .parceiros-custom-slider-arrows .divider .arrows-left {
    margin-left: -30px; /* no other way to bypass container damn designers */
  }
  .parceiros-custom-slider-arrows .divider .arrows-left .arrow-prev-btn:hover {
    margin-left: -10px; /* no other way to bypass container damn designers */
  }
  .parceiros-custom-slider-arrows .divider .arrows-right {
    margin-right: -30px; /* no other way to bypass container damn designers */
  }
  .parceiros-custom-slider-arrows .divider .arrows-right .arrow-next-btn:hover {
    margin-right: -10px; /* no other way to bypass container damn designers */
  }
  .depoimentos-custom-slider-arrows {
    position: relative;
    top: 165px;
    z-index: 0;
  }
  .depoimentos-custom-slider-arrows .divider {
    display: flex;
    justify-content: space-between;
  }
  .depoimentos-custom-slider-arrows .divider .arrows-left {
    margin-left: -30px; /* no other way to bypass container damn designers */
  }
  .depoimentos-custom-slider-arrows .divider .arrows-left .arrow-prev-btn:hover {
    margin-left: -10px; /* no other way to bypass container damn designers */
  }
  .depoimentos-custom-slider-arrows .divider .arrows-right {
    margin-right: -30px; /* no other way to bypass container damn designers */
  }
  .depoimentos-custom-slider-arrows .divider .arrows-right .arrow-next-btn:hover {
    margin-right: -10px; /* no other way to bypass container damn designers */
  }
  /* endslickdots */
/* menu hamburguer animation */
  /* Icon 1 */
  .animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }
    .animated-icon1 span {
    background: #272A56;
    }
    .animated-icon2 span {
    background: #272A56;
    }
    .animated-icon3 span {
    background: #272A56;
    }
    .animated-icon1 span:nth-child(1) {
    top: 0px;
    }
    .animated-icon1 span:nth-child(2) {
    top: 10px;
    }
    .animated-icon1 span:nth-child(3) {
    top: 20px;
    }
    .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }
    .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }
    .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
    /* Icon 3*/
    .animated-icon2 span:nth-child(1) {
    top: 0px;
    }
    .animated-icon2 span:nth-child(2), 
    .animated-icon2 span:nth-child(3) {
    top: 10px;
    }
    .animated-icon2 span:nth-child(4) {
    top: 20px;
    }
    .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
    }
    .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
    }
    /* Icon 4 */
    .animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
    }
    .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    }
    .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
    }
    .navbar-toggler:focus, .navbar-toggler:focus {
      outline: none;
      outline: none;
    }
    /* end of menu hamburguer animations */
  /* search box - header */
  .form.form-search {
    position: absolute;
    width: 350px;
    right: 0; 
  }
  .search-wrap {
    width: 48px;
    height: 40px;
    margin-left: 10px;
    position: relative; 
  }
  .search-box {
    text-align: right; 
  }
  .search-box .input {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 12px 18px;
    box-sizing: border-box;
    width: 0;
    height: 48px;
    outline: none;
    background: transparent;
    color: #272a56;
    border: none!important;
    visibility: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2; 
  }
  .search-box .btn,
  .search-box .btn-fnc {
    position: absolute; 
  }
  .search-box .btn {
    background: transparent;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
    line-height: 21px;
    color: #272a56;
    padding: 0;
    top: -55px;
    width: 50px;
    height: 33px;
    right: -5px;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.85s ease;
    -moz-transition: all 0.85s ease;
    -o-transition: all 0.85s ease;
    -ms-transition: all 0.85s ease;
    transition: all 0.85s ease; 
  }
  .search-box .btn:hover {
    color: #fffffffa; 
  }
  .search-box .btn.btn-search {
    -webkit-box-shadow: none;
    box-shadow: none; 
  }
  .search-box .btn-fnc i {
    display: block;
    position: relative;
    top: 4px;
    right: 45px;
    width: 35px;
    height: 35px;
    color: #272a56;
    font-size: 21px;
    text-align: center;
    line-height: 32px;
    background-color: transparent;
    z-index: 4;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .search-box .btn-fnc.open i {
    display: none;
  }
  .search-box .btn-fnc i:hover {
    color: #8b85ca!important; 
  }
  .search-box.active .input {
    width: 350px;
    max-width: 150%;
    font-size: 15px;
    font-weight: 400;
    background-color: white;
    border: 1px solid #fffffffa;
    visibility: visible;
    z-index: 0;
    border-radius: 10px; 
  }
  .search-box.active .btn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.15s all;
    -moz-transition: all 0.15s all;
    -o-transition: all 0.15s all;
    -ms-transition: all 0.15s all;
    transition: all 0.15s all; 
  }
  .search-box.active .btn-fnc.open {
    background-color: transparent;
    color: #272a56!important;
    font-size: 30px; 
  }
  .search-box.active .btn-fnc.open::before {
    font-family: "inter", sans-serif;
    content: "x";
    font-weight: 400;
    position: relative;
    top: -5px;
    right: 25px;
  } 
  /* end of */
    /* cart icon */
    body.admin-bar #cartID-i{top: 45px;}
    #cartID-i {
      background-color: #fff0;
      cursor: pointer;
      position: fixed;
      right: 60px;
      top: 15px;
      z-index: 9;
    }
    .cart-contents {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .cart-contents:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 1000;
      content: "\f290" !important;
      font-size: 35px;
      color: #7854f7;
    }
    .cart-contents:hover {
        text-decoration: none;
    }
    .cart-contents-count {
      position: absolute;
      top: 31px;
      right: -3px;
      font-size: 11px;
      font-weight: 1000;
      color: #ffffff;
      background-color: #f00;
      padding: 0px 5px;
      border-radius: 50%;
    }
      /* end of cart icon */
    /* Back to Top */
    #back-top {
    display: inline-block;
    height: 40px;
    width: 41px;
    position: fixed;
    bottom: 14px;
    right: 60px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 6px #00000040;
    background: #8b85ca url(/concierge/wp-content/themes/bnb%20ecommerce/build/imgs/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    border-radius: 17px;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    }
    #back-topi {
    font-size: 40px;
    }
    #back-top.is-visible,
    #back-top.is-fade-out,
    #back-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    }
    #back-top.is-visible {
    visibility: visible;
    opacity: 1;
    }
    #back-top:hover {
    background-color: #8b85caba;
    opacity: 1;
    }
    #back-top:hover,
    #back-top:active,
    #back-top:focus {
    outline: none;
    text-decoration: none;
    }
    /* end of */
  /* top city selector (menu) */
  .tc-selector-c {
    background: #ffffff00;
    color: #2a2d58;
    font-size: 15px;
    height: 30px;
    border-color: #0000;
    width: 165px;
  }
  .tc-selector-c:hover {
    font-weight: 1000;
  }
  .tc-selector-c .opt {
    background: #b6b2e6;
    color: #2a2d58;
    font-size: 15px;
    border-color: #b6b2e6;
  }
  .tc-selector-c .disabled {
    font-size: 12px;
  }
  .tc-selector-c:focus-visible {
    outline: none;
  }
  @media only screen and (min-width: 1201px) and (max-width: 1280px) { 
    .top-city-selector .tc-selector-c {
      margin-bottom: 1px;
    }
  }
   /* end of */
/* endfeatures */
/* CSS for all Devices*/
@media only screen {
body {
 -webkit-text-size-adjust: none;
 -ms-text-size-adjust: none; }
.t-center {
 text-align: center; }
}

/* Navigation */
@media only screen and (min-width: 1200px) {
.nav-mobile{display: none!important;}
.mobile-only{display: none!important;}
}
@media only screen and (max-width: 1199px) {
.nav-desktop{display: none!important;}
.desktop-only{display: none!important;}
#banner .slider {top: -140px; /* adjust to fix menu hamburguer */}
}

/* CSS for mobile menu (hmenu) */
@media only screen and (min-width: 480px) and (max-width: 1199px) { 
#hmenu .position .navbar{display:flex;justify-content:center;} 
}
.hmenu {
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 11;
  display: none;
  -webkit-transition: width .5s ease-in-out;
  -moz-transition: width .5s ease-in-out;
  -o-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
  transition: .5s;
}
.hmenu .conteudo {
  width: 100%;
  height: 100%;
  background: linear-gradient(209deg, #FFFFFF 0%, #E2DFFF 55%);
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0px 0px 124px 1024px #000000b3;
  padding: 24px 15px;
  display: block;
  margin: 0 auto;
  transition: 0.1s;
}
#hmenu .position {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#hmenu .nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#hmenu .menu-item a {
  font-size: 22px;
  color: #272a56;
}
#hmenu .menu-item a:hover {
  color: #7854F7;
  text-decoration: none;
}
#hmenu .hmenu-social {
  display: flex;
  justify-content: space-evenly;
  padding: 30px 0px;
  font-size: 30px;
  align-content: center;
  align-items: baseline;
}
/* woocommerce and adjusts and changes */
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #272a56;
}
.cli-bar-container {
justify-content: space-evenly;
}
.list-categorias h2 {
  color: #fff;
  font-weight: 1000;
}
.list-categorias a {
  color: #fff;
}
.list-categorias h2:hover,
.list-categorias a:hover {
  color: #fff;
}
#page-single h2 {
  color: #fff;
}
.list-tags ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.list-tags li {
  font-weight:1000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff0000;
  color: #fff;
}
.f-acceptance-field,
.f-politics-field {
	color: #fff;
}
.f-submit-buttom {
	padding: 0px 25%;
}
.cityselector .conteudo {
    min-height: 360px!important;
}
.wpcf7-list-item {
    margin: 0;
}
.submit-popup {
	padding: 0 50px;
}
.cityselector {
  margin-top: 80px!important;
}
#btn-popup {
  padding: 10px 30px!important;
}
/* open e close tabs - serviços essenciais */
.info-box__content {
  transition: all 1s;
  display: none;
}     
.info-box {
  border: 2px solid #8b85ca;
  border-radius: 30px;
  padding: 45px;
  margin: 20px;
  }
.info-box__title h3 {
  padding-bottom: 0;
  display: flex;
  font-size: 28px;
  flex-direction: column;
  justify-content: center;
}
.info-box__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info-box__title i {
  font-size: 20px;
  background: #8b85ca33;
  padding: 20px 20px 17px 20px;
  border-radius: 50%;
  color: #853bfa;
}
/* wpfixes */
@media screen and (max-width: 782px){
  #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img,
  .ab-item {
      display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .form-group {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 1024px) {
  .submit-popup {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .submit-popup {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
	#hmenu .nav-menu {
		width: 100%;
   	    padding-right: 3%;
		padding-left: 3%;
	}
	#hmenu .nav-menu li {
		border-bottom: solid 2px #272a563d;
		margin-top: 8px;
		margin-bottom: 0px;
		width: 100%;
		text-align: left;
	}
	#hmenu .menu-item a {
    font-size: 16px;
	}
  #page-ss {
    background-size: initial;
    margin-top: -200px;
  }
  #page-servicos-ess .servicos-ss {
    padding-top: 25px;
    padding-bottom: 100px;
  }
  .info-box {
   	padding: 10px 20px;
  }
  .info-box__title h3 {
    font-size: 20px;
  }
	.info-box__content p {
    font-size: 19px;
  }
	.info-box__title i {
    font-size: 20px;
    padding: 10px 10px 7px 10px;
  	margin: 10px 0;
	}
}
@media only screen and (max-width: 360px) {
	.info-box__title i {
		margin: 20px 0;
	}
	.info-box__title h3 {
    font-size: 17px;
  }
	.info-box__content p {
    font-size: 14px;
  }
	.info-box__content li {
    font-size: 14px;
  }
}
/* CSS for responsive */
@media only screen and (min-width: 1920px) { /* Extra Large Computers */
}
@media only screen and (min-width: 1600px) { /* Large Computers */
  .conhecabnbguests {
    margin-top: -155px;
  }
  .slick-dots {
    margin-top: -85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) { 
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) { 
  body.admin-bar #cartID-i{top: 115px;}
  #cartID-i {
    right: 25px;
    top: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) { /* Ipad Pro && Small Computers */
  #masthead nav {
    margin: 0px 0px;
  }
  .mini-container{
    padding: 0 0;
  }
  .navbar-dark .navbar-brand {
    width: 225px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .cityselector {
    top: 30%;
  }
  .cityselector .conteudo {
    width: 45%;
    padding: 20px 20px;
  }
  .cityselector .popup-icone img {
    width: 100px;
  }
  .cityselector p {
    margin: 15px 0px;
  }
  .cityselector .btn-style {
    margin-top: 10px;
  }
  #banner .slider .slider-divider .slider-content {
    padding-top: 80px;
  }
  #banner p{
    font-size: 20px;
  }
  #conheca .BG {
    background-position: right;
  }
  .conhecabnbguests {
    margin-top: -195px;
  }
  #conheca h1 {
    text-align: center;
  }
  #conheca .divider .text-left {
    font-size: 18px;
    text-align: center!important;
    width: 100%;
  }
  #conheca .conheca-imagem{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 10%;
  }
  .btn-center-mob{
    text-align: center;
  }
  .btn-style {
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center!important;
  }
  #servicos .processo {
    height: 370px;
  }
  #servicos p {
    font-size: 18px;
  }
  #services .services-slider-size {
    height: 290px!important;
    margin: 20px 5px;
  }
  .services-custom-slider-arrows {
    top: 165px;
  } 
  .featured-services {
    width: 96.5%;
  }
  .half-title {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .parceiros-custom-slider-arrows {
    top: 100px;
  }
  .partners-cover-img {
    height: 170px!important;
    margin: 20px 15px;
  }
  .carousel-partners {
    height: 130px;
  }
  #associado .container .row-align {
    display: contents;
  }
  #associado .text-left {
    padding-right: 0px;
    max-width: 100%;
    text-align: center!important;
  }
  #associado .text-left p {
    font-size: 18px;
  }
  #associado .text-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #indicacao .divider {
    display: flex;
    flex-direction: column;
  }
  #indicacao .divider .text-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center!important;
  }
  #indicacao p {
    font-size: 18px;
  }
  #indicacao .divider .text-right {
    width: 100%;
    padding-right: 24%;
    padding-left: 28%;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #indicacao .partners-new-itens {
    margin: -19px -17px;
  }
  #depoiments .BG {
    background-position: center right;
    background-position-y: 100px;
  }
  .depoiments-item {
    min-height: 300px!important;
    margin: 20px 20px;
  }
  .depoimentos {
    min-height: 650px;
  }
  #depoiments .depoimento p {
    font-size: 14px;
  }
  .depoimentos-custom-slider-arrows {
    top: 175px;
  }
  #depoiments .conteudo {
    min-height: 250px;
  }
  #bestseller .cover-img {
    width: 100%;
    height: 250px;
  }
  #interna-destaque .image-0 {
    width: 560px;
  }
  #interna-destaque .d-group-0 .d-bottom {
    max-width: 560%;
    width: 560%;
  }
  #mosaico-categorias .m-size {
    width: 190px;
    height: 190px;
  }
  #produto .s-product-position,
  #page-single .s-product-positio {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  #produto .conhecaoproduto-left,
  #page-single .conhecaoproduto-left {
   /*padding-right: 1%;
    width: 65%;
    display: block;
    */
    width: 100%;
  }
  #produto .conhecaoproduto-right,
  #page-single .conhecaoproduto-right {
    width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  body.admin-bar #cartID-i{top: 115px;}
  #cartID-i {
    right: 25px;
    top: 90px;
  }
  #footer_site .footer-color {
    min-height: 240px;
  }
  #footer_site {
    display: content;
  }
  #footer_site .logo {
    display: inline-flex;
  }
  #footer_site .row3 .termos {
    display: inline-block;
    max-width: 100%;
  }
  #footer_site .row3 .container .socials {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer_site .row3 .container .links {
    text-align: center;
    font-size: 10px;
  }
}
/*CSS for All Mobile Devices*/
@media only screen and (max-width: 1024px) { /* All mobile && tablets */
  h1 {
    font-size: 32px!important;
	}
  #carrinhoBG h1, 
	#carrinhoBG p, 
	#finalizarBG h1, 
	#finalizarBG p, 
	#page-singleBG h1, 
	#page-singleBG p, 
	#single-indicacoes h1,
	#single-indicacoes p, 
  .maisprocurados h1,
  .maisprocurados p {
    margin-left: 3%;
    margin-right: 3%;
	}
  #page-indicacoes h1,
  #page-indicacoes p {
    margin-left: 3%;
    margin-right: 3%;
  }
  #servicos h1,
  #servicos p,
  #associado h1,
  #associado p,
  #indicacao h1,
  #indicacao p,
  #depoiments h1,
  #depoiments p {
    margin-left: 3%;
    margin-right: 3%;
  }
  #produto h1, 
  #produto p {
    margin-left: 3%;
    margin-right: 3%; 
  }
  #page-single h1,
  #page-single p {
    margin-left: 3%;
    margin-right: 3%;
  }
  .single-post .entry-content{
    margin-left: 3%;
    margin-right: 3%;
  }
  #page-single .entry-content {
    margin-left: 3%;
    margin-right: 3%;
  }
  .type-page .entry-content {
    margin-left: 3%;
    margin-right: 3%;
  }
  .btn-style {
    padding: 13px 40px!important;
  }
  #indicacao .btn-style {
    padding: 13px 60px!important;
  }
  .cookie-bar-bar .ctcc-inner {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    position: relative;
    flex-direction: column;
  }
  .mini-container{
    padding: 0 0;
  }
  #finalizar h2 {
    padding-left: 10px;
  }
  .content-area {
    padding: 1% 5%;
  }
  .featured-services {
    padding: 0 10%;
  }
  .services-custom-slider-arrows .divider .arrows-left {
    margin-left: 0px;
  }
  .services-custom-slider-arrows .divider .arrows-left .arrow-prev-btn:hover {
    margin-left: 0px;
  }
  .services-custom-slider-arrows .divider .arrows-right {
    margin-right: 0px;
  }
  .services-custom-slider-arrows .divider .arrows-right .arrow-next-btn:hover {
    margin-right: 0px;
  }
  .featured-partners {
    padding: 0 8%;
  }
  .parceiros-custom-slider-arrows .divider .arrows-left {
    margin-left: 0px;
  }
  .parceiros-custom-slider-arrows .divider .arrows-left .arrow-prev-btn:hover {
    margin-left: 0px;
  }
  .parceiros-custom-slider-arrows .divider .arrows-right {
    margin-right: 0px;
  }
  .parceiros-custom-slider-arrows .divider .arrows-right .arrow-next-btn:hover {
    margin-right: 0px;
  }
  .depoimentos-custom-slider-arrows .divider .arrows-left {
    margin-left: -15px;
  }
  .depoimentos-custom-slider-arrows .divider .arrows-left .arrow-prev-btn:hover {
    margin-left: 0px;
  }
  .depoimentos-custom-slider-arrows .divider .arrows-right {
    margin-right: -15px;
  }
  .depoimentos-custom-slider-arrows .divider .arrows-right .arrow-next-btn:hover {
    margin-right: 0px;
  }
  #services .bottom-content p {
    font-size: 13px;
  }
  #services .bottom-content {
    height: 60px;
  }
  .carousel-partners {
    height: 60px;
  }
  .depoimentos {
    background-size: initial;
    min-height: 670px;
  }
  .depoiments-item {
    margin: 30px;
  }
  #associado h1 {
    padding-bottom: 15px;
  }
  #bestseller .itens {
    display: flex;
    flex-wrap: wrap;
  }
  #interna-destaque {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px 5%;
  }
  #interna-destaque .image-0,
  #interna-destaque .image-1, 
  #interna-destaque .image-2 {
    width: 100%;
    height: 300px;
  }
  #interna-destaque .d-position {
    width: 100%;
  }
  #internas-banner .slider-content {
    margin: 0 25px;
  }
  #internas-banner h1 {
    font-size: 25px!important;
  }
  #internas-banner p {
    font-size: 18px;
  }
  #bestseller p {
    font-size: 18px;
  }
  #bestseller .item {
    margin: 10px 20px;
  }
  .maisprocurados .container {
    padding-bottom: 60px!important;
  }
  #interna-destaque .d-group-0 .d-bottom,
  #interna-destaque .d-group-1 .d-bottom {
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
  }
  #interna-destaque .d-size {
    margin-bottom: 20px;
  }
  #especialistabnb {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  #especialistabnb .content-right {
    margin-top: 0px;
  }
  #especialistabnb .content-left {
    padding-bottom: 50px;
  }
  .esp-title {
    text-align: center;
  }
  #especialistabnb .content-img-1 {
    text-align: right;
    padding-right: 0;
    margin-left: 0;
	  margin: 0 10%;
	}
	#especialistabnb .content-img-2 {
    padding-left: 0;
    margin-top: 0;
  	margin: 0 10%;
	}
  #produto .s-product-position,
  #page-single .s-product-position {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  #produto .conhecaoproduto-right
  #page-single .conhecaoproduto-right {
    width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  #product-single .s-product-position {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    }
  #produto .conhecaoproduto-left,
  #page-single .conhecaoproduto-left {
    padding-right: 1%;
    width: 90%;
    display: block;
  }
  #product-single .conhecaoproduto-right {
    width: 90%;    
  }
  #product-single .conhecaoproduto-right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #product-single .p-img {
    padding: 0px 10px 20px 10px;
  }
  .list-categorias {
    text-align: center;
    width: 95%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .btn-position {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .voltar, .continuar {
    padding: 15px 10px;
  }
  #carrinhoBG,
  #finalizarBG, 
  #page-singleBG,
  #page-seja-um-parceiro,
  #page-quem-somos,
  #page-indicacoes,
  #single-indicacoes,
  #produto,
  #page-single-s {
    background-size: initial;
    margin-top: -50px;
  }
  .cityselector .popup-icone img {
    width: 50px;
  }
  .cityselector .title-size {
    color: #272A56;
    font-size: 18px!important;
  }
  #servicos p {
    font-size: 15px;
  } 
  .cityselector input {
    width: 90%;
  }
  .single-post .s-post {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .single-post .s-post-img,
  .single-post .s-post-content {
    width: 100%;
    padding: 3%;
    text-align: center;
  }
  .single-post .p-img {
    height: 280px;
  }
  .slider-single-services .sservices-cover-img {
    min-height: 270px!important;
  }
  #product-single .conhecaoproduto-left .p-img {
    margin-top: 0px;
    margin-bottom: 40px;
    width: 290px;
    height: 300px;
  }
  .interna-s-custom-slider-arrows {
    top: 185px;
  }
  body.admin-bar #cartID-i{top: 90%;}
  #cartID-i {
    right: 25px;
    top: 90%;
  }
  #product-single .conhecaoproduto-left {
    width: 100%;
  }
  #produto .conhecaoproduto-right, 
  #page-single .conhecaoproduto-right {
    width: 100%;
  }
  .cityselector {
    margin-top: 55px;
	}
	.form-control {
		font-size: 19px;
	}
	.f-submit-buttom {
	padding: 0!important;
	}
	.f-acceptance-field,
	.f-politics-field {
		font-size: 14px;
	}
	.single-post .position-p-img {
    margin-bottom: 30px;
	}
  #footer_site .row3 .copyright {
    padding: 0px 55px;
    max-width: 100%;
  }
  .price {
	margin-left: 3%;
	margin-right: 3%;
  } 
  #produto .conhecaoproduto-left, 
  #page-single .conhecaoproduto-left {
    min-height: 0px;
    padding-bottom: 10px;
  }
  .form-flex {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
   	max-width: 100%;
  	flex: 0 0 100%;
		margin: 0;
	}
	.form-flex .form-item-flex {
		width: 100%;
   	max-width: 100%;
    flex: 0 0 100%;
		padding: 0;
	}
}
@media only screen and (min-width: 720px) and (max-width: 1023px) { /* General Tablets */
  #masthead nav {
    margin: 0px 0px;
  }
  .navbar-dark .navbar-brand {
    width: 185px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .cityselector {
    top: 22%;
  }
  .cityselector .conteudo {
    width: 60%;
    padding: 20px 20px;
  }
  .cityselector p {
    margin: 15px 0px;
  }
  .cityselector .btn-style {
    margin-top: 10px;
  }
  #banner .slider .slider-divider .slider-content {
    padding-top: 80px;
  }
  #banner p{
    font-size: 20px;
  }
  #conheca .BG {
    background-position: right;
  }
  .conhecabnbguests {
    margin-top: -195px;
  }
  #conheca h1 {
    text-align: center;
  }
  #conheca .divider .text-left {
    font-size: 18px;
    text-align: center!important;
    width: 100%;
  }
  #conheca .conheca-imagem{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10%;
  }
  .btn-center-mob{
    text-align: center;
  }
  .btn-style {
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center!important;
  }
  #servicos p {
    font-size: 18px;
  }
  .servicosbnbguests .processo .etapa1 .icone, 
  .servicosbnbguests .processo .etapa2 .icone, 
  .servicosbnbguests .processo .etapa3 .icone {
    width: 90px;
  }
  .servicosbnbguests .processo .texto {
    font-size: 10px
  }
  #servicos .processo {
    height: 230px;
  }
  #servicos .processo .divisor {
    font-size: 25px;
    padding-bottom: 145px;
  }
  #services .services-slider-size {
    height: 290px!important;
    margin: 20px 5px;
  }
  .services-custom-slider-arrows {
    top: 160px;
  } 
  .featured-services {
    width: 96.5%;
  }
  .half-title {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .parceiros-custom-slider-arrows {
    top: 100px;
  }
  .partners-cover-img {
    height: 170px!important;
    margin: 20px 15px;
  }
  .carousel-partners {
    height: 130px;
  }
  #associado .text-left {
    padding-right: 0px;
    max-width: 100%;
    text-align: center!important;
  }
  #associado .text-left p {
    font-size: 18px;
  }
  #associado .text-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #indicacao .divider {
    display: flex;
    flex-direction: column;
  }
  #indicacao .divider .text-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center!important;
  }
  #indicacao p {
    font-size: 18px;
  }
  #indicacao .divider .text-right {
    width: 100%;
    padding-left: 18%;
    padding-right: 15%;
    margin-top: 20px;
  }
  #indicacao .partners-new-itens {
    margin: -14px -11px;
  }
  #indicacao .partners-new-ind .ind-img {
    width: 180px;
  }
  .partners-itens {
    height: 150px;
    width: 150px;
  }
  #depoiments .BG {
    background-position: center right;
    background-position-y: 100px;
  }
  .depoiments-item {
    min-height: 320px!important;
  }
  #depoiments .depoimento p {
    font-size: 16px;
  }
  .depoimentos-custom-slider-arrows {
    top: 175px;
  }
  #depoiments .conteudo {
    min-height: 250px;
  }
  #footer_site .footer-color {
    min-height: 240px;
  }
  #footer_site {
    display: content;
  }
  #footer_site .logo {
    display: inline-flex;
  }
  #footer_site .row3 .termos {
    display: inline-block;
    max-width: 100%;
  }
  #footer_site .row3 .container .socials {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer_site .row3 .container .links {
    text-align: center;
    font-size: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 719px) { /* Large Mobile && Small Tablets */
  #masthead nav {
    margin: 0px 0px;
  }
  .navbar-dark .navbar-brand {
    width: 185px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .cityselector {
    top: 12%;
  }
  .cityselector .conteudo {
    width: 80%;
    padding: 20px 40px;
  }
  .cityselector p {
    margin: 15px 0px;
  }
  .cityselector .btn-style {
    margin-top: 10px;
  }
  #banner .slider .slider-divider .slider-content {
    padding-top: 80px;
  }
  #banner p{
    font-size: 20px;
  }
  #conheca .BG {
    background-position: right;
  }
  .conhecabnbguests {
    margin-top: -175px;
  }
  #conheca h1 {
    text-align: center;
  }
  #conheca .divider .text-left {
    font-size: 18px;
    text-align: center!important;
    width: 100%;
  }
  #conheca .conheca-imagem{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10%;
  }
  .btn-center-mob{
    text-align: center;
  }
  .btn-style {
    font-size: 12px;
    letter-spacing: 4px;
    text-align: center!important;
  }
  #servicos p {
    font-size: 18px;
  }
  .servicosbnbguests .processo .etapa1 .icone, 
  .servicosbnbguests .processo .etapa2 .icone, 
  .servicosbnbguests .processo .etapa3 .icone {
    width: 90px;
  }
  .servicosbnbguests .processo .texto {
    font-size: 10px
  }
  #servicos .processo {
    height: 230px;
  }
  #servicos .processo .divisor {
    font-size: 14px;
    padding-bottom: 145px;
  }
  #services .services-slider-size {
    height: 195px!important;
    margin: 20px 5px;
  }
  .services-custom-slider-arrows {
    top: 110px;
  } 
  .featured-services {
    width: 96.5%;
  }
  .half-title {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .parceiros-custom-slider-arrows {
    top: 73px;
  }
  .partners-cover-img {
    height: 125px!important;
    margin: 20px 15px;
  }
  #associado .text-left {
    padding-right: 0px;
    max-width: 100%;
    text-align: center!important;
  }
  #associado .text-left p {
    font-size: 18px;
  }
  #associado .text-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #indicacao .divider {
    display: flex;
    flex-direction: column;
  }
  #indicacao .divider .text-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center!important;
  }
  #indicacao p {
    font-size: 15px;
  }
  #indicacao .divider .text-right {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 20px;
  }
  #indicacao .partners-new-itens {
    margin: -14px -11px;
  }
  #indicacao .partners-new-ind .ind-img {
    width: 160px;
  }
  .partners-itens {
    height: 85px;
    width: 85px;
  }
  #depoiments .BG {
    background-position: center right;
    background-position-y: 100px;
  }
  .depoiments-item {
    min-height: 300px!important;
  }
  #depoiments .depoimento p {
    font-size: 15px;
  }
  .depoimentos-custom-slider-arrows {
    top: 165px;
  }
  #depoiments .conteudo {
    min-height: 250px;
  }
  #footer_site .footer-color {
    min-height: 240px;
  }
  #footer_site {
    display: inline-flex;
  }
  #footer_site .logo {
    display: inline-flex;
  }
  #footer_site .row3 .termos {
    display: inline-block;
    max-width: 100%;
  }
  #footer_site .row3 .container .socials {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer_site .row3 .container .links {
    text-align: center;
    font-size: 10px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 479px) { /* Mobile General */
  #masthead nav {
    margin: 0px 0px;
  }
  .navbar-dark .navbar-brand {
    width: 185px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .cityselector {
    top: 6%;
  }
  .cityselector .conteudo {
    width: 85%;
    padding: 20px 20px;
  }
  .cityselector p {
    margin: 15px 0px;
  }
  .cityselector .btn-style {
    margin-top: 10px;
  }
  #banner .slider .slider-divider .slider-content {
    padding-top: 80px;
  }
  #banner p{
    font-size: 20px;
  }
  #conheca .BG {
    background-position: right;
  }
  .conhecabnbguests {
    margin-top: -175px;
  }
  #conheca h1 {
    text-align: center;
  }
  #conheca .divider .text-left {
    font-size: 18px;
    text-align: center!important;
    width: 100%;
  }
  #conheca .conheca-imagem{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10%;
  }
  .btn-center-mob{
    text-align: center;
  }
  .btn-style {
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center!important;
  }
  .left-btn-single {
    padding: 0 10px;
    padding-bottom: 40px!important;
  }
  #servicos p {
    font-size: 18px;
  }
  .servicosbnbguests .processo .etapa1 .icone, 
  .servicosbnbguests .processo .etapa2 .icone, 
  .servicosbnbguests .processo .etapa3 .icone {
    width: 90px;
  }
  .servicosbnbguests .processo .texto {
    font-size: 10px
  }
  #servicos .processo {
    height: 230px;
  }
  #servicos .processo .divisor {
    font-size: 7px;
    padding-bottom: 145px;
  }
  #services .services-slider-size {
    height: 165px!important;
    margin: 20px 5px;
  }
  .services-custom-slider-arrows {
    top: 90px;
  } 
  .featured-services {
    width: 96.5%;
  }
  .half-title {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .parceiros-custom-slider-arrows {
    top: 49px;
  }
  .partners-cover-img {
    height: 80px!important;
    margin: 20px 10px;
  }
  #associado .text-left {
    padding-right: 0px;
    max-width: 100%;
    text-align: center!important;
  }
  #associado .text-left p {
    font-size: 18px;
  }
  #associado .text-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #indicacao .divider {
    display: flex;
    flex-direction: column;
  }
  #indicacao .divider .text-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center!important;
  }
  #indicacao p {
    font-size: 18px;
  }
  #indicacao .divider .text-right {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 20px;
  }
  #indicacao .partners-new-itens {
    margin: -14px -11px;
  }
  #indicacao .partners-new-ind .ind-img {
    width: 140px;
  }
  .partners-itens {
    height: 85px;
    width: 85px;
  }
  #depoiments .BG {
    background-position: center right;
    background-position-y: 100px;
  }
  .depoiments-item {
    min-height: 300px!important;
  }
  #depoiments .depoimento p {
    font-size: 13px;
  }
  .depoimentos-custom-slider-arrows {
    top: 185px;
  }
  #depoiments .conteudo {
    min-height: 250px;
  }
  #footer_site .footer-color {
    min-height: 270px;
  }
  #footer_site {
    display: inline-flex;
  }
  #footer_site .logo {
    display: inline-flex;
  }
  #footer_site .row3 .termos {
    display: inline-block;
    max-width: 100%;
  }
  #footer_site .row3 .container .socials {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer_site .row3 .container .links {
    text-align: center;
    font-size: 10px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 375px) { /* New Fold or Small Devices */
  #masthead nav {
    margin: 0px 0px;
  }
  #hmenu .nav-menu {
    padding: 0 0;
  }
  #hmenu .hmenu-social {
    padding: 30px 30px;
  }
  .navbar-dark .navbar-brand {
    width: 150px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .cityselector {
    top: 6%;
  }
  .cityselector .conteudo {
    width: 85%;
    padding: 20px 20px;
  }
  .cityselector p {
    margin: 15px 0px;
    font-size: 12px!important;
  }
  .cityselector .btn-style {
    margin-top: 10px;
  }
  .cityselector .opt-cidades {
    margin: 0px 30px;
  }
  .cityselector .popup-up {
    margin: 0px 30px;
  }
  h1 {
    font-size: 32px;
  }
  h1.entry-title {
    font-size: 32px;
  }
  #banner .slider .slider-divider .slider-content {
    padding-top: 80px;
  }
  #banner p{
    font-size: 16px;
  }
  #conheca .BG {
    background-position: right;
  }
  .conhecabnbguests {
    margin-top: -175px;
  }
  #conheca h1 {
    text-align: center;
  }
  #conheca .divider .text-left {
    font-size: 18px;
    text-align: center!important;
    width: 100%;
  }
  #conheca .conheca-imagem{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10%;
  }
  .btn-center-mob{
    text-align: center;
  }
  .btn-style {
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center!important;
    padding: 15px 20px!important;
  }
  .left-btn-single {
    padding: 0 10px;
    padding-bottom: 40px!important;
  }
  #servicos p {
    font-size: 16px;
  }
  .servicosbnbguests .processo .etapa1 .icone, 
  .servicosbnbguests .processo .etapa2 .icone, 
  .servicosbnbguests .processo .etapa3 .icone {
    width: 70px;
  }
  .servicosbnbguests .processo .texto {
    font-size: 10px
  }
  #servicos .processo {
    height: 230px;
  }
  #servicos .processo .divisor {
    font-size: 7px;
    padding-bottom: 160px;
  }
  #services .services-slider-size {
    height: 145px!important;
    margin: 20px 5px;
  }
  #services .bottom-content p {
    font-size: 10px;
  }
  .services-custom-slider-arrows {
    top: 80px;
  } 
  .featured-services {
    width: 96.5%;
  }
  .half-title {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .parceiros-custom-slider-arrows {
    top: 44px;
  }
  .partners-cover-img {
    height: 75px!important;
    margin: 20px 10px;
  }
  .carousel-partners {
    height: 30px;
  }
  #associado .text-left {
    padding-right: 0px;
    max-width: 100%;
    text-align: center!important;
  }
  #associado .text-left p {
    font-size: 16px;
  }
  #associado .text-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #indicacao .divider {
    display: flex;
    flex-direction: column;
  }
  #indicacao .divider .text-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center!important;
  }
  #indicacao p {
    font-size: 16px;
  }
  #indicacao .divider .text-right {
    width: 100%;
    padding-left: 12%;
    padding-right: 10%;
    margin-top: 20px;
  }
  #indicacao .partners-new-itens {
    margin: -7px -5px;
  }
  #indicacao .partners-new-ind .ind-img {
    width: 100px;
  }
  .partners-itens {
    height: 60px;
    width: 60px;
  }
  #depoiments .BG {
    background-position: center right;
    background-position-y: 100px;
  }
  .depoiments-item {
    min-height: 300px!important;
  }
  #depoiments .depoimento p {
    font-size: 11.9px;
  }
  .depoimentos-custom-slider-arrows {
    top: 175px;
  }
  #depoiments .conteudo {
    min-height: 250px;
  }
  #footer_site .footer-color {
    min-height: 300px;
  }
  #footer_site {
    display: inline-flex;
  }
  #footer_site .logo {
    display: inline-flex;
  }
  #footer_site .row3 .termos {
    display: inline-block;
    max-width: 100%;
  }
  #footer_site .row3 .container .socials {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer_site .row3 .container .links {
    text-align: center;
    font-size: 10px;
  }
  #mosaico-categorias .m-size {
    background-size: cover;
    width: 125px;
    height: 125px;
  }
}
@media only screen and (max-width: 320px) { /* Small Mobile Devices */
  #masthead nav {
    margin: 0px 0px;
  }
  #hmenu .nav-menu {
    padding: 0 0;
  }
  #hmenu .hmenu-social {
    padding: 30px 30px;
  }
  .navbar-dark .navbar-brand {
    width: 150px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .cityselector {
    top: 6%;
  }
  .cityselector .conteudo {
    width: 85%;
    padding: 20px 20px;
  }
  .cityselector p {
    margin: 15px 0px;
    font-size: 12px!important;
  }
  .cityselector .popup-up {
    margin: 0px 5px;
  }
  .cityselector .opt-cidades {
    margin: 0px 5px;
  }
  .cityselector .btn-style {
    margin-top: 10px;
  }
  h1 {
    font-size: 28px;
  }
  h1.entry-title {
    font-size: 28px;
  }
  .arrow-prev-btn {
    height: 25px;
    width: 25px;
  }
  .arrow-next-btn {
    height: 25px;
    width: 25px;
  }
  #banner .slider .slider-divider .slider-content {
    padding-top: 80px;
  }
  #banner p{
    font-size: 16px;
  }
  #conheca .BG {
    background-position: right;
  }
  .conhecabnbguests {
    margin-top: -175px;
  }
  #conheca h1 {
    text-align: center;
  }
  #conheca .divider .text-left {
    font-size: 16px;
    text-align: center!important;
    width: 100%;
  }
  #conheca .conheca-imagem{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10%;
  }
  .btn-center-mob{
    text-align: center;
  }
  .btn-style {
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center!important;
    padding: 15px 15px!important;
  }
  .left-btn-single {
    padding: 0 10px;
    padding-bottom: 40px!important;
  }
  #servicos p {
    font-size: 16px;
  }
  .servicosbnbguests .processo .etapa1 .icone, 
  .servicosbnbguests .processo .etapa2 .icone, 
  .servicosbnbguests .processo .etapa3 .icone {
    width: 60px;
  }
  .servicosbnbguests .processo .texto {
    font-size: 10px
  }
  #servicos .processo {
    height: 230px;
  }
  #servicos .processo .divisor {
    font-size: 7px;
    padding-bottom: 170px;
  }
  #services .services-slider-size {
    height: 145px!important;
    margin: 20px 5px;
  }
  .services-custom-slider-arrows {
    top: 75px;
  } 
  #services .bottom-content p {
    font-size: 9px;
    align-items: stretch;
  }
  .featured-services {
    width: 96.5%;
  }
  .half-title {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .partners {
    width: 90%;
  }
  .parceiros-custom-slider-arrows {
    top: 25px;
  }
  .partners-cover-img {
    height: 60px!important;
    margin: 15px 10px;
  }
  .carousel-partners {
    height: 20px;
  }
  .sejaumassociado h1 {
    font-size: 28px;
  }
  #associado .text-left {
    padding-right: 0px;
    max-width: 100%;
    text-align: center!important;
  }
  #associado .text-left p {
    font-size: 16px;
  }
  #associado .text-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #indicacao .divider {
    display: flex;
    flex-direction: column;
  }
  #indicacao .divider .text-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center!important;
  }
  #indicacao p {
    font-size: 16px;
  }
  #indicacao .divider .text-right {
    width: 100%;
    padding-left: 20%;
    padding-right: 10%;
    margin-top: 20px;
  }
  #indicacao .partners-new-itens {
    margin: -7px -5px;
  }
  #indicacao .partners-new-ind .ind-img {
    width: 70px;
  }
  .partners-itens {
    height: 60px;
    width: 60px;
  }
  #depoiments .BG {
    background-position: center right;
    background-position-y: 100px;
  }
  .depoiments-item {
    min-height: 310px!important;
  }
  #depoiments .depoimento {
    margin: 15px 25px;
  }
  #depoiments .depoimento p {
    font-size: 10.5px;
  }
  .depoimentos-custom-slider-arrows {
    top: 165px;
  }
  #depoiments .conteudo {
    min-height: 250px;
  }
  #footer_site .footer-color {
    min-height: 330px;
  }
  #footer_site {
    display: inline-flex;
  }
  #footer_site .logo {
    display: inline-flex;
  }
  #footer_site .row3 .termos {
    display: inline-block;
    max-width: 100%;
  }
  #footer_site .row3 .container .socials {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer_site .row3 .container .links {
    text-align: center;
    font-size: 10px;
  }
}

/* New Site Simple Version - Edition (still uses some old css) */
.sp-1-px { padding-left: 5px; padding-right: 5px; }
.sp-2-px { padding-left: 10px; padding-right: 10px; }
.sp-3-px { padding-left: 15px; padding-right: 15px; }
#primary #main {
  padding-top: 150px;
  padding-bottom: 150px;
}
.featured-banner .slider-position .slider-cover-img .slider-divider .text-center .slider-frases {
  font-size: 24px;
}
.featured-banner .slider-position .slider-cover-img .slider-divider .text-center .concierge-icone {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#menu-over-banner-adjust {
  padding-top: 87.07px;
}
.t-shadow-w {
  text-shadow: 0px 4px 4px #ffffff;
}
.t-shadow-b {
  text-shadow: -4px 2px 4px #00000033;
}
#servicos .services-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
#servicos .services-list .divisor {
  width: 22%;
  border: solid 1px #272a565e;
  margin: 0 10px 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#servicos .services-list .divisor .service-content {
  width: 100%;
  padding: 20px 20px 12px 20px;
}
#servicos .services-list .divisor .service-content .scover-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  border-radius: 33px 0 66px 0px;
  box-shadow: 6px 6px 8px 2px #0000002b;
  transition: .5s ease-in-out;
  opacity: 1;
}
#servicos .services-list .divisor .service-content .scover-img:hover {
  opacity: .8;
}
#servicos .services-list .divisor .service-content .bottom-content {
  width: 100%;
  min-height: 245px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center
}
#servicos .services-list .divisor .service-content .bottom-content .uppertext h2 {
  font-size: 17px;
}
#servicos .services-list .divisor .service-content .bottom-content .uppertext h2:hover {
  text-decoration: none;
  color: #8b85ca
}
#servicos .services-list .divisor .service-content .bottom-content .uppertext a {
  text-decoration: none;
}
#servicos .services-list .divisor .service-content .bottom-content .uppertext a:hover {
  color: #8b85ca
}
#servicos .services-list .divisor .service-content .bottom-content .uppertext p {
  font-size: 13px;
  font-weight: 400;
}
#servicos .services-list .divisor .service-content .bottom-content .lowertext-cta {
  width: 100%;
  border-top: solid 1px #272a565e;
  border-bottom: solid 1px #272a565e;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 1px;
  padding-top: 2px;
}
#servicos .services-list .divisor .service-content .bottom-content .lowertext-cta a {
  text-decoration: none;
  transition: .5s ease-out;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#servicos .services-list .divisor .service-content .bottom-content .lowertext {
  width: 100%;
  padding-top: 13px;
  font-weight: 800;
}
#servicos .services-list .divisor .service-content i {
  font-size: 42px;
  color:#189d0e;
  transition: .5s ease-in-out;
}
#servicos .services-list .divisor .service-content i:hover {
  font-weight: 800;
  color:#0ba100;
}
#quemsomos {
  background-color: #8b85ca ;
  border-top: solid 2px #ffffff29;
  background-position: right;
  background-position-y: 240px;
  padding-top: 90px;
}
#quemsomos .divisor {
  width: 100%;
}
#quemsomos .left {
  background-size: cover;
  width: 100%;
  height: auto;
  box-shadow: 5px 6px 16px #00000033;
  z-index: 1;
}
#quemsomos .left-interna {
  background-size: cover;
  width: 100%;
  height: 447px;
  border-radius: 20px;
  box-shadow: 5px 6px 16px #00000033;
}
#quemsomos .img-equipe {
  background-size: cover;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  box-shadow: 5px 6px 16px #00000033;
}
#quemsomos .right {
  color: #fff;
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#quemsomos .right-interna {
  color: #fff;
  padding: 0rem 1rem 0rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#quemsomos .right h1,
#quemsomos .right h2,
#quemsomos .right a,
#quemsomos .right-interna h1,
#quemsomos .right-interna h2,
#quemsomos .right-interna a {
  color: #fff;
}
#quemsomos .right h2:hover,
#quemsomos .right a:hover,
#quemsomos .right-interna h2:hover,
#quemsomos .right-interna a:hover {
  text-decoration: none;
  color: #272a56;
}
#quemsomos .ico-divisor {
  width: 100%;
  height: auto;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
#quemsomos .ico-divisor .ico-left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#quemsomos .ico-divisor .ico-center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#quemsomos .ico-divisor .ico-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#quemsomos .ico-divisor .ico-left img {
  width: 145px;
  height: auto;
  margin: 5px 5px 15px 5px;
}
#quemsomos .ico-divisor .ico-center img {
  width: 155px;
  height: auto;
  margin: 0px 5px 9px 5px;
}
#quemsomos .ico-divisor .ico-right img {
  width: 125px;
  height: auto;
  margin: 15px 5px 23px 5px;
}
#quemsomos .ico-divisor .ico-left p,
#quemsomos .ico-divisor .ico-center p,
#quemsomos .ico-divisor .ico-right p {
  font-size: 15px;
  font-weight: 500;
  color: #fff
}
#primary .site-main .conteudo-formulario {
  background: #8b85cab0;
  border-radius: 10px;
  padding: 30px 50px 10px 50px;
}
#primary .site-main .conteudo-formulario h1,
#primary .site-main .conteudo-formulario p {
  color: #fff;
}
#primary .site-main .conteudo-formulario .divisor {
  display: flex;
  flex-direction: row;
  align-items: center;
}
textarea.form-control {
  height: 110px;
}
.form-group p {
  font-size: 17px;
  margin: 0 0;
  padding: 0 0;
}
.f-acceptance-field, .f-politics-field {
  font-size: 15px;
}
.search-inside {
  border: 2px solid #8b85ca;
  border-radius: 30px;
  padding: 45px;
  margin: 20px;
}
#h-search .search-form {
  margin: 0 0 0 15px;
}
#h-search .search-form .form-control {
  max-width: 150px;
  height: auto;
  padding: 0 .75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: inherit;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#h-search .search-form .form-control:focus {
  outline: 0;
  box-shadow: 0 0 12px 0.2rem #8b85ca87;
}
#h-search i {
  font-size: inherit;
  color: inherit;
  transition: .5s ease-in-out;
}
#h-search i:hover,
#btn-search i:hover {
  color: #8b85ca
}
.btn-flex-w,
.btn-flex-v {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 75px;
}
.btn-flex-w i {
  font-size: 32px;
  padding-left: 20px;
  color: #189d0e;
}
.btn-flex-v i {
  font-size: 25px;
  /*padding-left: 20px;*/
  color: #fff;
}
#wpadminbar {
  position: fixed;
}
/* Mobile Version */
@media screen and (max-width: 1199px){
  html #wpadminbar {
      position: fixed;
  }
}
/* mostly not used */
@media only screen and (min-width: 2000px) {
}
/* large modern screen sizes, common, but grid safe - mostly not used */
@media only screen and (min-width: 1600px) and (max-width: 2000) {
}
/* especific adjusts near grid */
@media only screen and (min-width: 1200px) and (max-width: 1600) {
}
/* simple adjusts bootstrap based */
@media only screen and (max-width: 1199px) {
  #quemsomos .right-interna {
    padding: 0;
  }
  .row-align {
    margin: 0;
    padding: 0 10px;
  }
  #servicos .services-list .divisor .service-content .bottom-content .uppertext p {
    font-size: .7rem;
    font-weight: 400;
  }
  #servicos .services-list .divisor .service-content .bottom-content .uppertext h2 {
    font-size: .9rem;
  }
}
/* mobile to grid fit adjusts */
@media only screen and (min-width: 1025px) and (max-width: 1199) {
}
/* tablets and landscape - ipad mini, ipad and pro */
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  body.admin-bar .hmenu .conteudo {
    height: 94%;
    margin-top: 44px;
  }
  .body-homepage-mobile {
    background: #fff;
  }
  header#masthead {
    background-color: #f4f4f4;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  #masthead nav {
    margin-bottom: 0px!important;
  }
  #banner .slider {
    height: 370px;
  }
  #banner .slider .slider-divider {
    height: auto;
  }
  #banner .slider-cover-img {
    background-size: cover;
    height: 370px!important;
  }
  #menu-over-banner-adjust {
    padding-top: 104.07px;
  }
  #footer-mob-version {
    width: 100%;
    background-color: #f4f4f4;
  }
  #footer-mob-version .socials a {
    font-size: 25px;
    font-weight: 1000;
    padding: 0 10px;
  }
  #footer-mob-version .logo img {
    width: 120px;
  }
  #back-top {
    bottom: 14px;
    right: 14px;
  }
  .homepage-mobile-only .sp-2-px {
    padding-left: 20px;
    padding-right: 20px;
  }
  #simple-services {
  position: relative;
	background-color: #fff;
  }
  #mobile-city-selector .top-city-selector {
    padding: 0 15px;
    box-shadow: 1px 4px 5px 0px #00000026;
    border-radius: 5px; 
  }
  #mobile-city-selector .top-city-selector small {
    font-size: 13px;
    font-weight: 400;
    color: #111111;
  }
  #mobile-city-selector .top-city-selector .tc-selector-c {
    background: #ffffff00;
    color: #2a2d58;
    font-size: 19px;
    height: 30px;
    border-color: #0000;
    width: 100%;
  }
  #mobile-city-selector .top-city-selector .tc-selector-c .opt {
    background: #f4f4f4;
    color: #2a2d58;
    font-size: 19px;
    border-color: #2a2d58;
  }
  .mobile-servicos-simple {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobile-servicos-simple .servicos-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-servicos-simple .servicos-item a {
    text-decoration: none;
  }
  .mobile-servicos-simple .servicos-item .s-left {
    width: 180px;
    height: 125px;
    margin-right: 10px;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 1px 4px 5px 0px #00000026;
  }
  .mobile-servicos-simple .servicos-item .s-center {
    width: 50%;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }
  .mobile-servicos-simple .servicos-item .s-center h2 {
    font-size: 19px;
  }
  .mobile-servicos-simple .servicos-item .s-center p {
    font-size: 15px;
    font-weight: 400;
  }
  .mobile-servicos-simple .servicos-item .s-center .prod-preco {
    font-size: 11px;
  }
  .mobile-servicos-simple .servicos-item .s-right {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
  .mobile-servicos-simple .servicos-item .s-right a {
    color: #189d0e;
    font-size: 42px;
    font-weight: 1000;
  }
  #servicos .services-list .divisor {
    width: 45%;
  }
  #servicos .services-list .divisor .service-content .scover-img {
    height: 250px;
  }
  /*internas*/
  #primary .site-main .conteudo-formulario .divisor {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #primary .site-main .conteudo-formulario {
    background: #8b85cade;
    border-radius: 10px;
    padding: 15px 20px 0px 20px;
  }
  #primary #main {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  #quemsomos .img-equipe {
    height: 300px;
  }
}
/* most modern mobile */ /* iPhone 6/7/8 - plus and iPhone x - Samsung Note/galaxy S10 S20 - mosty used*/
@media only screen and (min-width: 376px) and (max-width: 479px) {
  body.admin-bar .hmenu .conteudo {
    height: 94%;
    margin-top: 44px;
  }
  .body-homepage-mobile {
    background: #fff;
  }
  header#masthead {
    background-color: #f4f4f4;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  #masthead nav {
    margin-bottom: 0px!important;
  }
  #banner .slider {
    height: 370px;
  }
  #banner .slider .slider-divider {
    height: auto;
  }
  #banner .slider-cover-img {
    background-size: cover;
    height: 370px!important;
  }
  #menu-over-banner-adjust {
    padding-top: 104.07px;
  }
  #footer-mob-version {
    width: 100%;
    background-color: #f4f4f4;
  }
  #footer-mob-version .socials a {
    font-size: 25px;
    font-weight: 1000;
    padding: 0 10px;
  }
  #footer-mob-version .logo img {
    width: 120px;
  }
  #back-top {
    bottom: 14px;
    right: 14px;
  }
  .homepage-mobile-only .sp-2-px {
    padding-left: 20px;
    padding-right: 20px;
  }
  #simple-services {
  position: relative;
	background-color: #fff;
  }
  #mobile-city-selector .top-city-selector {
    padding: 0 15px;
    box-shadow: 1px 4px 5px 0px #00000026;
    border-radius: 5px; 
  }
  #mobile-city-selector .top-city-selector small {
    font-size: 13px;
    font-weight: 400;
    color: #111111;
  }
  #mobile-city-selector .top-city-selector .tc-selector-c {
    background: #ffffff00;
    color: #2a2d58;
    font-size: 19px;
    height: 30px;
    border-color: #0000;
    width: 100%;
  }
  #mobile-city-selector .top-city-selector .tc-selector-c .opt {
    background: #f4f4f4;
    color: #2a2d58;
    font-size: 19px;
    border-color: #2a2d58;
  }
  .mobile-servicos-simple {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobile-servicos-simple .servicos-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-servicos-simple .servicos-item a {
    text-decoration: none;
  }
  .mobile-servicos-simple .servicos-item .s-left {
    width: 150px;
    height: 110px;
    margin-right: 10px;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 1px 4px 5px 0px #00000026;
  }
  .mobile-servicos-simple .servicos-item .s-center {
    width: 50%;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }
  .mobile-servicos-simple .servicos-item .s-center h2 {
    font-size: 19px;
  }
  .mobile-servicos-simple .servicos-item .s-center p {
    font-size: 15px;
    font-weight: 400;
  }
  .mobile-servicos-simple .servicos-item .s-center .prod-preco {
    font-size: 11px;
  }
  .mobile-servicos-simple .servicos-item .s-right {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
  .mobile-servicos-simple .servicos-item .s-right a {
    color: #189d0e;
    font-size: 42px;
    font-weight: 1000;
  }
  #servicos .services-list .divisor {
    width: 80%;
  }
  #servicos .services-list .divisor .service-content .scover-img {
    height: 200px;
    border-radius: 18px 0 34px 0px;
  }
  /*internas*/
  #primary .site-main .conteudo-formulario .divisor {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #primary .site-main .conteudo-formulario {
    background: #8b85cade;
    border-radius: 10px;
    padding: 35px 20px 0px 20px;
  }
  #primary #main {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  #quemsomos .img-equipe {
    height: 235px;
  }
}
/* old mobile */ /* Moto G4 - Samsung S5 */
@media only screen and (min-width: 321px) and (max-width: 375px) { 
  body.admin-bar .hmenu .conteudo {
    height: 94%;
    margin-top: 44px;
  }
  .body-homepage-mobile {
    background: #fff;
  }
  header#masthead {
    background-color: #f4f4f4;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  #masthead nav {
    margin-bottom: 0px!important;
  }
  #banner .slider {
    height: 370px;
  }
  #banner .slider .slider-divider {
    height: auto;
  }
  #banner .slider-cover-img {
    background-size: cover;
    height: 370px!important;
  }
  #menu-over-banner-adjust {
    padding-top: 104.07px;
  }
  #footer-mob-version {
    width: 100%;
    background-color: #f4f4f4;
  }
  #footer-mob-version .socials a {
    font-size: 25px;
    font-weight: 1000;
    padding: 0 10px;
  }
  #footer-mob-version .logo img {
    width: 120px;
  }
  #back-top {
    bottom: 14px;
    right: 14px;
  }
  .homepage-mobile-only .sp-2-px {
    padding-left: 20px;
    padding-right: 20px;
  }
  #simple-services {
  position: relative;
	background-color: #fff;
  }
  #mobile-city-selector .top-city-selector {
    padding: 0 15px;
    box-shadow: 1px 4px 5px 0px #00000026;
    border-radius: 5px; 
  }
  #mobile-city-selector .top-city-selector small {
    font-size: 13px;
    font-weight: 400;
    color: #111111;
  }
  #mobile-city-selector .top-city-selector .tc-selector-c {
    background: #ffffff00;
    color: #2a2d58;
    font-size: 19px;
    height: 30px;
    border-color: #0000;
    width: 100%;
  }
  #mobile-city-selector .top-city-selector .tc-selector-c .opt {
    background: #f4f4f4;
    color: #2a2d58;
    font-size: 19px;
    border-color: #2a2d58;
  }
  .mobile-servicos-simple {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobile-servicos-simple .servicos-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-servicos-simple .servicos-item a {
    text-decoration: none;
  }
  .mobile-servicos-simple .servicos-item .s-left {
    width: 125px;
    height: 95px;
    margin-right: 10px;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 1px 4px 5px 0px #00000026;
  }
  .mobile-servicos-simple .servicos-item .s-center {
    width: 50%;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }
  .mobile-servicos-simple .servicos-item .s-center h2 {
    font-size: 19px;
  }
  .mobile-servicos-simple .servicos-item .s-center p {
    font-size: 15px;
    font-weight: 400;
  }
  .mobile-servicos-simple .servicos-item .s-center .prod-preco {
    font-size: 11px;
  }
  .mobile-servicos-simple .servicos-item .s-right {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
  .mobile-servicos-simple .servicos-item .s-right a {
    color: #189d0e;
    font-size: 42px;
    font-weight: 1000;
  }
  #servicos .services-list .divisor {
    width: 80%;
  }
  #servicos .services-list .divisor .service-content .scover-img {
    height: 180px;
    border-radius: 15px 0 25px 0px;
  }
  /*internas*/
  #primary .site-main .conteudo-formulario .divisor {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #primary .site-main .conteudo-formulario {
    background: #8b85cade;
    border-radius: 10px;
    padding: 35px 20px 0px 20px;
  }
  #primary #main {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  #quemsomos .img-equipe {
    height: 195px;
  }
}
/* obsolete sizes mobile and galaxy fold */ /* Samsung S5 - Galaxy Fold only one side */
@media only screen and (max-width: 320px) { 
  body.admin-bar .hmenu .conteudo {
    height: 94%;
    margin-top: 44px;
  }
  .body-homepage-mobile {
    background: #fff;
  }
  header#masthead {
    background-color: #f4f4f4;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  #masthead nav {
    margin-bottom: 0px!important;
  }
  #banner .slider {
    height: 370px;
  }
  #banner .slider .slider-divider {
    height: auto;
  }
  #banner .slider-cover-img {
    background-size: cover;
    height: 370px!important;
  }
  #menu-over-banner-adjust {
    padding-top: 104.07px;
  }
  #footer-mob-version {
    width: 100%;
    background-color: #f4f4f4;
  }
  #footer-mob-version .socials a {
    font-size: 25px;
    font-weight: 1000;
    padding: 0 10px;
  }
  #footer-mob-version .logo img {
    width: 120px;
  }
  #back-top {
    bottom: 14px;
    right: 14px;
  }
  .homepage-mobile-only .sp-2-px {
    padding-left: 20px;
    padding-right: 20px;
  }
  #simple-services {
  position: relative;
	background-color: #fff;
  }
  #mobile-city-selector .top-city-selector {
    padding: 0 15px;
    box-shadow: 1px 4px 5px 0px #00000026;
    border-radius: 5px; 
  }
  #mobile-city-selector .top-city-selector small {
    font-size: 13px;
    font-weight: 400;
    color: #111111;
  }
  #mobile-city-selector .top-city-selector .tc-selector-c {
    background: #ffffff00;
    color: #2a2d58;
    font-size: 19px;
    height: 30px;
    border-color: #0000;
    width: 100%;
  }
  #mobile-city-selector .top-city-selector .tc-selector-c .opt {
    background: #f4f4f4;
    color: #2a2d58;
    font-size: 19px;
    border-color: #2a2d58;
  }
  .mobile-servicos-simple {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobile-servicos-simple .servicos-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-servicos-simple .servicos-item a {
    text-decoration: none;
  }
  .mobile-servicos-simple .servicos-item .s-left {
    width: 100px;
    height: 70px;
    margin-right: 10px;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 1px 4px 5px 0px #00000026;
  }
  .mobile-servicos-simple .servicos-item .s-center {
    width: 50%;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }
  .mobile-servicos-simple .servicos-item .s-center h2 {
    font-size: 19px;
  }
  .mobile-servicos-simple .servicos-item .s-center p {
    font-size: 15px;
    font-weight: 400;
  }
  .mobile-servicos-simple .servicos-item .s-center .prod-preco {
    font-size: 11px;
  }
  .mobile-servicos-simple .servicos-item .s-right {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
  .mobile-servicos-simple .servicos-item .s-right a {
    color: #189d0e;
    font-size: 42px;
    font-weight: 1000;
  }
  #servicos .services-list .divisor .service-content .scover-img {
    height: 150px;
    border-radius: 10px 0 15px 0px;
  }
  #servicos .services-list .divisor {
    width: 80%;
  }
  /*internas*/
  #primary .site-main .conteudo-formulario .divisor {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #primary .site-main .conteudo-formulario {
    background: #8b85cade;
    border-radius: 10px;
    padding: 35px 20px 0px 20px;
  }
  #primary #main {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  #quemsomos .img-equipe {
    height: 100px;
  }
}
@media only screen and (max-width: 1024px) { 
	.copyright img {
		width: 100px;
	}
}
.exp-concierge,
.exp-concierge h1,
.exp-concierge p{
	width: 100%;
	color: #fff;
}
@media only screen and (max-width: 1199px) { 
	.exp-concierge {
		padding-top: 1.5rem;
	}
	.exp-concierge {
		text-align: center;
	}
	.exp-concierge h1,
	.exp-concirge p {
		text-align: center;
		width: 100%;
	}
	.qs-icos {
		padding-top: 20px!important;
	}
}
.copyright img {
	width: 100px;
}
.t-shadow-black {
   text-shadow: 0 4px 4px #000;
}
.c-white {
   color:#fff;
}
.b-bottom-ef-opurple {
    border-bottom: solid 2px #272a563d;
}
.b-bottom-ef {
    border-bottom: solid 2px #272a56ab;
}
@media only screen and (min-width: 1600px) and (max-width: 1980px) { 
	#quemsomos .left {
		height: 510px;
		background-position-y: -25px;
		background-size: cover;
	}
}
@media only screen and (min-width: 1981px) and (max-width: 2560px) { 
	#quemsomos .left {
    	height: 600px;
		background-position-y: -25px;
		background-size: cover;
	}
}
@media only screen and (min-width: 2561px)  { 
    #quemsomos .left {
     	height: 800px;
		background-position-y: -25px;
		background-size: cover;
	}
	
}
/* trying to fix, bootstrap 5 arrow on select dropdown, failure with newer safari */
select {
  /* for Firefox */
  -moz-appearance: menulist!important;
  /* for Chrome */
  -webkit-appearance: menulist!important;
}
/* For IE10 */
select::-ms-expand {
  display: unset;
  background-color: #000;
  border: #000;
}
.select-arrow {
  background: rgba(0, 0, 0, 0) url("../build/imgs/dropdown-arrow-ico.png") no-repeat scroll 100% center / 15px 9px !important;
  overflow: hidden;
  padding: 6px 20px 6px 3px !important;
  height: auto!important;
  width: 100%!important;
  -moz-appearance: none!important;
  -webkit-appearance: none!important;
}
#page-indicacoes .edit-link a{
  color: #fff;
  text-decoration: none;
  text-shadow: -4px 2px 4px #00000033;
}
#page-indicacoes .edit-link a:hover{
  color: #fff;
  text-decoration: none;
  text-shadow: -4px 2px 4px #00000033;
}
#page-indicacoes .bloco-p-adicional h1,
#page-indicacoes .bloco-p-adicional p {
  color: #fff;
  text-decoration: none;
  text-shadow: -4px 2px 4px #00000033;
}
#new-s-gallery .thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#new-s-gallery {
    width: 100%;
}
#new-s-gallery .imgs {
    width: 100%;
    height: 100%;
}
#new-s-gallery .imgs img {
    width: 150px;
    height: 60px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 2px 3px 9px #00000080;
    cursor: pointer;
}
#new-s-gallery .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#new-s-gallery #expandedImg {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 2px 3px 9px #00000080;
}



@media only screen and (min-width: 1024px) and (max-width: 1199px) { 
    #new-s-gallery .imgs img {
        height: 50px;
    }
    #new-s-gallery #expandedImg {
        height: 450px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) { 
    #new-s-gallery .imgs img {
        height: 120px;
    }
    #new-s-gallery #expandedImg {
        height: 350px;
    }
}
@media only screen and (max-width: 479px) { 
    #new-s-gallery .imgs img {
        height: 90px;
    }
    #new-s-gallery #expandedImg {
        height: 250px;
    }
}

@media only screen and (max-width: 320px) {
	#new-s-gallery .imgs img {
		height: 60px!important;
	}
}

@media only screen and (max-width: 375px) {
	#new-s-gallery .imgs img {
		height: 75px;
	}
}

/*new btn simple style*/
@media only screen and (max-width: 1024px) { 
    .btn-flex-w i {
        font-size: 42px;
    }
}
.btn-style-simple {
    background-color: #fff;
    text-decoration: none;
    color: #272a56;
    font-weight: 500;
    border-radius: 40px;
    transition: .5s;
}
.btn-style-simple:hover {
    background-color: #ffffffb8;
}
.left-btn-single {
    padding: 0 10px;
}
#cupom-desconto {
    background-color: #fff;
	padding-top: 90px;
}
#cupom-desconto .l-desconto{
	padding: 20px;
    border: solid 1px #272a565e;
}
#cupom-desconto .c-desconto{
    background-color: #8b85ca;
	border-radius: 30px 0px 65px 0px;
}
#cupom-desconto .desconto {
	width: 100%;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
}
#cupom-desconto .desconto h3,
#cupom-desconto .desconto p,
#cupom-desconto .desconto a {
	color: #fff;
}
#cupom-desconto .desconto p {
	margin: 0;
	padding: 0;
	font-weight: 500;
}
/*new btn simple style*/
@media only screen and (max-width: 1024px) { 
	#cupom-desconto {
		background-color: #fff;
		padding-top: 50px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.top-city-selector {
	padding-left: 10px;
    padding-bottom: 2px;
}

#servicos .qty,
#simple-services .qty {
	display: none;
}

#servicos .cart-btn,
#simple-services .cart-btn {
	width: 100%;
    height: 100%;
    background: transparent;
    border-style: none;
}

#servicos .cart-btn:focus,
#simple-services .cart-btn:focus {
    outline: none!important;
}

#carrinho .woocommerce-shipping-totals,
#carrinho .woocommerce-message .wc-forward {
	display: none;
}

#finalizar #order_review_heading {
	padding-top: 50px;
    padding-bottom: 35px;
    font-size: 22px;
}

#finalizar .woocommerce form .form-row {
    display: flex;
    width: 100%;
    flex-direction: column;
}

#finalizar .woocommerce-billing-fields {
	padding-bottom: 30px;
}

#finalizar #order_comments {
	height: 150px;
}

#finalizar #order_review {
	padding-left: 15px;
	padding-right: 15px;
}

#finalizar .woocommerce-order-details,
#finalizar .woocommerce-customer-details {
	display: none;
}

#finalizar .btn-flex-w:hover {
	background-color: #31ff2178!important;
}
#finalizar .btn-flex-w i:hover {
	color: #fff!important;
}

.btn-higher {
	padding: 21px 75px!important;
	min-height: 60px!important;
	border-radius: 40px!important;
	font-size: 18px!important;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#finalizar .btn-higher {
	font-size: 18px!important;
	margin-left: 30%;
	margin-right: 30%;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#finalizar .btn-higher:hover {
    background-color: #2e2a56;
    color: #ebe9eb;
}

@media only screen and (max-width: 1024px) { 
	#finalizar .btn-higher{
		margin-left: 0%;
		margin-right: 0%;
	}
}

.sells-service-block {
	padding: 30px 200px 55px 200px;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.sells-service-block {
		padding: 30px 100px 55px 100px;
	}
}

@media only screen and (max-width: 1024px) {
	.sells-service-block {
		padding: 30px 10px 55px 10px;
	}
}

@media only screen and (max-width: 1200px) { 
	#finalizar .btn-higher{
		margin-left: 0%;
		margin-right: 0%;
	}
}

.sells-service-block .slick-initialized .slick-slide {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.sells-service-block .sells-item {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    background-size: cover;
    margin: 0 10px;
}

@media only screen and (max-width: 1024px) { 
	.btn-higher {
		padding: 23px 35px!important;
		font-size: 15px!important;
		text-transform: uppercase!important;
	}
	.sells-service-block .sells-item,
	.sells-service-block-mobile .sells-item {
		width: 80px;
		height: 80px;
		border-radius: 20px;
    	background-size: cover;
		margin: 0;
	}
	.sells-service-block-mobile {
		display: flex;
		justify-content: space-around;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
	}
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
		display: none;
	}
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #8a84c9;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #eaeaea;
    color: #2e2a56;
}
.woocommerce form .form-row {
    width: 100%;
}
.woocommerce .woocommerce-input-wrapper {
	width: 100%;
}
.woocommerce .nome_titular_cielo_webservice,
.woocommerce .mascaras_cartao_cielo_webservice,
.woocommerce .mascaras_campos_cielo_webservice,
.woocommerce #parcela-cielo-webservice-credito,
.woocommerce #validade-cielo-webservice-debito,
.woocommerce #cvv-cielo-webservice-debito,
.woocommerce #parcela-cielo-webservice-debito {
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
    margin: 0;
    outline: 0;
    line-height: normal;
	border-color: #6dc22e;
}
#p-list {
	
}
#p-list .p-item {
	padding: 20px 0 20px 0;
    border-top: solid 1px #ffffff59;
}

.p-line {
    border-top: solid 1px #ffffff59;
}

#p-list h2,
#p-list p,
#p-list small {
    color: #fff;
}
#p-list .btn-position-c {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 1024px) {
	#p-list,
	#p-list h2 {
		margin-left: 3%;
		margin-right: 3%;
	}
	#p-list .btn-position-c {
		margin-left: 3%;
		margin-right: 3%;
	}
}

.servicos-concierge .entry-content a {
	color: #272a56;
}

.servicos-concierge .entry-content a:hover {
    text-decoration: underline;
}






