@charset "UTF-8";
/*
Theme Name: Dr. Allan Ulisses
Theme URI: http://drallanulisses.com
Author: Diego Melo
Author URI: http://diegomelodev.com/
Description: Tema criado para o Dr. Allan Ulisses.
Version: 1.0
*/
/* ======== CORES ======== */
/* ======== GERAL ======== */
body {
  background: #fafafa;
}

h2, h3, h4, h5, h6, p, span, a {
  font-family: "Roboto", sans-serif;
}

a {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  outline: none;
}

h1 {
  font-family: "Bree Serif", serif;
  color: #00796B;
  font-size: 42px;
  margin-top: 0px;
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.btn {
  background-color: #00796B;
}
.btn:hover {
  background-color: #009688;
}
.btn:focus {
  background-color: #00796B;
}

.grecaptcha-badge {
  opacity: 0;
}

.modal {
  border-radius: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  max-width: 320px;
}
.modal a, .modal p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 0.2px;
  text-align: center;
  color: #125585;
}
.modal .header {
  background: #00796B;
  padding-top: 15px;
  padding-bottom: 15px;
}
.modal .header p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: 0.2px;
  text-align: center;
  color: white;
}

/* ======== NAVBAR ======== */
nav {
  background-color: #00796B !important;
  padding-left: 30px;
  padding-right: 30px;
}
nav .brand-logo {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}
nav ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
nav ul li i {
  font-size: 18px !important;
}

.side-nav {
  background: #009688;
}
.side-nav a, .side-nav i {
  color: white !important;
}
.side-nav i {
  margin-right: 0px !important;
}

/* ======== PAGE-HOME.PHP ======== */
#page-home {
  /* ======== CAROUSEL ======== */
  /* ======== PROFISSIONAIS ======== */
  /* ======== AGENDAR ======== */
  /* ======== DEPOIMENTOS ======== */
  /* ======== CONTATO ======== */
}
#page-home #slider .carousel .shadow {
  background: rgba(0, 0, 0, 0.4);
  height: 400px;
}
#page-home #slider .carousel-item {
  height: 400px;
}
#page-home #slider .carousel-item h2 {
  font-family: "Bree Serif", serif;
  color: #ffffff;
  margin-top: 0px;
  padding-top: 145px;
  font-size: 34px !important;
  text-shadow: 2px 2px 2px #1f1d1d;
}
#page-home #profissionais {
  padding-top: 100px;
  padding-bottom: 50px;
}
#page-home #profissionais .card {
  margin-bottom: 50px;
}
#page-home #profissionais .card img {
  height: auto;
  width: 100%;
}
#page-home #profissionais .card .margin-card {
  margin-top: 40px;
  margin-bottom: 40px;
}
#page-home #profissionais .card h2 {
  font-family: "Bree Serif", serif;
  color: #00796B;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 10px;
}
#page-home #profissionais .card p {
  font-size: 16px;
  font-weight: 300;
  color: #7a787a;
}
#page-home #profissionais .card .btn {
  margin-top: 15px;
}
#page-home #agendar {
  height: 300px;
}
#page-home #agendar .opacity {
  background: rgba(0, 0, 0, 0.4);
  height: 300px;
}
#page-home #agendar img {
  width: 100%;
}
#page-home #agendar h2 {
  font-size: 30px;
  font-weight: 200;
  color: white;
  text-align: center;
  margin-top: 0px;
}
#page-home #agendar .btn {
  margin-top: 10px;
}
#page-home #depoimentos {
  padding-top: 100px;
}
#page-home #depoimentos .container {
  padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
}
#page-home #depoimentos h1 {
  text-align: center;
  margin-bottom: 30px;
}
#page-home #depoimentos .text,
#page-home #depoimentos .name,
#page-home #depoimentos .company {
  color: #939393;
}
#page-home #depoimentos .text {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  margin-top: 0px;
}
#page-home #depoimentos .image {
  margin: 0 auto;
  max-width: 100px;
  border: 4px solid #00796B;
}
#page-home #depoimentos .name {
  font-weight: bold;
  margin-bottom: 0px;
}
#page-home #depoimentos .company {
  margin-top: 0px;
  font-style: italic;
  margin-bottom: 0px;
}
#page-home #depoimentos .carousel-item {
  text-align: center;
  height: auto;
  padding-bottom: 30px;
}
#page-home #depoimentos .slick-dots .slick-active button:before {
  font-family: "slick";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  text-align: center;
  color: #00796B;
}
#page-home #depoimentos .slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  opacity: 1;
  text-align: center;
  color: #bebebe;
}
#page-home #contato {
  padding-top: 100px;
  margin-bottom: 100px;
}
#page-home #contato .title {
  margin-bottom: 15px;
}
#page-home #contato h2 {
  font-family: "Bree Serif", serif;
  font-size: 24px;
  line-height: normal;
  color: #7a787a;
}
#page-home #contato .form-div .card {
  padding: 10px 40px;
}
#page-home #contato .form-div form span {
  font-weight: bold;
  color: #921a2a;
  font-size: 12px;
  font-weight: normal;
}
#page-home #contato .form-div input[type=text]:not(.browser-default):focus:not([readonly]),
#page-home #contato .form-div input[type=email]:not(.browser-default):focus:not([readonly]),
#page-home #contato .form-div input[type=tel]:not(.browser-default):focus:not([readonly]),
#page-home #contato .form-div textarea:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #00796B;
  -webkit-box-shadow: 0 1px 0 0 #00796B;
  box-shadow: 0 1px 0 0 #00796B;
}
#page-home #contato .form-div input[type=text]:not(.browser-default):focus:not([readonly]) + label,
#page-home #contato .form-div input[type=email]:not(.browser-default):focus:not([readonly]) + label,
#page-home #contato .form-div input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
#page-home #contato .form-div textarea:not(.browser-default):focus:not([readonly]) + label {
  color: #00796B;
}
#page-home #contato .form-div .wpcf7-validation-errors,
#page-home #contato .form-div .wpcf7-spam-blocked {
  border: 2px solid #921a2a !important;
  background: #921a2a;
  border-radius: 5px;
  font-weight: bold;
  color: white;
}
#page-home #contato .form-div .wpcf7-response-output {
  margin-top: 0px;
}
#page-home #contato .form-div .wpcf7-mail-sent-ok {
  border: 2px solid #738a21 !important;
  background: #738a21;
  border-radius: 5px;
  font-weight: bold;
  color: white;
}
#page-home #contato .informations-div .margin-h2 {
  margin-top: 44px;
}
#page-home #contato .informations-div p {
  color: #7a787a;
}
#page-home #contato .informations-div a {
  color: #7a787a;
}
#page-home #contato .informations-div a:hover {
  text-decoration: underline;
  color: #00796B;
}
#page-home #contato .informations-div hr {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ccc;
  border: none;
  display: block;
  height: 1px;
}

@media only screen and (max-width: 600px) {
  nav .brand-logo {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
  }

  #profissionais .card .margin-card {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #depoimentos .text {
    font-size: 16px !important;
    font-weight: 300 !important;
  }
}
@media only screen and (max-width: 991px) {
  #profissionais .card {
    padding: 45px 40px !important;
    text-align: center;
  }
  #profissionais .card img {
    margin-bottom: 50px;
  }
  #profissionais .valign-wrapper {
    display: block;
    -webkit-box-align: none;
    -webkit-align-items: none;
    -ms-flex-align: none;
    align-items: none;
  }
}
/* ======== INDEX ======== */
#index {
  margin-top: 80px;
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 300;
  color: #7a787a;
}

/* ======== SINGLE PROFISSIONAIS ======== */
#single-profissionais {
  margin-top: 80px;
  margin-bottom: 100px;
}
#single-profissionais img {
  margin-top: 15px;
}
#single-profissionais p {
  font-size: 16px;
  font-weight: 300;
  color: #7a787a;
}

/* ======== PAGE 404 ======== */
#page404 {
  margin-top: 150px;
  margin-bottom: 150px;
}
#page404 h2 {
  font-family: "Bree Serif", serif;
  color: #7a787a;
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 30px;
}

/* ======== FOOTER ======== */
footer {
  background-color: #00796B !important;
}
footer h5 {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
footer ul li a,
footer p {
  font-size: 13px;
}
footer p {
  color: white;
}
footer a {
  color: white;
}
footer .social .fa {
  font-size: 24px !important;
  margin-right: 10px;
}
footer .brand-dev {
  margin-left: 15px;
  max-width: 90px;
}
