/* -------------------------------- 

Primary style

-------------------------------- */

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  background-attachment: fixed;
  font-size: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #4e555c;
}

body.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
}

.wrapper {
  overflow-x: hidden;
}

/* -------------------------------- 

Main components 

-------------------------------- */

h1,
h2,
h3,
h4,
h5 {
  color: #4e555c;
  font-family: 'Montserrat', sans-serif;
}

.jssocials-share-whatsapp {
  display: none;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .jssocials-share-whatsapp {
    display: inline-block;
  }
}

b, strong {
  font-weight: 600;
}

.title,
.itemTitle,
.page-header h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: .5em;
  position: relative;
}

.itemTitle,
.page-header h1 {
  margin-top: -40px;
  margin-bottom: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}

.page-header h1 {
  font-size: 1.4rem;
}

@media only screen and (min-width: 576px) {
  .itemTitle,
  .page-header h1 {
    margin-top: -40px;
    margin-bottom: 3.5em;
  }
}

@media only screen and (min-width: 768px) {
  .itemTitle,
  .page-header h1 {
    margin-top: -65px;
    margin-bottom: 3.2em;
    padding-bottom: 26px;
  }
  .page-header h1 {
    font-size: 2rem;
  }
}

.title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 5px;
  background: #05a85a;
}

.itemTitle::before,
.page-header h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 10px solid #05a85a;
}

.title-center {
  text-align: center;
  margin-bottom: .8em;
}

.title-center::before {
  text-align: center;
  left: 50%;
  margin-left: -30px;
}

.title-item {
  padding-bottom: .3em;
  border-bottom: 1px solid #05a85a;
}

.itemDateCreated {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  font-size: 12px;
  color: #05a85a;
}

.btn {
  transition: background .2s;
  border-radius: 25px;
}

.btn-blue {
  background-color: transparent;
  border: solid 2px #304f98;
  color: #304f98;
}

.no-touch .btn-blue:hover,
.btn-blue:focus {
  background-color: #304f98;
  color: #ffffff;
}

.btn-white {
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
}

.no-touch .btn-white:hover,
.btn-white:focus {
  background-color: #ffffff;
  color: #304f98;
}

.btn-login {
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.page-link {
  color: #666666;
  border-radius: 0 !important;
}

.page-link:focus,
.page-link:hover {
  color: #304f98;
}

.page-item.active .page-link {
  background-color: #304f98;
  border-color: #304f98;
  color: #ffffff !important;
}

.nav-top {
  position: absolute;
  top: 0;
  width: 100%;
}

.nav-top .container {
  position: relative;
}

.nav-top ul {
  display: none;
}

@media only screen and (min-width: 992px) {
  .nav-top ul {
    font-size: .9em;
    right: 15px;
    position: absolute;
    top: 5px;
    z-index: 1031;
    display: block;
  }
  .nav-top ul li {
    display: inline-block;
    padding: 0 1em;
    border-right: 1px solid #ffffff;
  }
  .nav-top ul li:last-child {
    padding-right: 0;
    border-right: none;
  }
  .nav-top ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: all .3s;
    font-weight: 600;
  }
  .nav-top ul li a:hover {
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  }
}

.menu-cadastro::before {
  content:"\f040";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  margin-right: 3px;
}

@media only screen and (max-width: 576px) {
  .menu-contato {
    font-size: 14px;
  }
}

.menu-colaborador::before {
  content:"\f2bd";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  margin-right: 5px;
}

.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-bottom: solid 1px #b3d7e9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  transition: background .3s;
  height: 50px;
  width: 100%;
  z-index: 1030;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-header .container {
  position: relative;
  height: 50px;
}

.cd-header.is-fixed {
  /* when the user scrolls down, we hide the header right above the viewport */
  position: fixed;
  top: -50px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-header.is-visible {
  /* if the user changes the scrolling direction, we show the header */
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 90px;
  }
  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -90px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: rgba(2, 23, 37, 0.96);
  }
}

.cd-logo {
  /* background: #ffffff; */
  padding: 5px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-logo img,
.cd-logo a {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cd-header .container {
    height: 90px;
    /* background: #ffffff; */
  }
  .cd-logo {
    display: flex;
    height: 100%;
    /* background: #fff; */
    align-items: center;
    padding: 8px 15px 10px 0;
    width: 165px;
    position: relative;
    transform: none;
    top: 0;
  }
}

.cd-secondary-nav {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  /* hidden on small devices */
  display: none;
}

.cd-secondary-nav li {
  display: inline-block;
}

.cd-secondary-nav a {
  color: #4e555c;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s;
  transition: all .3s;
  padding: 10px 8px;
}

.cd-secondary-nav .active a,
.cd-secondary-nav a:hover {
  color: #05a85a;
}

.cd-secondary-nav li:last-child a {
  padding-right: 0;
}

.cd-secondary-nav li a.btn-sair {
  background-color: transparent;
  border: solid 2px #304f98;
  color: #304f98;
  padding-left: 12px;
  padding-right: 12px;
}

.no-touch .cd-secondary-nav li a.btn-sair:hover {
  background-color: #304f98;
  color: #ffffff;
}

.cd-secondary-nav li a.btn-sair::before {
  content:"\f08b";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  margin-right: 5px;
}

.cd-secondary-nav a.home {
  font-size: 18px;
  text-indent: -9000px;
  position: relative;
  width: 28px;
  height: 28px;
  border: none;
}

.cd-secondary-nav a.home::before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-weight: normal;
  position: absolute;
  right: 10px;
  width: 28px;
  height: 28px;
  text-align: right;
}

@media only screen and (min-width: 992px) {
  .cd-header {
    top: 30px;
    background: #ffffff;
    border-top: solid 1px #ffcb21;
    border-bottom: solid 1px #ffcb21;
  }
  .cd-header.is-fixed {
    top: -90px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-secondary-nav {
    display: block;
  }
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  width: 50px;
}

.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}

.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: #2b3886;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}

.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #2b3886;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -8px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 8px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #2b3886;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger {
    right: 2.6em;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: transparent;
  }
  .cd-primary-nav-trigger .cd-menu-text {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: #2b3886;
    position: absolute;
    right: 2.9em;
    top: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .cd-logo {
    width: 165px;
  }
  .cd-header.is-fixed .cd-logo {
    margin-top: 0;
  }
  .cd-primary-nav-trigger {
    display: none
  }
}

@media only screen and (min-width: 1200px) {
  .cd-logo {
    width: 165px;
  }
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1029;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.cd-primary-nav li {
  font-size: 22px;
  font-size: 1.2rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: none;
}

.cd-primary-nav a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding: .4em 1em;
  color: #777777;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.no-touch .cd-primary-nav a:hover {
  background-color: #eeeeee;
}

.cd-primary-nav a.menu-comprar {
  background-color: #009c92;
  color: #ffffff;
}

.cd-primary-nav a.menu-comprar::before {
  content: "\f2c3";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 5px;
}

.cd-primary-nav .cd-label {
  color: #2b3986;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}

.cd-primary-nav .cd-label ul {
  display: block;
}

.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}

.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background: #009c92 url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}

.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}

.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}

.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-primary-nav .compartilhar-menu a {
  padding: 0;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  border: none;
  background: #777777;
}

.cd-primary-nav .compartilhar-menu a:hover {
  background: #c3922d;
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* Banner principal */

.cd-hero {
  width: 100%;
  margin-bottom: 5.5em;
  /* margin-top: 125px; */
  background: #cccccc;
  background-size: cover;
  position: relative;
}

.cd-hero .cd-hero-content {
  height: 100vh;
}

.cd-hero .cd-hero-content .swiper-container {
  width: 100%;
  height: 100%;
  /* overflow: inherit; */
}

.cd-hero .cd-hero-content .swiper-slide {
  background-size: cover;
  background-position: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-blend-mode: multiply;
}

.cd-hero .cd-hero-content .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../img/textura-home.png');
  opacity: .4;
}

.cd-hero .cd-hero-content .swiper-slide::after {
  content: "";
  position: absolute;
  /* z-index: 2; */
  width: 35vw;
  height: 1500px;
  bottom: -570px;
  right: 0;
  background: url(../img/listras.png) left center no-repeat;
  background-size: 160%;
}

.cd-hero .cd-hero-content .slide-text {
  position: relative;
  width: 100%;
  /* margin-top: 100px; */
}

.cd-hero-pagination {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 50px;
}

.cd-hero-pagination .swiper-pagination {
  position: relative;
  text-align: left;
}

.cd-hero .cd-hero-content .swiper-pagination-bullet {
  width: 50px;
  height: 15px;
  margin: 3px;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #ffcb21;
  border-radius: 15px;
  transition: all 0.5s;
  opacity: 1;
}

.cd-hero .cd-hero-content .swiper-pagination-bullet-active {
  background: #ffcb21;
  transition: all 0.5s;
}

.cd-hero .cd-hero-content .swiper-button-next,
.cd-hero .cd-hero-content .swiper-button-prev {
  top: -5px;
  width: 70px;
  height: 70px;
  background-color: #05a85a;
  border: solid 2px #ffffff;
  border-radius: 50%;
  transition: background .3s;
}

.no-touch .cd-hero .cd-hero-content .swiper-button-next:hover,
.no-touch .cd-hero .cd-hero-content .swiper-button-prev:hover {
  background-color: #05a85a;
}

.cd-hero .cd-hero-content .swiper-button-next {
  right: 20px;
}

.cd-hero .cd-hero-content .swiper-button-prev {
  left: auto;
  right: 100px;
}

.slide-text {
  position: relative;
  z-index: 1;
}

.slide-text h1 {
  padding: 0;
  color: #ffffff;
  font-size: 3.5em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 84px;
  margin-bottom: 10px;
  margin-top: 0px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-shadow: -2px 2px 0 #2b3886;
}

.slide-text p {
  padding: 0;
  color: #ffffff;
  font-size: 2em;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slide-text a.btn-light {
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 5px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: solid 2px #ffffff;
  background: transparent;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.no-touch .slide-text a:hover,
.slide-text a:active {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
  background: #ffffff;
  color: #2b3886;
}

@media (max-width: 991px) {
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .slide-text p {
    font-size: 18px;
  }
}

/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
  .cd-hero .cd-hero-content {
    height: 100vh;
  }
  .cd-hero-pagination .swiper-pagination {
    text-align: center;
  }
  .cd-hero .cd-hero-content .swiper-slide::after {
    display: none;
  }
  .slide-text {
    padding: 10px 15px;
    text-align: center;
  }
  .slide-text h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .slide-text p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .control-round .carousel-control {
    display: none;
  }
  .banner-pag .slide-text {
    padding: 10px 25px;
    background-attachment: inherit;
  }
}

@media (max-width: 480px) {
  .slide-text a.btn-default {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }
}

.cd-intro {
  background: #eaf3cd url('../img/bg-intro.jpg') center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  margin-top: 125px;
  margin-bottom: 5em;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-height: 100vh;
}

.cd-intro img {
  max-width: 100%;
}

.cd-intro .text-intro {
  display: flex;
  height: 100%;
  width: 100%;
  padding-top: 5em;
  align-items: center;
  justify-content: center;
}

.cd-intro h1 {
  color: #333333;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: inherit;
}

.cd-intro h2 {
  font-family: inherit;
  font-weight: 300;
  font-style: italic;
  font-size: 1.4rem;
  padding-bottom: 15px;
  color: #777777;
}

@media only screen and (min-width: 576px) {
  .cd-intro h1 {
    font-size: 2rem;
  }
  .cd-intro h2 {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .cd-intro img {
    padding-top: 8em;
    max-width: 130%;
    margin-right: -5em;
  }
  .cd-intro .text-intro {
    text-align: left;
    justify-content: left;
    position: absolute;
  }
}

@media only screen and (min-width: 992px) {
  .cd-intro .text-intro {
    padding-top: 7em;
  }
  .cd-intro h1 {
    font-size: 2.2rem;
  }
  .cd-intro h2 {
    font-size: 1.6rem;
  }
}

.cabecalho {
  background-image: linear-gradient(45deg, rgb(61, 62, 154) 0%, rgb(5, 168, 90) 100%), url("../img/banner.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  height: 120px;
  background-blend-mode: multiply;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  border-bottom: 3px solid #05a85a;
}

.cabecalho::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/textura-home.png);
  opacity: .4;
}

@media only screen and (min-width: 768px) {
  .cabecalho {
    height: 280px;
  }
}

/* Breadcrumb */

.caminho {
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .caminho {
    display: none;
  }
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.breadcrumb a {
  color: #304f98;
}

.breadcrumb>li+li:before {
  padding: 0 2px;
  color: #304f98;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #304f98;
}

.breadcrumb>li.breadcrumb-item:first-child {
  text-indent: -9000px;
  position: relative;
  width: 25px;
}

.breadcrumb>li.breadcrumb-item:first-child a::before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-weight: normal;
  position: absolute;
  right: 5px;
  width: 28px;
  height: 28px;
  text-align: right;
}

.breadcrumb>.active {
  color: #777777;
}

.card-deck .card {
  margin-bottom: 3em;
  border: none;
  border-bottom: solid 1px #ccc;
}

.card-deck .card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 0;
}

.card-deck .card h4 {
  font-size: 1.25rem;
  position: relative;
}

.card-deck .card h4 a {
  font-size: 1.25rem;
  color: #2b3886;
}

/* Institucional */

.institucional {
  position: relative;
  z-index: 1;
  text-align: justify;
}

/* Noticias */

.noticias-dicas {
  margin-top: 5.5em;
  padding: 5.5em 0 3em;
  background: #f4f4f4;
}

.noticias-dicas .card {
  background: transparent;
  border: none;
}

.noticias-dicas .card-deck .card .card-body {
  padding: .7rem 0;
}

.noticias-dicas .card-deck .card h4 {
  position: relative;
  color: #ffffff;
  margin-bottom: 0;
}

.noticias-dicas .card-deck .card h4 a {
  font-size: 1.1rem;
}

.noticias-dicas .card-deck .card .card-footer {
  padding: .5rem;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

@media only screen and (min-width: 576px) {
  .card-deck .card {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
  .noticias-dicas .card-deck .card {
    -ms-flex: auto;
    flex: auto;
  }
  .corpo-clinico .card-deck .card {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
}

@media only screen and (min-width: 768px) {
  .card-deck .card a.img-beneficios {
    width: 160px;
    height: 160px;
  }
  .noticias-dicas .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}

/* Conteudo */

.conteudo {
  position: relative;
  z-index: 5;
}

.conteudo #content {
  min-height: 0;
}

.itemBackToTop {
  display: none;
}

/* Processos  */

.processos {
  margin-top: 1.5em;
}

.processos .card {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
}

.processos .card-body {
  padding: 1rem;
}

.processos .card-body h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.processos .card-body h4 a {
  color: #666666;
}

/* Acompanhamento */

.acompanhamento {
  /* background: #b3d7e9; */
  padding: 1em 0;
  margin-top: 5em;
  border-top: solid 1px #05a85a;
}

.acompanhamento .container {
  z-index: 10;
  position: relative;
}

.acompanhamento h2 {
  font-weight: 600;
  margin-top: 0;
}

.acompanhamento p {
  margin-bottom: 0;
}

.acompanhamento .btn {
  margin-top: 10px;
}

/* Rodape */

footer {
  padding: 1.4rem 0 0;
  text-align: center;
  background: #eeeeee;
  /* color: #eeeeee; */
  font-size: .8rem;
  border-top: solid 1px #05a85a;
  position: relative;
}

footer .copy {
  padding: 1.5em 0;
  background-image: linear-gradient(45deg, rgb(61, 62, 154) 0%, rgb(5, 168, 90) 100%);
  color: #dddddd;
}

footer .copy p {
  margin-bottom: 0;
}

footer .copy img {
  max-width: 200px;
}

footer .copy .une {
  max-width: 120px;
  opacity: .7;
}

footer .copy .une:hover {
  opacity: 1;
}

/* Missão */

.nav-sobre .nav-link {
  width: max-content;
  margin: auto;
  padding: 15px;
  border: solid 3px #ddd;
  border-radius: 50%;
  transform: scale(.8);
  transition: all .3s;
}

.nav-sobre .nav-link.active,
.show>.nav-sobre .nav-link {
  background-color: transparent;
  border: solid 3px #05a85a;
  transform: scale(1);
}

.nav-sobre .nav-link {
  width: 100px;
}

.nav-sobre .nav-link img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.nav-sobre .nav-item {
  color: #2b3886;
  font-size: 24px;
  font-weight: normal;
}

.tab-content {
  padding-top: 20px;
}

.col-right {
  padding-top: 5.5em;
}

.submenu-v {
  margin-bottom: 1em;
}

.submenu-v li a {
  display: block;
  padding: 8px 10px;
  background: #ffffff;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-radius: 20px;
  margin-bottom: 3px;
  transition: all .3s;
}

.submenu-v li a:hover,
.submenu-v li a:focus,
.submenu-v li.active a,
.submenu-v li.current a {
  background: #304f98;
  color: #ffffff;
  border-color: #304f98;
}

@media only screen and (max-width: 992px) {
  .noticias-dicas .title::before {
    left: 50%;
    margin-left: -30px;
  }
  .acompanhamento {
    text-align: center;
  }
  .globe-footer {
    width: 40vw;
  }
}

@media only screen and (max-width: 768px) {
  .col-right {
    padding-top: 2em;
  }
  .submenu-h {
    flex-direction: column;
    border-bottom: none;
  }
  .submenu-h .nav-link {
    border-radius: 5px;
    color: #2b3886;
    border: solid 1px #2b3886;
    margin-top: 5px;
  }
  .no-touch .submenu-h .nav-link:hover {
    border-color: #2b3886;
    color: #2b3886;
  }
  .submenu-h .nav-link.active,
  .submenu-h .nav-link.active:hover {
    border-color: #2b3886;
    background: #2b3886;
    color: #ffffff;
  }
  .globe-footer {
    display: none;
  }
}

/* Horários */

.horarios {
  text-align: center;
  margin-bottom: 5.5em;
}

.horarios .container {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.horarios .container .col-xs-12 {
	height: 80px;
}

.horarios .container .horarios-1, .horarios .container .horarios-2 {
	border-left: solid 1px #ddd;
}

@media screen and (max-width: 992px) {
	.horarios .container .horarios-1 {
		border-left: none;
	}
}

@media screen and (max-width: 544px) {
	.horarios .container .horarios-1, .horarios .container .horarios-2 {
		border-left: none;
		width: 100%;
	}
}

.horarios .media {
	width: 250px;
	margin: auto;
}

.horarios .media .media-body {
	text-align: left;
}

.horarios .media i.fa-5x {
	color: #304f98;
}

.horarios .media .media-body .text-1 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
  text-transform: uppercase;
  color: #3a87ad;
}

.horarios .media .media-body .text-2 {
	margin: 0;
	font-size: 24px;
	text-transform: uppercase;
	color: #304f98;
}

.horarios .container .custom h4 {
	font-weight: normal;
	font-size: 24px;
	margin: 10px 0 0 0;
}

.horarios .container .custom h3 {
	margin: 0;
}


/* Parceiros */
.parceiros {
  padding: 5.5em 0 0 0;
}
.carousel-parceiros {
  padding-bottom: 3.5rem;
}

.carousel-parceiros .swiper-slide {
	padding: 15px;
  background: #ffffff;
  border: solid 1px #eeeeee;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: border .3s;;
}

.carousel-parceiros .swiper-slide:hover {
  border-color: #05a85a;
}

.carousel-parceiros .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23666666'%2F><%2Fsvg>");
}

.carousel-parceiros .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23666666'%2F><%2Fsvg>");
}


/* Serviços */

.servicos-home {
  background: url(../img/bg-servicos.png) center top no-repeat;
  padding: 8em 0 10em;
  margin-top: -1em;
}

.servicos-home .img-servicos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: #ffffff;
  border: solid 3px #ffffff;
  border-radius: 50%;
  /* padding: 25px; */
  overflow: hidden;
  transition: border .3s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.no-touch .servicos-home .img-servicos:hover {
  border-color: #304f98;
}

.servicos-home .img-servicos img {
  max-width: 100%;
}

.servicos-home .title {
  margin-top: -.5em;
}

.servicos-home .swiper-container .swiper-slide {
  border-left: solid 1px #05a85a;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

.servicos-home .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
}

.servicos-home .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
}

.servicos-home h4 a {
  color: #2b3886;
  text-transform: uppercase;
  font-weight: 600;
}

.servicos .media {
  padding-bottom: 2em;
  margin-top: 1em;
  flex-direction: column;
  text-align: center;
}

.servicos .media .media-body {
  width: 100%;
}

.servicos .media .img-servicos {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  width: 180px;
  height: 180px;
  background: #ffffff;
  border: solid 3px #ddd;
  border-radius: 50%;
  overflow: hidden;
  transition: border .3s;
}

.no-touch .servicos .media .img-servicos:hover {
  border-color: #304f98;
}

.servicos .media img {
  max-width: 100%;
}

.servicos .title {
  margin-bottom: .5em;
  font-size: 1.3em;
}

.servicos .title::before {
  width: 50px;
  height: 2px;
  margin-left: -25px;
}

.servicos .title a {
  font-weight: 600;
  color: #5a5a5a;
}

.list-group-item {
  border-radius: 6px !important;
  margin-bottom: 5px;
}

@media only screen and (min-width: 576px) {
  .servicos .media img {
    width: 120px;
  }
}


/* Formulário */

.form-control {
  font-style: italic;
  /*border-radius: 0;*/
}

.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

button {
  cursor: pointer;
}

/* Contato */

.form-control.invalid,
.rsform-error {
  border-color: #c32e2e;
}

label {
  padding-left: 10px;
  font-weight: 400;
}

.contato label.invalid,
label.rsform-error {
  color: #c32e2e;
}

.contato legend {
  font-size: 14px;
  color: #c32e2e;
}

.contato .contact-address {
  padding-bottom: 3em;
}

.contato .contact-address i {
  width: 70px;
  height: 70px;
  font-size: 36px;
  padding: 15px;
  border: solid 2px #05a85a;
  margin: 10px 0;
  display: inline-block;
  border-radius: 50%;
  color: #ffcb21;
}

.contato .contact-address p {
  margin-bottom: 5px;
}

.contato .contact-address a {
  color: #777777;
}

.mapa {
  height: 400px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: -4.8em;
}

.mapa h4 {
  color: #2b3886;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
}

.mapa p {
  margin-bottom: 0;
}

.mapa #map {
  height: 100%;
}

/* Alertas */

#system-message-container {
  position: fixed;
  padding: 0 15px;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 1050;
}

.alert {
  padding: 1px 35px 8px 14px;
  margin: 0 auto;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 0 10px 10px;
  position: relative;
  width: 600px;
  max-width: 100%;
}

.rsform .alert {
  padding: 8px 35px 8px 14px;
  border-radius: 10px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0 0 .5em;
}

.alert .close {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 36px;
  cursor: pointer;
  font-size: 36px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
  margin-bottom: 0;
}

.alert-block p+p {
  margin-top: 5px;
}

.box-dicas a.img-dicas {
  display: flex;
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 160px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background .3s;
  border-radius: 10px;
}

.noticias-dicas .box-dicas a.img-dicas {
  height: 130px;
}

.box-dicas a.img-dicas:hover {
  background: #2b3886;
}

.box-dicas a.img-dicas img {
  transition: all .3s;
  width: 103%;
}

.box-dicas a.img-dicas:hover img {
  opacity: 0.3;
  transform: scale(1.4) rotate(-15deg);
}

.box-dicas a.img-dicas i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s;
}

.box-dicas a.img-dicas:hover i {
  opacity: 1;
}

/* Arquivos */

.arquivo h4 {
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 0;
}

.arquivo h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #b13333;
}

.arquivo li {
  margin-bottom: 0;
}

.arquivo li a {
  display: block;
  color: #666666;
  font-size: 18px;
  padding: 12px 5px;
  border-bottom: solid 1px #ccc;
}

.arquivo li a:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.arquivo li a .badge {
  margin-top: 4px;
}

.estrutura {
  padding: 3.5em 0;
}

.estrutura .banneritem a {
  max-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #000000;
  transition: all .3s;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}

.estrutura.estrutura-pag .banneritem a {
  max-height: 250px;
}

.estrutura .banneritem a:hover {
  background: #8a1111;
}

.estrutura .banneritem a img {
  transition: all .2s;
  opacity: .7;
}

.estrutura .banneritem a:hover img {
  opacity: 0.3;
  transform: scale(1.1);
}

.estrutura .banneritem a i,
.estrutura .banneritem a p {
  position: absolute;
  font-size: 48px;
  color: #ffffff;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.estrutura .banneritem a p {
  align-items: flex-end;
  font-size: 1.4em;
  top: auto;
  bottom: 0;
  font-weight: 600;
}

.estrutura .banneritem a:hover i,
.estrutura .banneritem a:hover p {
  opacity: 1;
  height: 100%;
}

.itemImageBlock {
  margin: 0 auto 1.5em;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 576px) {
  .itemImageBlock {
    float: left;
    margin: 0 1.5em 1.5em 0;
  }
}

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20, 20, 20, .7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}

#table-nc-19 tbody tr:nth-child(2n + 2) {
  background: #EDECED;
}

#table-nc-19 tbody tr td {
  padding: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

.dropfiles-content.dropfiles-content-default .dropfiles_list,
.dropfiles-content.dropfiles-files .file,
.dropfiles-content.dropfiles-content-default .dropfiles_list .filecontent,
.dropfiles-content .openlink
{
  width: 100%;
}
.dropfiles-content.dropfiles-content-default h3 {
  white-space: inherit;
  padding-bottom: 0;
}
.dropfiles-content.dropfiles-content-default h3 > a {
  display: block;
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
  min-width: 100px;
  max-width: 100%;
  word-break: break-word;
}

.sub-menu {
  margin-top: 1px;
  padding-bottom: 3em;
}
.sub-menu .nav-item .nav-link {
  font-weight: 600;
  color: #4e555c;
}
.sub-menu .nav-item .nav-link.active {
  color: #05a85a;
}

strong.formRequired {
  font-weight: normal;
  font-style: normal;
  margin-left: 3px;
}