html, body {
	 margin: 0;
   padding: 0;
	 width: 100%;
   height: 100%;
	 min-width: 320px;
    font-family:'Roboto', sans-serif;
    color: #fff;
    line-height:1.2em;
    font-size:17px;
}

a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #edece7;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}

h5 {
    padding: 10px;
    font-weight: 100;
    color: #dcd2c9;
}

p {
    padding: 10px;
    font-weight: 100;
    color: #37232c;
}


.navbar {
  position: fixed;
  width: 100%;
  height: 130px;
  top: 0;
  z-index: 999;
  background: rgba(115, 97, 84, 0.7);
  border: none;
}

.navbar-fixed-top {
    padding-top:0;
}

.navbar h2{
  position: fixed;
  display: inline;
  top: 60px;
  right: 10%;
	font-size: 16px;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

.navbar p{
  position: absolute;
	display: inline;
  top: 60px;
  right: 5%;
	font-size: 16px;
	padding: 0;
	color: #fff;
	margin-top: -20px;
	font-weight: bold;
}

.navbar .brand img {
  position: fixed;
  margin-top: -5px;
  margin-left: 10%;
    max-width:237.142857146px;
    max-height:120px;
}

.navbar .nav  li a{
	position: relative;
	top: 90px;
  margin-left: 0;
    text-transform:uppercase;
    font-size:12px;
    font-weight: bold;
    text-shadow: none;
    color: #fff;

}

.navbar .nav li a:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.navbar .nav li:hover ul{
	visibility: visible;
}

.navbar .nav li ul {
	top: 133px;
	width: 100%;
	text-align: left;
	position: absolute;
	background: #fff;
	visibility: hidden;
  transition: all .5s;
}

.navbar .nav li ul li > a{
	top: 0;
	color: #37232c;
	font-size: 10px;
	padding-left: 10px;

}

.navbar .nav li ul li > a:hover{
	color: #37232c;
	font-size: 10px;
	padding-left: 12px;

}

.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #37232c;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background:#51474b;
    color: #37232c;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:rgba(98, 84, 78, 1);
    color: #ffffff;
}
/******
2. Layout
**********************************************************************/
.back-consulta{
  background-image:url(../images/8.jpg);
  background-size: 100%;
  position: fixed;
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -999;
}

.back-clareamento{
  background-image:url(../images/11.jpg);
  background-size: 100%;
  position: fixed;
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -999;

}

.back-estetica{
  background-image:url(../images/9.jpg);
  background-size: 100%;
  position: fixed;
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -999;

}

.back-lentes{
  background-image:url(../images/10.jpg);
  background-size: 100%;
  position: fixed;
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -999;

}

.back-profilaxia{
  background-image:url(../images/7.jpg);
  background-size: 100%;
  position: fixed;
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -999;
}

.back-ortodontia{
  background-image:url(../images/12.jpg);
  background-size: 100%;
  position: fixed;
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -999;

}

.back-implantodontia{
  background-image:url(../images/14.jpg);
  background-size: 100%;
  position: fixed;
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -999;

}

.back-plastica{
  background-image:url(../images/13.jpg);
  background-size: 100%;
  position: fixed;
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -999;

}

.centered {
  position: relative;
  width: 80%;
  height: 90%;
  top: 0;
    margin-left: 10%;
    margin-right: 10%;
    float: none;
    text-align: justify;
    overflow: hidden;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#ffffff;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 1px;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid rgba(98, 84, 78, 0.9);
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #51474b;
    color:#37232c;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:rgba(115, 97, 84, 1);
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:rgba(98, 84, 78, 1);;
    color:#ffffff;
}
.button-sp:hover, .button-sp:active {
    background-color:#baa69b;
    color:#37232c;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#5e4741;
    color:#ffffff;
}
.button-ps:hover, .button-ps:active {
    background-color:#baa69b;
    color:#ffffff;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: rgba(98, 84, 78, 1);;
}

.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3,
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #ffffff;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#ffffff;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #ffffff;
}
.social li a:hover {
    color:#baa69b;
}
/*
3. Sections
***************************************************************************/
.bloco {
  width: 100%;
  z-index: 996;
  position: relative;
  background:#fff;
  margin-bottom: 500px;
}

.texto-trabalhe{
  position: fixed;
  margin-top: 15%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: justify;

}

.texto-trabalhe h2{
  font-size: 18px;
  color: #fff;

}

.texto-trabalhe h3{
  font-size: 17px;
  color: #fff;
}

.texto-trabalhe p{
  width: 50%;
  font-size: 16px;
  color: #fff;
}

.upload{
  position: relative;
  top: 60%;
  width: 90%;
  left: 10%;
}

.upload h2{

}

.enviar{
  background: #fff;
  color: #736154;
  border:none;
  line-height: 40px;
}

.selecione{
  background: #fff;
  color: #736154;
  border:none;
  line-height: 40px;
}

.enviar:hover{
  color: #fff;
  border: 0.5px solid #fff;
  background: none;
  transition: all .5s;
}

.texto{
  padding-top: 150px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: justify;

}

.texto h2{
  font-size: 18px;
  color: #463f39

}

.texto h3{
  font-size: 15px;
  color: #463f39
}

.texto p{
  font-size: 14px;
  color: #463f39
}

 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #37232c;
    font-weight: lighter;
}
.primary-section {
  width: 100%;
  z-index: 996;
  position: relative;
  top:0;
    background:#fff;
}
.primary-section .triangle {
    border-top: 40px solid #62544e;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #37232c;
}
.primary-section h1 {
    color:#37232c;
}
.secondary-section {
  position: relative;
  margin-top: 130px;
    background:#ffffff;
}
.secondary-section .title {
    border-bottom: 1px solid #62544e;
}
.secondary-section h1, .secondary-section .title p {
    color: #37232c;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #51474b url(../images/brand-bg.png) no-repeat center;
    border-top:6px solid #5e4741;
}

.third-section2 {
    padding-bottom: 70px;
    background: #ffffff;
    border-top:6px solid #51474b;
    color: #37232c;
}

.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #5e4741;
    color: #37232c;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#51474b;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #ffffff;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #ffffff;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#ffffff;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#37232c;
}
.team .thumbnail .mask {
    background: #fff;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#37232c;
}
.about-text {
  position: relative;
    margin-top:600px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #37232c;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #ded1c8;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#ded1c8;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#ded1c8;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#62544e;
}
.testimonial p {
    color:#37232c;
    background:#ffffff;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #ffffff;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;

}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#edece7;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #37232c;
    background-color: #fff;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
   width: 100%;
    position: fixed;
    margin-top: 130px;
    left: 5%;
    right: 5%;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #37232c;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #37232c;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #37232c;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:fixed;
    width:50%;
    height:100%;
    color: #37232c;
    top:150px;
    right:5%;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#62544e;
}
.contact .social li a:hover {
    color:#baa69b;
}
.contact-form {
  width: 100%;
    z-index:110;
    position:relative;
    margin-top: 20px;
    padding:20px;
}
.contact-form h3 {
  width: 100%;
    color:#fff;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #fff;
    color:#fff;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#62544e;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#37232c;
}
.black {
    color:#37232c;
}
/*
3.8 Footer
********************************************************************/
 .footer {
	 position: fixed;
	 bottom: 0px;
	 width: 100%;
   height: 110px;
	 overflow: hidden;
    background: rgba(44,38,34, 0.8);
    text-align: center;
    z-index: 998;
}


.caixa-contact{
  margin-left: 10%;
	padding-top: 30px;
	bottom: 0px;
}

.caixa-contact > p {
	font-size: 14px;
	text-align: left;
    color: #fff;
}

.footer h2{
  display: none;
}

.footer > p {
  display: none;
  position: relative;
	font-size: 24px;
  width: 90%;
  left: 5%;
  right: 5%;
    color: #fff;
    margin-top:5px;
}

.footer a{
    color:#baa69b;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:25px;
    font-size:20px;
    position:fixed;
    bottom:20px;
    right:20px;
	border:1px solid #fff;
  color: #fff;
    display:none;
    z-index: 999;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
    z-index: 999;
}

/*Midias sociais*/
.redes {
      position: fixed;
      bottom: 12px;
      right: 10%;
      z-index: 999;
}

.redes li a {
      height: 28px;
      width: 28px;
      display: block;
}

.redes li {
      float: left;
}
.redes a {
      display: inline;
}

.facebook {
    background-image:url(../images/icon-facebook.png);
}

.facebook:hover {
    background-image:url(../images/icon-facebook2.png);
}

.instagram {
    background-image: url(../images/icon-instagram.png);
}

.instagram:hover  {
    background-image: url(../images/icon-instagram2.png);
}

.youtube {
     background-image: url(../images/icon-YouTube.png);
}


.youtube:hover {
     background-image: url(../images/icon-YouTube2.png);
}

.logomobile{
  display: none;
}

.navmobile{
  display: none;
}

label[for="bt_menu"]{
  display: none;
  z-index: 999;
}

#bt_menu{
  display: none;
}

.ocupa{
  background-color: #fff;
  position: relative;
  visibility: hidden;
  width: 100%;
  margin-top: 600px;
}


/*
4 Responsible
********************************************************************/
@media (max-width: 320px){

  .contact {
    width: 100%;
     position: relative;
     margin-top: 105px;
     left: 0;
  }

  .map-canvas {
      display: none;
  }

  .contact-form {
    width: 100%;
      z-index:110;
      position:fixed;
      margin-top: 0px;
      padding:20px;
  }

  .contact-form h3{
    padding-bottom: 5px;
  }

  .row-fluid .span5 {
    width: 100%;
    *width: 40.37234042553192%;
  }

  .navbar {
    background: rgba(115, 97, 84, 0.9);
    z-index: 998;
    border-bottom: 30px solid #41362e;
  }

  .navbar .brand img {
    text-align: center;
    margin-left: 35.5px;
    margin-right: 35.5px;
    margin-top: 0;
    max-width:249px;
    max-height:120px;
  }


  .navbar h2{
    width: 90%;
    text-align: center;
    left: 5%;
    right: 5%;
    position: fixed;
    display: inline;
    top: 125px;
  	padding: 0;
  	color: #fff;
  	font-weight: bold;
  }


  .navbar .nav  li a{
  	display: none;
  }

  label[for="bt_menu"]{
    display: block;
    z-index: 999;
    position: fixed;
    margin-top: 5%;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-weight: bold;
  }

  #bt_menu:checked ~ .navmobile{
    z-index: 999;
    position: fixed;
    display: inline;
    margin-left: 0;
    transition: all .4s;
  }

  .navmobile{
    margin-top:50px;
    position: fixed;
    width: 100%;
      border: none;
      z-index: 999;
  }

  .navmobile li{
    width: 100%;
    line-height: 40px;
    background: rgba(115,97,84,0.9);
    float: none;
    border-bottom: 0.5px solid #fff;
    z-index: 999;
  }

  .navmobile li a{
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    font-weight:normal;
    z-index: 999;
  }

  .navmobile li ul{
    display: none;
    z-index: 999;
  }

  .navmobile li ul li{
    background: rgba(255,255,255,0.9);
    line-height: 30px;
    padding-left: 30px;
    border-bottom: 0.5px solid rgba(98, 84, 78, 1);
    z-index: 999;
  }

  .navmobile li ul li a{
    color: rgba(98, 84, 78, 1);
    font-size: 12px;
    z-index: 999;
  }

  .navmobile li:hover ul{
    display: block;
    float: none;
    width: 100%;
    transition: all .4s;
    z-index: 999;
  }


  .caixa-contact{
    width: 100%;
    margin-left: 10%;
  	padding-top: 10px;
  	bottom: 0px;
  }

  .caixa-contact > p {
  	font-size: 12px;
  	text-align: left;
      color: #fff;
  }

  .scrollup {
      text-align:center;
      cursor:pointer;
      vertical-align:middle;
      width:20px;
      height:20px;
      border-radius:25px;
      font-size:12px;
      position:fixed;
      bottom:60px;
      right:20px;
  	border:1px solid #fff;
    color: #fff;
      display:none;
      z-index: 999;
  }
  .scrollup > a {
      position:relative;
      top:0px;
      color:#fff;
      z-index: 999;
  }

  .back-consulta{
    background-image:url("../images/8(320x480).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;
  }

  .back-clareamento{
    background-image:url("../images/11(320x480).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-estetica{
    background-image:url("../images/9(320x480).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-lentes{
    background-image:url("../images/10(320x480).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-profilaxia{
    background-image:url("../images/7(320x480).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-ortodontia{
    background-image:url("../images/12(320x480).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-implantodontia{
    background-image:url("../images/14(320x480).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-plastica{
    background-image:url("../images/13(320x480).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .texto-trabalhe{
    position: fixed;
    margin-top: 170px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;

  }

  .texto-trabalhe h2{
    font-size: 16px;
    color: #fff;

  }

  .texto-trabalhe h3{
    font-size: 13px;
    color: #fff;
  }

  .texto-trabalhe p{
    width: 100%;
    font-size: 12px;
    color: #fff;
    top: 2px;
  }

  .upload{
    position: relative;
    top: 380px;
    width: 80%;
    left: 2%;
  }

  .upload h2{
    font-size: 18px;
  }

  .enviar{
    background: #fff;
    color: #736154;
    border:none;
    line-height: 20px;
  }

  .selecione{
    background: #fff;
    color: #736154;
    border:none;
    font-size: 14px;
  }

  .enviar:hover{
    color: #fff;
    border: 0.5px solid #fff;
    background: none;
    transition: all .5s;
  }

}

@media (min-width: 321px) and (max-width: 360px){

  .contact {
    width: 100%;
     position: relative;
     margin-top: 150px;
     left: 0;
  }

  .map-canvas {
      display: none;
  }

  .contact-form {
    width: 100%;
      z-index:110;
      position:fixed;
      margin-top: 0px;
      padding:20px;
  }

  .contact-form h3{
    padding-bottom: 5px;
  }

  .row-fluid .span5 {
    width: 100%;
    *width: 40.37234042553192%;
  }


  .navbar {
    background: rgba(115, 97, 84, 0.9);
    z-index: 998;
    border-bottom: 30px solid #41362e;
  }

  .navbar .brand img {
    text-align: center;
    margin-left: 55.5px;
    margin-right: 55.5px;
    margin-top: 0;
    max-width:249px;
    max-height:120px;
  }

  .navbar h2{
    width: 90%;
    text-align: center;
    left: 5%;
    right: 5%;
    position: fixed;
    display: inline;
    top: 125px;
  	padding: 0;
  	color: #fff;
  	font-weight: bold;
  }

  .navbar .nav  li a{
    display: none;
  }

  label[for="bt_menu"]{
    display: block;
    z-index: 999;
    position: fixed;
    margin-top: 5%;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-weight: bold;
  }

  #bt_menu:checked ~ .navmobile{
    z-index: 999;
    position: fixed;
    display: inline;
    margin-left: 0;
    transition: all .4s;
  }

  .navmobile{
    margin-top:50px;
    position: fixed;
    width: 100%;
      border: none;
      z-index: 999;
  }

  .navmobile li{
    width: 100%;
    line-height: 40px;
    background: rgba(115,97,84,0.9);
    float: none;
    border-bottom: 0.5px solid #fff;
    z-index: 999;
  }

  .navmobile li a{
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    font-weight:normal;
    z-index: 999;
  }

  .navmobile li ul{
    display: none;
    z-index: 999;
  }

  .navmobile li ul li{
    background: rgba(255,255,255,0.9);
    line-height: 30px;
    padding-left: 30px;
    border-bottom: 0.5px solid rgba(98, 84, 78, 1);
    z-index: 999;
  }

  .navmobile li ul li a{
    color: rgba(98, 84, 78, 1);
    font-size: 12px;
    z-index: 999;
  }

  .navmobile li:hover ul{
    display: block;
    float: none;
    width: 100%;
    transition: all .4s;
    z-index: 999;
  }

  .caixa-contact{
    width: 90%;
    left: 5%;
    right: 5%;
    padding-top: 20px;
    bottom: 0px;
  }

  .caixa-contact > p {
    font-size: 14px;
      color: #fff;
  }

  .scrollup {
      text-align:center;
      cursor:pointer;
      vertical-align:middle;
      width:20px;
      height:20px;
      border-radius:25px;
      font-size:12px;
      position:fixed;
      bottom:60px;
      right:20px;
    border:1px solid #fff;
    color: #fff;
      display:none;
      z-index: 999;
  }
  .scrollup > a {
      position:relative;
      top:0px;
      color:#fff;
      z-index: 999;
  }

  .back-consulta{
    background-image:url("../images/8(360x640).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;
  }

  .back-clareamento{
    background-image:url("../images/11(360x640).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-estetica{
    background-image:url("../images/9(360x640).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-lentes{
    background-image:url("../images/10(360x640).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-profilaxia{
    background-image:url("../images/7(360x640).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-ortodontia{
    background-image:url("../images/12(360x640).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-implantodontia{
    background-image:url("../images/14(360x640).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .back-plastica{
    background-image:url("../images/13(360x640).jpg");
    background-size: 100%;
    position: fixed;
      width: 100%;
      height:100%;
      top: 0px;
      left: 0px;
      bottom: 0px;
      z-index: -999;

  }

  .texto-trabalhe{
    position: fixed;
    margin-top: 170px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;

  }

  .texto-trabalhe h2{
    font-size: 18px;
    color: #fff;

  }

  .texto-trabalhe h3{
    font-size: 15px;
    color: #fff;
  }

  .texto-trabalhe p{
    width: 100%;
    font-size: 14px;
    color: #fff;
    top: 2px;
  }

  .upload{
    position: relative;
    top: 400px;
    width: 80%;
    left: 2%;
  }

  .upload h2{
    font-size: 18px;
  }

  .enviar{
    background: #fff;
    color: #736154;
    border:none;
    line-height: 20px;
    margin-top: 15px;
  }

  .selecione{
    background: #fff;
    color: #736154;
    border:none;
    font-size: 14px;
  }

  .enviar:hover{
    color: #fff;
    border: 0.5px solid #fff;
    background: none;
    transition: all .5s;
  }


}

@media (min-width: 361px) and (max-width: 768px){

  .contact {
    width: 100%;
     position: relative;
     margin-top: 170px;
     left: 0;
  }

  .map-canvas {
    width: 95%;
    height: 500px;
    left: 2.5%;
    position: absolute;
    margin-top: 450px;
      display: block;
  }

  .contact-form {
    width: 100%;
      z-index:110;
      position:fixed;
      margin-top: 0px;
      padding:20px;
  }

  .contact-form h3{
    padding-bottom: 5px;
  }

  .row-fluid .span5 {
    width: 100%;
    *width: 40.37234042553192%;
  }



.navbar {
  background: rgba(115, 97, 84, 0.8);
  z-index: 998;
  border-bottom: 30px solid #41362e;
}

.navbar .brand img {
  text-align: center;
  margin-left: 33.7890625%;
  margin-right: 33.7890625%;
  margin-top: 0;
  max-width:32.421875%;
  max-height:120px;
}

.navbar h2{
  width: 90%;
  text-align: center;
  left: 5%;
  right: 5%;
  position: fixed;
  display: inline;
  top: 125px;
  padding: 0;
  color: #fff;
  font-weight: bold;
}

.navbar .nav  li a{
  display: none;
}

label[for="bt_menu"]{
  display: block;
  z-index: 999;
  position: fixed;
  margin-top: 5%;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-weight: bold;
}

#bt_menu:checked ~ .navmobile{
  z-index: 999;
  position: fixed;
  display: inline;
  margin-left: 0;
  transition: all .4s;
}

.navmobile{
  margin-top:130px;
  position: fixed;
  width: 100%;
    border: none;
    z-index: 999;
}

.navmobile li{
  width: 100%;
  line-height: 40px;
  background: rgba(115,97,84,0.9);
  float: none;
  border-bottom: 0.5px solid #fff;
  z-index: 999;
}

.navmobile li a{
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  font-weight:normal;
  z-index: 999;
}

.navmobile li ul{
  display: none;
  z-index: 999;
}

.navmobile li ul li{
  background: rgba(255,255,255,0.9);
  line-height: 30px;
  padding-left: 30px;
  border-bottom: 0.5px solid rgba(98, 84, 78, 1);
  z-index: 999;
}

.navmobile li ul li a{
  color: rgba(98, 84, 78, 1);
  font-size: 12px;
  z-index: 999;
}

.navmobile li:hover ul{
  display: block;
  float: none;
  width: 100%;
  transition: all .4s;
  z-index: 999;
}

.caixa-contact{
  width: 100%;
  margin-left: 10%;
  padding-top: 30px;
  bottom: 0px;
}

.caixa-contact > p {
  font-size: 14px;
  text-align: left;
    color: #fff;
}

.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:20px;
    height:20px;
    border-radius:25px;
    font-size:12px;
    position:fixed;
    bottom:60px;
    right:20px;
  border:1px solid #fff;
  color: #fff;
    display:none;
    z-index: 999;
}
.scrollup > a {
    position:relative;
    top:0px;
    color:#fff;
    z-index: 999;
}

.back-consulta{
  background-image:url("../images/8(768x1024).jpg");
  background-size: 100%;
    background-repeat: no-repeat;
}

.back-clareamento{
  background-image:url("../images/11(768x1024).jpg");
  background-size: 100%;
    background-repeat: no-repeat;

}

.back-estetica{
  background-image:url("../images/9(768x1024).jpg");
  background-size: 100%;
    background-repeat: no-repeat;

}

.back-lentes{
  background-image:url("../images/10(768x1024).jpg");
  background-size: 100%;
    background-repeat: no-repeat;

}

.back-profilaxia{
  background-image:url("../images/7(768x1024).jpg");
  background-size: 100%;
    background-repeat: no-repeat;

}

.back-ortodontia{
  background-image:url("../images/12(768x1024).jpg");
  background-size: 100%;
    background-repeat: no-repeat;

}

.back-implantodontia{
  background-image:url("../images/14(768x1024).jpg");
  background-size: 100%;
    background-repeat: no-repeat;

}

.back-plastica{
  background-image:url("../images/13(768x1024).jpg");
  background-size: 100%;
    background-repeat: no-repeat;

}

.footer {
   background: rgba(44,38,34, 1);
}


.texto-trabalhe{
  position: fixed;
  margin-top: 200px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: justify;

}

}

@media (min-width: 769px) and (max-width: 800px){


  .contact {
    width: 100%;
     position: relative;
     margin-top: 170px;
     left: 0;
  }

  .map-canvas {
    width: 95%;
    height: 500px;
    left: 2.5%;
    position: absolute;
    margin-top: 450px;
      display: block;
  }

  .contact-form {
    width: 100%;
      z-index:110;
      position:fixed;
      margin-top: 0px;
      padding:20px;
  }

  .contact-form h3{
    padding-bottom: 5px;
  }

  .row-fluid .span5 {
    width: 100%;
    *width: 40.37234042553192%;
  }


  .navbar {
    background: rgba(115, 97, 84, 0.8);
    z-index: 998;
    border-bottom: 30px solid #41362e;
  }

  .navbar .brand img {
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    max-width:249px;
    max-height:120px;
  }

  .navbar h2{
    width: 90%;
    text-align: right;
    right: 3%;
    position: fixed;
    display: inline;
    top: 125px;
  	padding: 0;
  	color: #fff;
  	font-weight: bold;
  }

  .nav-collapse.collapse {
    margin-right: 2%;
  }

  .navbar .nav  li a{
    top: 100px;
    font-size: 12px;
    display: inline;
  }

  label[for="bt_menu"]{
    display: none;
    z-index: 999;
    position: fixed;
    margin-top: 5%;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-weight: bold;
  }

  #bt_menu:checked ~ .navmobile{
    z-index: 999;
    position: fixed;
    display: none;
    margin-left: 0;
    transition: all .4s;
  }

  .caixa-contact{
    width: 100%;
    margin-left: 10%;
    padding-top: 30px;
    bottom: 0px;
  }

  .caixa-contact > p {
    font-size: 14px;
    text-align: left;
      color: #fff;
  }

  .scrollup {
      text-align:center;
      cursor:pointer;
      vertical-align:middle;
      width:20px;
      height:20px;
      border-radius:25px;
      font-size:12px;
      position:fixed;
      bottom:60px;
      right:20px;
    border:1px solid #fff;
    color: #fff;
      display:none;
      z-index: 999;
  }
  .scrollup > a {
      position:relative;
      top:0px;
      color:#fff;
      z-index: 999;
  }

  .back-consulta{
    background-image:url("../images/8(800x1280).jpg");
    background-size: 100%;
      background-repeat: no-repeat;
  }

  .back-clareamento{
    background-image:url("../images/11(800x1280).jpg");
    background-size: 100%;
      background-repeat: no-repeat;

  }

  .back-estetica{
    background-image:url("../images/9(800x1280).jpg");
    background-size: 100%;
      background-repeat: no-repeat;

  }

  .back-lentes{
    background-image:url("../images/10(800x1280).jpg");
    background-size: 100%;
      background-repeat: no-repeat;

  }

  .back-profilaxia{
    background-image:url("../images/7(800x1280).jpg");
    background-size: 100%;
      background-repeat: no-repeat;

  }

  .back-ortodontia{
    background-image:url("../images/12(800x1280).jpg");
    background-size: 100%;
      background-repeat: no-repeat;

  }

  .back-implantodontia{
    background-image:url("../images/14(800x1280).jpg");
    background-size: 100%;
      background-repeat: no-repeat;

  }

  .back-plastica{
    background-image:url("../images/13(800x1280).jpg");
    background-size: 100%;
      background-repeat: no-repeat;

  }

  .footer {
     background: rgba(44,38,34, 1);
  }

  .texto-trabalhe{
    position: fixed;
    margin-top: 300px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
  }

  }

  @media (min-width: 801px) and (max-width: 980px){


    .contact {
      width: 100%;
       position: relative;
       margin-top: 170px;
       left: 0;
    }

    .map-canvas {
      width: 95%;
      height: 500px;
      left: 2.5%;
      position: absolute;
      margin-top: 450px;
        display: block;
    }

    .contact-form {
      width: 100%;
        z-index:110;
        position:fixed;
        margin-top: 0px;
        padding:20px;
    }

    .contact-form h3{
      padding-bottom: 5px;
    }

    .row-fluid .span5 {
      width: 100%;
      *width: 40.37234042553192%;
    }


    .navbar {
      background: rgba(115, 97, 84, 0.8);
      z-index: 998;
      border-bottom: 30px solid #41362e;
    }

    .navbar .brand img {
      text-align: center;
      margin-left: 0;
      margin-top: 0;
      max-width:249px;
      max-height:120px;
    }

    .navbar h2{
      width: 90%;
      text-align: right;
      right: 3%;
      position: fixed;
      display: inline;
      top: 125px;
    	padding: 0;
    	color: #fff;
    	font-weight: bold;
    }

    .nav-collapse.collapse {
      margin-right: 2%;
    }

    .navbar .nav  li a{
      top: 100px;
      font-size: 12px;
      display: inline;
    }

    label[for="bt_menu"]{
      display: none;
      z-index: 999;
      position: fixed;
      margin-top: 5%;
      color: #fff;
      font-size: 40px;
      cursor: pointer;
      width: 30px;
      height: 30px;
      font-weight: bold;
    }

    #bt_menu:checked ~ .navmobile{
      z-index: 999;
      position: fixed;
      display: none;
      margin-left: 0;
      transition: all .4s;
    }

    .caixa-contact{
      width: 100%;
      margin-left: 10%;
      padding-top: 30px;
      bottom: 0px;
    }

    .caixa-contact > p {
      font-size: 14px;
      text-align: left;
        color: #fff;
    }

    .scrollup {
        text-align:center;
        cursor:pointer;
        vertical-align:middle;
        width:20px;
        height:20px;
        border-radius:25px;
        font-size:12px;
        position:fixed;
        bottom:60px;
        right:20px;
      border:1px solid #fff;
      color: #fff;
        display:none;
        z-index: 999;
    }
    .scrollup > a {
        position:relative;
        top:0px;
        color:#fff;
        z-index: 999;
    }

    .back-consulta{
      background-image:url("../images/8(980x1280).jpg");
      background-size: 100%;
        background-repeat: no-repeat;
    }

    .back-clareamento{
      background-image:url("../images/11(980x1280).jpg");
      background-size: 100%;
        background-repeat: no-repeat;

    }

    .back-estetica{
      background-image:url("../images/9(980x1280).jpg");
      background-size: 100%;
        background-repeat: no-repeat;

    }

    .back-lentes{
      background-image:url("../images/10(980x1280).jpg");
      background-size: 100%;
        background-repeat: no-repeat;

    }

    .back-profilaxia{
      background-image:url("../images/7(980x1280).jpg");
      background-size: 100%;
        background-repeat: no-repeat;

    }

    .back-ortodontia{
      background-image:url("../images/12(980x1280).jpg");
      background-size: 100%;
        background-repeat: no-repeat;

    }

    .back-implantodontia{
      background-image:url("../images/14(980x1280).jpg");
      background-size: 100%;
        background-repeat: no-repeat;

    }

    .back-plastica{
      background-image:url("../images/13(980x1280).jpg");
      background-size: 100%;
        background-repeat: no-repeat;

    }

    .footer {
       background: rgba(44,38,34, 1);
    }

    .texto-trabalhe{
      position: fixed;
      margin-top: 400px;
      padding-left: 10%;
      padding-right: 10%;
      text-align: justify;
    }

    }
