html,
body {
  font-family: 'Poppins';
  margin: 0 auto !important;
  background-color: var(--ct-white);
}

/* body {
  padding-top: 32px;
} */



.internal .bg-internal {
  /*   padding-top: 32px; */
  background-image: url(../images/banner-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  height: 260px;
}

.internal .bg-internal:after {
  content: '';
  position: absolute;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.55);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.1) 25%, rgba(0, 60, 88, 0.4) 90%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}



@media (min-width: 992px) {
  div.home {
    background-size: contain;
  }

  .internal .bg-internal {
    height: 220px;
  }

}

strong {
  font-weight: bold;
}

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

html {
  background: #EFEFEF;
}

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;
}

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

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

b {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.hidden-mobile {
  display: none;
}

.wpp-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

  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);

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

.limit-1 {
  -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;
}

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


/* 
  CABECALHO / MENU
*/

.bar-header {
  background-color: var(--ct-gray);
  color: var(--ct-white);
  padding: 8px 0;
}

.bar-header .col {
  flex-basis: fit-content;
}


.bar-header .text {
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
}


.bar-header .text a {
  font-weight: normal;
  color: var(--ct-white);
}

.bar-header .text img {
  max-height: 40px;
  margin-right: 10px;
}

.bar-header .text span {
  display: block;
  margin: 8px;
}

.bar-header .text span img {
  max-height: 15px;
  margin: 0px 0px 3px;
}

.bar-header .social {
  text-align: center;
}

.bar-header .social img {
  max-width: 30px !important;
  padding: 5px !important;
}


header .c-header-menu {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {

  header .c-header-menu {
    background: none;
  }

  .bar-header .social {
    text-align: right;
  }

  .bar-header .text {
    text-align: left;
  }

  .bar-header .text span {
    display: inline;
    margin-left: 0 0 0 8px;
  }

  .hidden-mobile {
    display: initial;
  }


}

header.c-header,
.home header.c-header {
  z-index: 100;
  position: relative;
  background: none;
  min-height: 115px;
  /*   background-image: url(../images/bg_header.jpg); */
  background-size: contain;
}

.home header.c-header {
  min-height: 115px;
}

.search {
  top: 15px;
  position: absolute;
  right: 0px;
  text-align: center;
  width: auto;
  left: 0px;
  padding-left: 25px;
}

.search .search-field {
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.692);
  padding: 4px 10px;
  border: 1px;
}

.search .search-field:hover,
.search .search-field:active {
  background-color: #FFF;
}

.search .search-submit {
  border-radius: 50%;
  border: 0;
  border-radius: 50%;
  border: 0;
  font-size: 0.9em;
  padding: 2px 5px;
  background-color: var(--ct-purple);
  color: #FFF;
}


header .navbar-toggler {
  background: #DBDBDB;
  padding: .8rem;
  border: 1px solid #555;
  cursor: pointer;
  border-radius: 3px;
  right: 60px;
  top: 25px;
  position: absolute;
  z-index: 30;
}


header .navbar-brand {
  position: absolute;
  top: 12px;
  left: 30px;
  z-index: 10;
}


@media (min-width: 768px) {


  .home header.c-header {
    min-height: 175px;
  }


  header .navbar-toggler {
    top: 55px;
  }


  header.c-header,
  .home header.c-header {
    min-height: 215px;
  }


  header .navbar-brand {
    top: 8px;
  }

  .search {
    width: max-content;
    left: initial;
  }

  header.c-header,
  .home header.c-header {
    min-height: 120px;
  }

  .navbar-nav {

    border: none;
  }

}



.navbar {
  max-width: 90%;
  margin: 0 auto;
}

.navbar-collapse .c-header-menu li.nav-item a.nav-link {
  color: #FFF;
}


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

header navbar-collapse {
  position: absolute;
  bottom: 0;
}

header .nav-link {
  padding: 0px 0px 0px;
  margin-bottom: 30px;
}

header .c-header-menu {
  padding: 20px;
}

header .c-header-menu li.nav-item a.nav-link {
  padding: 3px;
  color: var(--ct-white);
  font-weight: 400;
  text-transform: none;
  font-size: 1.15em;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 10px;
  padding: 3px 7px;
  letter-spacing: -0.05em;
}

header .c-header-menu li.nav-item a.nav-link:hover {
  color: var(--ct-orange);
  background-color: initial;
}


header .c-header-menu li.nav-item a.nav-link:hover::before {
  color: var(--ct-white);
}



header .c-header-menu li.nav-item:hover {
  background-color: rgba(0, 0, 0, 0.082);
}


.collapsing,
.collapse.show {
  margin: 130px 0 0 0 !important;
  position: absolute !important;
  height: 100%;
  z-index: 20;
}

header li.nav-item: {
  padding: 5px 0px;
}


header .dropdown-menu li.nav-item {
  padding: 5px 0px 5px 20px;
}

header .c-header-menu .dropdown-menu li.nav-item a.nav-link:hover {
  background-color: none;
}


header .dropdown-menu {
  border-color: rgba(100, 100, 100, 0.8);
  background: rgba(77, 79, 95, .8);
  min-width: 15rem;
  border: 0;
}

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




.navbar {
  top: -15px;
  max-width: 100%;
  left: 0;
  margin-left: auto;
  height: 100%;
  display: inline-table;
  position: relative;
  right: 0;
  width: 100%;
  padding: 0;
}


.navbar-collapse {
  width: 100%;
}

@media (min-width: 992px) {

  .navbar {
    top: -30px;
  }

  header .c-header-menu li.nav-item:hover {
    background-color: initial;
  }

  header .navbar-brand {
    left: 80px;
    top: 0px;
  }

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

  header .c-header-menu {
    padding: 0px;
  }

  header .c-header-menu li.nav-item a.nav-link::before {
    position: absolute;
    left: -8px;
    content: "|";
  }


  header .c-header-menu li.nav-item a.menunav32::before,
  header .c-header-menu .dropdown-menu li.nav-item a.nav-link::before {
    content: "";
  }

  header .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 30px;
  }


  .collapsing,
  .collapse.show {
    margin: 0 !important;
    position: relative !important;
  }

  .navbar-expand-lg .navbar-nav {
    text-align: left;
    z-index: 152;
    right: 0px;
    left: 239px;
    padding-left: 60px;
    top: 40px;
    position: absolute;
  }

  .navbar-expand-lg .navbar-collapse {
    display: inline-table !important;
    flex-basis: auto;
    float: right;
    z-index: 5;
  }
}


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;
}


.desktop-only {
  display: initial;
}

.mobile-only {
  display: none;
}

.title {
  position: relative;
  font-weight: bold;
  font-size: 1.6em;
  text-transform: uppercase;
  color: var(--ct-blue);
  margin: 5px auto 10px;
  display: block;
  padding: 4px 5px 4px;
  width: fit-content;
  z-index: 5;
  text-align: center;
}

/* 
.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: #fff;
  background-color: var(--ct-blue);
  padding: 6px 24px;
  font-weight: bolder;
  font-size: 1.1em;
  border-radius: 0;
}

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

.section {
  padding: 40px 0px;
}

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

.btn-more {
  text-transform: uppercase;
  font-weight: 600;
}

:root {
  --ct-blue: #003c58;
  --ct-indigo: #727cf5;
  --ct-purple: #9c86cf;
  --ct-pink: #ff679b;
  --ct-red: #fa5c7c;
  --ct-orange: #f68b33;
  --ct-yellow: #fec72a;
  --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;
  }
}


/* Custom */

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

/* .nav-outer .container:before {
  position: absolute;
  top: -12px;
  content: url(../images/top-trilha-off.png) "\a";
  white-space: pre-wrap;
  left: 510px;
  right: 0px;
}
 */
.navbar-brand:before {
  position: absolute;
  content: '';
  white-space: pre-wrap;
  top: 0px;
  left: 200px;
}

/* 
.navbar-brand:after {
  position: absolute;
  content: url(../images/aviao.png) "\a";
  white-space: pre-wrap;
  top: 32px;
  left: 205px;
}
 */


/* Barra Superior */

.bar-top {
  position: relative;
  text-align: center;
  padding-top: 3px;
  z-index: 10;
}

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

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

.bar-top .social img {
  padding: 0;
  max-width: 30px;
}

.trilha {
  display: none;
}

@media (min-width: 992px) {
  .bar-top a {
    max-width: min-content;
    display: initial;
    width: initial;
  }

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

  /*   .trilha {
    display: initial;
    position: absolute;
    top: 75px;
    left: calc(50% - 50px);
    right: 0;
    height: 200px;
    background-image: url(../images/top-trilha.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 1;
  }
 */
  /*   .navbar-brand:before {
    content: url(../images/point-irlanda.png) "\a";
    top: 34px;
    left: 310px;
  } */

  .navbar-brand:after {
    top: 62px;
    left: 335px;
  }


}


/* 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-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;

  background-image: url(../images/banner-bg.jpg);
  background-position: center;
  background-size: cover;
}

.banners .home__slider__item .item-title {
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
}

.banners .home__slider__item .item-title a {
  display: inline-block;
  background-color: #5b5959;
  font-size: 1.1em;
  font-weight: 500;
  color: #FFF;
  padding: 3px 15px 4px;
}

.banners .slick-slider {
  height: 270px;
}

.banners .home__slider__item {
  height: 270px;
  background-position: center;
  border-radius: 40px;
}

/* 
.banners .home__slider__item::before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-color: rgba(70, 70, 70, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
} */

.banners .home__slider__post .slick-dots {
  z-index: 5;
  bottom: 0px;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

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

.home__slider__post .slick-dots li button {
  background-color: var(--ct-orange);
  width: 10px;
  height: 10px;
}


.banners-bg img {
  height: 600px;
  width: 100%;
}

.banners-bg .container {
  padding: 0;
}

@media (min-width: 768px) {



  .banners .home__slider__item .item-title {
    bottom: 70px;
  }

  .banners .home__slider__post .slick-dots {
    bottom: 70px;
  }

  .banners .slick-slider {
    height: 470px;
  }

  .banners .home__slider__item {
    height: 470px;
  }


  .banners-bg .container {
    padding: 0;
  }

  .banners-bg img {
    height: 700px;
    width: initial;
  }

  .banners-bg {
    height: 700px;
  }

  .banners .slick-slider {
    top: 0px;
  }

  .banners .home__slider__item {
    height: 410px;
  }


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

/* Nuvem */
.nuvem {
  margin-top: 85px;
  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;
  }



}


/* 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-orange) 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-orange);
  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-orange);
}


.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/depoimentos-bg.jpg);
  background-size: cover;
  font-size: 1.1em;
  z-index: -2;
}

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

.depoimentos p.sub-title {
  color: var(--ct-white);
  margin-bottom: 70px;
}

.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 {
  height: 100%;
  color: #fff;
  padding: 10px;
  position: relative;
  padding-bottom: 70px;
}

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

.depoimentos a {
  color: #FFF;
}

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

.depoimentos .item-author {
  position: absolute;
  bottom: 10px;
  left: 22px;
}

.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;
  }



}

/* clientes */
.clientes {
  background-image: url(../images/clientes-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 50px;
}

.clientes .title {
  color: var(--ct-gray);
}

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

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

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

@media (min-width: 768px) {
  .clientes .image {
    width: 20%;
    min-height: 220px;
    margin: 0 3%;
  }

}


/* blogs */
#blog {
  background-color: #FFF;
  background: url(../images/blog-bg.png);
  background-size: cover;
  background-position: center 100px;
  background-repeat: no-repeat;
}



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

.blogs .image {
  width: 100%;
  min-height: 200px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-size: cover;
}



.blogs .item {
  min-height: 400px;
  position: relative;
  background-color: #FFF;

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

  border-radius: 20px;

}

.blogs .box:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background: rgba(55, 67, 11, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(0, 60, 88, .5) 40%, rgba(0, 60, 88, .8) 80%);
}

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


.blogs .item .item-title,
.blogs .item p {
  font-size: 1.2em;
  color: #000;
  display: block;
  width: 100%;
  padding: 10px;
}

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

.blogs a.more {
  color: #000;
  display: block;
  width: 100%;
  padding: 0px 10px 10px;
  font-size: 0.9em;
}

.blogs .btn-more {
  background-color: var(--ct-orange);
}

.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;
  }


}



/* 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%;
}


.subtitle {
  color: #0a142c;
  font-size: 1.1em;
  padding: 5px 20px;
  display: block;
  width: 100%;
  font-weight: 300;
}


/* 
  INTERNAS
*/

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


div.internal h1 {
  margin: 20px 0;
  font-weight: 600;
  color: var(--ct-orange);
}

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 {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 15px 0px 20px;
  position: relative;
  background-color: var(--ct-gray);
  line-height: 2em;
}

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


footer h4 {
  color: #FFF;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 26px 0 5px;
}

footer.main-footer img {
  max-width: 40px;
  margin: 5px 10px;
}


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

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

footer .copywrite a {
  color: #FFF;
}

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 .social {
    text-align: center;
  }


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

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


}



.clearfix {
  clear: both;
}






/* 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;
} */