body {
	background: #fff;
}

b, strong {
    font-weight: 600;
}

#sp-top {
    padding: 5px 0;
    background: #d6be68;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-top {
      padding: 10px 0;
  }
}

#sp-top #sp-top1 {
}

#sp-top #sp-top1 #frmLogin {
  text-align: right;
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-top #sp-top1 #frmLogin {
    text-align: center;
  }
}

#sp-top #sp-top1 #frmLogin span {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-top #sp-top1 #frmLogin span {
    display: block;
  }
}

#sp-top #sp-top1 #frmLogin input {
  display: inline-block;
  height: 25px;
  border: 0;
  margin: 0 0 0 5px;
  width: 100%;
  max-width: 200px;
  vertical-align: middle;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-top #sp-top1 #frmLogin input {
    display: block;
    margin: auto auto 5px auto;
  }
}

#sp-top #sp-top1 #frmLogin button {
  display: inline-block;
  margin: 0 0 0 5px;
  background: #00ba25;
  background-image: -webkit-linear-gradient(top, #00ba25, #008a29);
  background-image: -moz-linear-gradient(top, #00ba25, #008a29);
  background-image: -ms-linear-gradient(top, #00ba25, #008a29);
  background-image: -o-linear-gradient(top, #00ba25, #008a29);
  background-image: linear-gradient(to bottom, #00ba25, #008a29);
  border: 0;
  border-radius: 5PX;
  color: #fff;
  height: 25px;
  vertical-align: middle;
}

#sp-top #sp-top1 #frmLogin button:hover {
  background: #008a29;
  background-image: -webkit-linear-gradient(top, #008a29, #00ba25);
  background-image: -moz-linear-gradient(top, #008a29, #00ba25);
  background-image: -ms-linear-gradient(top, #008a29, #00ba25);
  background-image: -o-linear-gradient(top, #008a29, #00ba25);
  background-image: linear-gradient(to bottom, #008a29, #00ba25);
}

#sp-header {
    width: 100%;
    background: #f5dd85;
    color:#fff;
    z-index: 1000;
    height: 100px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) and (min-width: 992px) {
	#sp-header {
	    height: auto;
	}
}

#sp-header.shrink {
    height: 60px;
    background: #f5dd85;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

@media (max-width: 767px) and (min-width: 1px) {
   #sp-header.shrink {
      display: none;
  }
}

#sp-header #sp-logotipo {}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-header #sp-logotipo {
    width: 50%;
    float: left;
  }
}

#sp-header #sp-logotipo p {
    margin: 0;
}

#sp-header #sp-logotipo img {
    width: 100%;
    max-width: 200px;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-header #sp-logotipo img {
  padding: 21px 0;
  }
}

#sp-header.shrink #sp-logotipo img
{
    max-width: 113px;
    padding: 10px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#sp-header #sp-menu {}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-header #sp-menu {
    width: 50%;
    float: right;
  }
}

#sp-header #sp-menu ul.sp-megamenu-parent {}

#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a {
    line-height: 100px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 10px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a {
	    font-size: 16px;
	    line-height: 76.28px;
	}
}

#sp-header.shrink #sp-menu ul.sp-megamenu-parent li.sp-menu-item a {
    font-size: 12px;
    line-height: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a:hover {
    color: #c47c10;
}

#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item.face {}

#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item.insta {}

#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item.face a,
#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item.insta a {
  padding: 0 0 0 10px;
}

#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item.face .fa,
#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item.insta .fa {
  background: black;
  color: #f5dd85;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}

#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item.insta .fa:before {
  margin-right: -1px;
}

#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item.face .fa:hover,
#sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item.insta .fa:hover {
  background: #c47c10;
  color: #f5dd85;
}

#sp-header #sp-menu a#offcanvas-toggler {
    line-height: 100px;
    color: #000;
}
#sp-header #sp-menu a#offcanvas-toggler:hover {
    line-height: 100px;
    color: #c47c10;
}

#sp-header #sp-menu a#offcanvas-toggler span {
    padding: 0 0 0 5px;
    font-weight: 500;
    color: inherit;
}

#sp-header #sp-menu a#offcanvas-toggler .fa {
    color: inherit;
}

.offcanvas-menu {
  background: #ffffff;
}

.offcanvas-menu a {
  color: #000 !important;
}

.offcanvas-menu .sp-module {
  border: 0 !important;
  margin: auto auto 0 auto !important;
  padding: 30px 30px 0 30px !important;
}

.offcanvas-menu img {
  margin: auto !important;
}

.offcanvas-menu .close-offcanvas {
  color: black !important;
}

.offcanvas-menu .close-offcanvas:hover {
  color: red !important;
}

.offcanvas-menu .close-offcanvas .fa {
  color: inherit;
}

#sp-slide {}

#sp-slide .tp-simpleresponsive > ul,
#sp-slide .tp-simpleresponsive > ul > li,
#sp-slide .tp-simpleresponsive > ul > li:before {
	border: 0;
}

#sp-slide .tp-bullets.simplebullets.round .bullet {
    background: rgba(0, 0, 0, 0.5) !important;
    margin: 0 10px;
    border-radius: 999px;
}

#sp-slide .tp-bullets.simplebullets.round .bullet.first {
    margin-left: 0px;
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 0px;
}

#sp-slide .tp-bullets.simplebullets.round .bullet:hover,
#sp-slide .tp-bullets.simplebullets.round .bullet.selected,
#sp-slide .tp-bullets.simplebullets.navbar .bullet:hover,
#sp-slide .tp-bullets.simplebullets.navbar .bullet.selected {
	background: #ffffff !important;
}

.slide-desktop {
  display: block;
}

.slide-mobile {
  display: none;
}

@media (max-width: 767px) and (min-width: 1px) {
  .slide-desktop {
    display: none;
  }
  .slide-mobile {
    display: block;
    margin: 0;
  }
}

#sp-about {
    padding: 0;
    background: #fff;
    position: relative;
    height: 100vh;    
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-about {
    height:initial;
    padding: 75px 0;
  }
}

#sp-about .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-about .container {
    width: initial;
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

#sp-about #sp-sobre-imagem {
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-about #sp-sobre-imagem {
      width: 100%;
      padding: 0 15px 50px 15px;
  }
}

#sp-about #sp-sobre-imagem p {
    margin: 0;
}

#sp-about #sp-sobre-imagem img {}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-about #sp-sobre-imagem img {
      margin: 0 auto;
      /* max-width: 300px; */
  }
}

#sp-about #sp-sobre-texto {
    padding-left: 45px;
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-about #sp-sobre-texto {
      width: 100%;
      padding: 0 15px;
  }
}

#sp-about #sp-sobre-texto h1 {
    margin: 0 0 30px 0;
    text-align: center;
    color: #000000;
}

#sp-about #sp-sobre-texto h1:before {
  content: url(../images/before.png);
  margin: 0 10px 0 0;
  display: none;
}

#sp-about #sp-sobre-texto h1:after {
  content: url(../images/after.png);
  margin: 0 0 0 10px;
  display: none;
}

@media (max-width: 499px) and (min-width: 1px) {
    #sp-about #sp-sobre-texto h1:before,
    #sp-about #sp-sobre-texto h1:after {
      float: left;
      width: 100%;
      margin: 0;
    }
}

#sp-about #sp-sobre-texto p {
    text-align: justify;
    line-height: 24px;
}

#sp-team {
    padding: 0;
    background: #f6ebc5 url(../images/nossa-equipe.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-team {
    height:initial;
    padding: 75px 0;
  }
}

#sp-team .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-team .container {
    width: initial;
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

#sp-team #sp-equipe {}

#sp-team #sp-equipe h1 {
    margin: 0px 0 50px 0;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

#sp-team #sp-equipe h6 {
    margin: 0 0 50px 0;
    text-align: center;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

#sp-team #sp-equipe h1:before {
  content: url(../images/before.png);
  margin: 0 10px 0 0;
  display: none;
}
}

#sp-team #sp-equipe h1:after {
  content: url(../images/after.png);
  margin: 0 0 0 10px;
  display: none;
}

@media (max-width: 499px) and (min-width: 1px) {
    #sp-team #sp-equipe h1:before,
    #sp-team #sp-equipe h1:after {
      float: left;
      width: 100%;
      margin: 0;
    }
}

#sp-team #sp-equipe ul {
    text-align: center;
}

#sp-team #sp-equipe li {
    display: inline-table;
    width: 49%;
    border-top: 0;
    border-bottom: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-team #sp-equipe li {
      width: 100%;
      border: 0;
  }
  
 #sp-team #sp-equipe li:first-child {
      margin-bottom: 50px;
  }  
}

#sp-team #sp-equipe img {
    max-width: 200px;
    margin: 0 auto;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-team #sp-equipe img {
      max-width: 60%;
  }
}

#sp-team #sp-equipe h3 {
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
}

#sp-team #sp-equipe span {
    font-weight: 700;
    color: #000000;
}

#sp-team #sp-equipe p {
    margin: 0;
    text-align: center;
}

#sp-services {
    padding: 0;
    background: white;
    position: relative;
    height: 100vh;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-services {
    height: initial;
    padding: 75px 0;
  }
}

#sp-services .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-services .container {
    width: initial;
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

#sp-services #sp-servicos {}

#sp-services #sp-servicos h1 {
    margin: 0 0 10px 0;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

#sp-services #sp-servicos h6 {
    margin: 0 0 50px 0;
    text-align: center;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}

#sp-services #sp-servicos h1:before {
  content: url(../images/before.png);
  margin: 0 10px 0 0;
  display: none;
}

#sp-services #sp-servicos h1:after {
  content: url(../images/after.png);
  margin: 0 0 0 10px;
  display: none;
}

@media (max-width: 499px) and (min-width: 1px) {
    #sp-services #sp-servicos h1:before,
    #sp-services #sp-servicos h1:after {
      float: left;
      width: 100%;
      margin: 0;
    }
}

#sp-services #sp-servicos ul {
    text-align: center;
    float: left;
    width: 100%;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-services #sp-servicos ul {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
}

#sp-services #sp-servicos li {
  display: inline-block;
  width: 33%;
  border: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-services #sp-servicos li {
    flex: 48% 0 0;
}
}

#sp-services #sp-servicos img {
    max-width: 150px;
    margin: 0 auto;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-services #sp-servicos img {
    max-width: 75px;
}
}

#sp-services #sp-servicos h3 {
  margin: 20px 0 50px 0;
  text-transform: uppercase;
  height: auto;
  color: black;
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-services #sp-servicos h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-services #sp-servicos h3 {
    font-size: 18px;
    margin: 10px 0 15px 0;
  }
}


#sp-services #sp-servicos p {
    margin: 0;
    text-align: justify;
}

#sp-links {
    padding: 0;
    background: #f6ebc5 url(../images/links-uteis.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-links {
    height: initial;
    padding: 75px 0;
  }
}

#sp-links .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-links .container {
    width: initial;
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

#sp-links #sp-links-uteis {}

#sp-links #sp-links-uteis h1 {
    margin: 0 0 10px 0;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

#sp-links #sp-links-uteis h6 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}

#sp-links #sp-links-uteis h1:before {
  content: url(../images/before.png);
  margin: 0 10px 0 0;
  display: none;
}

#sp-links #sp-links-uteis h1:after {
  content: url(../images/after.png);
  margin: 0 0 0 10px;
  display: none;
}

@media (max-width: 499px) and (min-width: 1px) {
    #sp-links #sp-links-uteis h1:before,
    #sp-links #sp-links-uteis h1:after {
      float: left;
      width: 100%;
      margin: 0;
    }
}

#sp-links #sp-links-uteis ul {
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e4d193;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-links #sp-links-uteis ul {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
}

#sp-links #sp-links-uteis ul:nth-child(3) {
    border-top: 0px solid red;
}

#sp-links #sp-links-uteis ul:last-child {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#sp-links #sp-links-uteis li {
    display: inline-table;
    width: 19.7%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 0;
    border-bottom: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-links #sp-links-uteis ul li {
    flex: 48% 0 0;
    border: 0;
}
}


#sp-links #sp-links-uteis img {
    max-width: 50px;
    margin: 0 auto 10px auto;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-links #sp-links-uteis img {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
}

#sp-links #sp-links-uteis ul li a:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#sp-links #sp-links-uteis p {
    margin: 0 0 0px 0;
    padding: 30px 0 30px 0;
    font-size: 25px;
    color: #333;
    text-align: center;
    border-top: 1px solid #fff7e0;
}

#sp-links #sp-links-uteis p:nth-child(3) {
  border-top: 0 solid red;
}

#sp-links #sp-links-uteis a {
    color: #000;
    padding: 0;
    line-height: initial;
}

#sp-links #sp-links-uteis a:hover {}

#sp-links #sp-links-uteis a:before {
  display: none;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-links #sp-links-uteis a span {
	    margin: 10px 0 15px 0;
	    display: block;
	}
}


#sp-contact {
    padding: 75px 0;
    background: #ffffff;
    position: relative;
}



#sp-contact #sp-contato {}

#sp-contact #sp-contato h1 {
    margin: 0px 0 10px 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding: 0;
}

#sp-contact #sp-contato h6 {
    margin: 0 0 50px 0;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

#sp-contact #sp-contato h5 {
    margin: 0 0 50px 0;
    text-align: center;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

#sp-contact #sp-contato h5 span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

#sp-contact #sp-contato h5 a {
  display: inline-block;
  background: linear-gradient(to bottom, #f5dd85, #c47c10);
  margin: 10px 15px;
  text-transform: uppercase;
  color: #865200;
  border-radius: 5px;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 20px;
}

#sp-contact #sp-contato h5 a:hover {
  background: linear-gradient(to bottom, #c47c10, #f5dd85);

}

#sp-contact #sp-contato h6 .contato-fone {
    font-size: 30px;
    font-weight: 400;
}

#sp-contact #sp-contato h6 .contato-mail {
    line-height: 50px;
}

#sp-contact #sp-contato h6 .contato-mail a {
  color: #000;
  font-size: 20px;
}

#sp-contact #sp-contato h6 .contato-mail a:hover {}

#sp-contact #sp-contato h6 .contato-endereco {
    font-size: 20px;
}

#sp-contact #sp-contato  h1:before {
  content: url(../images/before.png);
  margin: 0 10px 0 0;
  display: none;
}

#sp-contact #sp-contato  h1:after {
  content: url(../images/after.png);
  margin: 0 0 0 10px;
  display: none;
}

@media (max-width: 499px) and (min-width: 1px) {
    #sp-contact #sp-contato h1:before,
    #sp-contact #sp-contato h1:after {
      float: left;
      width: 100%;
      margin: 0;
    }
}

#sp-contact #sp-contato p {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 24px;
}

#sp-contact #sp-contato #box_contato {
    float: left;
    width: 100%;
}

#sp-contact #sp-contato #box_contato #form {}

#sp-contact #sp-contato #box_contato #form label {
    float: left;
    width: 100%;
    font-weight: 400;
}

#sp-contact #sp-contato #box_contato #form input {
    border-radius: 0;
    box-shadow: 0 0 0;
    height: 50px;
    float: left;
    width: 100%;
    font-size: 16px;
}

#sp-contact #sp-contato #box_contato #form select {
    border-radius: 0;
    box-shadow: 0 0 0;
    height: 50px;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
}

#sp-contact #sp-contato #box_contato #form textarea {
    border-radius: 0;
    box-shadow: 0 0 0;
    height: 200px;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 16px;
}

#sp-contact #sp-contato #box_contato #form .checks {
    text-align: right;
}

#sp-contact #sp-contato #box_contato #form .checks .checado1,
#sp-contact #sp-contato #box_contato #form .checks .checado2 {
    display: inline-block;
    padding-left: 15px;
}

#sp-contact #sp-contato #box_contato #form .checks .obs {
    color: red;
    font-size: 14px;
}

#sp-contact #sp-contato #box_contato #form .checks input {
    width: auto;
    height: auto;
    margin: 5px 4px 0 0;
}

#sp-contact #sp-contato #box_contato #form .checks span {

}

#sp-contact #sp-contato #box_contato #form #obs {
    text-align: right;
    color: red;
}

#sp-contact #sp-contato #box_contato #form .enviar {
    margin: 30px 0 0 0;
    text-align: center;
}

#sp-contact #sp-contato #box_contato #form .enviar input {
  background: #00ba25;
  background-image: -webkit-linear-gradient(top, #00ba25, #008a29);
  background-image: -moz-linear-gradient(top, #00ba25, #008a29);
  background-image: -ms-linear-gradient(top, #00ba25, #008a29);
  background-image: -o-linear-gradient(top, #00ba25, #008a29);
  background-image: linear-gradient(to bottom, #00ba25, #008a29);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0;
  /* width: 300px; */
  float: none;
  display: inline-block;
  text-transform: uppercase;
}

#sp-contact #sp-contato #box_contato #form .enviar input:hover {
  background: #008a29;
  background-image: -webkit-linear-gradient(top, #008a29, #00ba25);
  background-image: -moz-linear-gradient(top, #008a29, #00ba25);
  background-image: -ms-linear-gradient(top, #008a29, #00ba25);
  background-image: -o-linear-gradient(top, #008a29, #00ba25);
  background-image: linear-gradient(to bottom, #008a29, #00ba25);
  text-decoration: none;
}

#sp-localization {}

#sp-localization #sp-localizacao {}

#sp-localization .mapdirform {
  margin: 10px 0 0 0;
}

#sp-localization .mapdirform br {
  display: none;
}

#sp-localization .mapdirform input[type="radio"] {
  margin: 0;
}

#sp-localization .dirlabel {}

#sp-localization .inputbox {
    margin: 10px 0 10px 0;
    width: 100%;
}

#sp-localization .gm-style-iw strong {
  line-height: 50px;
  font-size: 20px;
}

#sp-localization .mapdirform .button {
  background: #00ba25;
  background-image: -webkit-linear-gradient(top, #00ba25, #008a29);
  background-image: -moz-linear-gradient(top, #00ba25, #008a29);
  background-image: -ms-linear-gradient(top, #00ba25, #008a29);
  background-image: -o-linear-gradient(top, #00ba25, #008a29);
  background-image: linear-gradient(to bottom, #00ba25, #008a29);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0;
  width: 100%;
  float: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

#sp-localization .mapdirform .button:hover {
  background: #008a29;
  background-image: -webkit-linear-gradient(top, #008a29, #00ba25);
  background-image: -moz-linear-gradient(top, #008a29, #00ba25);
  background-image: -ms-linear-gradient(top, #008a29, #00ba25);
  background-image: -o-linear-gradient(top, #008a29, #00ba25);
  background-image: linear-gradient(to bottom, #008a29, #00ba25);
  text-decoration: none;
}

#sp-localization .directions .adp-legal {
  padding-bottom: 50px;
}

#sp-copyright {
    background: transparent;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#sp-copyright #sp-copy {}

#sp-copyright #sp-copy p {
    margin: 0;
    text-align: center;
    font-weight: 500;
}

#sp-copyright #sp-copy a {
    color: #333;
}

#sp-copyright #sp-copy a:hover {
    text-decoration: underline;
}

.scrollup {
    left: 30px;
    bottom: 30px;
}

.scrollup:hover {
    background: #d6be68;
}

.scrollup:before {

}
.entry-header h2{
	display: none;
}

.itemid-101 #sp-main-body {
  display: none;
}

#sp-video .embed-responsive {
  margin: -150px auto -60px auto;
  z-index: 9;
  border: 20px solid #fff;
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-video .embed-responsive {
    margin: 100px auto;
    z-index: 9;
    border: 0px solid #fff;
  }
}

@media (max-width: 991px) and (min-width: 1px) {
	.embed-responsive-16by9 {
		padding-bottom: 56.25% !important;
	}
}

#sp-whats {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99999999;
}

#sp-whats .container,
#sp-whats .row,
#sp-whats #sp-whatsapp {
	width: auto;
	height: auto;
	padding: 0;
}

#sp-whats i {
	background: #25D366;
	color: #fff;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 60px;
	border-radius: 999px;
}

#sp-whats a:hover i {
	background: #f5dd85;
} 