p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
  font-weight: 400 !important;
}

#sp-top-bar {
    padding: 10px 0 !important;
    line-height: 0 !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-top-bar {
      display: none !important;
  }
}

#sp-top-bar #sp-txtop p {
    margin: 0 !important;
    line-height: 34px !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-top-bar #sp-txtop p {
      line-height: 17px !important;
  }
}

#sp-top-bar #sp-txtop p .fa {
    /* font-size: 5px !important; */
    vertical-align: baseline;
    padding: 0 5px 0 0px !important;
}

#sp-top-bar #sp-socialtop {
    /* padding: 0 !important; */
}

#sp-top-bar #sp-socialtop .sp-column {
    text-align: right !important;
}

#sp-top-bar #sp-socialtop .sp-module {
    margin: 0 !important;
}

#sp-top-bar #sp-socialtop .custom {
    float: right !important;
}

#sp-top-bar #sp-socialtop .custom p {
    margin: 0 !important;
    text-align: right !Important;
}

#sp-top-bar #sp-socialtop .custom p .fa {
    color: #000001 !important;
    line-height: 34px !important;
    font-size: 25px !important;
}

#sp-top-bar #sp-socialtop .custom p .fa:first-child {
    padding-right: 10px !important;
}

#sp-top-bar #sp-socialtop .custom p .fa:hover {
    color: #ff0000 !important;
}

#sp-top-bar #sp-search {
    float: left !important;
}

#sp-top-bar #sp-search .sp-module {
    margin: 0 !important;
    width: 100% !important;
}

#sp-top-bar #sp-search input[type="text"] {
    width: 100% !important;
    border-radius: 5px !important;
    border: 0px solid #0088CD !important;
    background: #000000 url(../images/search.png) 95% 50% no-repeat !important;
    color: #fff !important;
}

#sp-top-bar #sp-search input::-webkit-input-placeholder { color: #fff !important;}    
#sp-top-bar #sp-search input::-moz-placeholder { color: #fff !important;}    
#sp-top-bar #sp-search input:-ms-input-placeholder { color: #fff !important;}    
#sp-top-bar #sp-search input input:-moz-placeholder { color: #fff !important;}

#sp-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4f4f4f+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%,#1c1c1c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%,#1c1c1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
  height: auto !important;
  padding: 10px 0 !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-header {
      display: none !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-header #sp-logotipo {
      width: 100% !important;
      padding-bottom: 20px !important;
  }
}

#sp-header #sp-logotipo .sp-module {
    margin: 0 !important;
}

#sp-header #sp-logotipo .sp-module p {
    margin: 0 !important;
}

#sp-header #sp-logotipo .sp-module p img {
    margin: 0 auto !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-header #sp-logotipo .sp-module p img {
      max-height: 100px !important;
  }
}

#sp-header #sp-logotipo .sp-module p img:hover {
    /* -webkit-filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.5)); */
}

#sp-logotipo-mobile {
  display: none;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-logotipo-mobile {
      display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4f4f4f+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
      height: auto !important;
      padding: 10px 15px 20px 15px !important;
  }
}

#sp-logotipo-mobile #sp-logotipo p {
  margin: 0 !important;
}

#sp-logotipo-mobile #sp-logotipo p img {
  margin: 0 auto !important;
  max-height: 100px !important;
}

#sp-logotipo-mobile #sp-logotipo p img:hover {
  -webkit-filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.5));
}

#sp-pesquisa-mobile {
  display: none;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-pesquisa-mobile {
      display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4f4f4f+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #333 0%, #333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #333 0%,#333 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #333 0%,#333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
      height: auto !important;
      padding: 10px 15px 10px 15px !important;
  }
}

#sp-pesquisa-mobile input {
    width: 100% !important;
    max-width: 200px !important;
    margin: 0 auto !important;
    border: 0px solid #1F1F1F !important;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    text-transform: lowercase !important;
}

#sp-menu-mobile {
  display: none;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-menu-mobile {
      display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4f4f4f+100 */
  background: #333; /* Old browsers */
  background: -moz-linear-gradient(top, #333 0%, #000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #333 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #333 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
      height: auto !important;
      padding: 10px 15px 10px 15px !important;
  }
}

#sp-menu-mobile .row {
  width: 100% !important;
  max-width: 200px !important;
  margin: 0 auto !important;
}

#sp-menu-mobile .container #sp-socialtop {
  float: left !important;
  padding: 0 !important;
}

#sp-menu-mobile .container #sp-socialtop p {
  margin: 0 !important;
}

#sp-menu-mobile .container #sp-socialtop p .fa {
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
  color: #fff !important;
  font-size: 25px !important;
  vertical-align: middle !important;
  line-height: 34px !important;
}

#sp-menu-mobile .container #sp-socialtop p .fa:hover {
  color: red !important;
}

#sp-menu-mobile .container #sp-menu {
  float: right !important;
  padding: 0 !important;
}

#sp-menu-mobile .container #sp-menu #offcanvas-toggler {
    float: right !important;
    line-height: 0px !important;
}

#sp-menu-mobile .container #sp-menu #offcanvas-toggler i.fa {
    padding: 0 !important;
    font-size: 24px !important;
    background: transparent;
    margin: 0 !important;
    border-radius: 3px;
    cursor: pointer;
    color: #fff !important;
    font-weight: normal !important;
    line-height: 34px !important;
}

#sp-menu-mobile .container #sp-menu #offcanvas-toggler i:hover {
  color: red !important;
}

#sp-menu-mobile .container #sp-menu #offcanvas-toggler span {
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  padding-right : 5px !important;
  font-family: Source Sans Pro, sans-serif;
  float: left !important;
}

#sp-header #sp-menu {}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-header #sp-menu {
      width: 100% !important;
  }
}

#sp-header #sp-menu ul.sp-megamenu-parent {
    float: right !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li {}


#sp-header #sp-menu ul.sp-megamenu-parent li a {
    padding: 0 10px !important;
    line-height: 80px;
    text-transform: uppercase !important;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #fff !important;
    background: transparent;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #sp-header #sp-menu ul.sp-megamenu-parent li a {
      padding: 0 10px !important;
      font-size: 11px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-header #sp-menu ul.sp-megamenu-parent li a {
      padding: 0 10px !important;
      font-size: 10px !important;
      line-height: 0 !important;
  }
}

#sp-header #sp-menu ul.sp-megamenu-parent > li.active > a, 
#sp-header #sp-menu ul.sp-megamenu-parent > li:hover > a {
    color: #B4151B !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li:first-child a {
    padding-left: 0px !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li:last-child a {
    padding-right: 0px !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li a .fa {}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown {
    z-index: 999999;
}

#sp-header #sp-menu ul.sp-megamenu-parent li.menu-cardapio .sp-dropdown {
  width: 420px !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner {
    background: #212121 !important;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2) !important;
    padding: 0 !important;
    border: 0px dashed #000001 !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items {
    background: transparent !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li {
  padding: 0 !important;
  border-top: 1px dashed #171717 !important;
  border-bottom: 1px dashed #2D2D2D !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li:first-child {
  border-top: 0px dashed #171717 !important;  
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li:last-child {
  border-bottom: 0px dashed #171717 !important;  
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li a {
    line-height: 40px !important;
    color: #fff !important;
    padding: 0 !important;
    border-top: 1px dashed transparent !important;
    border-bottom: 1px dashed transparent !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li:first-child a {
    padding: 0 !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li:last-child a {

}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li a:hover {
  background: #B4151B !important;
  border-top: 1px dashed #171717 !important;
  border-bottom: 1px dashed #2D2D2D !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li:first-child a:hover {
      border-top: 1px dashed transparent !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li:last-child a:hover {
      border-bottom: 1px dashed transparent !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li a .fa {
    padding: 0 5px 0 15px !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li a:after {
      padding: 0 15px 0 0 !important;
}

.offcanvas-menu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4f4f4f+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
}

.offcanvas-menu .close-offcanvas {
  color: #fff !important;
}

.offcanvas-menu ul {}

.offcanvas-menu ul li {}

.offcanvas-menu ul li a {
  color: #fff !important;
  border: 0 !important;
  background: transparent url(../images/caret.png) no-repeat 8% 50% !important;
  padding-left: 35px !important;
}


.offcanvas-menu li a:before {
  display: none;
}

.offcanvas-menu ul li a:hover {
  background: rgba(255,255,255,0.3) url(../images/caret.png) no-repeat 8% 50% !important;
}

.offcanvas-menu p {
  margin: 0 !important;
  text-align: center !important;
}

.offcanvas-menu p .fa {
  color: #fff !important;
  font-size: 30px !Important;
  padding: 0 20px !important;
}

.offcanvas-menu p .fa:hover {
  color: red !important;
}

.offcanvas-menu img {
  margin: auto;
}

/*
#sp-slideshow {}

#sp-slideshow #sp-slide {}

#sp-slideshow #sp-slide .sp-module {
    margin-top: 0 !important;
}

#sp-slideshow #sp-slide .sp-module:first-child {
    margin-top: 0 !important;
}

#sp-slideshow #sp-slide .slide-lg {
  display: block !important;
}

#sp-slideshow #sp-slide .slide-md {
  display: none !important;
}

#sp-slideshow #sp-slide .slide-sm {
  display: none !important;
}

#sp-slideshow #sp-slide .slide-xs {
  display: none !important;  
}

#sp-slideshow #sp-slide .slide-xs2 {
  display: none !important;  
}

@media (max-width: 1199px) and (min-width: 992px) {
  #sp-slideshow #sp-slide .slide-lg {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-md {
    display: block !important;
  }

  #sp-slideshow #sp-slide .slide-sm {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-xs {
    display: none !important;  
  }

  #sp-slideshow #sp-slide .slide-xs2 {
    display: none !important;  
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-slideshow #sp-slide .slide-lg {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-md {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-sm {
    display: block !important;
  }

  #sp-slideshow #sp-slide .slide-xs {
    display: none !important;  
  }

  #sp-slideshow #sp-slide .slide-xs2 {
    display: none !important;  
  }
}

@media (max-width: 767px) and (min-width: 301px) {
  #sp-slideshow #sp-slide .slide-lg {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-md {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-sm {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-xs {
    display: block !important;  
  }

  #sp-slideshow #sp-slide .slide-xs2 {
    display: none !important;  
  }
}

@media (max-width: 300px) and (min-width: 1px) {
  #sp-slideshow #sp-slide .slide-lg {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-md {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-sm {
    display: none !important;
  }

  #sp-slideshow #sp-slide .slide-xs {
    display: none !important;  
  }
  
  #sp-slideshow #sp-slide .slide-xs2 {
    display: block !important;  
  }
}


#sp-slideshow .nivoSlider {
    -moz-box-shadow: 0px 0px 0px #333 !important;
    -webkit-box-shadow: 0px 0px 0px #333 !important;
    box-shadow: 0px 0px 0px #333 !important;
}

body #sp-slideshow .ari-image-slider-wCtrlNav {
    margin-bottom: 0 !important;
}

#sp-slideshow .nivo-controlNavHolder {margin-top: -29px !important;height: 58px;}

#sp-slideshow .nivo-controlNav {
    padding-top: 0 !important;
}

#sp-slideshow .nivo-controlNav a {
    width: 40px !important;
    height: 5px !important;
    background: white !important;
    margin-right: 10px !important;
    border-radius: 0 !important;
    box-shadow: 2px 1px 0px 0px #000;
}

#sp-slideshow .nivo-controlNav a:last-child {
    margin-right: 0 !important;
} 

#sp-slideshow .nivo-controlNav a.active {
    background: #FFED00 !important;
}*/

#sp-slideshow #sp-slide .vina-large {
	display: block;
	margin: 0;
}

#sp-slideshow #sp-slide .vina-small {
	display: none;
	margin: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-slideshow #sp-slide .vina-large {
		display: none;
	}

	#sp-slideshow #sp-slide .vina-small {
		display: block;
		margin-bottom: 60px;
	}
}

#sp-slideshow .vina-camera-slider .camera_prevThumbs, 
#sp-slideshow .vina-camera-slider .camera_nextThumbs, 
#sp-slideshow .vina-camera-slider .camera_prev, 
#sp-slideshow .vina-camera-slider .camera_next, 
#sp-slideshow .vina-camera-slider .camera_commands, 
#sp-slideshow .vina-camera-slider .camera_thumbs_cont {
    background: #000000;
    background: rgba(0, 0, 0, 0.85) !important;
    border-radius: 9999px !important;
}

#sp-slideshow .vina-camera-slider .camera_prev {
    left: 20px !important;
}

#sp-slideshow .vina-camera-slider .camera_amber_skin .camera_prev > span {
    background-position: 0px -120px !important;
}

#sp-slideshow .vina-camera-slider .camera_next {
    right: 20px !important;
}

#sp-slideshow .vina-camera-slider .camera_amber_skin .camera_next > span {
    background-position: -40px -120px !important;
}

#sp-slideshow .vina-camera-slider .camera_caption > div {
    /* background: rgba(119,73,47,0.8); */
    /* background: rgba(119,73,47,0.8) !important; */
}

/*#sp-slideshow .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
    background: #000000 !important;
}

#sp-slideshow .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #FFFFFF !important;
}*/

#sp-slideshow .vina-camera-slider .camera_caption > div {
    padding: 20px !important;;
}

.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
    height: 13px !important;
    width: 13px !important;
}

.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li > span {
    height: 7px !important;
    left: 3px !important;
    top: 3px !important;
    width: 7px !important;
}

#sp-home1 {
    font-weight: 300;
    text-align: justify;
}

#sp-home1,
#sp-home2,
#sp-home3 {
    background: transparent url(../images/chamadas.jpg) center top no-repeat;
    padding: 30px !important;
    background-size: 100% auto;
    margin: 0 auto;
}

  @media (max-width: 767px) and (min-width: 396px) {
    #sp-home1,
    #sp-home2,
    #sp-home3 {   
      float: left;
      width: 100%; 
      background: transparent url(../images/chamadas_responsive_bg.jpg) center top no-repeat;
      background-size: 100% auto;

    }
}

  @media (max-width: 395px) and (min-width: 1px) {
    #sp-home1,
    #sp-home2,
    #sp-home3 {   
      float: left;
      width: 100%; 
      background: transparent url(../images/chamadas.jpg) center top no-repeat;
      background-size: 100% auto;

    }
}

#sp-home1 h3,
#sp-home2 h3,
#sp-home3 h3 {
    font-size: 30px !important;
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-home1 h3,
  #sp-home2 h3,
  #sp-home3 h3 {
      text-align: center !important;
      width: 100% !important;
      float: left !important;
      font-size: 25px !important;
  }
}

#sp-home1 h3:before {
   content: '\f071 ';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin: 0;
   padding: 0 10px 0 0;
   text-decoration:none;
} 

#sp-home2 h3:before { 
   content: '\f1ea';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin: 0;
   padding: 0 10px 0 0;
   text-decoration:none;
} 

#sp-home3 h3:before { 
   content: '\f0e6';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin: 0;
   padding: 0 10px 0 0;
   text-decoration:none;
} 

@media (max-width: 991px) and (min-width: 1px) {
  #sp-home1 h3:before,
  #sp-home2 h3:before,
  #sp-home3 h3:before {
     /* text-align: center; */
     /* width: 100%; */
     /* float: left; */
     /* padding: 0 !important; */
  } 
}

#sp-home1 .newsflash {
    width: 100%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    word-wrap: break-word;
}

#sp-home1 h4.newsflash-title {
    font-weight: 400 !important;
}

#sp-home1 a {
    color: #333;
}

#sp-home1 a:hover {
    color: #333;
    text-decoration: underline;
}

#sp-home2 ul {
    float: left !important;
    width: 100%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #E4E4E4;
    height: 100px;
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-home2 ul {
      height: 160px;
  }
}

@media (max-width: 767px) and (min-width: 500px) {
  #sp-home2 ul {
      height: 100%;
      width: 50%;
      padding: 15px 15px 15px 15px;
      border: 0;
  }
}

@media (max-width: 499px) and (min-width: 1px) {
  #sp-home2 ul {
      height: 100%;
      width: 100%;
      padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #E4E4E4;
  }
}

#sp-home2 ul:first-child {
    /* padding-top: 0 !important; */
}

#sp-home2 ul:last-child {
    border-bottom: 0 solid red !important;
    padding-bottom: 0 !important;
}

#sp-home2 ul li.left{
    float: left !important;
    margin-right: 15px !important;
    max-width: 100px;
    border: 0 solid red !important;
}


@media (max-width: 1199px) and (min-width: 992px) {
  #sp-home2 ul li.left{
      max-width: 80px;
  }
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-home2 ul li.left {
      float: none !important;
      margin: 0 auto !important;
      max-width: 80px !important;
      width: 100% !important;
    }
}

#sp-home2 ul li.left img {
  margin: 0 auto !important;
}

#sp-home2 ul li.right {
    float: left !important;
    max-width: 185px !important;
    line-height: 8px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #sp-home2 ul li.right {
      max-width: 138px !important;
  }
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-home2 ul li.right {
      text-align: center;
      padding-top: 9px;
      width: 100% !important;
      max-width: 100% !important;
      float: left !important;
  }
}

#sp-home2 ul li.right span {
    text-transform: uppercase;
    color: #ed1c24;
    font-size: 12px;
    /* float: left; */
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-home2 ul li.right span {
    text-align: center;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-home2 ul li.right span {
    width: 100%;
    float: left;
    text-align: center;
  }
}

#sp-home2 ul li.right a {
    padding: 0;
    margin: 0;
    line-height: 16px;
    padding: 10px 0 0 0;
    font-weight: 300;
    text-align: justify;
    float: left;
}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-home2 ul li.right a {
      text-align: center !important;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-home2 ul li.right a {
    width: 100%;
    float: left;
    text-align: center;
  }
}

#sp-home2 ul li.right a:hover {
    color: #333;
    text-decoration: underline;
}

#sp-home2 ul li.right a:before {
    display: none !important;
}

#sp-home3 ul.jcomments-latest {
  float: left;
  width: 100%;
}

#sp-home3 ul.jcomments-latest li {
    margin: 0;
    padding: 15px 70px 15px 0px;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
    background: transparent url(../images/depoimentos.png) right 50% no-repeat;
    height: 100px;
    background-size: 45px 45px;
}

#sp-home3 ul.jcomments-latest li:first-child {
  /* padding-top: 0; */
}

#sp-home3 ul.jcomments-latest li:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-home3 ul.jcomments-latest li {
      margin: 0;
      padding: 60px 0px 10px 0px;
      border-bottom: 1px solid #E4E4E4;
      position: relative;
      background: transparent url(../images/depoimentos2.png) 50% 0% no-repeat;
      height: 160px;
      background-size: 40px;
  }

  #sp-home3 ul.jcomments-latest li:first-child {
    /* margin-top: -10px; *//* padding-top: 70px; */
   }
  
}

@media (max-width: 767px) and (min-width: 500px) {
  #sp-home3 ul.jcomments-latest li {
      height: 100%;
      background: transparent url(../images/depoimentos.png) left 50% no-repeat;
      background-size: 40px;
      padding: 15px 30px 15px 50px;
      float: left;
      width: 50%;
      border: 0;
  }
}

@media (max-width: 499px) and (min-width: 1px) {
  #sp-home3 ul.jcomments-latest li {
      height: 100%;
      background: transparent url(../images/depoimentos.png) left 50% no-repeat;
      background-size: 40px;
      padding: 15px 0px 15px 50px;
      float: left;
      width: 100%;
      border-bottom: 1px solid #E4E4E4;
  }
}

#sp-home3 ul.jcomments-latest li span.author {
    float: left;
    text-transform: uppercase !important;
    color: #ed1c24;
    line-height: 10px;
    padding-bottom: 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-home3 ul.jcomments-latest li span.author {
    text-align: center;
    float: none;
  }
}

media (max-width: 767px) and (min-width: 1px) {
  #sp-home3 ul.jcomments-latest li span.author {
    text-align: left;
    float: left;
  }
}

#sp-home3 ul.jcomments-latest li span.date {
    float: right;
    text-transform: uppercase !important;
    font-weight: 400;
    color: red;
}

#sp-home3 ul.jcomments-latest li .comment.rounded {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-align: justify;
    /* max-width: 260px; */
    margin: 0 !important;
    line-height: 16px;
    float: left;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #sp-home3 ul.jcomments-latest li .comment.rounded {
     /* max-width: 160px;*/
  }  
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-home3 ul.jcomments-latest li .comment.rounded {
    text-align: center;
    float: none;
  }
}

media (max-width: 767px) and (min-width: 1px) {
  #sp-home3 ul.jcomments-latest li .comment.rounded {
    text-align: left;
    float: left;
  }
}

#sp-home3 ul.jcomments-latest li .comment.rounded p.jcomments-latest-readmore {}

@media (max-width: 991px) and (min-width: 1px) {
  #sp-home3 ul.jcomments-latest li .comment.rounded p.jcomments-latest-readmore {
    text-align: center;
    margin-top: 5px;
  }
}

#sp-home3 ul.jcomments-latest li .comment.rounded p.jcomments-latest-readmore a {
    color: #333 !important;
}

#sp-home3 ul.jcomments-latest li .comment.rounded p.jcomments-latest-readmore a:hover {
    color: #ed1c24 !important;
}

#sp-home3 ul.jcomments-latest li .comment-separator {
    display: none !important;
}

#sp-chamadas2 {}

#sp-chamadas2 img {
    margin: 0 auto;
}

#sp-chamadas2 h3 {
  text-align: center;
  margin-top: 0px;
}

#sp-chamadas2 p {
  text-align: center;
  margin: 0;
}

#sp-chamadas2 a {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #333;
  font-weight: 400 !important;
}

#sp-chamadas2 p a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) and (min-width: 768px) {
  #sp-chamadas2 #sp-home-a,
  #sp-chamadas2 #sp-home-b,
  #sp-chamadas2 #sp-home-c,
  #sp-chamadas2 #sp-home-d,
  #sp-chamadas2 #sp-home-e,
  #sp-chamadas2 #sp-home-f {
    width: 33%;
  }
}

@media (max-width: 767px) and (min-width: 350px) {
  #sp-chamadas2 #sp-home-a,
  #sp-chamadas2 #sp-home-b,
  #sp-chamadas2 #sp-home-c,
  #sp-chamadas2 #sp-home-d,
  #sp-chamadas2 #sp-home-e,
  #sp-chamadas2 #sp-home-f {
    width: 50%;
    float: left;
  }
}

@media (max-width: 349px) and (min-width: 1px) {
  #sp-chamadas2 #sp-home-a,
  #sp-chamadas2 #sp-home-b,
  #sp-chamadas2 #sp-home-c,
  #sp-chamadas2 #sp-home-d,
  #sp-chamadas2 #sp-home-e,
  #sp-chamadas2 #sp-home-f {
    width: 100%;
    float: left;
  }
}

/*#sp-bottom {
    background: #000001 url(../images/header.png) repeat !important;
    border-top: 1px dashed #FFF !important;
    height: auto !important;
    padding: 0 !important;
}

#sp-bottom .container {
  border-bottom: 1px dashed #000000 !important;
  padding: 15px 15px 15px 15px !important;
}

#sp-bottom h3 {
  color: #FF8F00 !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}

#sp-bottom {
  color: #fff !important;
  margin: 50px 0 0 0 !important;
  text-align: center !important;
}

#sp-bottom p {
  color: #fff !important;
  margin: 0 !important;
  text-align: center !important;
}

@media (max-width: 768px) and (min-width: 1px) {
  #sp-bottom #sp-bottom1 {
    width: 100% !important;
    max-width: 292px !important;
    margin: 0 auto 30px auto !important;
  }

  #sp-bottom #sp-bottom2,
  #sp-bottom #sp-bottom3 {
    width: 100% !important;
    max-width: 292px !important;
    margin: 0 auto 50px auto !important;
  }

   #sp-bottom #sp-bottom4 {
    width: 100% !important;
    max-width: 292px !important;
    margin: 0 auto 10px auto !important;
  }
}

#sp-bottom #sp-bottom1 h3:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0 10px 0 0;
    text-decoration: none;
}

#sp-bottom #sp-bottom2 h3:before {
    content: '\f041';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0 10px 0 0;
    text-decoration: none;
}

#sp-bottom #sp-bottom3 h3:before {
    content: '\f0e6';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0 10px 0 0;
    text-decoration: none;
}

#sp-bottom #sp-bottom4 h3:before {
    content: '\f080 ';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0 10px 0 0;
    text-decoration: none;
}

#sp-bottom #sp-bottom4 p {
  margin: 0 !important;
}

#sp-bottom #sp-bottom4 p img {
  margin: 20px auto !important;
}

#sp-bottom #sp-bottom4 .fa-facebook,
#sp-bottom #sp-bottom4 .fa-youtube {
  font-size: 30px !important;
  padding: 0 10px !important;
}

#sp-bottom #sp-bottom4 .fa-facebook:hover,
#sp-bottom #sp-bottom4 .fa-youtube:hover {
  color: red !important;  
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
}

#sp-bottom #sp-bottom1 table.acymailing_form {
    margin: 0 auto !important;
    width: 100% !important;
    border: 0px !important;
}

#sp-bottom #sp-bottom1 table.acymailing_form td {
  padding: 0 0 10px 0 !important;
  margin: 0 !important;
}

#sp-bottom #sp-bottom1 table.acymailing_form :nth-child(2) td {
  padding: 0 !important;
}


#sp-bottom #sp-bottom1 input {
  width: 100% !important;
  border: 1px solid #FFFFFF !important;
  background: rgba(255, 255, 255, 0.09) !important;
  color: #fff !important;
  text-transform: lowercase !important;
  border-radius: 0 !important;
  height: 40px !Important;
}

#sp-bottom #sp-bottom1 input.button {
  margin: 0 auto !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 solid red !important;
  text-align: right !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  background: transparent !important;
}

#sp-bottom #sp-bottom1 input.button:hover {
  color: red !important;
}

#sp-bottom #sp-bottom2 p img {
  margin: 0 auto !important;
  max-width: 60px !important;
  margin-top: 10px !important;
}

#sp-bottom #sp-bottom2 p img:hover {
  -webkit-filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
}

#sp-bottom #sp-bottom3 p {
  text-align: left !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  line-height: 25px !important;
}

#sp-bottom #sp-bottom3 p:last-child { 
  margin: 0 !important;
}

#sp-bottom #sp-bottom3 .fa {
  padding-right: 5px;
  width: 25px;
  text-align: center;
}

#sp-bottom #sp-bottom3 p a {
  color: #fff !important;
}

#sp-bottom #sp-bottom3 p a:hover {
  color: #ff0000 !important;
}

#sp-bottom #sp-bottom3 .fa-phone,
#sp-bottom #sp-bottom3 .fa-mobile,
#sp-bottom #sp-bottom3 .fa-whatsapp,
#sp-bottom #sp-bottom3 .fa-paper-plane,
#sp-bottom #sp-bottom3 .fa-envelope {
  padding: 0 !important;
  margin: 0 !important;
}

#sp-bottom #sp-bottom3 .fa-phone {
  font-size: 23px !important;
  color: #F9FF00;
}

#sp-bottom #sp-bottom3 .fa-mobile {
  font-size: 27px !important;
  color: #FF95FF;
}

#sp-bottom #sp-bottom3 .fa-whatsapp {
  font-size: 25px !important;
  padding: 0 15px 0 20px !important;
  color: #23B700;
}

#sp-bottom #sp-bottom3 .fa-paper-plane {
  font-size: 20px !important;
  color: #36A1FF;
}

#sp-bottom #sp-bottom3 .fa-envelope {
  font-size: 20px !important;
  color: #FF8F00;
}

#sp-bottom #sp-bottom4 .sp-module {
  margin: 0 !important;
}

#sp-bottom #sp-bottom4 .stats-module {
  margin: 0 !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-bottom #sp-bottom4 .stats-module {
    margin-bottom: 20px !important;
  }
}

#sp-bottom #sp-bottom4 .stats-module dt {font-size: 24px !important;font-weight: normal !important;color: #FF8F00;display: none;}

#sp-bottom #sp-bottom4 .stats-module dd {font-size: 16px;}

#sp-bottom #sp-bottom4 dl {
  margin: 0 !important;
}*/

#sp-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4f4f4f+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #171616 0%,#1d1d1d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #171616 0%,#1d1d1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
  padding: 20px 0 10px 0;
  margin: 50px 0 0 0;
}

#sp-bottom h3 {
  color: #fff;
  font-size: 16px !important;
  text-transform: uppercase !important;
  text-align: left;
  margin: 0 0 15px 0;
  font-family: Montserrat;
}

#sp-bottom p,
#sp-bottom a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: Montserrat;
}

#sp-bottom strong {
    font-size: 16px;
}

#sp-bottom span {
	font-size: 10px;
}

#sp-bottom a:hover {
  text-decoration: underline;
}

#sp-bottom .fa-whatsapp {
  margin: 0 0 0 5px;
}

#sp-bottom .fa-telegram {
    font-size: 14px;
    margin: 0 0 0 5px;
}

#sp-bottom .fa-facebook {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: black;
    background: #ffcc00;
    text-align: center;
    font-size: 25px;
    border-radius: 999px;
    margin: 0 5px 0 0;
}

#sp-bottom .fa-facebook {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    background: #0092da;
    text-align: center;
    font-size: 20px;
    border-radius: 999px;
    margin: 0 5px 0 0;
}

#sp-bottom .fa-youtube-play {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    background: #da0000;
    text-align: center;
    font-size: 20px;
    border-radius: 999px;
    margin: 0 10px 0 0;
}

#sp-bottom .fa-facebook:hover {
    color: #292929;
    background: #ffffff;
}

#sp-bottom .fa-youtube-play:hover {
    color: black;
    background: #ffffff;
}

#sp-bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-table;
    width: 100%;
    border: 0;
    text-align: left;
}

#sp-bottom li {
    border: 0;
    display: inline-table;
    width: 20%;
    padding: 0 7px 0 0;
}

#sp-bottom img {
    max-height: 30px;
}

#sp-bottom #sp-bottom1 table,
#sp-bottom #sp-bottom1 tbody {
  width: 100%;
  max-width: 200px;
  margin: 0;
}

#sp-bottom #sp-bottom1 td {
  padding: 0;
}

#sp-bottom #sp-bottom1 .inputbox {
  border-radius: 0;
  background: transparent;
  color: #fff;
  height: 35px;
  margin: 0 0 10px 0;
}

#sp-bottom #sp-bottom1 .button {
    border-radius: 0;
    border: 0px solid #fff;
    background: transparent;
    color: #fff;
    height: auto;
    width: 100%;
    text-align: right;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: -10px;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-bottom #sp-bottom1 .button {
      text-align: left;
  }
}

#sp-bottom #sp-bottom1 .button:hover {
    text-decoration: underline;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3 {
    margin: 0 0 40px 0;
  }
}


#sp-footer {
      background: #1c1c1c;
      height: auto !important;
      padding: 0 !important;
}

#sp-footer .container {
}

#sp-footer p {
  margin: 0 !important;
  font-size: 12px;
  border-top: 1px solid rgb(0, 0, 0);
  padding: 5px 0;
}

#sp-footer p:before {
  content: '';
  display: block;
  position: relative;
  top: -5px;
  width: 100%;
  height: 1px;
  background: #2b2b2b;
  margin: 0px;
}

#sp-caminho {
    margin: 20px 0 !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-caminho {
      margin: 20px 0 20px 0 !important;
  }
}

#sp-caminho .container {
}

#sp-caminho ol.breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    width: 100% !important;
    text-align: right !important;
    text-transform: uppercase !important;
}

#sp-caminho ol.breadcrumb span {
    color: #333 !important;
}

#sp-caminho ol.breadcrumb li {
    color: #333 !important;
}

#sp-caminho ol.breadcrumb li:before {
    color: #333 !important;
}

#sp-caminho ol.breadcrumb li .active {}

#sp-caminho ol.breadcrumb li a {
    color: #333 !important;
}

#sp-main-body {
    padding: 0 !important;
}

.page-header {
    margin: 0 0 30px 0 !important;
    padding:  0 !important;
    border-bottom: 1px solid whitesmoke;
    width: 100% !important;
    float: left !important;
}

.page-header .page-header_left {
    float: left !important;
}

.page-header .page-header_right {
    float: right !important;
}

.page-header h1 {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0;
}

.cardapiom-page h1 {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid whitesmoke;
    width: 100% !important;
    float: left !important;
}

.cardapiom-page a {
    color: #333;
}

.cardapiom-page a:hover {
    color: #ff0000;
}

.entry-header {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  border-bottom: 1px solid whitesmoke;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 468px) and (min-width: 1px) {
	 #page-cardapio .entry-header h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
}

.entry-header h2 {margin: 0;padding: 0;border-bottom: 0px solid whitesmoke;width: auto;float: none;font-weight: 400 !important;font-size: 36px;line-height: 1.1;}

.entry-header .icons {
  float: none;
  padding-top: 17px;
}

.entry-header .icons .btn {
  padding: 0  !important;
  margin: 0 !important;
  color: #333333 !important;
  background: transparent !important;
  text-align: right !important;
}

.entry-header .icons .btn:hover {
  color: #B4151B !important;
}

.articleBody {}

article.item {
    margin-bottom: 0;
}

.article-footer-wrap {
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
}

.article-footer-top {
    display: block;
    width: 100%;
}

.helix-social-share {
    display: block;
    width: 100%;
    float: none;
}

.helix-social-share-icon {
    display: block;
    width: 100%;
}

.helix-social-share-icon ul {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.helix-social-share-icon li {
    margin: 0 5px;
}

.helix-social-share-icon li a {
    background: #0092da !important;
    color: white !important;
}

.helix-social-share-icon li a:hover {
    background: #ff0000 !important;
}

.helix-social-share-icon li .fa {}

/*.mapdirform .button {
  width: 100% !important;
  max-width: 200px !important;
  margin: 10px 0 20px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: 40px !important;
  color: #fff !important;
  background: #29449A !important;
  box-shadow: 3px 3px 0 0 black;
  text-transform: uppercase;
}

.mapdirform .button:hover {
  background: #B4151B !important;
}*/

.mapdirform {
  height: 170px;
}

.mapdirform .button {
  display: inline-block;
  padding: 10px 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #3f9842;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px #2a6b2c;
  width: 100%;
  font-weight: 600;
}

.mapdirform .button:hover {
  background-color: #3a8d3c;
  box-shadow: 0 5px #2a6b2c;
}

.mapdirform .button:active {
  background-color: #3a8d3c;
  box-shadow: 0 3px #2a6b2c;
  transform: translateY(2px);
}

.mapdirform .button {
  -webkit-transition: color 0ms, background-color 0ms, border-color 0ms;
  -o-transition: color 0ms, background-color 0ms, border-color 0ms;
  transition: color 0ms, background-color 0ms, border-color 0ms;
}

p.map-p {
  text-align: center;
  margin: 20px auto auto auto;
  /* background: red; */
  /* border-radius: 10px; */
  /* max-width: 500px; */
  color: #000000;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 35px;
  /* border: 2px solid black; */
  /* box-shadow: inset 0 0 20px 0 #500000; */
}

p.map-p {}

p.map-p .fa {
  padding-right: 10px;
  font-size: 30px;
  vertical-align: middle;
  color: red;
}

.sp-social-share {
  float: left !important;
  width: 100% !important;
  margin: 50px 0 0 0 !Important;
}

.sp-social-share ul {
  margin: 0 !important;
  padding: 0 !Important;
}

.sp-social-share ul li {
  margin: 0 5px 0 0 !important;
  padding: 0 !Important;
}

.sp-social-share ul li:nth-child(1) {
  margin: 0 15px 0 0 !important;
}

.sp-social-share ul li:nth-child(2) {
  margin: 0 35px 0 0 !important;
}

ul.empresa_topicos {
    padding: 0 50px 10px 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    float: left !important;
}

@media (max-width: 991px) and (min-width: 1px) {
  ul.empresa_topicos {
      padding: 0 !important;
      width: 100% !important;
  }
}

ul.empresa_topicos .fa {
  color: orange;
  padding-right: 5px;
}

ul.empresa_imgs {
    padding: 0 !important;
    margin: 30px auto auto auto !important;
    list-style-type: none !important;
    float: left !important;
    width: 100% !important;
}

ul.empresa_imgs li {
  float: left !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  ul.empresa_imgs li {
    width: 100% !important;
  }
}

ul.empresa_imgs li:nth-child(2) {
  padding: 0 91px !important;
}


@media (max-width: 1199px) and (min-width: 992px) {
  ul.empresa_imgs li:nth-child(2) {
    padding: 0 50px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  ul.empresa_imgs li:nth-child(2) {
    padding: 0 30px !important;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  ul.empresa_imgs li:nth-child(2) {
    padding: 30px 0 !important;
  }
}

ul.empresa_imgs li img {margin: 0 auto;}

@media (max-width: 1199px) and (min-width: 992px) {
  ul.empresa_imgs li img {
    max-width: 280px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  ul.empresa_imgs li img {
    max-width: 220px;
    margin: 0 auto;
  }
}

h1.jcomments-h1 {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid whitesmoke;
    width: 100% !important;
    float: left !important;
}

#comments h4 {
  display: none;
}

.jcomments_before {
  float: left !important;
  width: 100% !important;
}

.jcomments_before h4 {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border-bottom: 0px solid #E8E8E8 !important;
  color: #29459C !important;
}

.jcomments_before .comments-list {
  margin: 0 !important;
  padding: 0 !important;
}

.jcomments_before .comments-list .even, 
.jcomments_before .comments-list .odd {
  margin: 0 0 15px 0 !important;
  padding: 15px 15px !important;
  border-radius: 0 10px !important;
  border: 1px solid #E8E8E8 !Important;
  background: #F6F6F6 url(../images/depoimentos.png) 98% 50% no-repeat !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  .jcomments_before .comments-list .even, 
  .jcomments_before .comments-list .odd {
    background: #F6F6F6 url(../images/depoimentos2.png) center 0% no-repeat !important;
  }
}

.jcomments_before .comments-list .even .rbox,
.jcomments_before .comments-list .odd .rbox {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: initial !Important;
  width: 100% !important;
  max-width: 1010px !Important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .jcomments_before .comments-list .even .rbox,
  .jcomments_before .comments-list .odd .rbox {
   max-width: 810px !Important;
  }  
}

@media (max-width: 991px) and (min-width: 768px) {
  .jcomments_before .comments-list .even .rbox,
  .jcomments_before .comments-list .odd .rbox {
    max-width: 590px !Important;
  }  
}

@media (max-width: 767px) and (min-width: 1px) {
  .jcomments_before .comments-list .even .rbox,
  .jcomments_before .comments-list .odd .rbox {
    max-width: 100% !Important;
    padding-top: 60px !important;
  }  
}

.jcomments_before .comments-list .even .rbox .comment-box,
.jcomments_before .comments-list .odd .rbox .comment-box {}

.jcomments_before .comments-list .even .rbox .comment-box a.comment-anchor,
.jcomments_before .comments-list .odd .rbox .comment-box a.comment-anchor {
    display: none !important;
}

.jcomments_before .comments-list .even .rbox .comment-box span.comment-title,
.jcomments_before .comments-list .odd .rbox .comment-box span.comment-title {
    text-transform: uppercase !important;
}

.jcomments_before .comments-list .even .rbox .comment-box span.comment-author,
.jcomments_before .comments-list .odd .rbox .comment-box span.comment-author {
    text-transform: uppercase;
    padding: 0 20px 0 0 !important;
}

.jcomments_before .comments-list .even .rbox .comment-box span.comment-date,
.jcomments_before .comments-list .odd .rbox .comment-box span.comment-date {
    font-size: 14px !important;
    margin: 0 !important;
    display: none;
}

.jcomments_before .comments-list .even .rbox .comment-box div.comment-body,
.jcomments_before .comments-list .odd .rbox .comment-box div.comment-body {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    text-align: justify !important;
    line-height: 16px;
}

.jcomments_before .comments-list .even .rbox .comment-box span.comments-buttons,
.jcomments_before .comments-list .odd .rbox .comment-box span.comments-buttons {
    display: none !important;
}

.jcomments_before .comments-list .even .rbox .comment-box span.comments-buttons a,
.jcomments_before .comments-list .odd .rbox .comment-box span.comments-buttons a {}


.jcomments_before .comments-list .even .rbox .clear,
.jcomments_before .comments-list .odd .rbox .clear {display: none !Important;}

.jcomments_before #comments #nav-bottom {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.jcomments_before #comments #nav-bottom span.page {
    padding: 10px !important;
    margin: 0 5px !important;
    line-height: 0 !important;
    height: auto !important;
}

.jcomments_before #comments #nav-bottom span.hoverpage:hover {
    padding: 10px !important;
    margin: 0 5px !important;
    line-height: 0 !important;
    height: auto !important;
}

.jcomments_before #comments #nav-bottom span.activepage {
    margin: 0 5px !important;
    padding: 10px !important;
    line-height: 0 !important;
    height: auto !important;
}

.jcomments_before #comments #nav-bottom span.activepage b {}

.jcomments_before #comments #comments-list-footer {
    margin: 0 !important;
    padding: 0 !important;
}

.jcomments_before #comments #comments-list-footer a.refresh {
    margin: 0 !important;
    color: #B4151B !important;
}

.jcomments_before #comments #comments-list-footer a.refresh:hover {
    color: #000 !important;
}

.jcomments_after{
  float: left !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 20px 0 0 0 !important;
}

.jcomments_after h4 {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border-bottom: 0px solid #E8E8E8 !important;
  color: #29459C !important;
}

.jcomments_after {}

.jcomments_after .jcomments-nome,
.jcomments_after .jcomments-titulo {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 360px;
}

.jcomments_after .jcomments-email {
  margin: 0 30px !important;
  padding: 0 !important;
  max-width: 360px !important;
}

.jcomments_after .jcomments-nome label,
.jcomments_after .jcomments-email label,
.jcomments_after .jcomments-titulo label,
.jcomments_after .jcomments-areatexto label,
.jcomments_after .jcomments-notificar label,
.jcomments_after .jcomments-captcha label,
.jcomments_after #comments-form-buttons label {
  margin: 0 !important;
  padding: 0 !important;
}

.jcomments_after .jcomments-nome input,
.jcomments_after .jcomments-email input,
.jcomments_after .jcomments-titulo input,
.jcomments_after .jcomments-areatexto input,
.jcomments_after .jcomments-captcha input,
.jcomments_after #comments-form-buttons input {
  margin: 0 !important;
  padding: 20px 15px !important;
  width: 100% !important;
  border-radius: 0 !important;
}

.jcomments_after .jcomments-areatexto {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
}

.jcomments_after .jcomments-areatexto .bbcode {}

.jcomments_after .jcomments-areatexto textarea {
  margin: 0 !important;
  padding: 10px 15px !important;
  width: 100% !important;
  min-width: 100% !Important;
  border-radius: 0 !important;
  overflow: hidden !important;
  height: 150px !important;
}

.jcomments_after .jcomments-areatexto .grippie {
  width: 100% !important;
  min-width: 100% !important;
}

.jcomments_after .jcomments-notificar,
.jcomments_after .jcomments-captcha,
.jcomments_after #comments-form-buttons {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.jcomments_after .jcomments-notificar input {
    float: left !important;
    margin: 0 5px 0 0 !important;
}

.jcomments_after .jcomments-notificar label {
    float: left !important;
}

.jcomments_after .jcomments-captcha img {
    margin: 0 !important;
    padding: 0 !important;
}

.jcomments_after .jcomments-captcha span {}

.jcomments_after .jcomments-captcha input {
    max-width: 121px;
}

.jcomments_after #comments-form-buttons .btn#comments-form-send {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
}

.jcomments_after #comments-form-buttons .btn#comments-form-send div {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.jcomments_after #comments-form-buttons .btn#comments-form-send a {
    margin: 0 !important;
    padding: 5px 37px !important;
    background: black !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.jcomments_after #comments-form-buttons .btn#comments-form-send a:hover {
  background: #B4151B !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .jcomments_after .jcomments-nome, 
  .jcomments_after .jcomments-email,   
  .jcomments_after .jcomments-titulo {
    max-width: 293px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .jcomments_after .jcomments-nome, 
  .jcomments_after .jcomments-email,   
  .jcomments_after .jcomments-titulo {
    max-width: 220px !important;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  .jcomments_after .jcomments-nome, 
  .jcomments_after .jcomments-email,   
  .jcomments_after .jcomments-titulo {
      margin: 0 !important;
      max-width: 100% !important;
  }
  .jcomments_after .jcomments-email {
    margin: 10px 0 !important;
  }
}

.gallery h2 {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid whitesmoke;
    width: 100% !important;
    font-size: 36px !important;
}

.jg_row {
    margin: 0 !important;
    padding: 0 0 36px 0 !important;
}

@media (max-width: 767px) and (min-width: 587px) {
  .jg_row {
      margin: 0 auto !important;
      padding: 0 !important;
      max-width: 540px !important;
  }
}

@media (max-width: 588px) and (min-width: 407px) {
  .jg_row {
      max-width: 360px !important;
      margin: 0 auto !important;
      padding: 0 !important;
  }
}

@media (max-width: 406px) and (min-width: 1px) {
  .jg_row {
      max-width: 180px !important;
      margin: 0 auto !important;
      padding: 0 !important;
  }
}

.jg_row .jg_element_cat {
    width: auto !important;
    float: left;
    text-align: center !important;
    margin: 0 18px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .jg_row .jg_element_cat {
      width: 126px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .jg_row .jg_element_cat {
      width: 90px !important;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  .jg_row .jg_element_cat {
      width: auto !important;
      margin: 10px !important;
      padding: 0 !important;
  }

   .jg_row .jg_element_cat:nth-child(1) {
     margin-left: 10px !important;
   }

  .jg_row .jg_element_cat:nth-child(6) {
      margin-right: 10px !important;
  }
}

.jg_row .jg_element_cat:nth-child(1) {
  margin-left: 0px;
}

.jg_row .jg_element_cat:nth-child(6) {
  margin-right: 0px;
}

.jg_photo, 
.jg_minis a img {
    border: 1px solid #c0c0c0;
    background-color: #fff;
    background-image: none;
    margin: 0 auto !important;
}

.gallery div.pagination {
    margin: 0 auto !important;
    text-align: center !important;
    width: 100% !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  .gallery div.pagination {
    padding-top: 20px !important;
  }
}

.gallery ul.pagination {
    margin: 0 auto !important;
    text-align: center !important;
}

.gallery .pagination > .active > a, 
.gallery .pagination >.active > span {
    border-color: #000000 !important;
    background-color: #000000 !important;
}

.pagination > .active > a:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:hover, 
.pagination > .active > span:focus {
    border-color: #E21E24 !important;
    background-color: #E21E24 !important;
}

#comments-footer {
  float: left !important;
  width: 100% !important;
  display: none !important;
}

ul.servicos-p {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    float: left !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  ul.servicos-p {
     padding: 0 50px 0 0 !important;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
    ul.servicos-p {
      padding: 0 0 50px 0 !important;
    }
}

ul.servicos-p li {
  margin-bottom: 20px !important;
  text-align: justify !important;
}

ul.servicos-p li .fa {
  padding-right: 5px !important;
  color: orange !important;
}

ul.servicos-img {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    float: right !important;
}

ul.servicos-img li {
    margin: 0 0 30px 0 !important;
}

ul.servicos-img li img {
  margin: 0 0 0 auto;
}

@media (max-width: 767px) and (min-width: 1px) {
    ul.servicos-img li img {
      margin: 0 auto !important;
    }
}

/* Promocoes Table Base */  
.promocoes table {    
	max-width: 100%;    
	background-color: transparent;    
	border-collapse: collapse;    
	border-spacing: 0;    
}  

.promocoes .table {
	border-bottom: #DDDDDD solid 1px;
	width: 100%;
	margin-bottom: 20px;
}  

.promocoes .table th,  
.promocoes .table td {
	border-right: #DDDDDD solid 1px;
	font-size: 16px;
	padding: 8px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center !important;
}  

.promocoes .table td:first-child {     
	border-left: #DDDDDD solid 1px;  
} 

.promocoes .table td:last-child {     
	border-right: #DDDDDD solid 1px;  
}  

.promocoes .table thead th {
	font-weight: normal;
	background-color: #005dab;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center !important;
}  

.promocoes .table tbody > tr:nth-child(odd) > td,  
.promocoes .table tbody > tr:nth-child(odd) > th {
	background-color: #f8f8f8;
}

#orcamento-page article.item {
    margin-bottom: 0 !important;
}

#formulario-de-orcamento {}

#formulario-de-orcamento .left {
  margin: 0 !important;
  padding: 0 30px 0 0  !important;
  border-right: 1px solid #ccc !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #formulario-de-orcamento .left {
    padding: 0 0 20px 0 !important;
    border-right: 0px solid #ccc !important;
  }
}

#formulario-de-orcamento .left p.txt-top {
  font-weight: bold !important;
}

#formulario-de-orcamento .left label {
  margin: 0 !important;
  padding: 0 !important; 
}

#formulario-de-orcamento .left input {
    margin: 0 0 10px 0 !important;
    padding: 20px 15px !important;
    width: 100% !important;
    border-radius: 0 !important;
}

#formulario-de-orcamento .left select {
    margin: 0 0 10px 0 !important;
    padding: 0 7px !important;
    width: 100% !important;
    border-radius: 0 !important;
    height: 41px !important;
}

#formulario-de-orcamento .left textarea {
  margin: 0 !important;
    padding: 10px 15px !important;
    width: 100% !important;
    min-width: 100% !Important;
    border-radius: 0 !important;
    overflow: hidden !important;
    height: 150px !important;
}

#formulario-de-orcamento .left .uf {
  padding-left: 0 !important;
}

#formulario-de-orcamento .left .cidade {
  padding-right: 0 !important;
}

#formulario-de-orcamento .left p.fone-cel {
  margin: 10px 0 0 0 !Important;
  float: left !important;
  width: 100% !important;
}

#formulario-de-orcamento .left .telefone {
  padding-left: 0 !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #formulario-de-orcamento .left .telefone {
    padding: 0 !important;
  }
}

#formulario-de-orcamento .left .celular {
  padding-right: 0 !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #formulario-de-orcamento .left .celular {
    padding: 0 !important;
  }
}

#formulario-de-orcamento .left .pessoas {
  padding-left: 0 !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #formulario-de-orcamento .left .pessoas {
    padding: 0 !important;
  }
}

#formulario-de-orcamento .left .evento {
  padding-right: 0 !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #formulario-de-orcamento .left .evento {
    padding: 0 !important;
  }
}

#formulario-de-orcamento .right {
  margin: 0 !important;
  padding: 0 0 0 30px !important;
}

@media (max-width: 767px) and (min-width: 1px) {
  #formulario-de-orcamento .right {
    padding: 0 !important;
  }
}

#formulario-de-orcamento .right input[type="checkbox"],
#formulario-de-orcamento .right input[type="radio"] {
  margin-right: 5px !important;
}

#formulario-de-orcamento .right .enviar {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border:none;
  border-radius: 10px;
  padding:10px;
  cursor: pointer;
  display:inline-block;
  text-decoration: none;
  background: #29449A;
  color:#fff;
  box-shadow: 0 5px 0 #0c1b4a;
  width: 100px;
}

#formulario-de-orcamento .right .enviar:hover{
  background: #b90000;
  box-shadow: 0 5px 0 #610000;
}

#formulario-de-orcamento .right .enviar:active {
  position:relative;
  top:5px;
  box-shadow:none;
}

#formulario-de-orcamento .right .enviar:focus, 
#formulario-de-orcamento .right .enviar::-moz-focus-inner{
  outline:none;
  border:none;
}

#pg-icons,
#pg-msnr-container .pg-cv-name,
#pg-msnr-container .pg-icon-detail,
#pg-msnr-container .ph-cb {
  display: none;
}

#pg-msnr-container .pg-cv-box {
    float: left !important;
    padding: 0px !important;
    margin: 0 9px 9px 9px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    box-shadow: 0px 0px 0px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: auto !important;
    width: 160px !important;
}

#pg-msnr-container .pg-box2 {
  background: transparent;
}

#phocagallery #pg-msnr-container a img {
  width: 100% !important;
  height: 110px !important;
  border: 1px solid #999;
  background: white;
  padding: 3px;
}

#phocagallery-pane .pg-box1, #phocagallery .pg-box1, .pg-box1 {
    width: 100%;
}

#phocagallery .pagination.pagination-centered {
    margin: 0;
    width: 100%;
}

#phocagallery .pagination.pagination-centered .counter.pull-right {
    display: none !important;
}

#phocagallery .pagination.pagination-centered .pagination.pagination-centered {
    text-align: center;
}

#phocagallery .pagination.pagination-centered .pagination.pagination-centered ul.pagination {
    margin: 0;
    text-align: center;
}

#phocagallery .pagination.pagination-centered .pagination.pagination-centered ul.pagination li {}

#phocagallery .pagination>.active>a,
#phocagallery .pagination>.active>span {
    border-color: #000 !important;
    background-color: #000 !important;
}

#phocagallery .pagination>li>a:hover, 
#phocagallery .pagination>li>span:hover, 
#phocagallery .pagination>li>a:focus, 
#phocagallery .pagination>li>span:focus {
    background-color: #eee !important;
    border-color: #ddd !important;
}

.com-allvideoshare h2 {
    margin: 50px 0 30px 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid whitesmoke;
    width: 100% !important;
    float: left !important;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
    font-size: 36px;
}

.avs_responsive {
  float: left;
  width: 100%;
}

.avs_responsive img.arrow {
  display: none;
 }

.avs_responsive span.title {
  float: left;
  width: 100%;
  text-align: center;
}

.avs_responsive span.views {
  float: left;
  width: 100%;
  text-align: center;
 
}

.avs_responsive span.views strong {
  font-weight: normal;
}

.avs_video_description {
  margin-bottom: 50px;
}

.avs_video_header {
  display: none;
}
#sp-home2 ul >li >a:before {
  display: none !important;
}

/*ul.cardapio-left {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

ul.cardapio-right {
  padding-right: 0;
  list-style-type: none;
  margin: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  ul.cardapio-right {
    padding-left: 0;
  }
}

ul.cardapio-bottom {
  padding-right: 0;
  padding-left: 0;
  list-style-type: none;
  margin: 20px 0 0 0;
}

ul.cardapio-left li,
ul.cardapio-right li,
ul.cardapio-bottom li {
  margin-bottom: 15px;
}

ul.cardapio-left li .fa,
ul.cardapio-right li .fa,
ul.cardapio-bottom li .fa {
  padding-right: 5px;
}

ul.cardapio-bottom li {
  float: left;
  margin-right: 30px;
  max-width: 260px;
  background: #f1f1f1;
  padding: 10px 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  ul.cardapio-bottom li {
    max-width: 212px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  ul.cardapio-bottom li {
    max-width: 157px;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  ul.cardapio-bottom li {
    width: 100%;
    max-width: 100%;
  }
}


ul.cardapio-bottom li:last-child {
  margin-right: 0;
}*/

.cardapio-left {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 15px 0 0;
}

@media (max-width: 499px) and (min-width: 1px) {
  .cardapio-left {
      width: 100%;
      padding: 0 0 0 0;
  }
}

.cardapio-left ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.cardapio-left ul li {
    background: url(../images/bullet-cardapio.png) left top no-repeat;
    padding: 0 0 0 10px;
}

.cardapio-left ul li:first-child {
    background: url(../images/bullet-cardapio2.png) left top no-repeat;
    padding: 0;
}

.cardapio-left ul li strong {
    font-weight: 600;
    font-size: 16px;
}

.cardapio-right {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 0 0 15px;
}

@media (max-width: 499px) and (min-width: 1px) {
  .cardapio-right {
      width: 100%;
      padding: 0 0 0 0;
  }
}

.cardapio-right ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.cardapio-right ul li {
    background: url(../images/bullet-cardapio.png) left top no-repeat !important;
    padding: 0 0 0 10px;
}

.cardapio-right ul li:first-child {
    background: url(../images/bullet-cardapio2.png) left top no-repeat !important;
    padding: 0;
}

.cardapio-right ul li strong {
    font-weight: 600;
    font-size: 16px;
}

.cardapio-bottom {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

.cardapio-bottom ul {
    margin: 0 20px 0 0;
    padding: 7px 15px;
    float: left;
    width: 23.68%;
    list-style-type: none;
    border: 0px solid red;
    background: #f1f1f1;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cardapio-bottom ul {
      width: 23.40%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cardapio-bottom ul {
      width: 22.91%;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  .cardapio-bottom ul {
      width: 100%;
      margin: 0 0 20px 0;
  }
}

.cardapio-bottom ul:last-child {
  margin: 0;
}

.cardapio-bottom ul li {
    text-align: justify;
}

.cardapio-bottom ul li strong {}

#box_cadastro {}

#box_cadastro #form_budget {}

#box_cadastro #form_budget label {
    margin: 0;
    width: 100%;    
}

#box_cadastro #form_budget input {
    margin: 0 0 10px 0;
    width: 100%;
}

#box_cadastro #form_budget select {
    margin: 0 0 10px 0;
    width: 100%;
}

#box_cadastro #form_budget textarea {
    margin: 0;
    width: 100%;
    height: 150px;
}

#box_cadastro #form_budget .box_left {
    padding-left: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_left {
      padding: 0;
  }
}

#box_cadastro #form_budget .box_left .campo-nome {
    padding-left: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_left .campo-nome {
      padding: 0;
  }
}

#box_cadastro #form_budget .box_left .campo-email {
    padding-right: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_left .campo-email {
      padding: 0;
  }
}

#box_cadastro #form_budget .box_left .campo-uf {
    padding-right: 0;
}


#box_cadastro #form_budget .box_left .campo-cidade {
    padding-left: 0;
}

#box_cadastro #form_budget .box_left .campo-aviso-fone {
    float: left;
}

#box_cadastro #form_budget .box_left .campo-telefone {
    padding-left: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_left .campo-telefone {
    padding: 0;
  }
}

#box_cadastro #form_budget .box_left .campo-celular {
    padding-right: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_left .campo-celular {
    padding: 0;
  }
}

#box_cadastro #form_budget .box_left .campo-pessoas {
    padding-left: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_left .campo-pessoas {
    padding: 0;
  }
}

#box_cadastro #form_budget .box_left .campo-data {
    padding-right: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_left .campo-data {
    padding: 0;
  }
}

#box_cadastro #form_budget .box_left .campo-mensagem {
    float: left;
    width: 100%;
}

#box_cadastro #form_budget .box_right {
    padding-right: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_right {
      padding: 0;
  }
}

#box_cadastro #form_budget .box_right .campo-aviso-servicos {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_right .campo-aviso-servicos {
    margin-top: 30px;
  }
}

#box_cadastro #form_budget .box_right .campo-cardapio {
    padding-left: 0;  
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_right .campo-cardapio {
    padding: 0;
  }
}

#box_cadastro #form_budget .box_right .campo-banner {
    padding-right: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_right .campo-banner {
    padding: 0;
  }
}

#box_cadastro #form_budget .box_right .campo-album {
    padding-left: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_right .campo-album {
    padding: 0;
  }
}

#box_cadastro #form_budget .box_right .campo-quadro {
    padding-right: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_cadastro #form_budget .box_right .campo-quadro {
    padding: 0;
  }
}

#box_cadastro #form_budget .box_right .campo-servicos {
    float: left;
    width: 100%;
}

#box_cadastro #form_budget .box_right .campo-servicos input {
  width: auto;
  margin: 0;
}

#box_cadastro #form_budget .box_right .campo-infantil {
    float: left;
    width: 100%;
    margin: 10px 0;
}

#box_cadastro #form_budget .box_right .campo-infantil input {
  width: auto;
  margin: 0;
}

#box_cadastro #form_budget .box_right .campo-consultor {
    float: left;
    width: 100%;
}

#box_cadastro #form_budget .box_right .campo-consultor input {
  width: auto;
  margin: 0;
}

#box_cadastro #form_budget .box_right .campo-enviar {
    float: left;
    width: 100%;
    margin: 10px 0;
}

#box_cadastro #form_budget .box_right .campo-enviar input {
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #3f9842;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px #2a6b2c;
  width: 80px;
  font-weight: 600;
}

#box_cadastro #form_budget .box_right .campo-enviar input:hover {
  background-color: #3a8d3c;
  box-shadow: 0 3px #2a6b2c;
}

#box_cadastro #form_budget .box_right .campo-enviar input:active {
  background-color: #3a8d3c;
  box-shadow: 0 1px #2a6b2c;
  transform: translateY(2px);
}

#box_cadastro #form_budget .box_right .campo-enviar input {
  -webkit-transition: color 0ms, background-color 0ms, border-color 0ms;
  -o-transition: color 0ms, background-color 0ms, border-color 0ms;
  transition: color 0ms, background-color 0ms, border-color 0ms;
}

#box_cadastro #form_budget .box_right #obs {
    float: left;
    width: 100%;
    color: #ff0000;
    height: 25px;
    line-height: 20px;
}
#box_cadastro #form_budget .box_right #obs img {
    padding-right: 10px !important;
    text-align: left !important;
    float: left !important;
}
#sp-chamadas3 {
    padding: 50px 0;
    background: #f9f9f9;
}

#sp-chamadas3 #sp-home-espaco {}

#sp-chamadas3 #sp-home-espaco h3 {
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 30px;
}

#sp-chamadas3 #sp-home-espaco h3:before {
   content: '\f19c';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin: 0;
   padding: 0 10px 0 0;
   text-decoration:none;
} 

#sp-chamadas3 #sp-home-espaco ul {}

#sp-chamadas3 #sp-home-espaco ul li {
  width: 25%;
  float: left;
  padding: 0 10px;
  border: 0;
}

@media (max-width: 767px) and (min-width: 350px) {
  #sp-chamadas3 #sp-home-espaco ul li {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 349px) and (min-width: 1px) {
  #sp-chamadas3 #sp-home-espaco ul li {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

#sp-chamadas3 #sp-home-espaco ul li img {}

#sp-chamadas3 #sp-home-espaco ul li img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#sp-chamadas2-h3 {
    padding: 50px 0 0 0;
}

#sp-chamadas3 #sp-home-espaco ul li a:before {
  display: none;
}

#sp-chamadas2-h3 #sp-home-evento {}

#sp-chamadas2-h3 #sp-home-evento h3 {
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 30px;
}

#sp-chamadas2-h3 #sp-home-evento h3:before {
   content: '\f1fd';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin: 0;
   padding: 0 10px 0 0;
   text-decoration:none;
} 

ul.cardapio-left,
ul.cardapio-right {
  margin: 0;
  float: left;
  width: 50%;
  list-style-type: none;
}

@media (max-width: 499px) and (min-width: 1px) {
  ul.cardapio-left,
  ul.cardapio-right {
    width: 100%;
  }
}

ul.cardapio-left {
  padding: 0 15px 0 0;
}

@media (max-width: 499px) and (min-width: 1px) {
  ul.cardapio-left {
    padding: 0;
  }
}

ul.cardapio-right {
  padding: 0 0 0 15px;
}

@media (max-width: 499px) and (min-width: 1px) {
  ul.cardapio-right {
    padding: 0;
  }
}

ul.cardapio-left li,
ul.cardapio-right li {
  padding: 0;
  margin: 0 0 20px 0;
}

ul.cardapio-left .fa,
ul.cardapio-right .fa {
  padding: 0 5px 0 0;
}

ul.cardapio-left strong,
ul.cardapio-right strong {}

#fotos-mobile {}

#fotos-mobile ul.fotos-mobile-ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#fotos-mobile ul.fotos-mobile-ul  li {
    float: left;
    width: 50%;
    border: 10px solid white;
}

@media (max-width: 499px) and (min-width: 1px) {
  #fotos-mobile ul.fotos-mobile-ul  li {
      float: left;
      width: 100%;
      border: 0px solid white;
  }
}

#fotos-mobile ul.fotos-mobile-ul  li a {}

#fotos-mobile ul.fotos-mobile-ul  li a:hover {}

#fotos-mobile ul.fotos-mobile-ul  li a img {
    margin: 0 auto;
}

#fotos-mobile ul.fotos-mobile-ul  li p {
    margin: 10px auto auto auto;
    text-align: center;
    width: 100%;
    color: #333;
    font-weight: 400 !important;
    font-size: 24px;
    min-height: 50px;
}

ul.image-list {
    margin: auto;
    padding: 0;
    display: inline-table;
    text-align: center;
    list-style-type: none;
}

ul.image-list li {
    display: inline-table;
    vertical-align: middle;
    width: 25%;
    padding: 5px;
}

@media (max-width: 767px) and (min-width: 1px) {
  ul.image-list li {
      width: 50%;
  }
}

ul.image-list li img {
    margin: auto;
    width: 100%;
    height: 100vh;
    max-height: 200px;
    object-fit: cover;
}

@media (max-width: 991px) and (min-width: 1px) {
  ul.image-list li img {
      max-height: 150px;
  }
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.5;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding: 0 15px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal .centered {
    padding: 0 15px;
    position: relative;
}

/* Modal Content (Image) */
.modal-content {
    /*margin: auto;
    display: block;
    width: 100%;
    max-width: 900px;
    border: 0;*/
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    display: none !important;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: initial;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
    border: 0;
    text-shadow: 0 0 0;
}

.close:hover,
.close:focus {
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.modal-backdrop {
    z-index: initial;
}

.modal .centered:after {
	content: "";
	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%);
	background: transparent url(../images/logo.png) no-repeat;
	background-size: 255px 150px;
	width: 255px;
	height: 150px;
	opacity: 0.2;
}

#sp-whatsapp {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 90px;
  height: 75px;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-whatsapp {
      width: 70px;
      height: 55px;
  }
}

#sp-whatsapp p {
  margin: 0;
}

#sp-whatsapp a {
  display: block;
}

#sp-whatsapp .fa {
  background: #17b552;
  color: #fff;
  font-size: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 999px;
  display: block;
}

#sp-whatsapp .fa:hover {
  background: #383780;
}

@media (max-width: 767px) and (min-width: 1px) {
  #sp-whatsapp .fa {
      font-size: 25px;
      width: 40px;
      height: 40px;
      line-height: 42px;
  }
}

.contact {
    float: left;
    width: 100%;
    display: inline-table;
}

.contact .left {
    display: inline-table;
    vertical-align: top;
    width: 25%;
}

@media (max-width: 767px) and (min-width: 1px) {
  .contact .left {
      width: 100%;
  }
}

.contact .left p {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: left;
}

.contact .left p .fa {
    display: inline-table;
    vertical-align: middle;
}

.contact .left p .fa-phone {
    font-size: 25px;
    width: auto;
    text-align: center;
    padding: 0 5px 0 0;
}

.contact .left p .fa-map-marker {
    font-size: 25px;
    padding: 0 5px 0 0;
    width: 30px;
    text-align: center;
    padding: 0 5px 0 0;
}

.contact .left p .fa-clock-o {
    font-size: 25px;
    padding: 0 5px 0 0;
    width: 30px;
    text-align: center;
}

.contact .left p .fa-envelope-o {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    background: #b59417;
    text-align: center;
    font-size: 20px;
    border-radius: 999px;
    margin: 0 0px 0 0;
}

.contact .left p .fa-whatsapp {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    background: #17b552;
    text-align: center;
    font-size: 20px;
    border-radius: 999px;
    margin: 0 10px;
}

.contact .left p .fa-facebook {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    background: #0092da;
    text-align: center;
    font-size: 20px;
    border-radius: 999px;
    margin: 0 0px 0 0;
}

.contact .left p .fa-youtube-play {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    background: #da0000;
    text-align: center;
    font-size: 20px;
    border-radius: 999px;
    margin: 0 0 0 10px;
}

.contact .left p .fa-facebook:hover,
.contact .left p .fa-youtube-play:hover,
.contact .left p .fa-envelope-o:hover,
.contact .left p .fa-whatsapp:hover {
  background: #333;
}

.contact .left p span {
    display: inline-table;
    vertical-align: middle;
    line-height: initial;
    width: auto;
}

.contact .left p b {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}


.contact .left p b .fa-whatsapp,
.contact .left p b .fa-telegram {
  font-size: initial;
  width: initial;
  height: initial;
  line-height: initial;
  background: transparent;
  color: #333333;
  margin: 0;
  padding: 0 0px 0 3px;
}

.contact .left p b .fa-whatsapp:hover,
.contact .left p b .fa-telegram:hover {
  background: transparent;
}

.contact .left p a {
    display: inline-table;
}

.contact .left p a:hover {}

.contact .left hr {
  display: block;
  margin: 15px 0 25px 0;
}

.contact .right {
    display: inline-table;
    vertical-align: top;
    width: 75%;
    padding: 0 0 0 50px;
}

@media (max-width: 767px) and (min-width: 1px) {
  .contact .right {
      width: 100%;
      padding: 30px 0 0 0;
  }
}

#box_contato {}

#box_contato form {
    display: inline-table;
    vertical-align: top;
}

#box_contato input {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #eee;
    margin: 0;
    padding: 5px 10px;
    box-shadow: 0 0 0;
    background: #eee;
}

#box_contato select {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #eee;
    margin: 0;
    padding: 5px 10px;
    box-shadow: 0 0 0;
    background: #eee;
}

#box_contato textarea {
    width: 100%;
    height: 100px;
    border-radius: 0;
    border: 1px solid #eee;
    margin: 0;
    padding: 5px 10px;
    box-shadow: 0 0 0;
    background: #eee;
}

#box_contato label {}

#box_contato .name_field {
    display: inline-table;
    vertical-align: top;
    width: 50%;
    padding: 0 5px 10px 0;
}

#box_contato .mail_field {
    display: inline-table;
    vertical-align: top;
    width: 50%;
    padding: 0 0 10px 5px;
}

#box_contato .phone_field {
    display: inline-table;
    vertical-align: top;
    width: 50%;
    padding: 0 5px 10px 0;
}

#box_contato .cellphone_field {
    display: inline-table;
    vertical-align: top;
    width: 50%;
    padding: 0 0 10px 5px;
}

#box_contato .city_field {
    display: inline-table;
    vertical-align: top;
    width: 70%;
    padding: 0 5px 10px 0;
}

#box_contato .state_field {
    display: inline-table;
    vertical-align: top;
    width: 30%;
    padding: 0 0 10px 5px;
}

#box_contato .message_field {
    display: inline-table;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 0;
}

#box_contato hr {
    display: block;
    width: 100%;
}

#box_contato .other {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_contato .other {
      display: inline-table;
      width: 100%;
  }
}

#box_contato .selecione {
    width: 40%;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_contato .selecione {
      width: 100%;
  }
}

#box_contato .check {
    width: 60%;
    padding: 0;
    display: inline-table;
    text-align: right;
    line-height: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_contato .check {
      width: 100%;
      text-align: center;
      padding: 20px 0 10px 0;
  }
}

#box_contato .check .checado1,
#box_contato .check .checado2 {
    line-height: 0;
    display: inline-table;
    padding: 0 0 0 15px;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_contato .check .checado1,
  #box_contato .check .checado2 {
      padding: 0 0 0 0;
  }
}


#box_contato .check input {
    display: inline-table;
    vertical-align: middle;
    width: initial;
    height: initial;
    margin: 0 5px 0 0;
}

#box_contato .check span {
    display: inline-table;
    vertical-align: middle;
    width: initial;
    height: initial;
    line-height: initial;
}

#box_contato .obs {
    display: block;
    width: 100%;
}

#box_contato .obs label {
    color: red;
    font-size: 12px;
    display: block;
    text-align: right;
    width: 100%;
    margin: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_contato .obs label {
      text-align: center;
  }
}

#box_contato .enviar {
    display: block;
    width: 100%;
    margin: 10px 0 50px 0;
    text-align: right;
}


@media (max-width: 767px) and (min-width: 1px) {
    #box_contato .enviar {
        text-align: center;
    }
}

#box_contato .enviar input {
  display: inline-block;
  padding: 10px 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #3f9842;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px #2a6b2c;
  width: 100%;
  max-width: 150px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 23px;
}

#box_contato .enviar input:hover {
  background-color: #3a8d3c;
  box-shadow: 0 5px #2a6b2c;
}

#box_contato .enviar input:active {
  background-color: #3a8d3c;
  box-shadow: 0 3px #2a6b2c;
  transform: translateY(2px);
}

.adp-directions {
  width: 100%;
}

#box_videos {
    float: left;
    width: 100%;
}

#box_videos ul {
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#box_videos ul li {
    display: inline-table;
    vertical-align: top;
    width: 25%;
    padding: 0 15px 15px 15px;
}

@media (max-width: 991px) and (min-width: 1px) {
  #box_videos ul li {
      width: 33%;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  #box_videos ul li {
      width: 50%;
      padding: 0 10px 10px 10px;
  }
}

#box_videos ul li a {
    display: block;
}

#box_videos ul li a img {
    display: block;
}

#box_videos ul li a:hover img {
    opacity: 0.5;
}

#box_videos ul li a span {
    display: block;
    color: #333;
    text-transform: capitalize;
}

.border-video {
  float: left;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}

.border-video iframe,
.border-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.border-video-description {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.border-video-description p {
    text-align: center;
    margin: auto;
}