@charset "utf-8";

/* CSS Document */
/* ---------------------------------------------------------------------- */
/* ALL
/* ---------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  background-color: #F5F5F5;
  font-family: 'Lato';
  font-size: 62.5%;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p,
div {
  font-size: 1.4rem;
}

a:hover {
  text-decoration: none;
}

img.center {
  padding: 0 0 10px 0;
}

img.left {
  padding: 0 15px 10px 0;
  float: left;
}

img.right {
  padding: 0 0 10px 15px;
  float: right;
}

img {
  max-width: 100%;
}

fieldset {
  border: 1px solid #DDD;
  padding: 30px 0
}

legend {
  margin: 0 0 0 8%;
  width: auto;
  border: 0;
  font-size: 1.8rem;
  color: #444;
  padding: 0 20px;
  font-family: 'Lato';
  font-weight: bold;
}

.clear {
  clear: both;
}

.gsc-selected-option-container.gsc-inline-block {
  width: 90% !important;
}

.page-title h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #7C0306;
  font-family: 'Lato';
  font-weight: bold;
}

/* ---------------------------------------------------------------------- */
/* HEADER
/* ---------------------------------------------------------------------- */
header .header-top {
  background: #EDEDED;
  box-shadow: 0px 0px 10px #C1C1C1;
}

header .header-top ul {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

header .header-top ul li {
  padding: 0;
  text-align: center;
  margin-top: 5px;
}

header .header-top ul li a {
  color: #888;
  font-size: 1.2rem;
  line-height: 1.5rem;
  border-right: 1px solid #888;
  padding: 0 20px;
  display: block;
  height: 1.5rem;
}

header .header-top ul li a:hover {
  opacity: 0.8;
}

header .header-top .color-g a {
  color: #008457;
  font-family: 'Lato';
  font-weight: bold;
}

header .header-top .search {
  padding: 0;
  margin-top: 0px;
  position: relative;
}

header .header-top .search .form-control {
  display: block;
  width: 100%;
  height: 25px;
  padding: 6px 12px;
  font-size: 1.1rem;
  line-height: 1.42857143;
  color: #888;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0px;
}

header .header-top .search .fa {
  color: #999;
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

header .header-middle {
  margin-top: 30px;
}

header .header-middle .form {
  padding-right: 0;
}

header .header-middle .title {
  font-size: 1.2rem;
  color: #888;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}

header .header-middle .title .fa {
  font-size: 1.8rem;
  margin-right: 5px;
  color: #44A782;
}

header .header-middle label {
  width: auto;
  font-size: 1.2rem;
  color: #888;
  display: inline-block;
  width: 30%;
  text-align: right;
  margin-right: 5px;
}

header .header-middle input {
  font-size: 1.2rem;
  color: #888;
  display: inline-block;
  border: 0;
  width: 65%;
  height: 25px;
}

header .header-middle .box {
  margin-top: 5px;
}

header .header-middle .button {
  border: 0;
  font-size: 1.2rem;
  padding-left: 20px;
  padding-right: 20px;
  height: 36px;
  line-height: 36px;
  color: #FFFFFF;
  border-radius: 5px;
  display: block;
  width: 200px;
  margin-top: 5px;
}

header .header-middle #area-marcacoes {
  background: #008457;
}

header .header-middle #area-cliente {
    background: #EF002C;
}

header .header-middle #area-medica {
    background: #008457;
}

header .header-middle .form-group {
  margin-bottom: 10px;
}

.button_on {
  cursor: pointer;
}

#box_on {
  display: none;
}

header .header-middle .btn-default {
  color: #888;
  background: none;
  border: 0;
  text-align: right;
  font-size: 1.2rem;
  float: right;
  display: block;
}

header .header-middle .btn-default:hover {
  opacity: 0.8;
}

header .header-middle .midias {
  position: relative;
  min-height: 125px;
}

header .header-middle .midias .icons {}

header .header-middle .midias .icons span a {
  margin-left: 20px;
  color: #44A782;
  float: right;
  font-size: 1.2rem;
}

header .header-middle .midias .icons span a .fa {
  margin-right: 2px;
}

header .header-middle .midias .icons span a:hover {
  opacity: 0.8;
}

header .header-middle .midias .icons .link {
  float: left;
}

header .header-middle .midias .icons .link a {
  color: #888;
}

header .header-middle .midias .icons .link .fa {
  font-size: 1.8rem;
  margin-right: 5px;
  color: #44A782;
}

header .header-middle .midias .icons .link .cruz {
  margin-right: 5px;
  background: url(../images/icon-cruz.png) top left no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
}

header .header-middle .midias .icons .phone {
  color: #888;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

header .menu {
  width: 100%;
  height: 35px;
  margin-top: 20px;
  margin-bottom: 2px;
  background: #4DA77E;
  /* Old browsers */
}

  {
  background: -moz-linear-gradient(top, #006543 10%, #008457 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #006543), color-stop(100%, #008457));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #006543 10%, #008457 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #006543 10%, #008457 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #006543 10%, #008457 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #006543 10%, #008457 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006543', endColorstr='#008457', GradientType=0);
  /* IE6-9 */
}

header .menu .navbar-nav {
  display: table;
  margin: 0 auto;
  float: none;
}

header .menu .navbar-default {
  background: none;
  border-radius: 0;
  border: 0;
  z-index: 10;
}

header .menu .container-fluid {
  /* margin-left: 50px; */
}

header .menu .navbar-default .navbar-nav>li>a {
  color: #FFF;
  line-height: 5px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 1.5rem;
  font-family: 'Lato';
  background: none !important;
}

header .menu .navbar-nav>li {
  position: relative;
}

header .menu .navbar-nav>li a span {
  width: 1px;
  height: 20px;
  background-color: #FFF;
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0.4;
}

header .menu .navbar-nav>li a .separador {
  width: 3px;
  height: 35px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: none;
}

header .menu .navbar-nav>li:last-child {
  margin-right: 0px;
}

header .menu .navbar-default .navbar-nav>.active>a,
header .menu .navbar-default .navbar-nav>.active>a:focus,
header .menu .navbar-default .navbar-nav>.active>a:hover {
  opacity: 0.8;
}

header .menu .navbar-default .navbar-nav>li>a:focus,
header .menu .navbar-default .navbar-nav>li>a:hover {
  opacity: 0.8;
  color: #FFF;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
}

header .menu .navbar-default .dropdown-menu {
  padding: 0;
}

header .menu .navbar-default .dropdown-menu {
  background: #4DA77E;
}

header .menu .navbar-default .dropdown-menu li a {
  color: #FFF;
  /* padding-left: 23px; */
  /* padding-right: 23px; */
  padding: 10px 23px;
  font-size: 1.3rem;
  font-family: 'Lato';
  background: #4DA77E;
}

header .menu .navbar-default .dropdown-menu li a:hover {
  color: #888;
  background: #EDEDED;
}

header .menu .navbar-default .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media (max-width: 1199px) {

  header .header-middle .midias {
    min-height: auto;
    /* margin-top: -40px; */
    padding-left: 0;
    padding-right: 0;
  }

  header .header-middle .midias .icons .phone {
    color: #888;
    font-size: 1.2rem;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
  }

  header .header-middle .midias .icons .blog a,
  header .header-middle .midias .icons .face a,
  header .header-middle .midias .icons .link a {
    width: auto;
    margin: 5px;
    text-indent: 0;
    display: inline-block;
    float: none;
  }

  header .menu .container-fluid {
    /* margin-left: 20px; */
    padding: 0;
  }

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

@media (max-width: 991px) {
  header .header-top .search {
    margin-top: 30px;
  }

  header .header-top ul li a {
    font-size: 1.1rem;
  }

  header .header-top ul .separador {
    display: table;
    padding-top: 15px;
    width: 100%;
  }

  /* header .header-middle .midias {
    margin-top: 20px;
    min-height: 20px;
    padding-bottom: 30px;
  } */

  header .header-top {
    padding: 0 0 15px 0;
  }

  header .header-top ul li a {
    padding: 0;
  }

  header .menu .container-fluid {
    margin-left: 0px;
    padding: 0;
  }

  header .menu .navbar-default .navbar-nav>li>a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.2rem;
  }

  /* header .header-middle .midias .icons .blog,
  header .header-middle .midias .icons .face,
  header .header-middle .midias .icons .link {
    width: 30%;
    margin: 5px;
    text-indent: 15px;
    float: left;
    text-align: center;
  } */

  /* header .header-middle .midias .icons .phone {
    position: absolute;
    bottom: 0;
    right: 30px;
  } */
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  header .header-top .col-sm-1 {
    width: 12%;
  }
}

@media (max-width: 767px) {
  header .header-top .search {
    padding: 0px 30px;
    float: left;
    width: 100%;
  }

  header .header-top .search .fa {
    right: 50px;
  }

  header .menu .navbar-default .navbar-nav>li>a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5rem;
  }

  header .menu .navbar-default .dropdown-menu li a {
    color: #FFF !important;
  }

  header .header-middle .logo {
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
  }

  header .header-middle .midias {
    min-height: auto;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  header .header-middle .midias .icons .blog a,
  header .header-middle .midias .icons .face a,
  header .header-middle .midias .icons .link a {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    float: none;
  }

  header .header-middle .midias .icons .phone {
    margin-bottom: 20px;
  }

  header .menu .navbar-default {
    margin: 0 -15px;
    background: #006543;
    /* Old browsers */
    background: -moz-linear-gradient(top, #006543 10%, #008457 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #006543), color-stop(100%, #008457));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #006543 10%, #008457 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #006543 10%, #008457 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #006543 10%, #008457 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #006543 10%, #008457 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006543', endColorstr='#008457', GradientType=0);
    /* IE6-9 */
  }

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
  }

  header .menu .navbar-nav {
    display: block;
  }

  header .menu .navbar-default .navbar-nav>li>a {
    padding: 25px 15px;
  }

  header .menu .navbar-nav>li {
    border-bottom: 1px solid #EEE;
  }

  .navbar-toggle {
    margin-right: 50px;
  }

  header .menu .navbar-default .navbar-toggle:focus,
  header .menu .navbar-default .navbar-toggle:hover {
    background-color: #F01426;
  }

  header .menu .navbar-default .navbar-toggle {
    border-color: #FFF;
  }

  header .menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
  }

  header .header-middle .form {
    padding-right: 15px;
  }

  header .header-middle label {
    width: auto;
  }

  header .header-middle .midias {
    display: table;
    width: 100%;
  }

  header .header-middle input {
    width: 100%;
  }

  header .header-top .col-xs-1 {
    width: 33%;
  }

  header .header-top .col-xs-2 {
    width: 50%;
    margin-top: 20px;
  }

  header .header-middle .button {
    border: 0;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-top: 5px;
  }

}

@media (max-width: 500px) {

  header .header-middle .midias .icons .blog,
  header .header-middle .midias .icons .face,
  header .header-middle .midias .icons .link {
    width: 100%;
    text-align: left;
  }

  header .header-middle .midias .icons a {
    text-indent: 0px !important;
  }

  header .header-middle .midias .icons .phone {
    text-align: center;
    width: 100%;
    right: 0;
  }

  header .header-middle .button {
    border: 0;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

/* ---------------------------------------------------------------------- */
/* FOOTER
/* ---------------------------------------------------------------------- */
footer {
  margin-top: 50px;
  padding-top: 30px;
  /* border-top: 2px solid #008457; */
}

footer .footer-middle {
  /* border-top: 2px solid #008457; */
  margin-top: 10px;
}

footer .selos ul {
  list-style: none;
}

footer .selos li {
  text-align: center;
}

footer .selos .selo {
  display: block;
  min-height: 90px;
}

footer .selos .title {
  font-size: 1rem;
  color: #888;
  display: block;
  margin-top: 5px;
  text-align: center;
}

footer .footer-midias {
  text-align: center;
  background: #EDEDED;
  padding: 10px 0;
  margin-bottom: 7px;
  display: none;
}

footer .footer-midias div {
  color: #44A782;
}

footer .footer-midias .cicle {
  background: #44A782;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  display: inline-block;
}

footer .footer-midias .fa {
  font-size: 1.9rem;
  color: #FFF;
}

footer .footer-midias .title {
  display: inline-block;
  font-size: 2.0rem;
  margin-left: 10px;
}

footer .footer-top {
  background: #53B698;
  padding: 30px 0;
}

footer .footer-top .title {
  border: 0;
  margin-bottom: 20px;
  display: table;
  color: #FFF;
  font-size: 2rem;
  font-family: 'Lato';
}

footer .footer-top .title .icon {
  padding: 0;
  border: 2px solid #FFF;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  display: table-cell;
  vertical-align: middle;
}

footer .footer-top .title .icon .fa {
  font-size: 1.4rem;
  float: left;
  margin: 0px 0 0 7px;
  color: #FFF;
  vertical-align: middle;
}

footer .footer-top .title .desc {
  display: table-cell;
  vertical-align: middle;
  text-indent: 10px;
  font-size: 2rem;
  font-family: 'Lato';
}

footer .footer-top .form-group {
  display: inline-block;
}

footer .footer-top label {
  width: auto;
  font-size: 1.2rem;
  color: #FFF;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
}

footer .footer-top input {
  font-size: 1.2rem;
  color: #000;
  display: inline-block;
  border: 0;
  width: 70%;
  height: 25px;
}

footer .footer-top .form-group {
  margin-bottom: 10px;
  padding: 0;
  margin-top: 3px;
}

footer .footer-top .btn-default {
  color: #FFF;
  background: none;
  border: 0;
  text-align: right;
  font-size: 1.3rem;
  /* float: right; */
  display: block;
  padding: 5px 0 0 0;
}

footer .footer-top .btn-default span {
  background-color: #FFF;
  height: 27px;
  width: 27px;
  border-radius: 27px;
  display: block;
  margin-top: -3px;
}

footer .footer-top .btn-default .fa {
  color: #53B698;
  float: left;
  margin: 9.5px 0 0 9px;
  font-size: 1.5rem;
}

footer .footer-top .btn-default span:hover {
  opacity: 0.8;
}

footer .footer-top .link-01 {
  padding: 7px 0px 0 0;
  text-align: left;
}

footer .footer-top .link-01 a {
  font-size: 1.2rem;
  color: #FFF;
  padding-right: 10px;
  border-right: 1px solid #FFF;
}

footer .footer-top .link-01 a:last-child {
  padding-left: 10px;
  border-right: 0;
}

footer .footer-top .link a {
  font-size: 1.8rem;
  font-family: 'Lato';
  color: #FFF;
  display: block;
}

footer .footer-bottom {
  padding-top: 20px;
  background: #EDEDED;
  padding-bottom: 30px;
}

footer .footer-bottom .title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
  font-family: 'Lato';
  color: #333;
}

footer .footer-bottom .fa {
  padding-right: 10px;
  font-size: 2rem;
}

footer .footer-bottom .descricao {
  color: #888;
  margin-bottom: 20px;
  display: block;
  font-size: 1.2rem;
}

footer .footer-bottom ul {
  list-style: none;
}

footer .footer-bottom ul li {
  color: #888;
  font-size: 1.2rem;
  padding-bottom: 5px;
}

footer .footer-bottom ul li span {
  display: block;
}

footer .footer-bottom ul li a {
  color: #888;
  font-size: 1.2rem;
}

footer .footer-bottom ul li a:hover {
  color: #F01426;
}

footer .footer-bottom .form-group {
  display: inline-block;
}

footer .footer-bottom label {
  width: auto;
  font-size: 1.2rem;
  color: #888;
  display: inline-block;
  width: 20%;
  text-align: left;
  margin-right: 5px;
}

footer .footer-bottom input {
  font-size: 1.2rem;
  color: #888;
  display: inline-block;
  border: 0;
  width: 75%;
  height: 25px;
}

footer .footer-bottom .form-group {
  margin-bottom: 10px;
  padding: 0;
  margin-top: 3px;
}

footer .footer-bottom .btn-default {
  color: #333;
  background: none;
  border: 0;
  text-align: right;
  font-size: 1.2rem;
  float: right;
  display: block;
}

footer .footer-bottom .btn-default span:hover {
  opacity: 0.8;
}

footer .copy {
  background: #44A782;
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
  padding: 10px 0;
}


@media (max-width: 767px) {
  footer .footer-middle label {
    text-align: left;
    width: 15%;
  }

  footer .footer-middle input {
    width: 75%;
  }

  footer .footer-middle .link-01 {
    padding: 10px 15px 0 15px;
  }
}

@media (max-width: 470px) {
  footer .footer-middle .form-group {
    width: 100%;
  }

  footer .footer-middle label {
    text-align: left;
    width: 15%;
  }

  footer .footer-middle input {
    width: 75%;
  }

  footer .footer-middle .btn-default {
    float: right;
  }
}

.whatsapp-btn {
  position: fixed;
  width: 61px;
  height: 61px;
  bottom: 20px;
  right: 20px;
  background-color: #4DA77E;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 5px #888;
  z-index: 1000;
  line-height: 84px;
}

.whatsapp-btn:hover {
  opacity: 0.8;
  background-color: #3c6;
  color: #FFF;
}
