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/header_bg_internal.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  height: 225px;
}

.internal .bg-internal:after {
  content: '';
  position: absolute;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.55);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}


header .navbar-brand {
  top: 22px;
}

header .navbar-brand img {
  max-width: 190px;
  max-height: 120px;
}



@media (min-width: 992px) {

  header .navbar-brand {
    top: 22px;
  }

  header .navbar-brand img {
    max-width: 190px;
    max-height: inherit;
  }


  div.home {
    background-size: contain;
  }


}

strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: var(--ct-yellow);
}

html {
  background: #EFEFEF;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2em;
}


a.category {
  font-weight: normal;
  padding: 3px 10px;
  background-color: var(--ct-blue);
  color: var(--ct-white);
  display: inline-block;
  z-index: 10;
}

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;
}

.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;
}

@media (min-width: 992px) {
  .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: 200;
  position: relative;
  background: none;
  min-height: 200px !important;
  /*   background-image: url(../images/bg_header.jpg); */
  background-size: contain;
}


a.solicite {
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: center;
  width: auto;
  left: initial;
  border-radius: 20px;
  color: #FFF;
  padding: 5px 16px;
  font-weight: normal;
  font-size: 0.9em;
  background-image: url(../images/fundo_gradiente_tripwai.jpg);
  background-size: cover;
  background-position: top center;
}

.home header.c-header {
  min-height: 175px;
}

.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: 95px;
  position: absolute;
  z-index: 30;
}


header .navbar-brand {
  position: absolute;
  top: 52px;
  left: 10px;
  z-index: 10;
}




@media (min-width: 768px) {

  header.c-header,
  .home header.c-header {
    min-height: 140px !important;
  }



  header .navbar-brand {
    top: 8px;
  }

  header .navbar-toggler {
    top: 50px;
  }

  .search {
    width: max-content;
    left: initial;
  }

  header.c-header,
  .home header.c-header {
    min-height: 170px;
  }


}



.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: 500;
  text-transform: none;
  font-size: 1.2em;
  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: 150px 0 0 0 !important;
  position: absolute !important;
  height: 100%;
  z-index: 20;
}

header li.nav-item: {
  padding: 5px 0px;
}

header li.nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(204, 204, 204, 0.342);
}

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;
}

@media (min-width: 768px) {

  header .navbar-brand img {
    max-width: 150px;
  }

}


.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) {


  header li.nav-item:not(:last-child) {
    border-bottom: 0;
  }


  .navbar {
    top: -30px;
  }

  header .c-header-menu li.nav-item:hover {
    background-color: initial;
  }

  header .navbar-brand {
    left: 29px;
    top: -45px;
    z-index: 1000000;
  }

  header .navbar-brand img {
    max-width: 160px;
    position: relative;
    margin-top: 30px;
  }

  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.menunav2030::before,
  header .c-header-menu .dropdown-menu li.nav-item a.nav-link::before {
    content: "";
  }

  header .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
  }


  .collapsing,
  .collapse.show {
    margin: 0 !important;
    position: relative !important;
  }

  .navbar-expand-lg .navbar-nav {
    text-align: left;
    z-index: 152;
    right: 0px;
    left: 120px;
    padding-left: 60px;
    top: 65px;
    position: absolute;
  }

  .navbar-expand-lg .navbar-collapse {
    display: inline-table !important;
    flex-basis: auto;
    float: right;
    z-index: 200;
  }
}


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;
  color: var(--ct-blue);
  margin: 5px auto 10px;
  display: block;
  padding: 4px 5px 4px;
  width: fit-content;
  z-index: 5;
  text-align: center;
}


p.sub-title {
  color: var(--ct-blue);
  font-size: 1.35em;
  text-align: center;
  margin: 0px 10px 25px;
  font-weight: 500;
}

.bar-top a.wp {
  background-color: inherit;
  display: contents;
}

.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%;
}


:root {
  --ct-blue: #003c58;
  --ct-indigo: #727cf5;
  --ct-purple: #9c86cf;
  --ct-pink: #ff679b;
  --ct-red: #fa5c7c;
  --ct-orange: #fe682b;
  --ct-yellow: #fea204;
  --ct-yellow-bg: #ffa100;
  --ct-green: #0acf97;
  --ct-teal: #02a8b5;
  --ct-cyan: #39afd1;
  --ct-white: #fff;
  --ct-gray: #565656;
}

@media (min-width: 992px) {
  .title {
    padding: 4px 15px 4px;
  }
}


/* Custom */



.related-post .post-list .item {
  position: relative;
}

.post-list .item::before {
  content: '';
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, .4) 60%, rgba(0, 60, 88, .8) 80%);
  width: 100%;
  height: auto;
  top: 10px;
  bottom: 10px;
  left: 0;
  z-index: 1;
}


.related-post .post-list .item .post_title {
  width: auto;
  display: none;
  color: var(--ct-white) !important;
  font-weight: bold;
  font-size: 1.25em !important;
  position: absolute;
  bottom: 45px;
  left: 45px;
  right: 45px;
  text-align: center !important;
  z-index: 10;
}


.related-post .post-list .item .post_title:before {
  display: none;
}




.nav-outer .container {
  position: relative;
  z-index: 10;
  position: relative;
}

.boxed a {
  color: #fff;
  font-weight: initial;
}

.boxed {
  display: inline-block;
  padding: 6px 20px;
  background-color: var(--ct-blue);
  margin: 0 auto;
  color: #FFF;
  font-size: 1.2em;
}

.queromais a {
  display: inline-block;
  padding: 8px 20px;
  color: #FFF;
  background-color: #fe643e;
  margin: 0 10px 15px;
  font-size: 1.2em;
}

.queromais .btn-more {
  background-color: var(--ct-blue);
  color: var(--ct-white);
}

/* Barra Superior */

.bar-top {
  position: relative;
  text-align: center;
  padding-top: 3px;
  z-index: 10;
}

.bar-top a {
  padding: 5px 10px;
  background-color: var(--ct-yellow-bg);
  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 {
  filter: brightness(0) invert(1);
  border-radius: 50%;
  padding: 0;
  max-width: 24px;
}

.trilha {
  display: none;
}

.bar-top {
  background-image: url(../images/fundo_gradiente_tripwai.jpg);
  background-position: top center;
  background-size: cover;
}

@media (min-width: 992px) {
  .bar-top a {
    max-width: min-content;
    display: initial;
    width: initial;
  }

  .bar-top {
    text-align: right;
    padding: 8px 0 0;
  }

  .logged-in .bar-top {
    padding-top: 30px;
  }



}


/* 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: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.banners .slick-slider {
  height: 970px;
}

.banners .home__slider__item {
  height: 970px;
  background-position: center;
}

.banners .home__slider__item:after {
  content: '';
  position: absolute;
  pointer-events: none;
  background: hsla(0, 0%, 0%, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.banners .home__slider__post .slick-dots {
  bottom: 0;
  z-index: 5;
  top: 40%;
  right: 0;
  width: 50px;
  z-index: 20;
}

.banners .slick-dots li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {

  .banners .home__slider__item,
  .banners .slick-slider {
    height: 610px;
  }


  .banners .home__slider__item:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.2) 50%);
  }
}

.home__slider__item .container {
  z-index: 10;
}

.banner-title {
  background-color: var(--ct-orange);
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 10;
  padding: 6px 7px 5px;
  display: inline-block;
  margin: 110px 0 10px;
}

.banner-subtitle {
  color: var(--ct-white);
  font-size: 1.35em;
  font-weight: 500;
  z-index: 10;
}

.banner-btn {
  font-style: italic;
  font-size: 1.25em;
  color: var(--ct-white);
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  display: inline-block;
  padding: 2px 12px 3px;
  margin-top: 12px;
  background-color: var(--ct-blue);
}

.banner-btn:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--ct-orange);
}

#jeito {
  margin-top: 390px;
  background-color: var(--ct-blue);
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  padding: 60px 10px;
}

#jeito h3 {
  font-size: 2.5rem;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: #FFF;
  font-style: italic;
}

#ofertas {
  background-color: #f3f3f3;
  padding: 40px 0 40px;
}

#ofertas .comprar {
  background-color: var(--ct-blue);
  color: #FFF;
  font-weight: 600;
  padding: 6px 18px 5px;
  border-radius: 20px;
}

#ofertas .expira {
  background-color: var(--ct-orange);
  color: #FFF;
  font-weight: 600;
  padding: 8px 18px 7px;
  border-radius: 20px;
  font-size: 0.9rem;
}

#ofertas .box {
  background-color: #FFF;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 20px 30px;
}

#ofertas .image {
  height: 160px;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-size: cover;
  position: relative;
}

#ofertas .image span {
  position: absolute;
  top: 20px;
  right: 25px;
  background-color: var(--ct-orange);
  color: var(--ct-blue);
  padding: 2px 8px 1px;
  border-radius: 15px;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #FFF;
}

#ofertas .box .title {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--ct-blue);
  margin: 0;
  padding: 5px 0 3px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CDCDCD;
  text-align: left;
  width: 100%;
}

#ofertas .preco {
  line-height: 1.2rem;
  color: var(--ct-orange);
  font-size: 1.3rem;
  font-weight: bold;
}

#ofertas .objetivo {
  font-weight: 500;
  padding: 10px 0 0px;
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--ct-blue);
  margin-bottom: 8px;
}

#ofertas .preco span {
  color: var(--ct-orange);
  font-size: 0.9rem;
  font-weight: 500;
}

#ofertas .detalhes {
  color: #666;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 10px;
  padding-bottom: 8px;
  line-height: 1.3rem;
}

#ofertas .detalhes strong {
  font-weight: 600;
  color: var(--ct-orange);
}

#ofertas .content {
  padding: 5px 15px 20px;
}

#app {
  background-color: #f3f3f3;
  padding: 40px 0 0;
  color: var(--ct-blue);
}

#app p {
  color: var(--ct-blue);
  font-weight: 500;
  font-size: 1.1rem;
}

#app .icos img {
  max-width: 80px;
  margin-bottom: 15px;
}

#app p.strong {
  font-weight: 600;
  margin-bottom: 2px;
}


#app h3 {
  color: var(--ct-blue);
  font-weight: 700;
  font-size: 1.8em;
}

#app .cellphone img {
  max-width: 100%;
  max-height: 600px;
}

#app .download {
  display: flex;
  justify-content: center;
}

.download img {
  max-width: 180px;
  margin: 10px 15px;
}

#app .btn {
  background-color: #FFF;
  border-radius: 20px;
  border-color: var(--ct-blue);
  color: var(--ct-blue);
  font-weight: 600;
  margin: 20px 0 15px;
}



@media (min-width: 768px) {
  .nuvem {
    margin-top: -30px;
    background: none;
    position: relative;
    font-size: 1.1em;
    color: var(--ct-white);
    padding: 50px 20px 0px;
  }

  .nuvem .box {
    border: 2px solid var(--ct-white);
  }


  .nuvem .box:before,
  .nuvem .box:after {
    display: initial;
  }

  .nuvem .box .frase {
    position: absolute;
    left: -100px;
    top: 100px;
    max-width: 300px;
  }

  .nuvem .box {
    background: none;
    margin: -25px auto 30px;
    padding: 20px 0px 5px 240px;
    border-left: 0;
  }

  .nuvem .frase img {
    max-width: 90%;
    margin: -30px 0 0px;
  }

}


/* Consultores */

.consultores {
  padding-top: 20px;
  background-color: #FFF;
}

.consultores p.sub-title {
  color: var(--ct-blue);
}

.consultores .box {
  font-size: 1.3em;
  line-height: 1.2em;
}

.consultores .col-md-4 .row {
  padding: 5px 6px 30px 6px;
}

.consultores .col-md-6 {
  padding: 0px 5px 0px 5px;
}

.consultores .moldura {
  background: url(../images/consultor_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  padding: 0 20px 18px 0px;
}

.consultores .image {
  min-height: 165px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.consultores .image::after {
  position: absolute;
  top: -12px;
  content: url(../images/consultor-after.png);
  white-space: pre-wrap;
  left: -8px;
  z-index: 10;
}

.consultores .image:before {
  position: absolute;
  bottom: 0px;
  content: url(../images/consultor-before.png);
  white-space: pre-wrap;
  left: -8px;
  z-index: 10;
}

.consultores .item-title {
  color: var(--ct-blue);
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}

.consultores .item-profissao {
  color: var(--ct-yellow);
  font-size: 0.8em;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}

.consultores .box p {
  color: var(--ct-blue);
  font-size: 0.85em;
  margin: 0;

  line-height: 1.3em;
  height: calc(1.3em * 3);
}

.consultores .more img {
  margin-top: 6px;
  max-width: 12px;
}

@media (min-width: 768px) {
  .consultores {
    padding-top: 50px;
  }
}

/* LavouEu */
.lavoueu {
  background-color: var(--ct-yellow-bg);
  background: url(../images/irlanda-bg.jpg);
  background-size: cover;
  background-position: center;
}

.lavoueu img {
  position: relative;
  z-index: 10;
}

.lavoueu .img-center {
  text-align: center;
}

.lavoueu .img-center img {
  max-width: 80%;
  margin: 15px auto 20px;
}

.lavoueu .title:before {
  background-color: var(--ct-white);
}

.lavoueu .box3,
.lavoueu .box2 {
  max-width: 82%;
  position: relative;
  z-index: 10;
}

.lavoueu .img1,
.lavoueu .img2,
.lavoueu .img3 {
  position: relative;
}

.lavoueu .img2::before,
.lavoueu .img2::before,
.lavoueu .img2::before {
  content: '';
}

.lavoueu .col-md-4 {
  text-align: center !important;
}

.lavoueu span {
  display: block;
  width: 100%;
  color: #FFF;
  padding: 3px 5px 12px;
  font-weight: 500;
}

.lavoueu a.btn-more {
  margin-top: 15px;
  padding: 4px 12px 3px;
}


@media (min-width: 768px) {

  .lavoueu .img1::before {
    position: absolute;
    top: 40px;
    content: url(../images/irlandia-linha1.png);
    white-space: pre-wrap;
    right: -100px;
    z-index: 1;
  }


  .lavoueu .img2::before {
    position: absolute;
    top: 40px;
    content: url(../images/irlandia-linha2.png);
    white-space: pre-wrap;
    left: -100px;
    z-index: 1;
  }


  .lavoueu .img3::before {
    position: absolute;
    top: -22px;
    content: url(../images/irlandia-linha3.png);
    white-space: pre-wrap;
    right: -100px;
    z-index: 1;
  }

  .lavoueu .col-md-4 {
    text-align: right !important;
  }

  .lavoueu .img-center img {
    margin: 0px;
  }


}

/* Cidades */
.cidades {
  background-color: #001E52;
}

.cidades .col-md-3 {
  padding: 20px;
  margin: 5px 0px;
}

.cidades .title {
  color: var(--ct-white);
}

.cidades p.sub-title {
  color: var(--ct-white);
}

.cidades .box {
  min-height: 350px;
  height: 100%;
  position: relative;
  background-size: cover;
}

.cidades .box:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.cidades .item {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

.cidades .item-title img {
  max-width: 28px;
}

.cidades .item-title {
  position: relative;
  z-index: 10;
  font-size: 1.9em;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 110px 20px 0px 20px;
}

.cidades .item:hover {
  cursor: pointer;
}

.cidades .box .point {
  display: inline-block;
  width: 100%;
}

.cidades .item:hover .item-title img {
  max-width: 18px;
  margin: 0px 0 3px 0;
}

.cidades .item:hover .item-title {
  font-size: 1.35em;
  background: rgb(255 161 0 / 70%);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;

  padding: 30px 20px;
  text-align: left;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.cidades .item:hover .point {
  display: initial;
  width: inherit;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.cidade-choise {
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
}

.btn-country {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  border: 0;
}

.btn-country:not(:last-child)::after {
  content: "|";
  margin: 10px;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 35%;
  transform: translateY(-50%);
}


.btn-country.active,
.btn-country:focus,
.btn-country:hover {
  color: var(--ct-orange);
  border: 0;
}


.cidades span.resume {
  color: rgba(255, 255, 255, 0);
  padding: 20px;
  position: relative;
  z-index: 100;
  padding-top: 200px;
  font-size: 1.3em;
}

.cidades .item:hover span.resume {

  display: inline-block;
  width: inherit;
  color: var(--ct-white);
  padding-top: 92px;

  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}


.cidades .more {
  text-align: center;
  padding: 7px 7px 5px;
  font-size: 0.85em;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: var(--ct-orange);
  color: #FFF;
  z-index: 10;
}

@media (min-width: 768px) {
  .cidades .col-md-3 {
    padding: 0 6px;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 5px 0px;
  }
}


/* Trip Mag */
.tripmag {
  background: #DDD;
}

.tripmag .row {
  z-index: 100;
  position: relative;
}

.tripmag .col-md-4,
.tripmag .col-md-8 {
  padding: 0px 35px 35px;
}

.tripmag .item {
  padding: 20px 20px 10px;
  min-height: 160px;
  cursor: pointer;
}

.tripmag .box {
  height: 100%;
  background-color: #FFF;
  position: relative;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}

.tripmag .box:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}


.tripmag .last .item {
  min-height: 240px;
  position: relative;

}

.tripmag a.category {
  /* gradient de #FFF para #999 */
  background: linear-gradient(90deg, #ff6e0d 0%, #fc5588 100%);
  color: #FFF;
  margin-top: 1px;
  text-transform: uppercase;
  padding: 12px 20px 11px;
  font-weight: 600;
  font-size: 1em;
  position: absolute;

  left: 0;
  top: 15px;
}

.tripmag .item-title {
  position: relative;
  color: var(--ct-blue);
  font-weight: bold;
  font-size: 1.25em;

  text-align: left;
  z-index: 10;
}

.tripmag .image {
  min-height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.tripmag .more {
  color: var(--ct-blue);
  font-size: 0.9em;
  z-index: 10;
}



.tripmag .box:hover:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background: rgba(0, 60, 88, 1);
}

.tripmag .box:hover .image,
.tripmag .box:hover .category {
  display: none;
}

.tripmag .box:hover .item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px 0px;
  z-index: 50;
  overflow-y: auto;
}

.tripmag .box:hover .item-title {
  font-size: 1.4em;
  text-decoration: none;
  position: relative;
  z-index: 55;
  color: #FFF;
  padding-top: 30px;
}


.tripmag .box:hover .limit-3 {
  color: #FFF;
}


.tripmag .box:hover .more {
  color: #FFF;
  z-index: 10;
  margin-top: 20px;
  font-size: 1.1em;
  font-weight: bold;
  display: block;
}

.tripmag .last .box:hover .item-title {
  padding-top: initial;
  padding-top: 50px;
}


#atendimento {
  color: var(--ct-blue);
  text-align: center;
  padding: 50px 10px 50px;
}

#atendimento h3 {
  color: var(--ct-blue);
  font-weight: 800;
  font-size: 2rem;
}

#atendimento .box {
  text-align: left;
  color: #FFF;
  padding: 20px;
  font-size: 0.9rem;

  background-position: center;
  background-size: cover;
  min-height: 320px;
  height: 100%;
  position: relative;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

#atendimento .box:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .8) 80%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}




#atendimento .box img {
  max-width: 50px;
  margin-bottom: 10px;
}

#atendimento .box div {
  margin: 100px 0 0px;
  position: relative;
  z-index: 10;
}

#atendimento h4 {
  color: #FFF;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 1.4rem;
}

#atendimento .btn {
  background-color: var(--ct-orange);
  color: #FFF;
  padding: 8px 55px 7px;
  margin: 10px;
  font-weight: 600;
  max-width: 100%;
}

#depoimentos {
  background: url(../images/depoimentos-bg.jpg);
  background-size: cover;
  font-size: 1.1em;
}


/* Depoimentos */
.depoimentos {
  font-size: 1.1em;
}

.home .depoimentos .title {
  color: var(--ct-white);
}

.depoimentos p.sub-title {
  margin-bottom: 70px;
}

.home .depoimentos p.sub-title {
  color: var(--ct-white);
}


.depoimentos .image {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  margin-top: -75px;
  margin-bottom: 10px;
}


.home .depoimentos .box {
  border: 4px solid #FFF;
  color: #fff;
}

.depoimentos .box {
  border: 4px solid var(--ct-blue);
  ;
  height: 100%;
  padding: 20px;
  position: relative;
  padding-bottom: 70px;
}

.depoimentos a {
  color: #333;
}

.depoimentos .col-md-4 {
  padding-bottom: 80px;
}

.home .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);
}

.slick-track {
  max-height: 610px;
}

.home__slider__item {
  display: none;
}

.home__slider__item:first-child {
  display: inherit;
}


@media (max-width: 767px) {

  .bar-top a {
    margin: 0px 2px;
  }




  .home header .navbar-brand {
    margin-top: 50px;
  }

  header .navbar-brand {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
  }

  footer .copywrite a {
    display: block;
    line-height: 1.5rem;
    margin: 30px 0 20px;
  }

  footer .copywrite b {
    display: block;
  }

  .banners .home__slider__item {
    height: 570px;
    background-position: center;
  }

  .banner-title {
    font-size: 1.3em;
    margin-top: 220px;
  }

  .banner-subtitle {
    font-size: 1.1em;
  }

  #app .download img {
    max-width: 80%;
    margin: 10px 15px;
  }


  .banners .home__slider__post .slick-dots {
    bottom: 42%;
    z-index: 5;
    top: inherit;
    right: 0;
    width: 30px;
  }

  #jeito {
    margin-top: 320px;
    font-size: 1.05rem;
  }

  #jeito br {
    display: none;
  }

  #jeito h3 {
    font-size: 1.8rem;
  }

  #app .cellphone img {
    max-height: 400px;
    border-bottom: 1px solid var(--ct-blue);
    margin-bottom: 15px;
  }

  #app .icos img {
    max-width: 80px;
    margin-bottom: 2px;
  }

  #atendimento .col-md-3 {
    margin: 0 0 20px;
  }

  #atendimento .btn {
    padding: 8px;
    text-align: center;
    width: 100%;
    margin: 0 0 15px;
    font-weight: 600;
    max-width: 100%;
  }

  #atendimento {
    padding: 50px 10px 30px;
  }

  .btn-country {
    font-size: 1.1rem;
    padding: 5px 15px;
    margin: 8px 10px;
    background-color: #ffffff2f;
  }

  .mb-4.btn-countries {
    margin-bottom: 0px !important;
  }

  .single-blog-post-wrapper {
    padding-top: 0px !important;
  }

  .btn-country:not(:last-child)::after {
    display: none;
  }

  .btn-country.active,
  .btn-country:focus,
  .btn-country:hover {
    background-color: var(--ct-orange);
    color: #FFF;

  }

  footer h4 {
    margin-top: 20px;
  }

  footer .col-md-3 {
    line-height: 1.6;
  }

  footer .col-md-3:last-child {
    text-align: center;
    margin-bottom: 25px;
  }

  footer.main-footer .download img {
    width: 150px !important;
    max-width: 80% !important;
    margin: 5px 25px !important;
  }


  footer.main-footer {
    text-align: center;
  }

  footer .social img {
    max-width: 60px;
  }

  .queromais a {
    padding: 6px 10px;
    margin: 0 5px 8px;
    font-size: 1em;
  }


  .queromais a.btn-more {
    margin: 18px 0 0px;
  }


  .single-blog-post {
    padding-top: 0px;
  }

  .header-city {
    margin-top: 35px !important;
  }

  header .navbar-brand img {
    max-height: 140px;
    margin-left: 10px;
  }

  header .navbar-toggler {

    right: 10px;

  }

  header .c-header-menu {
    padding: 20px;
    background-color: var(--ct-blue);
  }

}

@media (min-width: 768px) {

  .home .depoimentos .col-md-12 {
    margin-top: initial;
  }


  .home .depoimentos .col-md-4 {
    padding-bottom: initial;
  }

}

/* Parcerias */
.parcerias {
  background-color: var(--ct-blue);
  position: relative;
  text-align: center;
}

.parcerias .ball {
  position: absolute;
  right: 0;
  top: -400px;
  max-height: 500px;
  z-index: 5;
}

.parcerias .title {
  color: var(--ct-white);
}

.parcerias p.sub-title {
  color: var(--ct-white);
  margin-bottom: 70px;
}

.parcerias .boxed {
  width: 100%;
  background-color: #FFF;
}

.parcerias .a-slide a {
  width: 25%;
  margin: auto;
  display: inline-block;
  text-align: center;
}

.parcerias img {
  max-width: 70%;
  max-height: 150px;
  display: inline-block;
}

.parcerias .a-slide {
  display: flex;
  align-items: center;
  text-align: center;
  height: 210px;
}


.parcerias .btn {
  font-weight: bold;
  margin: 15px 0 25px;
}

.parcerias .slick-track {
  display: flex;
  align-items: center;
}

/* Videos */
#videos {
  background-color: var(--ct-white);
}

.videos .col-md-2 {
  padding: 0 6px;
  margin-bottom: 8px;
}

.videos .title {
  color: var(--ct-yellow);
  border-color: var(--ct-yellow);
}

.videos .box {
  border: 5px solid var(--ct-purple);
  min-height: 260px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.videos .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: rgb(50, 50, 50);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 1) 100%);
}

.videos .box a.category {
  position: absolute;
  left: -4px;
  top: 25px;
  font-weight: normal;
  padding: 3px 10px;
  background-color: var(--ct-yellow);
  color: #fff;
  display: inline-block;
  z-index: 10;
}

.videos .box .title {
  font-size: 1.1em;
  color: var(--ct-yellow);
  z-index: 10;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  top: inherit;
  bottom: 60px;
  text-align: center;
  text-transform: none;

  -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;
}

.videos .box .more {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.videos .box .more img {
  max-width: 40px;
}

.videos .btn-more {
  background-color: var(--ct-purple);
}

@media (min-width: 768px) {
  .videos .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
  }

  .videos .box {
    min-height: 340px;
  }

  .videos .box .title {
    top: 190px;
  }

}


/* lancamentos */
#lancamentos {
  background-color: var(--ct-gray);
}

.lancamentos .col-md-2 {
  padding: 0 6px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .lancamentos .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
  }
}

.lancamentos .title {
  color: var(--ct-purple);
  border-color: var(--ct-purple);
}

.lancamentos .box {
  min-height: 225px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.lancamentos .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: rgb(50, 50, 50);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 1) 100%);
}

.lancamentos .box a.category {
  position: absolute;
  left: 0px;
  top: 25px;
  font-weight: normal;
  padding: 3px 10px;
  background-color: var(--ct-purple);
  color: #fff;
  display: inline-block;
  z-index: 10;
}

.lancamentos .box img {
  height: 100%;
  width: auto;
}

.lancamentos .box .autor,
.lancamentos .box .title,
.lancamentos .box .more {
  font-size: 1.2em;
  color: var(--ct-white);
  z-index: 10;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  right: 10px;
  max-width: 100%;
  text-align: left;
  text-transform: none;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.lancamentos .box .autor {
  top: 130px;
  font-size: .95em;
}

.lancamentos .box .title {
  top: 155px;
}

.lancamentos .box .more {
  top: 185px;
  font-size: .95em;
}

.lancamentos .btn-more {
  background-color: var(--ct-purple);
}



/* instagram */
.instagram {
  padding: 15px 0 40px;
  text-align: center;
}


/* especial */
#especial {
  background-color: var(--ct-purple);
}

.especial .col-md-3 {
  padding: 0 6px;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 5px 0px;
}

.especial .title {
  color: var(--ct-white);
  border-color: var(--ct-white);
}

.especial .box {
  min-height: 225px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.especial .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: rgb(50, 50, 50);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 1) 100%);
}

.especial .box a.category {
  position: absolute;
  left: 0px;
  top: 25px;
  font-weight: normal;
  padding: 3px 10px;
  background-color: var(--ct-yellow);
  color: #fff;
  display: inline-block;
  z-index: 10;
}

.especial .box .title {
  font-size: 1.2em;
  color: var(--ct-white);
  z-index: 10;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  max-width: 100%;
  text-align: left;
  bottom: 30px;
  text-transform: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.especial .btn-more {
  background-color: var(--ct-yellow);
}

.especial .item1,
.especial .item1 .box {
  max-height: 100%;
}

.especial .item1 .box .title {
  top: inherit;
  bottom: 50px;
  right: 25%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.especial .item1 {
  padding-bottom: 15px;
}

.especial .item2 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .especial .item1 {
    padding-right: 0;
    padding-bottom: 0;
  }
}

/* blogs */

.blogs .col-md-3 {
  padding: 0 8px;
  margin: 8px 0px;
}

.blogs .title {
  color: var(--ct-white);
  border-color: var(--ct-white);
}

.blogs .box {
  min-height: 240px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.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 .box a.category {
  position: absolute;
  left: 0px;
  top: 25px;
  font-weight: normal;
  padding: 3px 10px;
  background-color: var(--ct-purple);
  color: #fff;
  display: inline-block;
  z-index: 10;
}

.blogs .box2 a.category {
  background-color: var(--ct-yellow);
}

.blogs .box .title {
  font-size: 1.3em;
  color: var(--ct-white);
  z-index: 10;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-transform: none;
  top: inherit;
  bottom: 20px;
  left: 20px;
  right: 10px;
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.blogs .btn-more {
  background-color: var(--ct-purple);
}


/* blogs up */

#blogs {
  text-decoration: inherit;
  /* background-color: var(--ct-yellow); */
}


.blogs-up [class^='col-md'] {
  padding: 0 8px;
  margin: 0px;
}

.blogs-up .col-md-3,
.blogs-up .col-md-5 {
  margin-bottom: 8px;
}


.blogs-up .box a.category {
  background-color: var(--ct-yellow);
}

@media (min-width: 768px) {
  .blogs-up .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 0;
  }

  .blogs-up .col-md-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .blogs .box {
    min-height: 290px;
  }

  .blogs .box .title {
    top: 170px;
  }


  .blogs-up .box {
    min-height: 390px;
  }

  .blogs-up .box .title {
    top: 310px;
  }


}


/* acessados */
#acessados {
  background-color: var(--ct-white);
}

.acessados .col-md-2 {
  padding: 0 6px;
  margin: 5px 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {


  .acessados .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 8px;
  }
}

.acessados .title {
  color: var(--ct-yellow);
  border-color: var(--ct-yellow);
}

.acessados .box {
  min-height: 225px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.acessados .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: rgb(50, 50, 50);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 1) 100%);
}

.acessados .box a.category {
  position: absolute;
  left: 0px;
  top: 25px;
  font-weight: normal;
  padding: 3px 10px;
  background-color: var(--ct-yellow);
  color: #fff;
  display: inline-block;
  z-index: 10;
}

.acessados .box .title {
  font-size: 1.1em;
  color: var(--ct-white);
  z-index: 10;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-transform: none;
  left: 20px;
  right: 10px;
  max-width: 100%;
  text-align: left;
  top: 115px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.acessados .btn-more {
  background-color: var(--ct-purple);
}



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-menu .dropdown:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown:hover>ul.dropdown-menu,
.dropdown-menu .dropdown>ul.dropdown-menu:focus {
  display: block;
}

.dropdown-menu .dropdown>ul.dropdown-menu {
  pointer-events: all;
}

.dropdown-menu .dropdown>ul.dropdown-menu li {
  pointer-events: auto;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


.navbar-nav li li ul {
  position: absolute;
  top: 0;
  left: 100%;
}

#backtop {
  display: none;
  position: fixed;
  opacity: 0.7;
  z-index: 999;
  width: 50px;
  cursor: pointer;
  bottom: 95px;
  right: 26px;
}

#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: 10px 0px 30px 30px;
}


div.internal h1 {
  margin: 20px 0;
  font-weight: 600;
  color: var(--ct-yellow);
}

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 {
  background: var(--ct-yellow);
  color: #fff;
  position: relative;
  padding: 15px 0px 20px;
  position: relative;
  background-size: cover;
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  font-size: 1.2em;
  line-height: 2em;
}

footer.main-footer a {
  color: #FFF;
  font-weight: 300;
}


footer h4 {
  color: #FFF;
  font-size: 1.2em;
}


footer .title-footer {
  font-family: "DM Serif Display", serif;
  font-size: 1.8rem;
  font-style: italic;
}

footer.main-footer img {
  max-width: 200px;
  margin: 20px 0px;
}


footer.main-footer img.trevo {
  max-width: 40px;
}

footer .social img,
.bar-header .social img {
  margin: 5px 1px;
  padding: 8px;
  max-width: 45px;
}

@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 {
    padding: 20px 0;
  }




}

footer .copywrite {
  font-size: 0.9em;
  text-align: center;
}

.clearfix {
  clear: both;
}




.nf-form-title h3 {
  margin: 30px 0 10px;
  font-size: 1.5rem;
}

/* 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;
} */