/*
Theme Name: CNITheme
Theme URI: clinicacni.com.br
Author: Two Themes
Author URI: #
Description: WordPress Theme
Version: 1.0
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: cnitheme
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #24323f;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol,
li {}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9a9a9a;
}

h1 {
  font-weight: 400;
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
  line-height: normal;
  color: #000;
  font-weight: 300;
}

h3 {
  color: #5a5a5a;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 15px;
}

h4 {
  font-size: 1.75em;
  margin: 0 0 15px;
}

h5 {
  color: #000;
  font-weight: 700;
  font-size: 1.25em;
  margin: 0 0 15px;
}

h6 {
  color: #000000;
  font-weight: 400;
  font-size: 1em;
  margin: 0 0 15px;
}

input[type="url"],
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"],
select,
textarea {
  border-radius: 16px;
  background-color: #eeeeee;
  color: #3e3f3f;
  border: 2px solid #eeeeee;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}

input[type="url"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 2px solid #3e3f3f;
  outline: 0 solid #3e3f3f;
}

#submit,
button[type="submit"],
input[type="submit"] {
  background-color: #55b825;
  font-size: 1em;
  color: #fff;
  border-radius: 10px;
  padding: 10px 54px;
  letter-spacing: 0;
  border: 1px solid #55b825;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

input[type="submit"]:hover {}

.section {
  width: 100%;
}

.section-full .container {
  max-width: 100%;
}

.section-full .row.column-one {
  width: 100%;
  margin: 0 auto;
}

.section-full .column.column-one {
  width: 100%;
  margin: 0 auto;
}

.container,
#container {
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  width: 100%;
}

.row-column .container:after,
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.row-column .wrap,
.column {
  float: left;
  margin: 0 1% 0;
}

.column-right {
  float: right;
  margin: 0 1% 0;
}

.column-margin-0 {
  margin: 0;
}

.column-one {
  width: 98%;
}

.column-five-sixth {
  width: 81.3%;
}

.column-four-fifth {
  width: 78%;
}

.column-three-fourth {
  width: 73%;
}

.column-two-third {
  width: 64%;
}

.column-three-fifth {
  width: 58%;
}

.column-one-second,
.column-two {
  width: 48%;
}

.column-two-fifth {
  width: 38%;
}

.column-one-third,
.column-third {
  width: 31%;
}

.column-one-fourth,
.column-fourth {
  width: 23%;
}

.column-one-fifth,
.column-five {
  width: 18%;
}

.column-one-sixth,
.column-sixth {
  width: 14.6%;
}

.column-one.column-margin-0 {
  width: 100%;
}

.column-two-fifth.column-margin-0 {
  width: 40%;
}

.column-three-fifth.column-margin-0 {
  width: 60%;
}

.column-one-second,
.column-two {
  width: 48%;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignjustify {
  text-align: justify;
}

.bypostauthor {
  color: #2c3e50;
}

.gallery-caption {
  color: #2c3e50;
}

.screen-reader-text {
  color: #2c3e50;
}

.sticky {
  display: block;
}

.wp-caption-text {
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px;
  line-height: normal;
}

.wp-caption {
  color: #2c3e50;
}

.hidden {
  display: none;
}

.section.header {
  padding: 10px 0;
}

.main-menu .container {
  background-color: #000;
}

.subheader {
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  padding: 100px 0;
}

.subheader h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  margin: 0;
}

.subheader p {
  color: #ffffff;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu li {
  list-style-type: none;
  display: inline-block;
  line-height: 63px;
  padding: 5px 10px;
}

.main-menu li a {
  color: #fff;
  font-size: 16px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.main-menu li:last-child {
  border-right: none;
}

.main-menu li.menu-item-object-page.current_page_item a,
.main-menu li a:hover {
  color: #fff;
}

.menu-responsive {
  display: none;
}

.menu-responsive a {
  color: red;
}

.column-column p,
.column-column h1 {
  margin: 0 0 15px;
}

.column-image img {
  max-width: 100%;
}

.column-image-gallery {
  position: relative;
}

.column-image-gallery .info {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 99%;
  top: 0;
  height: 99%;
  transition: all 200ms ease-in;
  transform: scale(0);
}

.column-image-gallery:hover .info {
  transform: scale(1);
  transition: all 200ms ease-in;
}

.column-image-gallery .icons {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
}

.column-image-gallery .description {
  background-color: #4b4292;
  padding: 8px 10px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 94.4%;
}

.column-image-gallery .description a {
  text-decoration: underline;
  color: #ffffff;
}

.footer {
  padding: 40px 0 0;
  line-height: normal;
  background-image: url('images/bg-footer.png');
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
}

.footer .widgettitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

.footer .menu-item a {
  font-size: 16px;
  color: #ffffff;
}

.footer .footer-5 .menu {
  border-right: 1px solid #fff;
}

.footer .widget.footer-6 {
  padding-top: 45px;
}

.footer .sub-footer .container {
  padding: 20px 0 10px;
}

.footer .widgettitle::after {
  content: '';
  width: 20%;
  height: 4px;
  background-color: rgba(225, 225, 225, .5);
  display: block;
}

.sub-footer img {
  vertical-align: middle;
}

.button-back-top {
  position: fixed;
  padding: 10px;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.button {
  font-weight: 400;
  color: #000000;
  border: 2px solid #000000;
  padding: 4px 20px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button.button-style {
  border: 1px solid #bbd5ff;
  background-color: transparent;
  padding: 2px 14px;
  color: #bbd5ff;
  font-size: 12px;
}

.button.button-style:hover {
  border: 1px solid #bbd5ff;
  background-color: #bbd5ff;
  color: #ffffff;
}

.button.tab {
  background-color: transparent;
  border: 1px solid #fff;
}

.button.tab:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #32348f;
}

.color-text-white,
.color-text-white a,
.color-text-white h3,
.color-text-white h2,
.color-text-white p {
  color: #fff;
}

.title-blue h2,
.color-text-blue,
.color-text-blue h3,
.color-text-blue h2,
.color-text-blue p {
  color: #32348f;
}

.border-white {
  border: 1px solid #fff;
}

.title-section {
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 4px;
  padding: 0 2px;
}

.title-section-border {
  border: 2px solid #16183d;
  display: inline-block;
  padding: 6px 30px;
}

.section.header {
  padding: 30px 0;
}

.column-post-content {
  padding: 25px 30px 20px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.column-post-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align: bottom;
}

.column-post-date h6 {
  font-size: 0.8em;
  color: #3eb98f;
  text-transform: uppercase;
}

.column-post-title h4 {
  color: #3e3f3f;
  font-size: 1.35em;
}

.column-post-readmore a {
  color: #e8322f;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.column-post-readmore a img {
  vertical-align: middle;
}

.section-post .container {
  max-width: 1240px;
}

.section-post .column-post-content {
  padding: 60px 20px 0;
  background-color: transparent;
}

.popup-container {
  background-color: #ffffff;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  position: fixed;
  top: 20%;
  z-index: 2;
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  display: none;
  height: 600px;
  overflow-y: scroll;
}

.popup-overlay {
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.5;
  display: none;
}

.popup-close {
  cursor: pointer;
  float: right;
}

.section-pcbi .button {
  background-color: #d54e7e;
  border-color: #d54e7e;
  border-radius: 20px;
  color: #fff;
}

.column-title-pcbi h4 {
  color: #000;
  font-size: 1em;
}

.column-content-pcbi {
  color: #000;
  font-size: 1em;
}

#sobre {
  background-position: top left -40% !important;
}

.button {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  position: relative;
  font-weight: bold;
  padding: 10px 20px;
}

.button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.popup-content .row {
  background-position: top left -20% !important;
}

.column-two h2 {
  font-size: 2em;
}

span.wpcf7-not-valid-tip {
  margin: 4px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #000;
  clear: both;
}

.column-content>.row>.column-fourth.column-showcase>img {
  max-width: 30%;
  display: block;
  margin: 20px auto 10px;
}

div.wpcf7-response-output {
  float: left;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}

.header-widget {
  margin-top: 30px;
}

.sub-footer .container {
  border-top: 1px solid rgba(225, 225, 225, .6);
  padding-bottom: 10px;
}

.footer .container {
  padding: 0 0 20px;
}

.widget .widget_custom_html {
  display: inline-block;
  width: 100%;
}

.footer-3 {
  margin-top: 60px;
}

li.widget {
  list-style-type: none;
}

@media(min-width:1199px) {
  .hidden-desktop {
    display: none;
  }

  .section-menu {
    background-image: linear-gradient(90deg, rgb(10, 79, 150) 0%, rgb(24, 98, 175) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(10, 79, 150) 0%, rgb(24, 98, 175) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(10, 79, 150) 0%, rgb(24, 98, 175) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(10, 79, 150) 0%, rgb(24, 98, 175) 100%);
    text-align: center;
    height: 68px;
  }

  .main-menu li.menu-item-object-page.current_page_item,
  .main-menu li:hover {
    background-color: rgb(176, 30, 38);
    box-shadow: inset 0px 5px 0px 0px rgba(155, 17, 25, 0.004);
    border-radius: 0 0 10px 10px;
    z-index: 1;
    position: relative;
  }

  .sticky {
    position: fixed;
    z-index: 99;
    top: 0;
  }

  .sticky .main-menu li {
    line-height: 50px;
    padding: 0px 10px;
  }

  .sticky img {
    max-width: 70%;
  }

  .sticky .column-right {
    line-height: 55px !important;
  }
}

@media(max-width:1199px) {
  body {
    text-align: center;
  }

  .column {
    float: none;
    display: inline-block;
  }

  .hidden-mobile {
    display: none;
  }

  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="text"],
  textarea {
    background-color: #f4f4f4;
    color: #b7b7b7;
    border: none;
    padding: 10px 4px;
    width: 100%;
    margin-bottom: 10px;
  }

  .main-menu {
    display: none;
    text-align: center;
  }

  .main-menu li {
    padding: 6px 10px;
    width: 100%;
  }

  .main-menu li a {
    border-right: none;
  }

  .menu-responsive {
    display: block;
    margin: 35px 10px;
  }

  .menu-responsive i {
    font-size: 1.625em;
  }

  .subheader h1 {
    font-size: 1.625em;
  }

  .subheader {
    padding: 30px 0;
  }

  .button {
    width: 98%;
  }

  .column-image img {
    height: auto;
  }

  .post-content {
    text-align: justify;
  }

  .popup-content .row {
    background-image: none !important;
  }

  .popup-content .column-two,
  .popup-content>.row:first-child .column-two {
    margin-left: 0 !important;
    text-align: center !important;
    width: 98% !important;
  }

  .logo {
    display: inline-block;
  }

  .menu-mobile {
    background-image: linear-gradient(90deg, rgb(10, 79, 150) 0%, rgb(24, 98, 175) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(10, 79, 150) 0%, rgb(24, 98, 175) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(10, 79, 150) 0%, rgb(24, 98, 175) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(10, 79, 150) 0%, rgb(24, 98, 175) 100%);
  }
}

@media(max-width:767px) {
  input[type="submit"] {
    width: 100%;
  }

  .top-area {
    display: none;
  }

  .menu-row {
    display: none;
  }

  .column-three-fifth.column-margin-0,
  .column-two-fifth.column-margin-0,
  .column-one-second,
  .column-one-third,
  .column-one-fourth,
  .column-one-fifth,
  .column-one-sixth,
  .column-one,
  .column-five-sixth,
  .column-four-fifth,
  .column-three-fourth,
  .column-two-third,
  .column-three-fifth,
  .column-two,
  .column-two-fifth,
  .column-third,
  .column-fourth,
  .column-five,
  .column-sixth {
    width: 98%;
  }

  .column-column {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .column.column-one.column-image {
    margin: 0;
  }
}

@media(max-width:480px) {
  .subheader {
    padding: 20px 0;
    background-size: cover;
  }

  .subheader h1 {
    font-size: 28px;
  }

  .button {
    padding: 8px 30px;
    font-size: 1em;
    letter-spacing: 0px;
    width: 94%;
  }
}