
body .site-main {
    padding-top: 82px;
    background-color: #f3f7f9;
}

body {
    overflow-x: hidden;
}

.mh-340 {
    min-height: 340px;
}

.top-contact.ttm-highlight:after{
    background-color: #8c8f91 !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.btn-orcamento{
    border: 1px solid;
}

#site-header-menu #site-navigation .menu ul li > a {
    font-size: 15px !important;
}


.post .post-desc h5 {
    font-size: 20px !important;
    line-height: 25px !important;
}

.fs20{
    font-size: 20px !important;
}

.post .post-desc h5 {
    font-size: 20px !important;
    line-height: 25px !important;
}

.W-100{
    width: 20% !important;
}

.btn-especialista{
    position: absolute !important;
        padding: 8px 15px !important;
    background-color: #da7d58 !important;
    color: white !important;
    border-radius: 3px !important;
    top: 0 !important;
    margin-top: 13px !important;
    margin-right: 13px !important;
    height: 40px !important;
    width: 211px !important;
    z-index: 21;
    padding: 0;
    right: 0;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
}

#site-header-menu #site-navigation .menu ul ul {
    width: 275px !important;
}

.form-nome{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 10px 20px;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    outline: none;
    line-height: inherit;
}


.btn-especialista-home{
padding: 15px 21px !important;
    background-color: #da7d58 !important;
    color: white !important;
    border-radius: 3px !important;
    height: 40px !important;
    width: 211px !important;
    z-index: 21;
    font-size: 15px;
}

#logo-topbar{
    width: 170px;
    display:none;
}


 /* --------------- TIMELINE----------- */
 /* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #da7d58;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containertl {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containertl::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.lefttl {
  left: 0;
}

/* Place the container to the right */
.righttl {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.lefttl::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f3f7f9;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f3f7f9;
}

/* Add arrows to the right container (pointing left) */
.righttl::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f3f7f9;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f3f7f9 transparent transparent;
}

/* Fix the circle for containers on the right side */
.righttl::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #f3f7f9;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .containertl {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .containertl::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .lefttl::after, .righttl::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .righttl {
    left: 0%;
  }
}
/* ------------------ TIMELINE -------------------- */

 h3{
  font-size: 20px !important;
 }

.flash{
  animation-name: flash;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes flash{
  0%{
    color: white;
  }
  50%{
    color: transparent;
  }
  100%{
    color: white;
  }
}


.testimonial-slide .testimonial-avatar .testimonial-img {
    z-index: 50;
    left: 140px;
    top: 85px;
}

.testimonial-avatar{
  width: 50px !important;
}

.testimonial-slide .testimonial-avatar .testimonial-img img {
  width: 100px;
}