body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  /*background: url('../img/bg.jpg') no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h1 {
  font-size: 4rem;
} 

h2 {
  font-style: italic;
}
.tipo_servicos{
  color: #58355d;
  font-weight: bold;  
}

.tagline-upper {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.tagline-lower {
  font-size: 1.2rem;
  line-height: 1;
}

.text-expanded {
  letter-spacing: 2px;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-lg {
  font-size: 1.25rem;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.60);
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

hr.divider {
    border-color: #292b2c;
    max-width: 250px;
}

.map-container iframe {
    pointer-events: none;
}

.map-container iframe.clicked {
    pointer-events: auto;
}


header .nav-link {
    color: #5f3d64 !important;
    font-weight: 900;
    font-style: italic;
    padding-top: 28px; /*Centralizar da LI*/
}
.logo-image {
    width: 170px;
    /*height:200px;*/
    border-radius:50%;
    display:block;
}

.logo-link{
    float: left;
    margin-left: 18%;
    margin-right:-30px;
    z-index: 5000;
}

.header-prop {
    position: absolute;
    top: 25px;
    width: 100%
}

header .nav-item-first{
    background-color: #5f3d64;
    padding-left: 2.5rem!important
}

header .nav-item-first a{
    padding-left: 30px;
    color: #ffffff !important;
    padding-left: 25px;

}

header .navbar-nav{
    height: 80px;
}

.carousel-indicators li {
    border-radius: 50%;
    max-width: 27px;
    height:27px;
    background-color: #cdcdcd;
}

.carousel-indicators .active {
    background-color: #5f3d64;
}

.navbar-toggler {
    z-index: 1;
}

@media (max-width: 576px) {
    nav > .container {
        width: 100%;
    }
}
/* Temporary fix for img-fluid sizing within the carousel */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

footer{
  font-size: 0.750rem;
}

/* INDEX 3*/
.nav-item-logo{
    z-index: 900;
    width: 160px;

}

.nav-item-logo > a > img{
    margin-top: -50px;
    width: 170px;
}

.servicos{
    background: url('../img/servicos.jpg') no-repeat left bottom;
    background-size: cover;
    padding-top: 30px;

}
.session-two{
    background: url('../img/equipe1.jpg') no-repeat center center;
    min-height: 100px;
    background-size: cover;
    margin-top: -2px;
}
/*.services{
    min-height: 650px;
}*/
.padding-text-studio-left{ 
  padding-left: 200px
}
.padding-text-studio-right{
  padding-right: 200px 
}

body{
    color: #573f63;
}

@media (max-width: 777px) {

  .padding-text-studio-left{ 
    padding-left: 0px !important;
  }
  .servicos h2{
    color: white !important;
  }
  
}

@media(max-width: 1200px) {
  .padding-text-studio-left{ 
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .padding-text-studio-right{
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .servicos h2{
    color: white !important;
  }
}

.form-control {
  color: #ffffff !important;
  background-color: #bcb2c1 !important;

}
input, textarea {
  background-color : #d1d1d1; 

}


.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
  font-size: 1.2em;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  font-size: 1.2em;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
  font-size: 1.2em;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
  font-size: 1.2em;
}


.endereco{
  word-wrap: break-word;
}


.mapa-container{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.mapa-container .active{
  height: 400px;
}

.mapa-gradiente{
    width: 100%;
    height: 110px;
    position: absolute;
    top: 0;
    z-index: 111;
    background: none; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
    background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
    background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
}

#map{
    width: 100%;
    height: 400px;
    background-color: #ffffff;

}

#ver-mapa{
    width: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    padding-top: 30px;
    font-size: 1.2857em;
    display: block;
    z-index: 222;
    text-align: center;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    z-index: 500;
    width: 60px;
    height: 60px;
    background:  #58355d  url("images/arrow.svg") center no-repeat;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

#myBtn:hover {

    background-color: #555; /* Add a dark-grey background on hover */
}


/* carrocel  */

.carrocel {
  position: relative;
  overflow: hidden;
  padding: 2em 0 2em 0;
  margin-bottom: 0;
}

.carrocel .forward, .carrocel .backward {
  position: absolute;
  top: 50%;
  width: 6em;
  height: 12em;
  margin-top: -6em;
  cursor: pointer;
}

.carrocel .forward:before, .carrocel .backward:before {
  content: '';
  display: block;
  width: 6em;
  height: 6em;
  border-radius: 100%;
  background-color: rgba(72, 57, 73, 0.5);
  position: absolute;
  top: 50%;
  margin-top: -3em;
  -moz-transition: background-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.carrocel .forward:after, .carrocel .backward:after {
  content: '';
  width: 3em;
  height: 3em;
  position: absolute;
  top: 50%;
  margin: -1.5em 0 0 0;
  background: url("images/arrow.svg") no-repeat center center;
}

.carrocel .forward:hover:before, .carrocel .backward:hover:before {
  background-color: #58355d;
}

.carrocel .forward {
  right: 0;
}

.carrocel .forward:before {
  right: -3em;
}

.carrocel .forward:after {
  right: -0.25em;
}

.carrocel .backward {
  left: 0;
}

.carrocel .backward:before {
  left: -3em;
}

.carrocel .backward:after {
  left: -0.25em;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.carrocel .reel {
  white-space: nowrap;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.carrocel article {
  display: inline-block;
  width: 18em;
  background: #fff;
  text-align: center;
  padding: 0 1em 3em 1em;
  margin: 0 2em 0 0;
  white-space: normal;
  opacity: 1.0;
  -moz-transition: opacity 0.75s ease-in-out;
  -webkit-transition: opacity 0.75s ease-in-out;
  -ms-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
  height: 500px;
  overflow: hidden;
  cursor: pointer;
  transition: .5s ease;
}

.carrocel article.loading {
  opacity: 0;
}

.carrocel article .image {
  position: relative;
  left: -1em;
  top: 0;
  width: auto;
  margin-right: -2em;
  margin-bottom: 3em;
}

.carrocel article p {
  text-align: center;
}

.image {
  position: relative;
  display: inline-block;
  border: 0;
  outline: 0;
}

.image img {
  display: block;
  width: 100%;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 4em 0;
}

.image.left {
float: left;
margin: 0 2em 2em 0;
}

.image.centered {
display: block;
margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

.footer {
  background-color: #58355d;
  color: #ffffff;
}