@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600|Roboto:300,400,500,700');

/*---------------------------------------*/
/*--------     1. Typography     --------*/
/*---------------------------------------*/
/*-------  1.1 Typography Styles --------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #5a5a5a;
  background: #ffffff;
  overflow-x: hidden;
  font-weight: 400;
}
a {
  color: #5a5a5a;
  outline: none;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
label.error {
  color: #fe4135;
  font-size: 14px;
  line-height: 14px;
  margin-top: 3px;
}
@media (max-width: 550px) {
  .text-left-sm {
    text-align: left;
  }
  .text-left-sm .text-center {
    text-align: left;
  }
}

.text-md {
  display: block;
}


.container-indent:not(.sub-pages-indent):not(.container-indent-extra01) {
  margin-top: 129px;
}
@media (max-width: 768px) {
  .container-indent:not(.sub-pages-indent):not(.container-indent-extra01) {
    margin-top: 44px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent:not(.sub-pages-indent):not(.container-indent-extra01) {
    margin-top: 48px;
    padding-bottom: 27px;
  }
}
.container-indent-extra01 {
  margin-top: 115px;
}
@media (max-width: 768px) {
  .container-indent-extra01 {
    margin-top: 44px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent-extra01 {
    margin-top: 48px;
    padding-bottom: 27px;
  }
}
.container-indent.text-left-sm {
  margin-top: 129px;
}
@media (max-width: 768px) {
  .container-indent.text-left-sm {
    margin-top: 44px;
    padding-bottom: 0px;
  }
}
@media (max-width: 550px) {
  .container-indent.text-left-sm {
    margin-top: 45px;
    padding-bottom: 25px;
  }
  .container-indent.text-left-sm .text-top {
    margin-top: 28px;
  }
}
.container-indent1:not(.sub-pages-indent) {
  margin-top: 172px;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .container-indent1:not(.sub-pages-indent) {
    margin-top: 144px;
    padding-bottom: 0px;
  }
}
@media (max-width: 550px) {
  .container-indent1:not(.sub-pages-indent) {
    margin-top: 86px;
    padding-bottom: 28px;
  }
}
.container-indent2:not(.sub-pages-indent) {
  margin-top: 54px;
  padding-bottom: 3px;
}
@media (max-width: 768px) {
  .container-indent2:not(.sub-pages-indent) {
    margin-top: 44px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent2:not(.sub-pages-indent) {
    margin-top: 45px;
    padding-bottom: 0px;
  }
}
.container-indent3:not(.sub-pages-indent) {
  margin-top: 70px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .container-indent3:not(.sub-pages-indent) {
    margin-top: 44px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent3:not(.sub-pages-indent) {
    margin-top: 45px;
    padding-bottom: 0px;
  }
}
.container-indent4:not(.sub-pages-indent) {
  margin-top: 125px;
}
@media (max-width: 768px) {
  .container-indent4:not(.sub-pages-indent) {
    margin-top: 44px;
  }
}
@media (max-width: 550px) {
  .container-indent4:not(.sub-pages-indent) {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .container-indent1-md:not(.sub-pages-indent) {
    margin-top: 158px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent1-md:not(.sub-pages-indent) {
    margin-top: 70px;
    padding-bottom: 27px;
  }
}
@media (max-width: 768px) {
  .container-indent2-md:not(.sub-pages-indent) {
    margin-top: 70px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent2-md:not(.sub-pages-indent) {
    margin-top: 48px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .container-indent2-md:not(.sub-pages-indent) {
    margin-top: 70px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent2-md:not(.sub-pages-indent) {
    margin-top: 48px;
    padding-bottom: 0px;
  }
}
.container-indent5:not(.sub-pages-indent) {
  margin-top: 201px;
  padding-bottom: 11px;
}
@media (max-width: 768px) {
  .container-indent5:not(.sub-pages-indent) {
    margin-top: 144px;
    padding-bottom: 0px;
  }
}
@media (max-width: 550px) {
  .container-indent5:not(.sub-pages-indent) {
    margin-top: 83px;
  }
}
.container-indent6:not(.sub-pages-indent) {
  margin-top: 140px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .container-indent6:not(.sub-pages-indent) {
    margin-top: 114px;
  }
}
@media (max-width: 550px) {
  .container-indent6:not(.sub-pages-indent) {
    margin-top: 53px;
  }
}
.sub-pages-indent {
  margin-top: 117px;
  padding-bottom: 12px;
}

.max-width70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 550px) {
  .max-width70 {
    max-width: 90%;
  }
}
.max-width75 {
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .max-width75 {
    max-width: 95%;
  }
}
.offset-76 {
  margin-top: 128px !important;
}
@media (max-width: 550px) {
  .offset-76 {
    margin-top: 73px !important;
  }
}

.color {
  color: #fdc400;
}
.color-dark {
  color: #393939;
}
.text-sm {
  font-size: 15px;
  line-height: 1.6;
  font-weight: lighter;
}
.divider {
  clear: both;
  height: 124px;
}
@media (max-width: 768px) {
  .divider {
    height: 100px;
  }
}
@media (max-width: 550px) {
  .divider {
    height: 74px;
  }
}
.divider1 {
  clear: both;
  height: 124px;
}
@media (max-width: 550px) {
  .divider1 {
    height: 80px;
  }
}
.clear {
  clear: both;
}
@media (max-width: 991px) {
  .mobile-center-md {
    text-align: center;
  }
  .mobile-center-md ul {
    max-width: 515px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 991px) {
  html:not([.ie]) .touch-device #tt-header,
  html:not([.ie]) .touch-device #page-main,
  html:not([.ie]) .touch-device #tt-footer {
    overflow: hidden;
  }
}

/*---------------------------------------*/
/*--------------- button ----------------*/
/*---------------------------------------*/
.tp-rightarrow.default,
.tp-rightarrow.default:before {
  outline: none !important;
  background: none !important;
}
button,
.btn {
  outline: none !important;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4d4d4d;
  color: #ffffff;
  border: none;
  padding: 15px 35px;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
@media (max-width: 550px) {
  .btn {
    padding: 0 21px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
}
.btn-long {
  padding-right: 47px;
  padding-left: 47px;
}
@media (max-width: 550px) {
  .btn-long {
    padding-right: 42px;
    padding-left: 42px;
    height: 46px;
  }
}
.btn:hover:not(.no-hover) {
  background: #ffc219;
  color: #2e2e2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*---------------------------------------*/
/*------------- list-icon ---------------*/
/*---------------------------------------*/
.list-icon {
  list-style: none;
  padding: 0;
  margin-left: 21px;
  margin-bottom: 0px;
  margin-top: 16px;
}
.list-icon li {
  position: relative;
  padding: 0 0 0 30px;
  margin-top: 0;
}
.list-icon li:before {
  content: "\e908";
  font-family: 'driving';
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
  line-height: 1.1;
}
.list-icon li:not(:first-child) {
  margin-top: 4px;
}
.list-icon li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;    
  text-decoration: none;
}
.list-icon li a:hover {
  color: #fdc400;
      text-decoration: none;
}
.list-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-icon ul li:before {
  background: #fff;
  border: 1px solid #5a5a5a;
}
.text-top {
  margin-top: 23px;
}
.top-none {
  margin-top: 0;
}
/*---------------------------------------*/
/*------------- list-disc ---------------*/
/*---------------------------------------*/
ul.list-disc {
  list-style: none;
  padding: 0;
  margin: 0 0 0 17px;
}
ul.list-disc li {
  position: relative;
  padding: 0 0 0 21px;
  margin-top: 0;
}
ul.list-disc li:before {
  content: "";
  position: absolute;
  background: #5a5a5a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
}
ul.list-disc li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
      text-decoration: none;
}
ul.list-disc li a:hover {
  color: #fdc400;
}
ul.list-disc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-disc ul li:before {
  background: #fff;
  border: 1px solid #5a5a5a;
}
.offset-top {
  margin-top: 28px !important;
}
.offset-0 {
  margin-top: 0;
}
.offset-top {
  margin-top: 20px;
}
.offset-2 {
  margin-top: 2px;
}
.offset-bottom-0 {
  padding-bottom: 0 !important;
}
.btn-top {
  margin-top: 66px;
}
@media (max-width: 550px) {
  .btn-top {
    margin-top: 29px;
  }
}
.offset-bottom-250 {
  padding-bottom: 140px;
}
@media (max-width: 899px) {
  .offset-bottom-250 {
    padding-bottom: 70px;
  }
}
@media (max-width: 550px) {
  .offset-bottom-250 {
    padding-bottom: 53px;
  }
}
@media (max-width: 769px) {
  .container-fluid-md .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .container-fluid-md.container-indent1-md {
    padding-bottom: 0;
  }
}
.video-services {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-services iframe,
.video-services object,
.video-services embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*-------- 1.2 Page Preloader    --------*/
/* loader */
.loader-wrapper.loader-off,
body.is-loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
@keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loaderBlock {
  0%,
  30% {
    transform: rotate(0);
  }
  55% {
    background-color: #fdc400;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%,
  20% {
    transform: rotate(0);
  }
  55% {
    background-color: #fdc400;
  }
  100% {
    transform: rotate(-90deg);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.custom-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
}
.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fdc400;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

/*-------- 1.3 Forms             --------*/
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
button {
  outline: none;
}
/* list-radio */
.list-radio {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.list-radio li {
  display: inline-block;
}
.list-radio li:not(:last-child) {
  margin-right: 35px;
}
/* radio */
.radio {
  display: block;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5a5a5a;
  padding-bottom: 7px;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio .outer {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  margin: 0px 9px 0 0;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radio .inner {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  display: block;
  background-color: #919191;
  opacity: 0;
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio:hover {
  color: #fdc400;
}
.radio:hover .outer {
  background-color: transparent;
  border-color: #e0e0e0;
}
.radio:hover .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*---------------------------------------*/
/*------------ form-default -------------*/
/*---------------------------------------*/


.form-default .form-control {
    border: 1px solid #dedede;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    padding: 17px 18px 17px 18px;
    outline: none;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    display: inline-block;
}

html input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #4d4d4d;
    color: #ffffff;
    border: none;
    padding: 0 35px;
    height: 50px;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

html input[type="button"]:hover:not(.no-hover),
input[type="reset"]:hover:not(.no-hover),
input[type="submit"]:hover:not(.no-hover) {
    background: #ffc219;
    color: #2e2e2e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-default .form-group {
  padding-bottom: 0px;
}



/*---------------------------------------*/
/*------------ form-default-02 -------------*/
/*---------------------------------------*/
.form-default-02.form-horizontal label {
  font-weight: 300;
  text-align: left;
  font-size: 15px;
  line-height: 1.1;
}
.form-default-02 .form-control {
  border: 1px solid #dedede;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  background: #fff;
  padding: 12px 18px 13px 14px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.form-default-02 .form-group {
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
}
.form-default-02 .form-group label {
    font-weight: 500;
}
.form-default-02 .btn-top {
  margin-top: 37px;
}
@media (max-width: 601px) {
  .form-default-02 .btn-top {
    margin-top: 20px;
  }
}
.form-default-02 .btn {
  padding-left: 26px;
  padding-right: 26px;
}
#contactform {
  margin-top: 28px;
}
#contactform textarea {
  min-height: 190px;
}

.successform, .errorform {
    font-weight: bold;
    color: #44B332;
    font-size: 15px;
    line-height: 14px;
    margin-top: -9px;
    display: none;
    margin-bottom:15px;
}

.errorform{
  color: #fe4135;
}

body.open-menu {
  width: 100%;
  overflow: hidden;
}
body.open-menu .tt-menu.open-menu {
  overflow-y: scroll !important;
}

.tt-title {
  color: #393939;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
}
.tt-title-lg {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: 0;
  padding-bottom: 20px;
  color: #393939;
}
@media (max-width: 768px) {
  .tt-title-lg {
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  .tt-title-lg {
    font-size: 34px;
    line-height: 36px;
    padding-bottom: 18px;
    letter-spacing: normal;
  }
}
.tt-title-lg.title-sub-page {
  padding-bottom: 29px;
}
@media (max-width: 768px) {
  .tt-title-lg.title-sub-page {
    padding-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .tt-title-lg.title-sub-page {
    padding-bottom: 23px;
  }
}
@media (max-width: 550px) {
  .text-left-sm .tt-title-lg {
    padding-bottom: 24px;
  }
}
.tt-title-md {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
  padding-bottom: 24px;
  color: #393939;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 768px) {
  .tt-title-md {
    font-size: 35px;
    padding-bottom: 16px;
  }
}
@media (max-width: 550px) {
  .tt-title-md {
    font-size: 27px;
    padding-bottom: 16px;
  }
}




/* Google Maps */
.list-address .item {
    position: relative;
    min-height: 40px;
    padding: 0 0 0 44px;
}
.list-address .item h6 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 5px 0 0 0;
    padding-bottom: 5px;
}

.icon-contato{
  color:#fdc400;
  position: absolute;
  top: -3px;
  left: 18px;
  font-size: 24px;
  line-height: 1;
}

@media (min-width: 900px){
  .google-map {
      height: 55%;
      width: 100%;
      right: 0;      
  }
}

@media (max-width: 900px){
  .google-map {
      height: 420px !important;
      width: 100%;
      position: relative !important;
  }

  .contact-mobile-margin{
    padding-left: 0px !important;
    margin-top: 30px;
  }
}





/* Modal serviço */
.tt-title {
  color: #393939;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 12px 0;
}

.modal .modal-body.layout-01 .tt-title:not(.tt-title-border) {
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 12px 0;
  padding: 11px 5px 16px 5px;
}

@media (max-width: 400px) {
  .modal .modal-body.layout-01 {
    padding: 25px 25px 30px;
  }
  .modal .modal-body.layout-01 .tt-title {
    font-size: 24px;
    padding-bottom: 13px;
  }
  .modal .modal-body.layout-01 .tt-title:not(.tt-title-border) {
    font-size: 24px;
  }
}

.modal .modal-sm {
  width: 91%;
  max-width: 552px;
}
@media (max-width: 600px) {
  .modal .modal-sm {
    max-width: 375px;
  }

  .modal .modal-body.layout-01{
    padding: 25px 10px 40px !important;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

.modal .modal-header .close:hover {
  color: #fdc400;
}
.modal .modal-content {
  border: none;
  background-color: #ffffff;
  border-top: 6px solid #fdc400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.modal .modal-body.layout-01 {
  padding: 25px 40px 40px;
}

.form-default-02 .form-group {
    padding-bottom: 8px;
    margin-bottom: 0;
}

#modalServico{
  text-align: center;
}

#modalServico .modal-dialog{
  margin: 10px;
  position: relative;
  display: inline-block;
}

#modalServico .modal-header{
  border-bottom: 0;
}

#modalServico .layout-01{
  padding-top: 0;
  margin-top: -21px;
}

#modalServico .form-group{
  text-align: left;
}

/*Slider*/
/* Arrows */
#slider .slick-prev,
#slider .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    opacity: .55;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 45px;
}
#slider .slick-prev:hover,
#slider .slick-next:hover{
    color: transparent;
    outline: none;
    background: #000;
    opacity: .60;
}

#slider .slick-prev{
    left: 10px;
    font-size: 50px;
    z-index: 1;
}

#slider .slick-next{
    right: 10px;
    font-size: 50px;
    z-index: 1;
}

.slider-arrow-left{
  color: #bbb;
  margin-top: -9px;
  margin-left: -4px;
}

.slider-arrow-right{
  color: #bbb;
  margin-top: -9px;
  margin-right: -4px;
}

#slider .slide{
  position: relative;
}

#slider .slide .img--holder {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}



@media (max-width: 1219px) {
  .col-logo, .col-menu{
    width: 100%;
    max-width: none;
    float: left;
    flex: none;
  }
}
.container-indent2{
  border-top:2px solid #ebebeb;
  margin-top: 0 !important;
  padding-top: 20px;
}

.container-indent{
  border-top:2px solid #ebebeb;
  margin-top:0 !important;
}


/* Padronização de Fontes */
.fontStyleMenu{
  font-size: 15px !important;
  /* text-transform: uppercase; */
  font-weight: bold !important;
}
.fontStyleTitle{
  font-size: 40px !important;
  text-transform: uppercase !important;
}
.fontStyleSubtitle{
  font-size: 25px !important;
}
.fontStyleGeral{
  font-size: 15px !important;
}


.texto-empresa img{
  margin-right: 15px;
  margin-bottom: 15px;
}

.srv_descricao img{
  margin-right: 15px;
  margin-bottom: 15px;
}
