/* 
Cliente: Ana Klein Beauty
Author: ITS Tecnologia Criativa
Cor base
color: #A64887
*/
/*--------------------------------------------------------------
# General
----------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-- Body Reset --*/
/*---------------------------------------------------------
# General
-----------------------------------------------------------*/
:root {

  --cinza-base-claro: #D9D9D9;
  --cinza-base-medio: #999999;
  --cinza-base-escuro: #737373;

  --rgb667C: rgb(124, 105, 146);
  --hex667C: #7C6992;

  --rgb668C: rgb(97, 75, 121);
  --hex668C: #614B79;

  --rgb669C: rgb(63, 42, 86);
  --hex669C: #3F2A56;
  
  --rgb7652C: rgb(166, 72,135);
  --hex7652C: #A64887;

  --rgb257C: rgb(198, 161, 207);
  --hex257C: #C6A1CF;

  --rgb2453C: rgb(185, 150, 195);
  --hex2453C: #B996C3;

  --rgb5145C: rgb(155, 119, 147);
  --hex5145C: #9B7793;

  

  --rgb7680C: rgb(82, 49, 120);
  --hex7680C: #523178;
}
body {
  background: var(--cinza-base-claro);
  color: var(--hex7652C);
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  transition:  all .8s ease-in-out;
}

a {
  color: #A64887;
  transition: all .5s ease-in-out;
  text-decoration: none;
}

a:visited,
a:focus {
  border: none !important;
  outline-color: var(--hex667C) !important;
}

a:hover,
a:active {
  
  outline: none !important;
  text-decoration: none !important;
  border: none !important;
}

p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: var(--hex7652C);
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: var(--hex257C);
  color: var(--hex7652C);
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  right: 15px;
  bottom: 15px;
  -webkit-border-top-right-radius: 20%;
  -webkit-border-bottom-left-radius: 20%;
  -moz-border-top-right-radius: 20%;
  -moz-border-bottom-left-radius: 20%;
  border-top-right-radius: 20%;
  border-bottom-left-radius: 20%;
  transition: background 0.5s;
  -moz-box-shadow: 0 .3rem .3rem rgba(82, 49, 120, .5);
  -webkit-box-shadow: 0 .3rem .3rem rgba(82, 49, 120, .5);
  box-shadow: 0 .3rem .3rem rgba(82, 49, 120, .5);
  animation: action 1s infinite alternate;
  z-index: 50000;
}

.back-to-top:focus {
  background: var(--hex7680C);
  color: var(--hex257C);
  outline: none;
}

.back-to-top:hover {
  background: var(--hex257C);
  color: var(--hex669C);
  -moz-box-shadow: 0 .3rem .3rem rgba(82, 49, 120, .5);
  -webkit-box-shadow: 0 .3rem .3rem rgba(82, 49, 120, .5);
  box-shadow: 0 .3rem .3rem rgba(82, 49, 120, .5);
  border: var(--hex669C) solid 1px!important;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

/*------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: var(--cinza-base-claro);
  border-bottom: var(--hex7680C) solid 1px;
  padding: .8rem 0;
  font-size: 12px;
  display: block !important;
  z-index: 70000;
}

#topbar .contact-info a {
  color: var(--hex7680C);
}

#topbar .contact-info a:hover {
  color: #b996c3;
}

#topbar .contact-info i {
  color: var(--hex7680C);
  padding: 0;
}

#topbar .contact-info .bi-telephone-fill {
  padding-left: .73rem;
  margin-left: .5rem;
  border-left: 1px solid var(--hex7680C);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding-top: 0!important;
  padding-bottom: 0!important;
  margin: 0!important;
  height: 65px;
  background-color: var(--cinza-base-claro);
  transition: all 0.5s;
  -moz-box-shadow: 0px 0px 9px rgba(82, 49, 120, 0.50);
  -webkit-box-shadow: 0px 0px 9px rgba(82, 49, 120, 0.50);
  box-shadow: 0px 0px 9px rgba(82, 49, 120, 0.50);
  z-index: 30000;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.map-responsive {
  margin-bottom: 30px;
  border-radius:25px;
  min-width: 90vw;
}
.sec-padding {
  padding-top: 1.1rem !important;
  padding-bottom: .9rem !important;
}

/*--------------------------------------------------------------
# Intro Componente ao redor do carousel
/*--------------------------------------------------------------*/
#seletordeLojas {
  padding: 10px 0px 0px 0px!important;
  height: auto!important;
  margin: 0 auto;
}
/*Componente ao redor do carousel*/
.ftco-section {
  padding: 0 !important;
}
.carousel-inner {
  padding: 0 !important;
}
/*Carousel Indicators*/
/*---Change Carousel Transition Speed --*/
.owl-carousel {
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px !important;
  transition: all .7s ease;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 auto;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  margin-top: -10px;
  color: rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  display:none;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

  }
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev span:before,
  .owl-carousel .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
  color: var(--hex7652C);
}

.owl-carousel .owl-nav .owl-prev {
  right: 0;
  margin-right: 20px;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 5px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(82, 49, 120, 0.78);
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: var(--hex667C);
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/*Fim de parte do carousel*/
/*-- Carousel Content --*/
/*--------------------------------------------------------------
# Carousel Lojas Novo
--------------------------------------------------------------*/

.work {
  width: 100%;
  margin-bottom: 1rem !important;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -moz-box-shadow: 0px 20px 10px -20px rgba(82, 49, 120, 0.50);
  -webkit-box-shadow: 0px 20px 10px -20px rgba(82, 49, 120, 0.50);
  box-shadow: 0px 20px 10px -10px rgba(82, 49, 120, 0.50);
}

.work .img {
  width: 100%;
  height: 350px;
  position: relative;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -moz-box-shadow: 0px 20px 10px -20px rgba(82, 49, 120, 0.50);
  -webkit-box-shadow: 0px 20px 10px -20px rgba(82, 49, 120, 0.50);
  box-shadow: 0px 20px 10px -10px rgba(82, 49, 120, 0.50);
  z-index: 0;
}

.work .text {
  padding: .7rem !important;
  -webkit-background: var(--cinza-base-claro);
  -moz-background: var(--cinza-base-claro);
  background: var(--cinza-base-claro);
  width: auto !important;
  height: fit-content !important;
  margin-left: .7rem !important;
  margin-top: .7rem !important;
  -webkit-border-top-right-radius: 10%;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-top-right-radius: 10%;
  -moz-border-bottom-left-radius: 15px;
  border-top-right-radius: 10%;
  border-bottom-left-radius: 15px;
  -moz-box-shadow: 0px 20px 10px -20px rgba(82, 49, 120, 0.50);
  -webkit-box-shadow: 0px 20px 10px -20px rgba(82, 49, 120, 0.50);
  box-shadow: 0px 20px 10px -10px rgba(82, 49, 120, 0.50);
}
.work .text .card-title {
  padding-top: 5px !important;
  color: var(--hex7680C);
  font-size: 1rem !important;
  font-weight: bold;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
  text-overflow: wrap;
  line-height: 1.1rem !important;
}

.work .text .card-text {
  font-size: .9rem !important;
  font-weight: normal;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
  text-overflow: wrap;
  line-height: 1.1rem !important;
  padding-top: 10px !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 999;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}


.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  transform: translateY(55%);
  float: right;
  margin: 0!important;
  padding: 0!important;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {  
  padding: 10px 16px;  
  display: inline-block;
  color: var(--hex668C)!important;
  font-weight: 700;
  font-size: 14px;
  
  border-radius: .9rem 0 .9rem 0 !important;
  
}

.nav-menu a:hover {
  border: var(--cinza-base-escuro) solid 1px !important;
  border-radius: .9rem 0 .9rem 0 !important;
  box-shadow: 7px 5px 5px 0px rgba(127, 137, 161, 0.25);
}


.nav-menu>.menu-active>a {
  color: var(--hex7680C)!important;
}

.nav-menu>li {
  margin-left: 0;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  
  
}

.nav-menu ul li a {
  padding: 10px;
  display: block;
  font-size: 13px;
  text-transform: none;
}


.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 40px !important;
  z-index: 60000;
  margin: 20px 20px 0 0;
  -webkit-border-top-right-radius: 20%;
  -webkit-border-bottom-left-radius: 20%;
  -moz-border-top-right-radius: 20%;
  -moz-border-bottom-left-radius: 20%;
  border-top-right-radius: 20%;
  border-bottom-left-radius: 20%;
  -webkit-box-shadow: 0 .3rem .3rem rgba(82, 49, 120, .4);
  -moz-box-shadow: 0 .3rem .3rem rgba(82, 49, 120, .4);
  box-shadow: 0 .3rem .3rem rgba(82, 49, 120, .4);
  background: var(--cinza-base-claro);
  font-size: 24px;
  display: none;
  transition: all 0.5s ease;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: var(--hex2453C);
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: all 0.7s ease;
  background: linear-gradient(45deg, var(--hex2453C) -200%, var(--hex7680C) 100%);
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: var(--rgb257C);
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: var(--hex257C);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: var(--hex257C);
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: var(--hex667C);
}

#mobile-nav ul .menu-item-active {
  color: var(--hex5145C);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(82, 49, 120, 0.78);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: var(--hex257C);
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 1.3rem;
}

.section-header h2 {
  font-size: 2rem !important;
  /* color: var(--hex7680C); */
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 46px;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top: var(--hex669C) dotted 10px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.section-header p {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* About Section
  #about .about-img img {
    max-width: 100%;
}
--------------------------------*/
#about {
  position: relative;
  overflow: hidden;
  color: var(--hex7652C);
  /* background: #0b111f; */
}

#about .about-img {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -moz-box-shadow: 0px 20px 10px -20px rgba(82, 49, 120, 0.50);
  -webkit-box-shadow: 0px 20px 10px -20px rgba(82, 49, 120, 0.50);
  box-shadow: 0px 20px 10px -10px rgba(82, 49, 120, 0.50);
}


#about h1 {
  color: var(--hex7652C)!important;
}
#about .content h2 {
  color: var(--hex7652C);
  font-weight: 700;
  font-size: 1.1rem;
  padding-top: .4rem;
}

#about .content h3 {
  color: var(--hex7652C);
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}

#about .content p {
  line-height: normal;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 1rem;
  padding-right: 4px;
  color: var(--hex669C);
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  /* background: var(--hex2453C); */
  color: var(--hex7652C) !important;
}

#services .card-body {
  margin: 0;
  padding: 0 !important;
}

section#services h2 {
  color: var(--hex7652C) !important;
}

#services .card {
  width: 100% !important;
  margin-bottom: 30px;
  border-radius: 0px;
  border: none;
  transition: all .5s ease;
}

#services .card:hover {
  position: relative;
  top: -25px;
  transition: all .5s ease;
}

#services .card-title {
  text-align: center;
  color: var(--hex7652C) !important;
  font-size: 2rem !important;
  font-weight: bold;
  margin: 0 auto !important;

}

#services .card-title h5 {
  padding: 0 !important;
  margin: 0 !important;
}

#services .box {
  padding: 40px;
  background: var(--hex257C);
  transition: all 0.5s ease;
  border: 1px solid var(--hex5145C);
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(18, 21, 31, 0.15) !important;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  color: var(--hex2453C) !important;
}
#services .work {
  transition: all .7s ease-in-out;
}
#services .work:hover {
  
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  color: var(--hex2453C) !important;
}

#services .box .icon {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
}

#services .box .icon i {
  color: var(--hex667C);
  font-size: 44px;
  transition: all 0.5s ease;
  line-height: 0;
  margin-top: 0px;
}

#services .box .icon i:before {
  background: var(--hex669C);
  background: linear-gradient(45deg, var(--hex7680C) 0%, var(--hex5145C) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 22px;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  margin: 0;
}

#services .box h4 a {
  color: var(--hex668C);
}

#services .box p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 15px;
  color: var(--hex669C);
}

/* Clients Section
--------------------------------*/
#clients {
  background: var(--hex7680C);
  padding-bottom: 2rem !important;
}

#clients h2,
#clients p {
  color: var(--hex5145C) !important;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: all 0.5s ease;
  padding: 15px 0;
  border-radius: 5px;
}

#clients img:hover {
  opacity: 1;
  box-shadow: 0px 0px 30px rgba(63, 42, 86, 0.15) !important;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--hex2453C);
}

#clients .owl-dot.active {
  background-color: var(--hex2453C);
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: var(--hex257C);
  color: #54114e;
  padding-bottom: 2rem !important;
}

#portfolio .portfolio-overlay {
  /* position: absolute; */
  top: 0;
  right: 0;
  /* bottom: 50%; */
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  text-align: center;
  margin-top: -66px;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: var(--hex257C) !important;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  background: #A64887cb;
  padding: 25px;
  /* background: linear-gradient(45deg, #c802a057 0%, #405ece91 100%); */
}

#portfolio .portfolio-item img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(82, 49, 120, 0.78);
}

#portfolio .portfolio-info {
  position: relative;
  /* top: 50%; */
  /* left: 24%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  /* opacity: 0; */
  /* bottom: 62px; */
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  color: #A64887;
  padding-bottom: 2rem !important;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 250px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  /* */
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid var(--hex257C);
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--hex669C);
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: var(--hex667C);
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  width: 100%;
  border: 1px solid var(--hex667C);
  border-radius: 15px 15px 0 15px;
  padding: 22px 15px;
  font-size: 15px;
  color: var(--hex669C);
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--hex257C);
}

#testimonials .owl-dot.active {
  background-color: var(--hex7652C);
}

p.help-block,
p.help-block ul {
  float: left;
  margin: 0;
  padding: 0;
}

p.help-block li {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  color: red;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: var(--hex7680C);
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: var(--hex257C);
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: var(--hex257C);
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: all 0.5s ease;
  margin: 10px;
  border: 3px solid var(--hex257C);
  color: var(--hex257C);
}

#call-to-action .cta-btn:hover {
  background: var(--hex668C);
  border: 3px solid var(--hex667C);
}

/* Our Team Section
-------------border: red solid 1px;-------------------*/
#team {
  color: var(--hex669C);
  
} 

#team .member {
  text-align: center;
  
  margin-bottom: 20px;
  border-radius: 0 0 25px 3px;
  -moz-box-shadow: 5px 20px 10px -20px rgba(82, 49, 120, 0.50);
  -webkit-box-shadow: 5px 20px 10px -20px rgba(82, 49, 120, 0.50);
  box-shadow: 5px 20px 10px -10px rgba(82, 49, 120, 0.50);
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
  border-top-left-radius: 25px;
}

#team .member .pic img {
  min-width: 100%;
  
}

#team .member .details {
  background: var(--hex7652C);
  color: var(--hex2453C);
  padding: 15px 0;
  border-radius: 0 0 25px 3px;
}

#team .member h4 {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 18px;
  color: var(--hex257C) !important;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
}

#team .member .social {
  margin-top: 5px;
  padding: 6px;
  text-align: center;
}

#team .member .social a {
  color: var(--hex257C);
  margin: 2px 6px;
  border: 1px solid var(--hex257C);
  border-top-right-radius: 25%;
  width: 42px;
  display: inline-block;
  opacity: .5;
  transition: all 0.5s ease;
}

#team .member .social a:hover {
  color: var(--rgb257C);
  margin: 2px 6px;
  border:  var(--hex257C) solid 1px !important;
  opacity: 1;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  text-decoration: none;
  text-align: left !important;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: left;
}

#contact .contact-info i {
  font-size: 24px;
  display: block;
  margin-bottom: 0;
  color: var(--hex668C);
  float: left;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: var(--hex7652C);
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
  margin-left: 27px;
  font-size: 14px;
}

#contact .contact-info h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--hex669C);
  float: left;
  margin: 8px 15px;
}

#contact .contact-info a {
  color: var(--hex7652C);
}

#contact .contact-info a:hover {
  color: var(--hex668C);
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
  color: var(--hex7652C) !important;

}

#contact #google-map {
  
  height: 290px !important;
  margin: 80px auto 50px;
}
.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  height:100%;
  width:100%;
  position:absolute;
  margin: 0 auto 50px !important;
}
.map-responsive .baseMap {
  height: 150px!important;
  margin-top: 50px!important;
}

#contact .form #sendmessage {
  color: var(--hex7652C);
  border: 1px solid var(--hex668C);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  background: transparent;
  border-color: var(--hex669C);
  color: var(--hex7652C);
}

#contact .form button[type="submit"] {
  background: var(--hex7680C) !important;
  border: 0;
  padding: 10px 30px;
  color: var(--hex257C) !important;
  transition: all 0.5s ease;
  cursor: pointer;
  border-bottom-left-radius: 20%!important;
  border-top-right-radius: 20%!important;
  transition: all 0.5s ease!important;
}

#contact .form button[type="submit"]:hover {
  background: var(--hex257C)!important;
  color: var(--hex669C) !important;
  border-bottom-right-radius: 15px 20%!important;
  border-top-left-radius: 5px 20%!important;
  border: var(--hex669C) solid 1px!important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--cinza-base-claro);
  padding: 0 0 30px 0px;
  padding-bottom: 30px;
  font-size: .8rem;
  color: var(--hex669C);
  max-height: 125px;
  
}

#footer .copyright {
  text-align: center;
  padding-top: .5rem;
  color: var(--hex7680C);
}

#footer .credits {
  text-align: center;
  font-size: .9rem;
  margin-top: 8px;
}

#footer .social-links a {
  color: var(--hex7680C);
  display: inline-block; 
  padding: .3rem .5rem;
  font-size: 1.8rem !important;
}

#footer .social-links a:hover {
  color: var(--hex7680C);
  text-shadow: .1rem .1rem .2rem rgba(0,0,0,.5);
  transform: scale(1px 5px); 
}

/* #footer .social-links a:first-child {
  border-left: 1px solid var(--hex669C);
} */
#footer .credits a {
  color: var(--cinza-base-escuro);
}
#footer .credits a:hover {
    color: var(--hex7680C);
    text-shadow: .1rem .1rem .2rem rgba(0,0,0,.5);
  }

/*-------------------
Price
-------------------------*/
#price {
  font-size: .7rem;
}

.shape {
  border-style: solid;
  border-width: 0 70px 40px 0;
  float: right;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -o-transform: rotate(360deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(360deg);
  /* Safari and Chrome */
  transform: rotate(360deg);
}

.offer {
  /* background:#fff; */
  border: 1px solid #ddd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
  overflow: hidden;
}

.offer:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: rotate scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.shape {
  border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-radius {
  border-radius: 7px;
}

.offer-danger {
  border-color: #d9534f;
}

.offer-danger .shape {
  border-color: transparent #d9534f transparent transparent;
}

.offer-success {
  border-color: #5cb85c;
}

.offer-success .shape {
  border-color: transparent #5cb85c transparent transparent;
}

.offer-default {
  border-color: #999999;
}

.offer-default .shape {
  border-color: transparent #999999 transparent transparent;
}

.offer-primary {
  border-color: #428bca;
}

.offer-primary .shape {
  border-color: transparent #428bca transparent transparent;
}

.offer-info {
  border-color: #5bc0de;
}

.offer-info .shape {
  border-color: transparent #5bc0de transparent transparent;
}

.offer-warning {
  border-color: #f0ad4e;
}

.offer-warning .shape {
  border-color: transparent #f0ad4e transparent transparent;
}

.shape-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  right: -40px;
  top: 2px;
  white-space: nowrap;
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -o-transform: rotate(360deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  transform: rotate(30deg);
}

.offer-content {
  padding: 20px 20px 0;
}

/*--------------------------------------------------------------
# Box de Publicidade Oculto
--------------------------------------------------------------*/
.smartphoneBox {
  display: none;
}

/*Media Queries BREAKPOINTS*/

@media (min-width: 375px) {
  .container {
    max-width: 100%;
  }

  .titBemvindo {
    display: block;
  }

  .titBemvindo .card {
    padding: .8rem;
  }

  .titBemvindo .card h1 {
    font-size: 1.5rem !important;
    line-height: 1.35rem !important;
  }

  .titBemvindo .card p {
    font-size: 1.0rem !important;
    line-height: 1.1rem !important;
  }

  #header #logo img {
    max-height: 35px;
  }

  .smartphoneBox {
    display: none;
  }

  .smartphoneBox .card {
    padding: .8rem;
  }

  .smartphoneBox .card h1 {
    font-size: 1.5rem !important;
    line-height: 1.35rem !important;
  }

  .smartphoneBox .card p {
    font-size: 1.0rem !important;
    line-height: 1.1rem !important;
  }

  /*--------------------------------------------------------------
    # Seletor de Loja
    box-shadow: .1rem .2rem .3rem rgba(0,0,0,.3);
    --------------------------------------------------------------*/

  .card-title {
    padding: 0!important;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left !important;
    text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
    color: var(--hex668C) !important;
    margin: 0 auto!important;
  }

  .card-text {
    padding-top: 0!important;
    font-size: .8rem !important;
    font-weight: normal;
    text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
    text-overflow: wrap;
    line-height: 1.1rem !important;
    margin: 0 auto!important;
  }

  /*Nav Toggle*/
  #mobile-nav-toggle {
    top: 0;
    margin: 55px 20px 0 0;
    background: var(--hex7652C);
    border: none !important;
  }
}

@media (min-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }

  .smartphoneBox {
    display: none;
  }

  #header #logo img {
    max-height: 48px;
  }

  /*--------------------------------------------------------------
    # Seletor de Loja
    --------------------------------------------------------------*/
   .card-title {
    font-size: 1.5rem !important;
    font-weight: bold;
    text-align: left !important;
    text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
  }

  .card-text {
    font-size: .95rem !important;
    font-weight: normal;
    text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
    text-overflow: wrap;
    line-height: 1rem !important;
  }

  /*Nav Toggle*/
  #mobile-nav-toggle {
    top: 0;
    margin: 5px 20px 0 0;
  }
}

@media (min-width: 768px) {
  #header #logo img {
    max-height: 64px;
  }

  .card-title {
    font-size: 1.8rem !important;
    font-weight: bold;
    text-align: left !important;
    text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
    color: var(--hex7652C) !important;
  }

  .card-text {
    font-size: .9rem !important;
    font-weight: normal;
    text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
    text-overflow: wrap;
    line-height: 1.1rem !important;

  }

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 0;
    text-align: left;
  }

  #contact .contact-phone {
    font-size: .8rem;
  }

  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  .back-to-top {
    bottom: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }

  #header #logo img {
    max-height: 74px;
  }

  .card-title {
    font-size: 3rem !important;
    font-weight: bold;
    text-align: left !important;
    text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
    color: var(--hex7652C) !important;
  }

  .card-text {
    font-size: 1rem !important;
    font-weight: normal;
    text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .5);
    text-overflow: wrap;
    line-height: 2.8rem !important;

  }

}

@media (min-width: 1199px) {
  .container {
    max-width: 1198.98px;
  }
  #header #logo img {
    max-height: 78px;
  }
  .card-title {
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: .1rem .1rem .2rem rgba(0,0,0,.5);
    padding-top: 1rem !important;
    margin-bottom: 0 !important;
  }
  .card-text {
    font-size: 2.5rem!important;
    font-weight: normal;
    text-shadow: .1rem .1rem .2rem rgba(0,0,0,.5);
      
  }
}