html,
body {
  font-family: 'Poppins';

  font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;

  margin: 0 auto !important;
  background-color: var(--ct-white);
}

p,
span,
section {
  font-weight: normal;
}

strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  color: var(--ct-white);
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2em;
}


a.category {
  font-weight: normal;
  padding: 3px 10px;
  background-color: var(--ct-gray);
  color: var(--ct-white);
  display: inline-block;
  z-index: 10;
  text-decoration: none;
}

a.category:hover {
  color: var(--ct-yellow);
}

a.tags {
  background-color: var(--ct-yellow);
  font-size: 0.8em;
}

b {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.hidden-mobile {
  display: none;
}

.limit-1,
.limit-2,
.limit-3,
.limit {
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  height: calc(1.5em * 1);

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.limit-2 {
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  height: calc(1.5em * 2);
}

.limit-3 {
  -webkit-line-clamp: 3;
  line-height: 1.5em;
  height: calc(1.5em * 3);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h5 {
  text-transform: initial;
  color: #72207b;
  display: table;
  padding: 30px;
  margin: 30px;
  letter-spacing: .05em;
  font-size: 1.65em;
  line-height: 1.3em;
  position: relative;
}

h5:after {
  content: '';
  position: absolute;
  pointer-events: none;
  background: #72207b;
  width: 100px;
  height: 14px;
  top: 0;
  left: calc(50% - 50px);
  z-index: 1;
}

h5:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background: #72207b;
  width: 100px;
  height: 14px;
  bottom: 0;
  left: calc(50% - 50px);
  z-index: 1;
}


.featured .box {
  background-color: inherit;
  background-image: linear-gradient(to left, transparent 45px, white 40px),
    linear-gradient(to bottom, transparent 60px, white 40px),
    linear-gradient(to right, transparent 45px, white 40px),
    linear-gradient(to top, transparent 70px, white 40px);
  background-position: 0 100%, 0 100%, 100% 0, 100% 0;
  background-size: 100% 2px, 2px 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 10px 55px;
  color: white;
  font-size: 1.0em;
  line-height: 2em;
  margin: 0 25px;
  height: 100%;
  max-height: 210px;
}

.featured .box h4 {
  font-size: 1.4em;
  color: #f3a929;
}

.featured .box .image {
  position: absolute;
  top: -15px;
  left: -30px;
  max-width: 70px;
}

.featured .box .folha {
  position: absolute;
  bottom: -20px;
  right: -20px;
  max-width: 50px;
}



.desktop-only {
  display: initial;
}

.mobile-only {
  display: none;
}

.title {
  position: relative;
  font-weight: bold;
  font-size: 1.4em;
  color: var(--ct-blue);
  margin: 15px auto 20px;
  display: inline-block;
  padding: 4px 5px 4px;
  width: fit-content;
  z-index: 5;
}

/* 
.title:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-color: var(--ct-yellow);
  left: 0px;
  right: 0px;
  height: 10px;
  bottom: 10px;
  z-index: -1;
} */


p.sub-title {
  color: var(--ct-blue);
  font-size: 1.35em;
  text-align: center;
  margin: 0px 10px 25px;
  font-weight: 500;
}

.btn {
  color: var(--ct-blue);
  background-color: var(--ct-blue);
  padding: 8px 24px;
  font-weight: bolder;
  font-size: 1em;
  border-radius: 30px;
  color: #FFF;
  border: 2px solid #FFF;
}

.btn:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.699);
  background-color: var(--ct-blue);
}

.section {
  padding: 60px 0px 50px;
}

.wp-caption {
  max-width: 100%;
}

.btn-more {
  font-weight: 600;
}


/* Others */

#backtop {
  display: none;
  position: fixed;
  opacity: 0.7;
  bottom: 20px;
  z-index: 999;
  right: 20px;
  width: 50px;
  cursor: pointer;
}

#backtop img {
  width: 50px;
}

iframe {
  max-width: 100%;
}

img {
  height: auto;
}

iframe {
  margin-top: 20;
  width: 100%;
}

.clearfix {
  clear: both;
}

:root {
  --ct-blue: #113545;
  --ct-indigo: #079dcd;
  --ct-purple: #9c86cf;
  --ct-pink: #ff679b;
  --ct-red: #fa5c7c;
  --ct-orange: #f68b33;
  --ct-yellow: #db9b2f;
  --ct-yellow-bg: #ffa100;
  --ct-green: #0acf97;
  --ct-teal: #02a8b5;
  --ct-cyan: #39afd1;
  --ct-white: #fff;
  --ct-gray: #373435;
}

@media (min-width: 992px) {
  .title {
    padding: 4px 15px 4px;
  }
}


/* Barra Superior */

.bar-top {
  position: relative;
  z-index: 10;
  background-color: #044e6e;
  padding: 0px;
}

.bar-top .wt {
  text-align: center;
}


.bar-top .wt img {
  filter: invert(100%);
  max-width: 15px;
}

.bar-top .social {
  text-align: center;
  padding: 0px;
}

.bar-top .social img {
  max-width: 18px;
}

.bar-top a {
  text-decoration: none;
  padding: 0px;
  font-weight: 300;
  color: #FFF;
  font-size: 0.9em;
  margin-left: 4px;
  display: inline-block;
  width: 100%;
  margin: 4px;
  text-align: center;
}

.bar-top a.social {
  padding: 0px;
  background-color: initial;
  max-width: min-content;
  display: inline-block;
  width: initial;
}



@media (min-width: 992px) {



  .bar-top {
    padding: 5px 0px 3px;
  }

  .bar-top .social {
    text-align: right;
    padding: 0px;
  }

  .bar-top a {
    padding: 15px 10px 5px;
    max-width: min-content;
    display: initial;
    width: initial;
  }

  .bar-top a.social {
    padding: 0px;
    max-width: min-content;
    display: inline-block;
    width: initial;
  }


}


/* Menu */

/* .navbar-toggler {
  background: #fff;
  border-color: #fff;
} */

header .navbar-brand img {
  max-width: 80%;
}

header nav li {
  position: relative;
  color: #FFF;

}

header nav .navbar-light .navbar-nav {
  background-color: #113545ba;
  padding: 5px 20px;
}


header nav .dropdown-menu {
  padding: 0;
  background: rgba(241, 241, 241, 0.8);
  border-color: rgba(241, 241, 241, 0.8);
}

header nav .navbar-light .navbar-nav a.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #FFF;
  font-weight: 500;
}

header nav .navbar-light .navbar-nav a.nav-link {
  padding: 4px 20px;
}


header nav .navbar-light .navbar-nav a.nav-link:hover,
header nav .dropdown-item:active,
header nav .dropdown-item:focus,
header nav .dropdown-item:hover {
  color: #FFF;
  background: var(--ct-blue);
}


.featured .col-md-4 {
  padding: 20px 10px 40px;
}

.featured {
  padding: 20px;
  background-color: var(--ct-blue);
}



.banners .container .text-center {
  padding-top: 120px;
  z-index: 100;
}




h2::after {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  right: 0px;
  width: 105px;
  height: 36px;
  background-image: url(../images/folhas.png);
  background-size: cover;
}


@media (min-width: 768px) {


  h2::after {
    top: -30px;
    right: -75px;
  }

  .featured .col-md-4 {
    padding: 0 25px;
  }



  .banners .container .text-center {
    padding-top: 70px;
    min-height: 500px;
    z-index: 100;
  }


  .featured {
    padding: 20px;
    margin-top: -250px;
    background-color: inherit;
  }



  header .navbar-brand img {
    max-width: 110px;
    position: relative;
  }

  header nav .navbar-light .navbar-nav {
    background-color: initial;
  }

  header nav .navbar-light .navbar-nav a.nav-link {
    position: relative;
    color: #FFF;
    padding: 0 0.5rem;
    font-size: 0.9em;
  }

  header nav .navbar-light .navbar-nav a.nav-link:focus,
  header nav .navbar-light .navbar-nav a.nav-link:hover {
    background: initial;
    color: var(--ct-white);
    text-decoration: underline;
  }

  .internal header nav .navbar-light .navbar-nav a.nav-link:focus,
  .internal header nav .navbar-light .navbar-nav a.nav-link:hover {
    background: initial;
    color: var(--ct-indigo);
  }


  header nav li::before {
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: -3px;
    content: "|";

  }

  header nav li:first-of-type::before {
    content: "";
  }

  @media (min-width: 992px) {

    header .navbar-brand img {
      max-width: 210px;
    }

    header nav .navbar-light .navbar-nav a.nav-link {
      font-size: 1.0em;
    }
  }


  @media (min-width: 1200px) {

    header .navbar-brand img {
      max-width: 300px;
    }

    header nav li {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }


    header nav .navbar-light .navbar-nav a.nav-link {
      font-size: 1.05em;
    }

  }

}



/* Custom - Personalizados / Abaixo do logo */

header {
  position: absolute;
  height: 100px;
  top: 30;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

header.c-header,
.home header.c-header {
  background-color: inherit;
}

.internal header.c-header {
  position: relative;
  background-color: #01344a;
  min-height: 180px;
}


/* Search */

.search {
  position: absolute;
  top: 4px;
  z-index: 100;
  width: min-content;
  margin: 0 auto;
}

.search input[type=image] {
  right: 12px;
  top: 5px;
  position: absolute;
  width: 18px;
  opacity: 0.7;
}

@media (min-width: 992px) {
  .search {
    top: 72px;
    right: 17px;
  }
}

/* Banners */
.banners {
  position: relative;
}

.banners .a-slide {
  background-position: center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

.banners .a-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
}

.banners .container {
  height: 100%;
  position: relative;
  min-height: 500px;
  z-index: 100;
  padding-top: 100px;
}



.banners .a-slide p {
  font-size: 1.3em;
  font-weight: 300;
  color: #FFF;
  padding: 12px 0px;
}

.home__slider__item {
  height: 500px;
}


.slick-slider {
  height: 500px !important;
}


.slick-slide img {
  max-height: 520px !important;
}


.banners .btn-more {
  background: var(--ct-yellow);
  border: 0;
  text-align: left;
  margin: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: white;
  font-size: 14px;
}

.banners .slick-dots {
  bottom: 10px;
}


.banners .bg {
  content: '';
  position: absolute;
  pointer-events: none;
  background-image: url(../images/slide_bg.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

h2 {
  color: var(--ct-white);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
}


@media (min-width: 768px) {

  .banners .a-slide {
    height: 530px;
    background-position: top -20px left 0px;
  }

  /* 
  .banners .a-slide:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(0, 60, 88, .5) 40%, rgba(0, 60, 88, .8) 80%);
  } */


  .banners .box {
    width: 40%;
  }

}

/* Nuvem */
.nuvem {
  margin-top: 37px;
  padding: 40px 10px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.685);
}


.nuvem p img {
  float: left;
  margin: 0px 20px 0px 0px;
  max-width: 100px;
}

.nuvem p {
  min-height: 70px;
}

.nuvem .text {
  display: flex;
  width: fit-content;
  min-height: 70px;
}

.nuvem .box {
  width: 100%;
  position: relative;
  text-align: center;
}

.nuvem .box P {
  text-align: left;
}

.nuvem .item-title {
  padding-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.np {
  padding: 0;
}

/* 
.nuvem .item-title:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-color: var(--ct-yellow);
  left: 0px;
  right: 0px;
  height: 8px;
  bottom: 5px;
  z-index: -1;
}
 */


@media (min-width: 768px) {

  .nuvem {
    background: none;
    position: relative;
    font-size: 1.1em;
    color: var(--ct-white);
    padding: initial;
    margin: initial;
    background: none;
  }

  .nuvem .box:before,
  .nuvem .box:after {
    display: initial;
  }

  .nuvem .box {
    background: none;
  }



}


/* conheca */

#conheca .container {
  background: linear-gradient(149deg, rgba(255, 255, 255, 1) 55%, #f09c1b 55%);
}

#conheca .bg2 {
  background: initial;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 30px;
}

#conheca .bg2 img {
  border-radius: 50%;
  max-width: 100%;
  width: 390px;
  margin: 0px -10px 0px 15px;
}

#conheca .image {
  background-color: var(--ct-blue);
  width: fit-content;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

#conheca img.selo {
  width: 60px;
  position: absolute;
  left: -40px;
  top: 0px;
  border-radius: 0%;
}

.conheca .title {
  color: var(--ct-blue);
  padding: 10px 0px;
}

.conheca .title span {
  display: block;
  color: var(--ct-yellow);
  font-size: 0.8em;
  text-transform: uppercase;
}

.conheca .btn-more {
  color: var(--ct-blue);
  border-color: var(--ct-blue);
  background-color: #FFF;
}

@media (min-width: 768px) {


  #conheca .bg2 {
    padding: 30px 50px 5px 30px;
    text-align: right;
  }

  #conheca .bloco1 {
    padding: 30px 0px 50px 10px;
  }

  #conheca {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 55%, #f09c1b 55%);
  }

  #conheca .container {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 55%, #f09c1b 55%);
  }


  #conheca img.selo {
    top: initial;
    width: 70px;
    left: -90px;
    bottom: 50px;
  }

  #conheca .bg2 {
    background-image: url(../images/conheca_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom 0px left 50px;

    width: 100%;
    height: 100%;

    text-align: center;
    vertical-align: middle;

  }

  #conheca .bg {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 80%, #f09c1b 80%);
  }
}

/* mapa */
#mapa {
  text-align: center;
  color: var(--ct-white);
  background-color: #077b9e;
  padding: 50px 0 0;
}

#mapa iframe {
  margin: 0;
}

/* atuacao */
#atuacao {
  background-color: var(--ct-blue);
  background-image: url(../images/atuacao_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.atuacao .title {
  color: var(--ct-yellow);
}

.atuacao .title span {
  display: block;
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
}


.atuacao .col {
  padding: 10px 15px;
}


.interna.atuacao .box {
  border: 1px solid var(--ct-yellow);
}

.atuacao .box {
  background-color: #FFF;
  text-align: center;
  padding: 20px 20px 45px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.atuacao .box .item-title {
  color: var(--ct-blue);
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.atuacao .box img {
  max-width: 80px;
  margin: 10px auto;
}

/* cases */
#cases {
  background-color: var(--ct-gray);
  padding-bottom: 60px;
}

.cases .box {
  cursor: pointer;
}

.cases .title,
.cases p.sub-title {
  color: var(--ct-white);
}

.cases img {
  position: relative;
  z-index: 10;
}

.cases .img-center {
  text-align: center;
}

.cases .img-center img {
  max-width: 80%;
  margin: 15px auto 20px;
}

.cases .title:before {
  background-color: var(--ct-white);
}

.cases .col-md-4 {
  text-align: center !important;
}

.cases .item-title {
  text-align: center;
  width: 100%;
  font-size: 1.1em;
  padding: 8px;
  display: inline-block;
  color: #FFF;
  background: linear-gradient(180deg, var(--ct-yellow) 0%, var(--ct-yellow) 100%);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}


.cases span {
  display: block;
  width: 100%;
  color: #FFF;
  padding: 3px 5px 12px;
  font-weight: 500;
}

.cases .more {
  position: absolute;
  bottom: 20px;
  right: 40px;
  max-width: 25px;
}

.cases .before,
.cases .after {
  min-height: 150px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.cases .after {
  min-height: 180px;
}

.cases .after {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.cases span {
  position: absolute;
  top: 40px;
  left: 1px;
  background-color: var(--ct-yellow);
  color: #FFF;
  font-size: 0.95em;
  width: min-content;
  padding: 1px 10px 0px;
}

.cases .detail {
  position: absolute;
  left: 5px;
  bottom: -10px;
}

.cases .btn-more {
  margin-top: 20px;
  background-color: var(--ct-yellow);
}


.cases .col-md-3 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  .cases .img1::before {
    position: absolute;
    top: 40px;
    content: url(../images/irlandia-linha1.png);
    white-space: pre-wrap;
    right: -100px;
    z-index: 1;
  }


  .cases .col-md-3 {
    margin-bottom: inherit;
  }


}

/* solucoes */
.solucoes {
  background-color: var(--ct-white);
}

.solucoes .col-md-3 {
  padding: 0px;
  margin: 0px;
}


.solucoes .box {
  min-height: 150px;
  height: 100%;
  position: relative;
  background-size: cover;
}

.solucoes .box:before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.solucoes .item-title img {
  max-width: 80px;
  margin-bottom: 10px;
}

.solucoes .item-title {
  position: relative;
  z-index: 10;
  font-size: 1.1em;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 35px 20px 25px 20px;
  line-height: 1.2em;
}

.solucoes .item:hover {
  cursor: pointer;
}

.solucoes .btn-more {
  background-color: var(--ct-gray);
}

@media (min-width: 768px) {
  .solucoes .col-md-3 {
    padding: 0 6px;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0px;
  }
}


/* Depoimentos */
.depoimentos {
  background: url(../images/bg_depoimentois.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  font-size: 1.1em;
  z-index: -2;
}

.depoimentos .limit {
  -webkit-line-clamp: 11;
  line-height: 1.5em;
  height: calc(1.5em * 11);
}


.depoimentos .title {
  color: var(--ct-yellow);
}

.depoimentos .title span {
  display: block;
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
}




.depoimentos .image {
  background-color: #FFF;
  padding: 20px;
  background-position: center;
  border-radius: 50%;
  height: 210px;
  width: 210px;
  margin: 0px;
  position: relative;

  background-size: contain;
  background-repeat: no-repeat;
}

.depoimentos .last {
  text-align: center;
  background-image: url(../images/depoimento-bg-item.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  padding-top: 15px;
}



.depoimentos .box {
  font-weight: 300;
  height: 100%;
  color: #fff;
  padding: 10px;
  position: relative;
  padding-bottom: 70px;
  border: 1px solid #FFF;
  margin: 10px 20px;
  padding: 25px 25px 40px;
}

.depoimentos.interna .col-md-4 {
  padding-bottom: 35px;
}

.depoimentos a {
  text-decoration: none;
  font-weight: 300;
}

.depoimentos .item-ball {
  padding: 10px;
  max-width: 70px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background-color: #FFF;
  border-radius: 50%;
}

.depoimentos .box .item-author {
  display: block;
  padding-top: 15px;
}

.depoimentos .box .item-author a {
  color: var(--ct-white);
  text-decoration: none;
}

.depoimentos .row {
  padding-top: 70px;
}


.depoimentos .img-autor {
  height: 130px;
  width: 130px;
  border-radius: 100px;
  background-position: center;
  background-size: cover;
  background-color: #FFF;
  display: inline-block;
  margin-top: -95px;
  margin-bottom: 20px;
  border: 2px solid #03acde;
}

.depoimentos .col-md-4 {
  padding-bottom: 80px;
}

.depoimentos a {
  color: #FFF;
}

.depoimentos .col-md-12 {
  margin-top: -70px;
}

.depoimentos .item-author {
  position: absolute;
  bottom: 15px;
  left: 24px;
}

.depoimentos .item-quote {
  max-width: 40px;
  position: relative;
  top: 3px;
  vertical-align: baseline;
}

.depoimentos .btn-more {
  background-color: var(--ct-blue);
}


@media (min-width: 768px) {

  .depoimentos .col-md-12 {
    margin-top: initial;
  }


  .depoimentos .col-md-4 {
    padding-bottom: initial;
  }

  .depoimentos .last {
    padding-top: initial;
  }



}

/* convenios */
.convenios {
  position: relative;
  padding-bottom: 50px;
}

.convenios .row {
  text-align: center;
}

.convenios .title {
  color: var(--ct-yellow);
}

.convenios .title span {
  display: block;
  color: #000;
  font-size: 0.8em;
  text-transform: uppercase;
}



.convenios .a-slide {
  text-align: center;
  width: 100%;
}

.convenios p.sub-title {
  color: var(--ct-gray);
}

.convenios .image {
  width: 70%;
  margin: 0 auto;
  min-height: 130px;
  /* background-color: var(--ct-white);
  border-radius: 50%; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

@media (min-width: 768px) {
  .convenios .image {
    width: 90%;
  }
}

.moveis {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/bg_medidas_img.jpg);

}


.moveis .bola {
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../images/bg_medidas.png);
  padding: 170px 20px 120px 40px;
  min-height: 570px;
  max-width: 100%;
}

.moveis .text {
  font-size: 1.6em;
  color: var(--ct-white);
}


.moveis a {
  color: var(--ct-white);
  text-decoration: none;
}


.moveis a:hover {
  color: var(--ct-white);
  text-decoration: underline;
}



#produtos .cavaletes {
  background-color: #113544;
}

#produtos .madeiras {
  background-color: #0b2d3c;
}

#produtos .outros {
  background-color: #062330;
  padding-bottom: 30px;
}

#produtos {
  background-color: #1a4050;
  color: #FFF;
  padding-bottom: 0;
}

#produtos a {
  color: #FFF;
  text-decoration: none;
}

#produtos img {
  max-height: 140px;
}

#produtos .col-md-12 {
  padding: 40px 0 20px;
}

#produtos .col-md-4 {
  padding: 0 20px 30px;
  font-size: 1.3em;
}

#produtos a.more {
  font-weight: 200;
  font-size: 0.9em;
}

#produtos h3 {
  display: inline-block;
  border: 3px solid var(--ct-yellow-bg);
  padding: 7px 20px;
  max-width: 90%;
}

/* blogs */
#blog {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}


.blogs .title {
  color: var(--ct-blue);
}

.blogs h2 {
  color: var(--ct-blue);
}

.blogs .title span {
  display: block;
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
}

.blogs .col-md-3 {
  padding: 0 8px;
  margin: 8px 0px;
}

.blogs .image {
  width: 100%;
  min-height: 250px;
  background-size: cover;

}

.blogs .item {
  min-height: 400px;
  position: relative;
  background-color: #82959b;
  height: 100%;
  max-width: 95%;
  margin: 0 auto;
  padding-bottom: 50px;
  color: #FFF;
}


.blogs .item a.category {
  position: relative;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin: 20px 10px 0px;
  font-size: 100;
  text-transform: uppercase;
  font-size: 0.9em;
  background-color: inherit;
}


.tags {
  position: relative;
  font-weight: normal;
  padding: 3px 10px;
  background-color: var(--ct-yellow);
  color: #fff;
  display: inline-block;
  margin: 3px;
  font-size: 100;
  font-size: 0.9em;
}


.blogs .item .item-title,
.blogs .item p {
  font-size: 1.3em;
  color: var(--ct-white);
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 5px 20px 25px;
}

.blogs .item a.item-title:hover {
  color: var(--ct-white);
}

.blogs .item p {
  font-size: 1em;
  padding: 0px 10px;
}

.blogs .btn-more {
  background: none;
  color: var(--ct-white);
  border-color: var(--ct-blue);
}

.blogs .item a.btn-more {
  font-size: 0.95em;
  font-weight: bold;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  padding: 7px 20px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #FFF;
  color: var(--ct-white);
}

.blogs .item a.btn-more:hover {
  color: var(--ct-white);
  border-color: var(--ct-white);
}


.blogs .col-md-4 {
  margin-bottom: 17px;
}

.blogs .item {
  border: 1px solid #8888884d;
}

@media (min-width: 768px) {
  .blogs .col-md-4 {
    margin-bottom: initial;
  }

  .home .blogs .item {
    border: 0px;
  }


}





/* 
  INTERNAS
*/

/* div.internal .single-blog-post-wrapper,
div.internal .page {
  padding-top: 120px;
} */


div.internal .title {
  color: var(--ct-blue);
  margin: 30px 0px 30px 0px;
}


div.internal h1 {
  margin: 0px 0 20px;
  font-weight: 600;
  color: #044e6e;
  font-size: 1.8em;
}

div.internal h3,
div.internal h4 {
  font-weight: 600;
  color: var(--ct-gray);
}


div.internal p {
  font-size: 1.1em;
  line-height: 28px;
}

div.internal .author {
  font-size: 1em;
}



div.internal .sidebar {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

div.internal .sidebar div.title {
  font-size: 1.3em;
  color: var(--ct-purple);
  border-color: var(--ct-purple);
}


div.internal .sidebar div[class^='col-'] {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 4px;
  min-height: 260px;
}

div.internal .sidebar div[class^='box'] {
  min-height: 260px;
}

div.internal .sidebar div[class^='box'] .title {
  top: 140px;
}




footer.main-footer {
  margin-top: -10px;
  position: relative;
  color: var(--ct-white);
  padding: 15px 0px 20px;
  background-color: var(--ct-blue);
  line-height: 2em;
  font-size: 0.9em;
}

footer.main-footer a {
  color: var(--ct-white);
  text-decoration: none;
  font-weight: normal;
}


footer h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 26px 0 5px;
  color: var(--ct-white);
  text-transform: uppercase;
}

footer iframe {
  height: 200px;
}


footer.main-footer .social img {
  max-width: 45px;
}

footer.main-footer img.logo {
  max-width: 100%;
  width: 220px;
  margin-top: 20px;
}

footer .col-md-6.text-right img {
  max-height: 110px;
}

footer .col-md-6.text-right div {
  float: right;
}

footer .col-md-6.text-left div,
footer .col-md-6.text-right div {
  max-width: 400px;
  padding: 15px;
  line-height: 1.6em;
}

footer .col-md-6 b {
  font-size: 1.2em;
  padding: 5px 0 10px;
  display: inline-block;
}

footer .social {
  padding: 0 !important;
  margin: 0;
}

footer .wts {
  max-width: 20px;
  margin: 0 0 3px 2px;
}

footer.main-footer img.licenca {
  max-width: 90px;
  margin-top: 5px;
}

footer .copywrite {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  padding-top: 15px;
}


footer .social img,
.bar-header .social img {
  margin: 5px 1px;
  padding: 8px;
  max-width: 55px;
}

@media (min-width: 992px) {
  footer.main-footer {
    padding-top: 15px;
  }

  footer.main-footer .col-md-12 {
    height: inherit;
  }


  footer .copywrite {
    margin-top: 2px;
  }

  footer h4 {
    margin: 20px 0 5px;
  }


}

@media (min-width: 1400px) {
  .banners .a-slide {
    height: 590px;
    background-position: top -50px left 0px;
  }

  #produtos {
    padding-top: 150px;
  }



  @media (max-width: 767px) {

    .col-md-6.text-right,
    .col-md-6.text-left {
      text-align: center !important;
    }

    .featured .box {
      max-height: 300px;
    }

  }

  /* xs --- Extra small devices (portrait phones, less than 576px) */
  /*  No media query since this is the default in Bootstrap */

  /* sm --- Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {}

  /*  md --- Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {}

  /* lg --- Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {}

  /* xl --- Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {}

  /* 
[class^='col-lg']:before {  class name starts with col-lg
  content: "Column-div";
  color: yellow;
}
[class$='col-lg']:before {  class name ends with col-lg
  content: "Column-div2";
  color: beige;
}
[class*='col-lg']:before {  contains col-lg in class name 
  background: chocolate;
} */