  @import url('https://fonts.googleapis.com/css?family=Noto%20Sans%20JP:wght@200,300,400,500,600');
  @import url('https://fonts.google.com/share?selection.family=Newsreader:wght@100');
  
  body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	background-color: #FFFFFF;
  }

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
  }

  h1,h2,h3,h4 {
  }

  h5 {
    font-weight: 500;
  }

  h1 {
	color: #FFCC00;
	font-size: 5em;
  }

  h2 {
	color: #FFCC00;
	font-size: 3em;
	padding-bottom: 8px;
  }

  h3 {
	color: #999999;
	font-size: 2.3em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
  }

  h4 {
	color: #FFCC00;
	font-size: 1.6em;
	padding-bottom: 2px;
	padding-top: 10px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
	color: #666666;
	font-size: 12pt;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: normal;
  }
  .p-2 {
	  font-size: 13pt;
	  font-weight: normal;
	  line-height: 28px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
	color: #55597F;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #FFCC00;
    outline: none;
  }
  .table th {
	font-size: 12px;
  }
  .table td {
	font-size: 12px;
  }
  .img-contorno {
	border: 3px solid #FFF;
  }
  .borda-esq {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F6ECDD;
  }
  .container-2 {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
  }
  .container-3 {
	max-width: 800px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
  }
  .container-cz {
	background-color: #D1D1D1;
  }
  .container-cz2 {
	background-color: #F2F2F2;
  }
  .bg-blk {
	background-color: #000;
  }    
  .box-blk {
	background-color: #000;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
  }
  .box-blk h3 {
	color: #F00;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
  }
  .box-blk p {
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	
	font-size: 12pt;
  } 
  .form-group {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  .bg-01 {
	background-color: #F6D822;
  }
  #appointment-form {
      padding-top: 1em;
      padding-bottom: 1em;
    }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }
  .btn-centro {
	text-align: center;
  }
  .section {
	padding-bottom: 40px;
	margin-bottom: 100px;
	background-color: #FFF;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }
  .section-btn {
	background: #333333;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	font-size: inherit;
	font-weight: 500;
	transition: transform 0.1s ease-in;
	transform: translateX(0);
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
  }

  .section-btn:hover {
	transform: translateY(-5px);
	color: #FFF;
	background-color: #CCCCCC;
  }
  
  .text-align-right {
	text-align: right;
  }
  .text-align-center {
    text-align: center;
  }
  .texto-branco {
	color: #FFF;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }
  .btn-gray {
    background: #393939;
  }
  .btn-amar {
    background: #FFCC00;
  }
  .btn-amar a:hover {
	color: #FFF;
	background-color: #999999;
  }
  .btn-blue {
	background-color: #003366;
  }
  .btn-blue a:hover {
	color: #FFF;
	background-color: #0099FF;
  }
  .btn-black {
	background-color: #000000;
  }
  .btn-black a:hover {
	color: #FFF;
	background-color: #FFCC00
  }
  .btn-cinza {
	background-color: #666666;
  }
  .btn-black a:hover {
	color: #FFF;
	background-color: #FFCC00
  }
  .btn-vinho {
	background-color: #990000;
  }
  .btn-lar {
	background-color: #FF6600;
  }
  .btn-ver {
	background-color: #FF0000;
  }
  .btn-ouro {
	background-color: #FF9900;
  }
  .btn-escuro {
    background: #55597F;
  }
  .ilustracao {
	float: left;
	height: 180px;
	width: 180px;
	margin-top: 20px;
	margin-bottom: 30px;
  }
  .ilustracao2 {
	float: left;
	height: 150px;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 50px;
  }
  .ilustracao3 {
	float: left;
	height: 130px;
	width: 130px;
	margin-top: 20px;
	margin-bottom: 10px;
  }
  .foto {
	max-width: 550px;
	margin-bottom: 20px;
  }
  .foto2 {
	float: left;
	height: 200px;
	width: 200px;
	margin-right: 10px;
  }
  .foto3 {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 10px;
  }
  .foto4 {
	float: left;
	height: 120px;
	width: 120px;
	margin-right: 10px;
  }
  .info-produto {
	margin-top: 30px;
  }
  .news-portfolio {
  }
  .news-thumb {
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: left;
	background-color: #FFF;
	padding-bottom: 10px;
  }
  .news-thumb img {
	border-radius: 2px;
	padding: 10px;
  }

  .news-info {
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18pt;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color:#666666;
  }
  .news-info h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14pt;
	color: #666666;
  }
  .fotos {
	margin: 5px;
	float: left;
  }
  .thead-dark {
	background-color: #CCC;
	font-size: 11pt;
  }
  .thead-cinza {
	background-color: #DDD;
	font-size: 11pt;
  }
  .img-box {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .about-info p {
	color: #333333;
	font-size: 17px;
  }
  .about-info h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #FFF;
  }
  .about-info {
	padding-right: 20px;
	padding-left: 20px;
  }
  
  #about, #team, #news {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .topo {
	height: 20px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-bottom: 30px;
  }
  .topo a {
    color: #999999;
  }
  .topo a:hover {
  color: #FFBF00;

  }
  .topo h2 {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
  }
  .topo2 {
	height: 15px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
  }
  .destaque-topo {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFCC00;
	background-image: url(../img/simbolo-valeriodesign-amar-02.svg);
	background-repeat: no-repeat;
	background-position: center center;
  }
  .destaque-topo2 {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
	background-image: url(../img/simbolo-valeriodesign-amar-02.svg);
	background-repeat: no-repeat;
	background-position: center center;
  }
  .destaque-topo p {
	color: #333333;
	font-size: 17px;
  }
  .destaque-topo h3 {
	text-transform: uppercase;
	font-size: 36px;
	color: #FFF;
  }
  
  .bg-top1 {
	background-image: url(../img/simbolo-valeriodesign-amar-01.svg);
	background-repeat: no-repeat;
	background-position: center;
	
  }
  #news-detail {
	position: relative;
	padding-top: 10px;
	padding-bottom: 100px;
	background-color: #0FF;
  }

  #news, #service {
    text-align: center;
  }
 
  #services {
	background-color: #F5F5F5;
	padding-bottom: 70px;
	padding-top: 20px;
  }
  #services h2 {
	color: #FFCC00;
  }
  #services h3 {
	color: #818183;
  }
  #parceiros {
	background-color: #FEEDCD;
	padding-bottom: 70px;
	padding-top: 70px;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
	color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #666666;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
	color: #333333;
	margin-right: 5px;
  }
  header .fa {
	color: #999999;
  }
  .header .phone-icon {
	  color: #FFCC00;
  }

  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
	box-shadow: 0 2px 8px rgba(0,0,0,.075);
	border: none;
	margin-bottom: 0;
	padding: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
  }
  .navbar-default .navbar-brand {
	color: #393939;
	font-weight: 500;
  }
  .navbar-default .navbar-brand .fa {
	color: #FFCC00;
  }
  .navbar-brand {
    font-size: 32px;
  }
  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 5px;
  }
  .navbar-default .navbar-nav li.appointment-btn a {
	border-radius: 3px;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #FFCC00;
  }
  .navbar-default .navbar-nav li.appointment-btn a:hover {
	background: #FFCC00;
	color: #000000 !important;
  }
  .navbar-default .navbar-nav li a {
	color: #FFCC00;
	font-size: 18px;
	font-weight: 500;
	padding-right: 12px;
	padding-left: 12px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	text-transform: uppercase;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #000000 !important;
  }
  .navbar-nav > li a:hover {
	  background: #FFCC00;
	  border-radius: 3px;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #FFCC00;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
	border-color: transparent;
	background-color: #FFCC00;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }

  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }
  #home h2 {
    color: #ffffff;
	padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }
  .slider .caption p {
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
  }
  .slider .caption h2 {
	padding-bottom: 2px;
	margin-bottom: 0px;
	padding-top: 5px;
  }
  .slider .caption h3 {	
	margin-bottom: 10px;
	padding-bottom: 30px;
  }

  .slider .item {
	background-position: inherit;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;
	height: 750px;
	text-align: center;
  } 

  .slider .logo-slide {
	background-image: url(../img/marc-ravc.png);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 270px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
  }
  .slider .item-primeiro {
	background-image: url(../img/slide-01.jpg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: center;
  }

  .slider .item-segundo {
    background-image: url(../img/slide-02.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
  }

  .slider .item-terceiro {
	background-image: url(../img/slide-03.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }
  
  .slider .item-quarto {
	background-image: url(../img/slide-04.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }
  
  .slider .item-quinto {
	background-image: url(../img/slide-05.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }
  
  .slider .item-sexto {
	background-image: url(../img/slide-06.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }
  
  .slider .item-setimo {
	background-image: url(../img/slide-07.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #FFFFFF;	
  }
  .bg-peg-01 {
	background-image: url(../img/bg-pegada-01.png);
	background-repeat: no-repeat;
	background-position: right top;
  }
  .bg-peg-02 {
	  background-image: url(../img/bg-pegadas-02.jpg);
  }
  .bg-peg-03 {
	background-image: url(../img/bg-pegada-rodape-01.png);
	background-repeat: no-repeat;
	background-position: left top;
  }
  #destaque {
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #000000;
  }
  #destaque h2 {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22pt;
	text-transform: uppercase;
	margin-top: 18;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }
  #destaque h3 {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }
  #destaque h4 {
	  color: #FFFFFF;
  }
  #destaque p{
	color: #FFFFFF;
  }
  .texto-destaque {
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
  }
  .img-destaque {
	width: 600px;
	height: 400px;
	background-image: url(../img/img-destaque-01.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bo: 30px;
	margin-bottom: 0px;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  } 
  #about h2 {
	color: #FFCC00;
  }
  #about h3 {
	color: #999999;
  }
  #about h4 {
	color: #FFCC00;
  }

  #about h6 {
	color: #55597F;
	margin: 0;
  }
  #about p{
	color: #666666;
  }
  .box {
	background-color: #FFF;
	border: 1px solid #E4E4E4;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
  }
  .box-produto {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #FFF;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-left: 10px;
  }
  .box-foto {
	background-color: #FFF;
	float: left;
	width: 500px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	text-align: center;
  }
  .img-produto {
	text-align: center;
	background-color: #FFF;
	float: left;
	margin: 10px;
  }
  .img-box {
	padding-right: 0px;
	text-align: center;
	padding-left: 0px;
	background-color: #FFF;
  }
  .img-hover:hover {
    opacity: 0.8;
}


  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

  .team-thumb {
	border-radius: 0 0 10px 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
  }
  .team-info h3{
	font-size: 12pt;
	color: #55597F;
	margin-top: 5px;
	margin-bottom: 5px;
  }
  .team-info p{
	  font-size: 10pt;
  }

  .team-info {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
  }

  .team-contact-info {
    border-top: 1px solid #000000;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
	margin-bottom: 2px;	
  }

  .team-contact-info a {
    color: D1AA66;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

  .team-thumb .social-icon li a {
	border-radius: 100%;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 2px 0 2px;
	background-color: #000000;
  }

  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }



  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #a5c422;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
	font-size: 50px;
	margin-bottom: 10px;
	background: #55597F;
	color: #FFFFFF;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 100%;
  }


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/
  .bg-01 {
	background-color: #FEC32B;
  }
  .bg-amar {
	background-color: #FFCC00;
  }
  .bg-amar h3{
  color: #666666;
  }
  #news {
	background-color: #FFFFFF;
  }
  #news-detail {
	background-color: #FFFFFF;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #B0B0B0;
  }



  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/
  #orcamento {
	  padding-top: 100px;
  }
  #orcamento label {
    color: #393939;
    font-weight: 500;
  }
  #appointment {
    padding-top: 50px;
  }

  #appointment label {
    color: #393939;
    font-weight: 500;
  }  

  #appointment .form-control {
	border: none;
	border-radius: 3px;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	transition: all ease-in-out 0.4s;
	background-color: #E8E8E8;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }  

  #appointment button#cf-submit {
    background: #FFCC00;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #393939;
    color: #FFCC00;
  }
  #apointment .fa {
	  color: #FFCC00;
  }
  

  /*---------------------------------------
     	              
  -----------------------------------------*/
  /**
 * <div class="whatsapp-plug-icon" data-number="" data-message=""></div>
 **/
.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 75px; right: 45px; width: 50px; height: 50px; -webkit-border-radius: 50%; cursor: pointer; background-color: #0ba360; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url('../img/ico-whats.png'); background-size: 50% auto;}
.whatsapp-plug-icon:hover{background-color: #15cc74;}
.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.whatsapp-plug-icon::after{animation-delay: .5s;}
.whatsapp-plug-icon:hover::after{border: 4px solid #15cc74;}
.whatsapp-plug-icon:hover::before{border: 4px solid #15cc74;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}
  
  /* WHATSAPP FIXO */
	.whatsapp-fixo {
	position: fixed;
	bottom: 100px;
	right: 0.5%;
	margin-right: -2px;
	z-index: 999;
	float: right;
}

  footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFCC00;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 40px;
  }
  footer h3 {
	padding-bottom: 5px;
	color: #FFFFFF;
  }
  footer h4 {
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	margin-bottom: 1px;
  }
  footer p {
	color: #666666;
  }

  footer a {
	color: #FFFFFF;
  }

  footer a:hover {
	color: #666666;
  }
  .footer-logo {
	background-image: url(../img/logo-footer.png);
	height: 80px;
	width: 80px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
  }
  .footer-thumb .contact-info .fa {
	color: #FFFFFF;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
	border-radius: 100%;
	color: #999999;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 2px;
  }
   .contact-info a {
	color: #333333;
  }
  
   .contact-info a:hover {
	color: #666666;
  }
   
  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
	color: #CCCCCC;
	font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	padding: 0 10px;
	margin-top: 4px;
  }
  .copyright-text a:hover {
	color: #666666;
  }
  .footer-link a:hover {
	color: #666666;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
	color: #ffffff;
	transform: translateY(-5px);
	background-color: #666666;
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #B0B0B0;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #B0B0B0;
    color: #ffffff;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }
	#news-detail {
		padding-top: 15px;
	}
	
	.about-info {
		padding-right: 35px;
		padding-left: 35px;
	}
	.about-info h2 {
		font-size: 20pt;
	}
	.row {
		padding-right: 10px;
		padding-left: 10px;
	}
	.slider .caption {
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		background-color: rgba(20,20,20,0.2);
		height: 100%;
		color: #fff;
		cursor: e-resize;
  }

  .slider .item {
	background-position: inherit;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
  }

  .slider .item-primeiro {
    background-image: url(../img/slide-01b.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
  }

  .slider .item-segundo {
    background-image: url(../img/slide-02b.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
  }

  .slider .item-terceiro {
    background-image: url(../img/slide-03b.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
  }
  .slider .item-quarto {
    background-image: url(../img/slide-04b.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
  }
  .slider .item-quinto {
    background-image: url(../img/slide-05b.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
  }
  .slider .item-sexto {
    background-image: url(../img/slide-06b.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
  }
  .slider .item-setimo {
    background-image: url(../img/slide-07b.jpg);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
  }
  #destaque {
	padding-top: 2px;
	background-color: #000000;
  }
  .img-destaque {
	height: 550px;
	width: 400px;
	background-image: url(../img/img-destaque-01-b.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
  }

    #appointment-form {
      padding-top: 1em;
      padding-bottom: 1em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }
	.footer-thumb h4 {
		color: #818183;
	}

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }
