body {
  height: 100%;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  
}

a:hover{
  color: #2998a3;
}

.card-body a {
  color: #000000 !important;
}

.header-line{
    margin-top:1rem !important;
}

.card {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border: 0px !important;
  shadow: 2px 2px 4px #000000;
  margin: 0 auto;
}

.fa-quote-right{
    font-size: 3rem;
}

.card{
    color: #ffffff;
    background-color: #3ec2f2 !important;
}

.testemunhoName{
    font-size: 1rem;
    font-weight: 400;
}

.col {
  font-family: 'Montserrat', sans-serif;
}

.navbar {
  font-family: 'Montserrat', sans-serif;
}

.homeBtns {
    margin-bottom:2.5em;
}
.buttonCategory {
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    transition: 0.1s background-color linear, 0.1s color linear;
    width: 11em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
}

.buttonCategory span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonCategory span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonCategory:hover span {
  padding-right: 25px;
}

.buttonCategory:hover span:after {
  opacity: 1;
  right: 0;
}

.buttonCategory a{
    text-decoration: none;
    color: #ffffff;
}
.buttonCategory a:hover{
    text-decoration: none;
    color: #ffffff;
}

.language a{
    color:#000000;
    text-decoration: none;
}
.footer {
  background-color: #e8939c;
  font-weight: 200;
  padding-top: 20px;
  color: #ffffff;
}

.breadcrumbs {
  background-color: #e8939c;
  height: 50px;
  font-weight: 200;
  padding-top: 10px;
  padding-top: 10px;
    color: #ffffff;
}

.breadcrumbs a{
  text-decoration: none;
  color: #ffffff;
}

.titleH {
  font-weight: 700;
}

.titleH a{
  color: #ffffff;
  text-decoration: none;
}

.titleH a:hover{
  color: #ffffff;
  text-decoration: none;
}

.search {
  font-size: 1.3em;
  margin-top:1.4em;
  width: 100%;
  height: 20px;
  text-align: right;
}


.menuHeader {
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-top: 1rem !important;
    
}

.nav-item a{
    color: #e8939c !important;
}

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

.footerSub a{
    color: #ffffff !important;
}

.card-text {
  font-size: 0.9em;
  font-weight: 300;
}

.sepLine {
  padding-top: 20px;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px #B2B2B2 solid;
}

.sepLine h3{
  font-weight: 200;
}

.bgimg-1 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg-1 h1 {
  text-shadow: 2px 2px 4px #000000;
  color:  #ffffff;
}

.h1, h1 {
    font-size: 2rem !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
}


.caption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
}

.titleCaption {
    max-width: 45em;
    margin: auto;
}

.caption span.border {
  /*background-color: #111;*/
  color: #fff;
  /*padding: 18px;*/
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15em;
  color: #111;
}

h1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20em;
  color: #111;
}

.homeicons {
  font-size: 6em;
}

.categoryhome{
  font-size: 1em;
  text-shadow: 2px 2px 4px #000000;
  color:  #ffffff;
}

.border {
  border:  none !important;
}

.imageArticle{
    position: relative;
    margin-top: -3rem;
    
}
.imageArticle a{
    color: #ffffff;
    text-decoration: none;
}
.imageArticle a:hover{
    color: #000000;
}

.titleImgarticle{
    z-index: 2;
    position: relative;
    min-height: 30px;
    background-color: rgba(80,78,78,.44);
    padding: 10px;
    color: #ffffff;
    top: 45%;
    margin: 0 auto;
    width: 20rem;
    text-transform: uppercase;
}

.card-title a{
    text-decoration: none;
}
.social a{
    color: #000000;
}

.titFooter{
    text-transform: uppercase;
    font-weight: 100;
}

.footerMenu{
    list-style-type: none;
    padding-left: 0;
}

.footerMenu a{
    text-decoration: none;
    color: #000000;
}

.footerSub{
    
    padding-bottom: 1rem;
}

/* Texto artigos */
.wp-caption-text {
    font-size: 13px !important;
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

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

.contentPage {
    font-weight: 200;
}
.titlepage {
    font-size: 1.1rem !important;
    margin-bottom: -0.2rem;
    margin-top: 0.4rem;
    text-transform: uppercase;
}

.authorpage {
    font-size: 0.9rem !important;
    margin-bottom: -0.3rem;
}

.updateText{
    font-size: 0.9rem !important;
}

.mapIcons{
  margin-bottom: -0.6em;
}

.topTravelTitle {
  background-color:#7ac1c7 !important;
  color:#ffffff !important;
  height:30px;
  padding:0px !important;
  padding-left:20px !important;
  padding-top:3px !important;
  border:#ffffff !important;
  margin-top: 20px !important;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
      background-attachment: scroll;
  }
}


