* {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

html, body {
    font-size: 14px;
    width: 100%;
    height: 100%;
    font-family: 'Oxygen', sans-serif;
}

body{
    margin: 0 auto;
}

img {
    max-width: 100%;
}

/* Mid Content */
.content {
    height: 100%;
    background-color: #e5dcd1;
    font-weight: 300;
    color: #977d64;
    font-size: 1.5rem;
}

/* Menu Content Global */
.sidebar{
    height: 100%;
    background-color: #f0f4e9;
    padding-top:5%; 
    text-align: center;
}

.sidebar ul{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
  
}
.sidebar ul li {
    display: block;        
}

.sidebar ul a{    
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #735134;
    line-height: 4rem;
    font-size: 1.5rem;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.sidebar ul a:hover {
    border-bottom: 3px solid #829469;
}

/* Logo */
.logo {
    margin-bottom: 30%;
}
.logo img {
    max-width: 250px;
}

.social {
    margin-bottom: 10%;
}

/* Settings Global */
.no-padding{
    padding: 0px !important;
}

.h100{
    height: 100%;
}

.bg-white{
    background-color: white;
}

.center-box {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/* Slides Home */
.section {
    text-align:center;
    position:relative;
}

div.fp-controlArrow.fp-prev,
div.fp-controlArrow.fp-next { 
    display: none; 
}

.fp-slidesNav ul li a span {
    background: white !important;
}

#slide-01, #slide-02, #slide-03 { background-size: cover; }
#slide-01 { background-image: url(/assets/img/slides/slide-01.jpg); }
#slide-02 { background-image: url(/assets/img/slides/slide-02.jpg); }
#slide-03 { background-image: url(/assets/img/slides/slide-03.jpg); }

.slide {
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.slide h2 {
    font-size: 3.3rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.slide p {
    font-size: 3rem;
    line-height: 3rem;
}

.slide button {
    background-color: #9aae85;
    color: #59674a;
    border: none;
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 2rem;
    text-transform: uppercase;
}

/* Contato */
.content.contato {
    background-image: url(/assets/img/contato/background-contato.jpg);
    background-size: cover;
}
.content.procedimentos {
    background-image: url(/assets/img/procedimentos/coluna-cranio-bg.jpg);
    background-size: cover;
}

.content.hospitais-convenios {
    background-image: url(/assets/img/hospitais/hospitais-convenio-bg.jpg);
    background-size: cover;
}

.content.midia {
    background-image: url(/assets/img/midia/midia-bg.jpg);
    background-size: cover;
    color: white;
}

.content.video {
    background-image: url(/assets/img/video/video-bg.jpg);
    background-size: cover;
}

.content.video .video-box {
    color: white;
    padding-top: 5%;
}

.content.atualizacoes .fotos-atualizacoes {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.content.atualizacoes .fotos-atualizacoes > div {
    padding: 25px;
}

.fotos-atualizacoes img {
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.fotos-atualizacoes img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.fotos-atualizacoes .foto {
    margin-bottom: 30px;
}

.fotos-atualizacoes .foto:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/atualizacoes/sombra-x.png);
    z-index: 30;
    display: block;
    width: 100%;
    height: 40px;
    left: 15%;
    background-repeat: no-repeat;
}

.content.midia .midia-box div {
    margin-bottom: 70px;
}

.content.midia h4 {
    margin-bottom: 0px;
}

.hospitais-convenios .text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.hospitais-convenios .text h2 {
    font-weight: bold;
}

.procedimentos > div {
    padding-top: 5%;
    color: white;
}
.procedimentos ul {
    margin: 0;
    padding-left: 20px;
    line-height: 2.5rem;
}

.box-formulario {
    background-color: white;
    height: 100%;
}

.dados-de-contato{
    background-color: #ebe4d9;
    color: #977d64;
    font-weight: 300;
}

.dados-de-contato,
.formulario {
    padding:20% 20% 10%;
}

.formulario input,
.formulario textarea{
    border: 1px solid #735234;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 15px;
    line-height: 40px;
}

.formulario textarea{
    height: auto;
}

.dados-de-contato h1 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 2rem;
}

.formulario button {
    background-color: #735234;
    padding: 10px 30px;
    color: #FFF;
    font-size: 1.5rem;
    text-transform: uppercase;
    border: 0px;
    font-family: 'Oxygen';
}

::-webkit-input-placeholder {
   color: #977d64;
   text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
   color: #977d64;
   text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #977d64;
   text-transform: uppercase;
}

:-ms-input-placeholder {  
   color: #977d64;
   text-transform: uppercase;
}

/* Dr. Lucas Foto */
.sobre-texto {
    padding: 10%;
    padding-bottom: 0;
    line-height: 2;
}

.dr-lucas-foto {
    background-image: url(/assets/img/dr-lucas/dr-lucas.jpg);
    background-size: cover;
}

/* Fix 5 columns Bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}