/*
Theme Name: Instituto Roberto Macoto
Theme URI: http://robertomacoto.com.br/
Author: Estúdio Saci
Author URI: http://www.estudiosaci.com.br
Description: Tema desenvolvido para o Instituto Roberto Macoto.
Version: 1.1
License: Privada
*/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600);
@font-face { font-family: "Ionicons"; src: url("../includes/fonts/ionicons.eot?v=2.0.0"); src: url("../includes/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../includes/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../includes/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../includes/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }

/*------------------------------------------------------------ */
/* --------------------- MAIN STRUCTURE ---------------------- */
/*------------------------------------------------------------ */

* { padding: 0; margin: 0; }
body { background: #FFF; }

body, #top-wrapper, .wrapper, #main, #pre-footer, #footer, #sub-footer { width: 100%; float: left; }
.home-off { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; height: 180px; }

a { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; text-decoration: none; outline: none; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }
ol, ul { list-style: none; }
li { list-style: none }
img { border: none; -webkit-user-select: none; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }
select, input { outline: none !important; }
hr { background-color: #ccc; border: 0; clear: both; height: 1px; margin: 12px 0; float: left; width: 100%; margin-top: 0px;}
hr.home { background: #ebebeb; height: 5px; margin: 0; }

input, textarea { background: #FFF; border: 1px solid #d2d2d2; padding: 2px 6px; border-radius: 0px; outline: none }
textarea { width: 100%; resize: vertical; }
input[type="text"], input[type="tel"], input[type="url"], input[type="email"] { line-height: 22px; font-size: 16px; padding: 4px 6px; }
input[type="submit"] { -webkit-appearance: none; border: 0px; border-radius: 0px; outline: none; cursor: pointer; display: block; }
p.wp-caption-text { background: #F1F1F1; color: #555; font-size: 12px; font-weight: 600; box-sizing: border-box; padding: 5px 10px;; float: left; width: 100%;}
input[type="search"] { background: #4e0911; border: none; border-radius: 15px; font-size: 15px; font-weight: 100; font-family: 'Raleway', sans-serif; text-align: center; line-height: 30px; color: #FFF; padding-right: 50px;}
div.search-form { float: right; position: relative; margin-top: 6px; }

.videoWrapper { position: relative; float: left; width: 100%; }
.videoWrapper iframe { width: 100%; height: 100%; border: none; }

.wp-caption, .wp-caption img { max-width: 100%; float: left;}
.excerpt p { margin-bottom: 0; }
.alignleft { margin-right: 15px; }
.alignright { margin-left: 15px; }

#content .edit-link .post-edit-link { display: inline-block; font-size: 16px; text-decoration: none; line-height: 100%; color: #999; font-weight: 300;}
#content .edit-link .post-edit-link { text-decoration: underline; }
#content .edit-link:before { content: "\f2bf" ; color: #999; font-size: 16px; padding-right: 6px;}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled { color: #fff; text-decoration:none; }
.navigation li { display: inline; }
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled { background-color: #F1F1F1; border-radius: 0px; cursor: pointer; font-size: 13px; padding: 6px 9px; color: #666 !important; text-decoration: none !important; }
.navigation li a:hover, .navigation li.active a { background-color: #801623; color: #FFF !important; }
#nav-below ul { margin: 0 auto; padding: 20px 0px; text-align: center; position: relative; top: 10px;}

#content span.edit-link { float: left; width: 100%; }

.noselect, .callbacks_nav { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }

@keyframes flickerAnimation {
  0%   { padding-top: 12px; }
  50%  { padding-top: 2px; }
  100% { padding-top: 12px; }
}
@-o-keyframes flickerAnimation{
  0%   { padding-top: 12px; }
  50%  { padding-top: 2px; }
  100% { padding-top: 12px; }
}
@-moz-keyframes flickerAnimation{
  0%   { padding-top: 12px; }
  50%  { padding-top: 2px; }
  100% { padding-top: 12px; }
}
@-webkit-keyframes flickerAnimation{
  0%   { padding-top: 12px; }
  50%  { padding-top: 2px; }
  100% { padding-top: 12px; }
}

.animate {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.animate:hover {
   -webkit-animation: paused;
   -moz-animation: paused;
   -o-animation: paused;
    animation: paused;
}

@keyframes loadingAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes loadingAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes loadingAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes loadingAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-loading {
   -webkit-animation: loadingAnimation 1s infinite;
   -moz-animation: loadingAnimation 1s infinite;
   -o-animation: loadingAnimation 1s infinite;
    animation: loadingAnimation 1s infinite;
   position: relative;
   top: 50%;
   margin-top: -32px;
}

/*------------------------------------------------------------ */
/* --------------------- FONT STYLING ------------------------ */
/*------------------------------------------------------------ */

body { font-family: 'Raleway', sans-serif; color: #666; font-size: 13px; line-height: 18px; }
h1, h2, h3, h4, h5 { font-weight: 300; font-family: 'Raleway',sans-serif; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
a { color: #3a220f; text-decoration: none; }
a:visited { color: #3a220f; }
a:active, a:hover { color: #1e2656; }
.entry-content a { font-weight: bold; color: #e18339; }
.entry-content a:hover { text-decoration: none; }
.entry-content a.info { color: #111; border-bottom: 1px dashed #007371; cursor: help; }
p { margin-bottom: 18px; font-size: 15px; line-height: 21px; color: #404041; }
span.text-destaque { float: left; width: 100%; max-width: 320px; color: #c5252b; font-size: 22px; line-height: 28px; font-weight: 400; margin-right: 80px;}

blockquote { float: left; width: 100%; box-sizing: border-box; padding: 12px; padding-top: 0; text-align: center; margin-bottom: 28px;}
blockquote p { display: inline; font-size: 15px; font-weight: 400; line-height: 150%; }

.icons:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.icons a:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.edit-link:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*------------------------------------------------------------ */
/* -------------------------- HOME --------------------------- */
/*------------------------------------------------------------ */

#video-overlay { width: 100%; height: 100%; position: absolute; z-index: 999; text-align: center; background: rgba(0,0,0,0.8); }
#video-overlay #pop-up { width: 100%; max-width: 800px; max-height: 500px; height: 100%; margin: 0 auto; position: relative; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); top: 50%; margin-top: -24px; background: #000; left: -2px;}
#video-overlay #pop-up img { width: 100%; height: auto; cursor: pointer; position: relative; z-index: 1; opacity: 0; }
#home-video { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 999; border: 2px solid #FFF;/* border-radius: 12px; */}

section.text { margin-bottom: -50px; margin-top: -20px; }
span#close-bt { display: block; width: 59px; height: 59px; background: url('images/close-bt.png') no-repeat center; position: absolute; right: -30px; top: -20px; z-index: 99999; cursor: pointer; }
#video-trigger { cursor: pointer; border: 2px solid rgba(255,255,255,1); box-shadow: 0px 0px 23px #777; box-sizing: border-box; }

#home-front { background: #666 url('images/home-bg.jpg') no-repeat center; float: left; width: 100%; height: 100%; background-size: cover; background-attachment: fixed;}
#home-front .logo { width: 100%; max-width: 934px; max-height: 630px; height: auto; position: relative; top: 36%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); margin: 0 auto; text-align: center; }
#home-front .logo img { width: auto; max-width: 100%; }
#home-front .logo #big-logo { width: 100%; height: auto; }

#home-front .scroll-bt { margin-top: 32px; }
#home-front .scroll-bt h4 { color: #FFF; font-size: 14px; font-weight: 600; text-shadow: 0px 0px 6px #444; }
#home-front .scroll-bt img { padding-top: 12px; position: absolute; left: 50%; margin-left: -32px; cursor: pointer; }

#main-menu { position: absolute; top: 0px; background: #FFF; /* height: 70px; */ z-index: 99999; box-shadow: 0px 11px 32px #777; display: none; }

section.page-content:nth-child(odd) > section.page header h1 { color: #00b6bd; color: #c5252b; }
section.page-content:nth-child(odd) > section.page-thumb div.container { text-align: center; text-align: left; }

section.page, section.page-thumb { float: left; width: 100%; }

section.page { float: none; background: #FFF; max-width: 1200px; margin: 0 auto; /* padding: 70px 0; */ }
section.first section.page { padding-top: 100px; }
section.page header { float: left; width: 100%; padding: 30px 0; margin-top: 25px; }
section.page header h1 { width: 100%; text-align: center; color: #00b6bd; font-size: 26px; text-transform: uppercase; line-height: 120%; }

section.page-thumb { height: 260px; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
section#contato-thumb {
    height: fit-content;
}
section.page-thumb div.container { float: left; width: 100%; height: 100%; position: relative; text-align: left; padding: 40px; box-sizing: border-box; text-shadow: 0px 0px 20px #777;}
section.page-thumb div.container h3 { font-size: 42px; font-weight: 600; color: #FFF; line-height: 120%; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); position: relative; max-width: 1200px; margin: 0 auto; width: 100%;}

#header { position: relative; margin: 0 auto; width: 100%; max-width: 1200px; background: #FFF; z-index: 100; /* overflow: hidden; */ box-sizing: border-box; /* height: 70px; */ padding: 0 12px; }
section.menu-logo { text-align: left; background: rgba(255,255,255,0.4); z-index: 10; padding: 10px 0; float: left; position: relative; cursor: pointer; }
#header .menu-logo img {}
#header .menu-container { float: right; width: auto; box-sizing: border-box; position: relative; z-index: 9;}

.menu-container .menu { float: left; width: 100%; box-sizing: border-box; position: relative; z-index: 100; height: 100%; text-align: center;}
.menu-container .menu div.responsiveSelectContainer { float: right; width: 100%;}
.main-menu { position: relative; margin: 0 auto; float: left;}
.menu-container .menu li { display: inline-block; position: relative; cursor: pointer; }
.menu-container .menu a { color: #666; font-size: 12px; display: inline-block; width: 100%; padding: 0px 10px; box-sizing: border-box; line-height: 50px; text-align: center; font-family: 'Raleway',sans-serif; font-weight: 400; text-transform: uppercase; padding-top: 20px;}
.menu-container .menu li:hover > a { color: #00b6bd; }

#header .menu-mobile { float: left; width: 100%; box-sizing: border-box; position: relative; z-index: 9; display: none; }
.menu-mobile .menu { float: left; width: 100%; box-sizing: border-box; position: relative; z-index: 100; height: 100%; text-align: center;}
.menu-mobile .main-menu { width: 100%; }
.menu-mobile .menu li { float: left; width: 100%; text-align: center; position: relative; cursor: pointer; }
.menu-mobile .menu a { color: #666; font-size: 12px; display: inline-block; width: 100%; padding: 0px 10px; box-sizing: border-box; line-height: 38px; text-align: center; font-family: 'Raleway',sans-serif; font-weight: 400; text-transform: uppercase; }
.menu-mobile .menu a {
background: #ffffff; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */
}
.menu-mobile .menu li:hover > a { color: #00b6bd; }

#equipe .profissional-container {float: right;width: 100%;}
#equipe .profissional-container:nth-child(odd) { float: left; }

#equipe .profissional-container .profissional-content { float: left; width: 100%; background: #fafafa; margin: 30px 0; margin-bottom: 20px; }
#equipe .profissional-container .profissional-content:first-child {padding-left: 0;margin-top: 0px;padding: 20px;}
#equipe .profissional-container .profissional-content:last-child { padding-right: 0; }
#equipe .profissional-container .profissional-content .profissional-thumb {float: left;width: 13%;text-align: center;}
#equipe .profissional-container .profissional-content .profissional-thumb img { width: 100%; height: auto; border-radius: 100%; }
#equipe .profissional-container .profissional-content .profissional-text { float: left; width: 75%; box-sizing: border-box; padding: 16px 12px; padding-left: 22px;}
#equipe .profissional-container .profissional-content .profissional-text h2 { float: left; width: 100%; color: #404040; font-size: 18px; line-height: 120%; font-weight: 400; margin-bottom: 20px; }
#equipe .profissional-container .profissional-content .profissional-text div { float: left; width: 100%; }
#equipe .profissional-container .profissional-content .profissional-text div p { font-size: 13px; line-height: 150%; }

#equipe .profissional-container .profissional-tabs { float: left; width: 100%; margin-bottom: 30px; }
#equipe .profissional-container .profissional-tabs ul { display: block; float: left;}
#equipe .profissional-container .profissional-tabs ul li { float: left; background: #fafafa; padding: 10px 22px; text-align: center; border-left: 1px solid #EEE; border-top: 1px solid #EEE; border-bottom: 0; box-sizing: border-box; cursor: pointer }
#equipe .profissional-container .profissional-tabs ul li:last-child { border-right: 1px solid #EEE; }
#equipe .profissional-container .profissional-tabs ul li.current { background: #FFF; color: #00b6bd; }
#equipe .profissional-container .profissional-tabs ul li span { font-size: 14px; }
/*#equipe .profissional-container .profissional-tabs ul li.current > span { color: #00b6bd; } */
#equipe .profissional-container .profissional-tabs ul li div.hidden-content { display: none; }
#equipe .profissional-container .profissional-tabs div.tab-content { float: left; width: 100%; background: #fafafa; border: 1px solid #EEE; box-sizing: border-box; height: 200px; padding: 16px; overflow: hidden; }
#equipe .profissional-container .profissional-tabs .tab-content ul li { border: 0; padding: 0; text-align: left; width: 100%; float: left; margin-left: 0; cursor: default;}
#equipe .profissional-container .profissional-tabs .tab-content ol li { border: 0; padding: 0; text-align: left; width: auto; float: none; margin-left: 0px; list-style: none;}
#equipe .profissional-container .profissional-tabs .tab-content ol li:before { content: "\002022"; float: left; position: relative; color: #00b6bd; font-size: 18px; line-height: 21px; padding-right: 6px;}
#equipe .profissional-container .profissional-tabs .tab-content p { font-size: 12px; margin-bottom: 12px; }

#faq { float: left; width: 100%; }
#faq ul#faq-container { float: left; width: 50%; margin-bottom: 50px;  }
#faq ul#faq-container li { float: left; width: 100%; margin-bottom: 4px; }
#faq ul#faq-container li h2 { float: left; width: 100%; background: transparent url('images/faq-bg.jpg') repeat 0px 0px; border: 1px solid #e9e9e9; box-sizing: border-box; font-size: 18px; color: #404040; font-weight: 500; padding: 10px 12px; line-height: 20px; text-transform: uppercase; cursor: pointer; }
#faq ul#faq-container li div.faq-content { border: 1px solid #e9e9e9; border-top: 0; box-sizing: border-box; height: 200px; padding: 16px; overflow: hidden; display: none; }
#faq ul#faq-container li.active div.faq-content { display: block; }
#faq ul#faq-container li div.faq-content article h3 { margin-bottom: 8px; font-weight: 600; color: #00b6bd; font-size: 14px; }
#faq ul#faq-container li div.faq-content article p { font-size: 12px; color: #404040; line-height: 21px; }

#faq div#faq-aside { float: left; width: 50%; padding: 0 70px; box-sizing: border-box; margin-bottom: 50px; }
#faq div#faq-aside img { width: 100%; height: auto; }

#auto-avaliacao div#avaliacao-aside { float: left; width: 40%; padding: 12px; box-sizing: border-box; margin-bottom: 30px; }
#auto-avaliacao div#avaliacao-aside img { width: 100%; height: auto; border-radius: 100%; }
#auto-avaliacao div#avaliacao-text { float: left; width: 60%; box-sizing: border-box; padding: 120px 20px; padding-right: 6%; }
#auto-avaliacao div#avaliacao-text span { margin-bottom: 20px; width: 100%; text-transform: uppercase; max-width: 80%; margin-right: 0; }
#auto-avaliacao div#avaliacao-text a { display: inline-block; width: auto; background: transparent url('images/faq-bg.jpg') repeat 0px 0px; border: 1px solid #e9e9e9; box-sizing: border-box; font-size: 18px; color: #404040; font-weight: 500; padding: 10px 22px; line-height: 20px; text-transform: uppercase; cursor: pointer; }

#auto-avaliacao #avaliacao-container { float: left; width: 100%; display: none; margin-bottom: 50px; }
#auto-avaliacao #avaliacao-container ul { float: left; width: 100%; margin-bottom: 50px; }
#auto-avaliacao #avaliacao-container ul li.avaliacao-content { float: left; width: 12.5%; box-sizing: border-box; padding: 4px; position: relative; }
#auto-avaliacao #avaliacao-container ul li.avaliacao-content div.avaliacao-thumb { display: block; }
#auto-avaliacao #avaliacao-container ul li.avaliacao-content div.avaliacao-thumb img { width: 100%; height: auto; cursor: pointer; }

#auto-avaliacao #avaliacao-container ul li.avaliacao-content div.avaliacao-thumb img {
filter: gray; /* IE6-9 */
filter: grayscale(1); /* Firefox 35+ */
-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
-moz-opacity: 0.7;
-o-opacity: 0.7;
-webkit-opacity: 0.7;
filter: alpha(opacity=70); /* For IE8 and earlier */
opacity: 0.7;
}

#auto-avaliacao #avaliacao-container ul li.avaliacao-content.selected > div.avaliacao-thumb { background: #00b6bd; }
#auto-avaliacao #avaliacao-container ul li.avaliacao-content.unselected > div.avaliacao-thumb { background: #c5252b; }

#auto-avaliacao div.sintoma-box { position: absolute; display: none; min-width: 380px; max-width: 380px; box-sizing: border-box; left: 4px; top: 4px; background: #FFF; z-index: 9;}
#auto-avaliacao div.sintoma-box h2 { float: left; width: 100%; background: transparent url('images/faq-bg.jpg') repeat 0px 0px; border: 1px solid #e9e9e9; box-sizing: border-box; font-size: 18px; color: #404040; font-weight: 500; padding: 10px 12px; line-height: 20px; text-transform: uppercase; }
#auto-avaliacao div.sintoma-box .sintoma-content { float: left; width: 100%; border: 1px solid #e9e9e9; border-top: 0; box-sizing: border-box; padding: 24px; padding-bottom: 12px;}
#auto-avaliacao div.sintoma-box .sintoma-content .avaliacao-thumb-full { float: left; width: 100%; }
#auto-avaliacao div.sintoma-box .sintoma-content .avaliacao-thumb-full img { width: 100%; height: auto; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-info { float: left; width: 100%; margin: 18px 0; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-info span.sintoma-counter { float: left; width: 12%; text-align: left; font-size: 32px; color: #7d7d7d; font-weight: 500; line-height: 32px; box-sizing: border-box; border-right: 1px solid #7d7d7d; padding: 20px 0;}
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-info  h3.sintoma-title { float: left; width: 88%; box-sizing: border-box; font-size: 16px; color: #404040; line-height: 21px; padding: 4px; padding-left: 18px;}
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons { float: left; width: 100%; text-align: right; margin: 8px 0; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a { display: inline-block; margin-right: 24px;}
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a span.text { float: left; color: #404040; font-size: 14px; background: #fafafa; line-height: 14px; border: 1px solid #e9e9e9; text-align: center; padding: 7px 16px; text-transform: lowercase;}
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a span.icons:before { float: left; color: #FFF; font-size: 14px; padding: 5px 10px; background: #999; line-height: 20px; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a.sintoma-true span.icons:before { content: "\f122"; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a.sintoma-false span.icons:before { content: "\f12a"; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons span.sintoma-close { float: right; font-size: 12px; color: #404040; text-decoration: underline; width: 100%; margin-top: 13px; font-weight: 600; cursor: pointer;}
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons span.sintoma-close:before { content: "<< "; }

#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a.selected span.icons:before { background: #00b6bd; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a.sintoma-false.selected span.icons:before { background: #c5252b; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a.unselected span.icons:before { background: #999; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a.selected, #auto-avaliacao a#bt-concluir.selected {
-moz-opacity: 1;
-o-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
opacity: 1;
cursor: pointer;
}
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons a.unselected, #auto-avaliacao a#bt-concluir.unselected {
-moz-opacity: 0.4;
-o-opacity: 0.4;
-webkit-opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
opacity: 0.4;
cursor: default;
}

#auto-avaliacao a#bt-concluir { float: right; }
#auto-avaliacao a#bt-concluir span.icons:before { content: "\f122"; float: left; color: #FFF; font-size: 14px; padding: 5px 10px; background: #999; line-height: 20px; }
#auto-avaliacao a#bt-concluir span.text { float: left; color: #404040; font-size: 14px; background: #fafafa; line-height: 14px; border: 1px solid #e9e9e9; text-align: center; padding: 7px 16px; text-transform: lowercase;}

#auto-avaliacao #final { width: 100%; float: left; display: none; margin-bottom: 50px; }
#auto-avaliacao #final div.colunas { float: left; width: 33%; box-sizing: border-box; }
#auto-avaliacao #final div.colunas:nth-child(2) { width: 34%; padding: 0 20px; }
#auto-avaliacao #final div.colunas h2 { float: left; width: 100%; background: transparent url('images/faq-bg.jpg') repeat 0px 0px; border: 1px solid #e9e9e9; box-sizing: border-box; font-size: 18px; color: #404040; font-weight: 500; padding: 10px 12px; line-height: 20px; text-transform: uppercase; }

#auto-avaliacao #final div#resultado div.resultado-content { border: 1px solid #e9e9e9; border-top: 0; box-sizing: border-box; height: 340px; padding: 12px 16px; overflow: hidden; }
#auto-avaliacao #final div#resultado ul { float: left; }
#auto-avaliacao #final div#resultado ul li { font-size: 12px; color: #404040; line-height: 21px; margin-bottom: 8px; }

#auto-avaliacao #final div#recomendacoes div.recomendacoes-content { border: 1px solid #e9e9e9; border-top: 0; box-sizing: border-box; height: 340px; padding: 12px 16px; overflow: hidden; }
#auto-avaliacao #final div#recomendacoes div article p { font-size: 12px; color: #404040; line-height: 21px; }

#auto-avaliacao #final div#formulario div { border: 1px solid #e9e9e9; border-top: 0; box-sizing: border-box; height: 340px; padding: 12px 16px; overflow: hidden; }
#auto-avaliacao #final div#formulario div table { width: 100%; }
#auto-avaliacao #final div#formulario div table tr td { font-size: 13px; color: #404040; text-align: right; vertical-align: top;position: relative;}
#auto-avaliacao #final div#formulario div table tr td:first-child { width: 55px ;}
#auto-avaliacao #final div#formulario div table tr td.hidden-form { display: none; visibility: hidden; }
#auto-avaliacao #final div#formulario div table tr td label { padding: 12px 6px; float: left;width: 100%;box-sizing: border-box;line-height: 30px;}
#auto-avaliacao #final div#formulario div table td a { float: right; margin-right: 10px; margin-top: 10px; }
#auto-avaliacao #final div#formulario div form input { width: 100%; border: 0; background: #fafafa; color: #404040; font-size: 13px; padding: 4px 10px;}
#auto-avaliacao #final div#formulario div form textarea { width: 100%; border: 0; background: #fafafa; color: #404040; font-size: 13px; resize: none; height: 78px;}
#auto-avaliacao #final div#formulario div span { float: left; }
#auto-avaliacao #final div#formulario div span:before { float: left; color: #FFF; font-size: 14px; padding: 5px 10px; background: #999; line-height: 20px; }
#auto-avaliacao #final div#formulario div a#bt-enviar span.icons:before { content: "\f122"; }
#auto-avaliacao #final div#formulario div a#bt-cancelar span.icons:before { content: "\f12a"; }
#auto-avaliacao #final div#formulario div form input[type="submit"],
#auto-avaliacao #final div#formulario div span.text { float: left; color: #404040; font-size: 13px; background: #fafafa; line-height: 14px; border: 1px solid #e9e9e9; text-align: center; padding: 7px 16px; text-transform: lowercase; width: auto;}
#auto-avaliacao #final div#formulario span.required-field { position: absolute; color: #c5252b; font-weight: 600; font-size: 11px; top: 48px;left: 7px;display: none;}

#ajax-contact-form span { float: left; }
#ajax-contact-form span:before { float: left; color: #FFF; font-size: 14px; padding: 5px 10px; background: #999; line-height: 20px; }
#ajax-contact-form a { float: right; margin-right: 10px; margin-top: 10px; }
#ajax-contact-form a#bt-enviar2 span.icons:before { content: "\f122"; }
#ajax-contact-form a#bt-cancelar2 span.icons:before { content: "\f12a"; }
#ajax-contact-form a#bt-enviar2:hover > span.icons:before { background: #00b6bd; }
#ajax-contact-form a#bt-cancelar2:hover > span.icons:before { background: #c5252b; }
#ajax-contact-form input[type="submit"],#ajax-contact-form span.text { float: left; color: #404040; font-size: 13px; background: #fafafa; line-height: 14px; border: 1px solid #e9e9e9; text-align: center; padding: 7px 16px; text-transform: lowercase; width: auto;}
span.required-field { position: absolute; color: #c5252b; font-weight: 600; font-size: 11px; top: 48px;left: 7px;display: none;}

#auto-avaliacao #final div#formulario div a#bt-enviar:hover > span.icons:before, #auto-avaliacao a#bt-concluir:hover > span.icons:before { background: #00b6bd; }
#auto-avaliacao a#bt-concluir.unselected:hover > span.icons:before { background: #999; }
#auto-avaliacao #final div#formulario div a#bt-cancelar:hover > span.icons:before { background: #c5252b; }

#response-overlay { display: none; position: fixed; z-index: 9999999; width: 100%; height: 100%; background: rgba(0,0,0,0.7); text-align: center; }
#response-overlay #ajax-response { max-width: 400px; margin: 0 auto; height: 200px; top: 50%; margin-top: -100px; position: relative; text-align: center; background-color: #FFF;box-sizing: border-box;padding: 40px;width: 100%;border-radius: 30px;}
#response-overlay #ajax-loading span { color: #404040; font-size: 24px; line-height: 64px;}
#response-overlay #ajax-loading span:before { content: "\f2c3"; font-size: 32px; padding-right: 10px; }

#response-overlay #ajax-response h3 { color: #404040; font-size: 24px; line-height: 150%; float: left; width: 100%; text-align: center; margin-top: 12px;}
#response-overlay #ajax-response h3.enviado { margin-top: 0; font-size: 16px; }

#response-overlay span.bt-continuar { float: left; width: 100%; margin-top: 20px; cursor: pointer; }
#response-overlay span.text { display: inline-block; color: #404040; font-size: 13px; background: #fafafa; line-height: 14px; border: 1px solid #e9e9e9; text-align: center; padding: 7px 16px; text-transform: lowercase; width: auto; position: relative;top: -1px;}
#response-overlay span.bt-continuar > span.icons:before { display: inline-block; color: #FFF; font-size: 14px; padding: 5px 10px; background: #999; line-height: 20px; content: "\f122"; }
#response-overlay span.bt-continuar:hover > span.icons:before { background: #00b6bd; }

#casos-clinicos ol.casos-counter { float: left; width: 50%; box-sizing: border-box; padding: 12px; }
#casos-clinicos ol.casos-counter li { float: left; width: 20%; margin-bottom: 15px;}
#casos-clinicos ol.casos-counter li a { display: block; height: 64px; width: 64px; border: 3px solid #e2e2e3; box-sizing: border-box; text-align: center; font-family: Helvetica, Arial sans-serif; font-weight: 100; }
#casos-clinicos ol.casos-counter li a span { font-size: 32px; line-height: 52px; color: #878787; border: 3px solid #FFF; background: #FFF; display: inline-block; width: 100%; text-align: center; box-sizing: border-box;}
#casos-clinicos ol.casos-counter li a.current > span { color: #FFF; background: #00b6bd; }

#casos-clinicos .casos-tabs { float: left; width: 100%; margin-bottom: 30px; }
#casos-clinicos .casos-tabs ul { display: block; float: left;}
#casos-clinicos .casos-tabs ul li { float: left; background: #fafafa; padding: 10px 22px; text-align: center; border-left: 1px solid #EEE; border-top: 1px solid #EEE; border-bottom: 0; box-sizing: border-box; cursor: pointer }
#casos-clinicos .casos-tabs ul li:last-child { border-right: 1px solid #EEE; }
#casos-clinicos .casos-tabs ul li.current { background: #FFF; color: #00b6bd; }
#casos-clinicos .casos-tabs ul li span { font-size: 14px; }
/*#casos-clinicos .casos-tabs ul li.current > span { color: #00b6bd; } */
#casos-clinicos .casos-tabs ul li div.hidden-content { display: none; }
#casos-clinicos .casos-tabs div.tab-content { float: left; width: 100%; background: #fafafa; border: 1px solid #EEE; box-sizing: border-box; height: auto; padding: 30px; overflow: hidden; }
#casos-clinicos .casos-tabs div.tab-content div { text-align: center; width: 47%; }
#casos-clinicos .casos-tabs div.tab-content div.left { float: left; }
#casos-clinicos .casos-tabs div.tab-content div.right { float: right; }
#casos-clinicos .casos-tabs div.tab-content div img { float: left; width: 100%; height: auto; box-sizing: border-box;border: 1px solid #EEE;border-bottom: 0px;}
#casos-clinicos .casos-tabs div.tab-content div h3 { float: left; width: 100%; background: transparent url('images/faq-bg.jpg') repeat 0px 0px; border: 1px solid #e9e9e9; box-sizing: border-box; font-size: 18px; color: #404040; font-weight: 500; padding: 10px 12px; line-height: 20px; text-transform: uppercase; }

#casos-clinicos #post-container { float: left; width: 50%; padding: 12px; box-sizing: border-box; min-height: 527px; position: relative; }
#casos-clinicos #post-container #post-content { float: left; width: 100%; box-sizing: border-box; }
#casos-clinicos #post-container #loading-animation { display: none; float: right; width: 100%; text-align: center; padding: 80px; box-sizing: border-box; }

#depoimentos-wrapper .depoimentos-container { padding: 0 70px; box-sizing: border-box; text-align: center; }
#depoimentos-wrapper .depoimentos-container .depoimentos-content { float: left; width: 50%; box-sizing: border-box; padding: 12px; text-align: center; }
#depoimentos-wrapper .depoimentos-container .depoimentos-content.single { float: none; margin: 0 auto; }
#depoimentos-wrapper .depoimentos-container .depoimentos-content .depoimentos-thumb { width: 150px; height: 150px; margin: 0 auto; margin-bottom: 30px; }
#depoimentos-wrapper .depoimentos-container .depoimentos-content .depoimentos-thumb img { width: 100%; height: auto; border-radius: 100%; }
#depoimentos-wrapper .depoimentos-container .depoimentos-content .depoimentos-text { padding: 23px 29px; background: #fafafa; }
#depoimentos-wrapper .depoimentos-container .depoimentos-content .depoimentos-text h2 { font-size: 14px; color: #404040; text-transform: uppercase; margin: 12px 0px 0px 0px; font-weight: 500; }
#depoimentos-wrapper .depoimentos-container .depoimentos-content .depoimentos-text p { font-size: 12px; color: #404040; }
#depoimentos-wrapper .depoimentos-container .depoimentos-content .depoimentos-text p:last-child { margin-bottom: 0px; }

#depoimentos-wrapper .depoimentos-container .depoimentos-tabs { float: right; width: 50%; box-sizing: border-box; padding: 12px; }
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs ul { display: block; float: left;}
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs ul li { float: left; background: #fafafa; padding: 10px 22px; text-align: center; border-left: 1px solid #EEE; border-top: 1px solid #EEE; border-bottom: 0; box-sizing: border-box; cursor: pointer }
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs ul li:last-child { border-right: 1px solid #EEE; }
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs ul li.current { background: #FFF; color: #00b6bd; }
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs ul li span { font-size: 14px; }
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs ul li div.hidden-content { display: none; }
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs div.tab-content { float: left; width: 100%; background: #fafafa; border: 1px solid #EEE; box-sizing: border-box; height: 302px; padding: 16px; overflow: hidden; }
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs .tab-content ul li { border: 0; padding: 0; text-align: left; width: 100%; float: left; margin-left: 0; cursor: default;}
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs .tab-content ol li { border: 0; padding: 0; text-align: left; width: auto; float: none; margin-left: 0px; list-style: none;}
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs .tab-content ol li:before { content: "\002022"; float: left; position: relative; color: #00b6bd; font-size: 18px; line-height: 21px; padding-right: 6px;}
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs .tab-content p { font-size: 12px; margin-bottom: 12px; }

#depoimentos .bx-viewport { float: left; margin-bottom: 0px; }
#depoimentos .bx-controls { position: relative; top: 300px; }
#depoimentos .bx-wrapper .bx-controls-direction a { width: 39px; height: 78px; margin-top: -39px; }
#depoimentos .bx-wrapper .bx-prev { background: url('images/setas.gif') no-repeat 0 0; }
#depoimentos .bx-wrapper .bx-next { background: url('images/setas.gif') no-repeat -39px 0; }

#contato-wrapper { float: left; width: 100%; margin-bottom: 60px; }
#contato div.left { float: left; width: 40%; padding: 12px; box-sizing: border-box;  }
#contato div.right { float: right; width: 58%; padding: 12px; box-sizing: border-box; }

#contato h2 { float: left; width: 100%; background: transparent url('images/faq-bg.jpg') repeat 0px 0px; border: 1px solid #e9e9e9; box-sizing: border-box; font-size: 18px; color: #404040; font-weight: 500; padding: 10px 12px; line-height: 20px; text-transform: uppercase; }
#contato .form { float: left; width: 100%; border: 1px solid #e9e9e9; border-top: 0; box-sizing: border-box; padding: 16px; overflow: hidden; }
#contato table { width: 100%; }
#contato table tr td { font-size: 13px; color: #404040; text-align: right; vertical-align: top;position: relative;}
#contato table tr td:first-child { width: 55px ;}
#contato table tr td.hidden-form { display: none; visibility: hidden; }
#contato table tr td label { padding: 12px 6px; float: left;width: 100%;box-sizing: border-box;line-height: 30px;}
#contato table td .enviar { float: right; margin-right: 10px; margin-top: 10px; }
#contato .form input { width: 100%; border: 0; background: #fafafa; color: #404040; font-size: 13px; padding: 4px 10px;}
#contato .form textarea { width: 100%; border: 0; background: #fafafa; color: #404040; font-size: 13px; resize: none; height: 110px;}
#contato .form span { float: left; }
#contato .form span:before { float: left; color: #FFF; font-size: 14px; padding: 5px 10px; background: #999; line-height: 20px; }
#contato .enviar span.icons:before { content: "\f122"; }
#contato .enviar span { width: auto; }
#contato .enviar:hover > span.icons:before { background: #00b6bd; }
#contato form input[type="submit"] { float: left; color: #404040; font-size: 13px; background: #fafafa; line-height: 14px; border: 1px solid #e9e9e9; text-align: center; padding: 7px 16px; text-transform: lowercase; width: auto;}

#contato .endereco { float: left; width: 100%; border: 1px solid #e9e9e9; border-top: 0; box-sizing: border-box; padding: 16px; overflow: hidden; }
#contato .endereco span:before { color: #404040; padding: 0 16px 0 6px; float: left;height: 36px;line-height: 36px;font-size: 34px;}
#contato .endereco span.icons:before { content: "\f1ff"; }
#contato .mapa { width: 100%; float: left; }
#contato .mapa iframe { width: 100%; min-height: 300px; }

.telefones-header {
    display: block;
    background-color: #00b6bc;
    text-align: center;
}
a.tel.header, a.whatsapp.header { font-size: 18px; padding-left: 25px; margin: 0 10px;}


a.tel,
a.whatsapp { 
font-size: 38px;
    color: #FFF;
    text-decoration: none;
    line-height: 220%;
    text-align: center !important;
    font-weight: 400;
}
a.tel:hover,
a.whatsapp:hover { text-decoration: underline;}
a.tel {
    background: url(images/Phone-icon.png) no-repeat left center;
    background-size: contain;
    padding-left: 53px;
}
a.whatsapp {
    background: url(images/WhatsApp-icone.png) no-repeat left center;
    background-size: contain;
    padding-left: 53px;
}

/*------------------------------------------------------------ */
/* ----------------------- CONTAINER ------------------------- */
/*------------------------------------------------------------ */

#main { background: #FFF url('images/bg-pattern.gif') repeat 0px; }
#main.home { background: #FFF; }

#home-container { background: #FFF url('images/bg-pattern.gif') repeat 0px; float: left; width: 100%; padding: 50px 10px; box-sizing: border-box;}
#home-content { width: 100%; max-width: 1200px; margin: 0 auto; box-sizing: border-box; color: #797979; font-size: 15px; line-height: 23px; }
#home-content h2 { font-size: 28px; font-weight: 300; font-family: 'Raleway', sans-serif; color: #e18339; margin-bottom: 30px; display: block; }
#home-content div.left { width: 60%; float: left; box-sizing: border-box; padding-right: 5px; }
#home-content div.right { width: 40%; float: left; vertical-align: middle; text-align: center; }
#home-content div.right br { display: none; }
#home-content img { display: inline-block; padding: 0 15px; }
#home-content p { color: #797979; font-size: 15px; line-height: 23px; margin-bottom: 23px; }

#container-wrapper { margin: 50px auto; position: relative; }
#container { max-width: 1280px; margin: 0 auto; }

#section-thumb-wrapper { background: #CCC; }
#section-thumb { width: 100%; max-width: 1280px; margin: 0 auto; height: 240px; position: relative; background-position: center; background-repeat: no-repeat; }

.main-title { width: 40%; background: #801623; box-sizing: border-box; padding: 25px 10%; position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}
h1.page-title { color: #FFF; font-size: 42px; font-weight: 100; line-height: 100%; text-transform: uppercase }
h3.parent-title { font-size: 18px; font-weight: 600; color: #FFF; line-height: 100%; text-transform: uppercase ; padding-bottom: 10px;}

#container #content { width: 70%; float: left; padding: 0px; box-sizing: border-box; }
#container #content.single, #container #content.full { max-width: none; width: 100%; margin-bottom: 30px;}
#container #sidebar { width: 30%; float: right; }

#container #sidebar ul { float: left; width: 100%; }
#container #sidebar ul li { float: left; width: 100%; margin-bottom: 30px; }
#container #sidebar ul li:last-child { margin-bottom: 0px; }

#container #sidebar .videoWrapper { position: relative; padding-bottom: 50%; /* 16:9 */ padding-top: 25px; height: 0; }
#container #sidebar .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#container #sidebar .menu { box-sizing: border-box; padding: 20px; padding-bottom: 30px; border-bottom: 1px dashed #CCC; }
#container #sidebar .menu li { margin-bottom: 0px; }
#container #sidebar .menu li a { font-size: 21px; font-weight: 100; line-height: 160%; color: #333; }

#content img { border: none; max-width: 100%; }
#content img.left, img.alignleft { float: left; margin: 0px 16px 10px 0px; }
#content img.right, img.alignright { float: right; margin: 0px 0px 10px 16px;; }
#content img.size-full { width: auto; height: auto; max-width: 100%; }
#content .entry-content { width: 100%; float: left; box-sizing: border-box; padding-right: 30px; }
#content .entry-utility { width: 100%; float: left; padding: 10px 0; }
#content .entry-content h2 { margin-bottom: 30px; line-height: 150%;}
#content .entry-content h3 { margin-bottom: 20px; line-height: 150%; }

#content.category .entry-posts { float: none; margin: 0 auto; }

#content .single-content a.pdf { background: #801623; float: left; color: #FFF; font-size: 20px; padding: 10px 12px; font-weight: 100; line-height: 37px; margin-top: 34px;}
#content .single-content a.pdf span { content: ""; display: inline-block; padding-left: 48px; height: 37px; background: url('images/icon-pdf.png') no-repeat left center; }

#sidebar h3.widget-title { font-size: 18px; font-weight: 100; background-color: #000; padding: 20px; line-height: 100%; color: #FFF; }

#main-video-holder { width: 100%; max-width: 792px; margin: 0px auto; opacity: 0; }
#sub-container { margin-top: 12px !important; }
#sub-content { width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 20px; }
#sub-content img { max-width: 100%; height: auto; }

/*------------------------------------------------------------ */
/* ------------------------ CONTENT -------------------------- */
/*------------------------------------------------------------ */

#content .entry-content span.text-destaque { font-size: 21px; line-height: 150%; font-weight: 100; }
#content .entry-content blockquote { width: 100%; float: left; width: 100%; text-align: center; box-sizing: border-box; padding: 15px 20%; background: #801623; margin: 0px 0px 18px 0px;}
#content .entry-content blockquote p { font-size: 21px; color: #FFF; line-height: 150%; }

#content .entry-content form { background: #F9F9F9; float: left; width: 100%; box-sizing: border-box; padding: 4%; border-radius: 5px;}
#content .entry-content form p { float: left; width: 50%; padding: 10px; box-sizing: border-box; margin-bottom: 0;}
#content .entry-content form p.full { width: 100%; }
#content .entry-content form p span.label { font-size: 16px; float: left; width: 100%; margin-bottom 4px; margin-bottom: 4px; color: #666;}
#content .entry-content form p span.field {}
#content .entry-content form input { min-width: 100%; border-radius: 5px; font-size: 14px; color: #666; padding: 6px 10px; box-sizing: border-box;}
#content .entry-content form textarea { min-width: 100%; border-radius: 5px; font-size: 14px; color: #666; padding: 8px 10px; box-sizing: border-box;}
#content .entry-content form input[type="submit"] { background: #801623; text-transform: uppercase; font-size: 14px; text-align: center; color: #FFF; padding: 10px;}

div.pages-tab div.text { width: 100%; float: left; box-sizing: border-box; padding: 0px; }
div.pages-tab div.text .conteudo {   padding: 22px 20px 10px; }

ul.content-slideshow { height: 580px; overflow: hidden;}

#content .meta-info br { display: none; }

.cat-post-empty { float: left; padding-right: 20px; width: 20%; max-width: 130px; box-sizing: border-box; height: 110px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; text-align: center }
.cat-post-empty span:before { content: "\f12e"; font-size: 28px; vertical-align: middle; line-height: 18px; position: relative; }

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }

.callbacks_tabs { position: absolute; bottom: 0px; z-index: 999; list-style: none; }
.callbacks_tabs, .caption { box-sizing: content-box; width: 40%; margin-left: 6%; padding: 20px 35px; }
.callbacks_tabs li { display: inline-block; float: none; margin-right: 8px; }
.callbacks_tabs li:last-child { margin-right: 0px; }
.events { list-style: none; }
.callbacks_container { margin-bottom: 50px; position: relative; float: left; width: 100%; }
.callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.callbacks li { position: absolute; width: 100%; left: 0; top: 0; }
.callbacks img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; }
.callbacks .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0, .65); left: 0; right: 0; top: 0; max-width: none; height: 100%; text-align: left; }
.caption h1 { font-size: 29px; color: #ffcc00; line-height: 32px; width: 80%; }
.caption p { font-size: 21px; line-height: 26px; color: #FFF; padding-top: 30px; }
.callbacks_tabs a { text-decoration: none; color: #FFF; font-size: 21px; } 
.callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 57%; left: 7px; opacity: 0.5; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 50px; width: 50px; background: #000 url("images/arrows.png") no-repeat -138px -23px; margin-top: -30px; border-radius: 30px }
.callbacks_nav:hover {opacity: 1.0; }
.callbacks_nav.next { left: auto; background-position: -197px -24px; right: 5px;}

/*! responsive slides end */

h3.home-title { float: left; width: 100%; font-size: 24px; font-weight: 500; color: #3a220f; padding-bottom: 15px; }

div.wpcf7-mail-sent-ok { color: #398f14; border: none !important; font-size: 14px; font-weight: bold; margin: 0 !important; padding: 0 !important; }

div.empty-section { width: 100%; margin: 0 auto; box-sizing: border-box; max-width: 1280px;}
div.empty-section a { display: block; }
div.empty-section h4 { line-height: 20px; float: left; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; float: left; width: 100%; padding: 12px 18px; background-color: #FFF; border: 1px solid #F1F1F1; font-weight: 600; color: #666; box-sizing: border-box; margin: 14px 0;}
div.empty-section h4:before { content: "\f100"; color: #e10716; font-size: 18px; margin-right: 8px; position: relative; top: 2px;}
div.empty-section h4:hover { background: #F1F1F1; }

#nav-below { width: 100%; float: left; text-align: center; }

/*------------------------------------------------------------ */
/* ------------------------- FOOTER -------------------------- */
/*------------------------------------------------------------ */

#sub-footer { background: #000; border-top: 1px solid #666; } 
#sub-footer-content { width: 100%; /* max-width: 1200px; */ margin: 0 auto; color: #FFF; font-size: 11px; line-height: 14px; padding: 13px 60px; height: 58px; box-sizing: border-box; }
#sub-footer #info { float: left; line-height: 30px; }
#sub-footer ul { float: left; height: 24px; padding: 3px 0; padding-left: 20px; }
#sub-footer ul li { float: left; padding: 0 10px; }
#sub-footer ul li a { display: block; width: 24px; height: 24px; background: url('images/footer-midia.png') no-repeat 0px 0px; }
#sub-footer ul li a#facebook { background-position: -48px 0px; }
#sub-footer ul li a#instagram { background-position: -96px 0px; }
#sub-footer ul li a#gplus { background-position: -72px 0; }
#sub-footer ul li a#twitter { background-position: -24px 0px; }
#sub-footer ul li a#feed { background-position: 0px 0px;}
#sub-footer #creditos { float: right; width: 58px; height: 30px; background: url('images/icon-saci.png') no-repeat center; }

@media screen and (max-width: 1535px) {
#top-wrapper #header .menu-container { padding: 0 3%; }
}

@media screen and (max-width: 1470px) {

}

@media screen and (max-width: 1360px) { 
#footer #footer-container #footer-content { padding-left: 0; background: #000; }

#top-wrapper #header .header-sidebar { width: 335px; padding: 18px 40px; }

}

@media screen and (max-width: 1210px) {
.container { padding: 0 12px; }
}

@media screen and (max-width: 960px) {
#top-wrapper #header .menu-container { padding: 0px 10%; }
}

@media screen and (max-width: 860px) {
#top-wrapper #header .menu-container { padding: 0px 5%; }

.tablet-hidden { display: none; }
}

@media screen and (max-width: 770px) {

#header { padding: 0px; text-align: center; }

#header .menu-logo { float: left; text-align: left; width: 50%; padding: 12px;}

#home-front .logo img#video-trigger { max-width: 90%; }

.mobile-hidden { display: none !important; }

#equipe .profissional-container { width: 100%; }
#equipe .profissional-container .profissional-content .profissional-thumb { width: 100%; padding: 12px 0;}
#equipe .profissional-container .profissional-content .profissional-thumb img { width: 50%; }
#equipe .profissional-container .profissional-content .profissional-text { width: 100%; padding: 0px 12px; }

#auto-avaliacao div#avaliacao-aside { display: none; }
#auto-avaliacao div#avaliacao-text { width: 100%; padding: 0 20px; padding-bottom: 50px; text-align: center; }
#auto-avaliacao div#avaliacao-text span { max-width: 100%; font-size: 16px; line-height: 22px; }

#auto-avaliacao #avaliacao-container ul li.avaliacao-content { width: 25%; }
#auto-avaliacao div.sintoma-box { position: fixed; min-width: 100%; max-width: 380px; left: 0px; top: 100px; }

#auto-avaliacao div.sintoma-box .sintoma-content { padding: 12px; }
#auto-avaliacao div.sintoma-box .sintoma-content .avaliacao-thumb-full { text-align: center; }
#auto-avaliacao div.sintoma-box .sintoma-content .avaliacao-thumb-full img { width: auto; max-height: 145px; margin: 0 auto; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-info { margin: 12px 0; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-info span.sintoma-counter { padding: 12px 0 }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-info h3.sintoma-title { font-size: 12px; line-height: 16px; }
#auto-avaliacao div.sintoma-box .sintoma-content .sintoma-buttons { margin: 0px; }

#auto-avaliacao #final div.colunas, #auto-avaliacao #final div.colunas:nth-child(2) { width: 100%; margin-bottom: 10px; }
#auto-avaliacao #final div.colunas:last-child { margin-bottom: 0px; }
#auto-avaliacao #final div#resultado div.resultado-content { height: auto; }

#depoimentos-wrapper .depoimentos-container .depoimentos-content { width: 100%; }
#depoimentos-wrapper .depoimentos-container .depoimentos-tabs { width: 100%; padding: 0px;}

#casos-clinicos .casos-tabs div.tab-content { padding: 10px }

#depoimentos-wrapper .depoimentos-container { padding: 0; }
#depoimentos .bx-viewport { margin-bottom: 0px; }

#contato div.left { width: 100%; padding: 0px;margin-bottom: 10px;}
#contato div.right { width: 100%; padding: 0px;}

.mobile-menu-trigger { float: right; background: transparent url('images/main-menu-icon.png') no-repeat center; height: 70px; width: 78px; }
.menu-container nav { display: none; }

}

@media screen and (max-width: 440px) {
	
section.text { margin: 0px; }
section.page-thumb, #home-front { background-attachment: inherit; }

blockquote { margin-bottom: 12px; }

section.page header { margin-top: 0px; }
section.page header h1 { font-size: 20px; }

#faq ul#faq-container { width: 100%; margin: 0px; margin-bottom: 16px;}
#faq div#faq-aside { display: none; }

#casos-clinicos ol.casos-counter { width: 100%; text-align: center;}
#casos-clinicos #post-container { width: 100%; min-height: 0px; padding: 0px; }
#casos-clinicos ol.casos-counter li { width: 64px; margin-bottom: 15px; box-sizing: border-box; margin-right: 5px; margin-left: 5px; display: inline-block; float: none; }

section.page-thumb div.container h3 { font-size: 26px; }
#faq ul#faq-container li h2 { font-size: 14px; }
#casos-clinicos .casos-tabs div.tab-content div h3 { font-size: 14px; }

.menu-container .menu { height: auto; }
#header .responsiveSelectContainer select.responsiveMenuSelect { background: #F1F1F1 url('images/main-menu-icon.png') no-repeat center; line-height: 70px; width: 100%;}
.responsiveSelectContainer select.responsiveMenuSelect { -webkit-appearance: none; border: none; box-sizing: border-box; cursor: pointer; }
#sub-footer-content { padding: 13px 34px; }

#container-wrapper { margin: 0 auto; }

#section-thumb { height: auto; }
.main-title { width: 100%; top: 0; transform: none;}

}