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

.linkbaixo {
    padding-top: 1rem;
    margin-bottom: -2rem;
}

.navbar-expand-lg .navbar-collapse {
    margin-top: 2rem !important;
    text-transform: uppercase;
}

.headerContainer{
    background-color: #000000;
    height: 9.5rem;
    padding-top:2rem;
}

.linkblue{
    height: 6.5rem;
}

.miss{
    padding-top: 2rem;
}
.titFin{
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}

.fontsub{
    font-size: 1.6rem;
    margin-bottom: -0.7rem;
    font-weight: 200;
    margin-top: -1rem;
}

.fontsubtext{
    font-size: 1rem !important;
    font-weight: 300 !important;
    color:#ffffff;
    font-family: 'Roboto', sans-serif !important;
}
.tit5{
    font-size: 1rem !important;
    font-weight: 300 !important;
    color:#2c5fcd;
    text-transform: uppercase;
}
.headerContainer a{
    color:#ffffff !important;
}
.lang{
    color:#ffffff;
    margin-top:0.5rem;
    padding-top:0.2rem;
    border-radius: 25px;
    border: 1px #ffffff solid;
    width: 1.7rem;
    height: 1.7rem;
    text-align: center;
    font-size: 12px;
}

.socialFooter{
    color:#ffffff;
    margin-top:0.5rem;
    padding-top:0.2rem;
    border-radius: 25px;
    border: 1px #ffffff solid;
    width: 1.7rem;
    height: 1.7rem;
    text-align: center;
    font-size: 12px;
}

a:hover{
  color: #2998a3;
}

.title2{
    font-size: 1.1rem;
}

.card {
    font-family: 'Roboto', sans-serif;

  border: 0px !important;
  shadow: 2px 2px 4px #000000;
  margin: 0 auto;
}
.nameD{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -2px;
}
.col {
    font-family: 'Roboto', sans-serif;
}
/*
.carousel-control-prev-icon {
    background-image: url(assets/images/sl_left.png) !important;
    height:  6rem !important;
}
.carousel-control-next-icon {
    background-image: url(assets/images/sl_right.png) !important;
    height:  6rem !important;
}
*/
.navbar {
    font-family: 'Roboto', sans-serif;
    color:#ffffff;
}

.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;
}
.containerblue{
    background-color: #1dafe5;
}

.rowclients{
    background-color: #dbdbdb;
    height: 36rem;
    padding-top: 13rem;
}
.footer {
    background-color: #000000;
    min-height: 250px;
    font-weight: 200;
    padding-top: 20px;
    color:#ffffff !important;
    padding-bottom: 2rem;
}

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

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

.titleH {
  font-weight: 700;
    font-size: 2rem;
}

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

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

.secondtitle{
    font-size: 2rem;
}
.titleh2{
    text-transform: uppercase;
    margin-top:2rem;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
}
.title2h2{
    text-transform: uppercase;
    margin-top:2rem;
    font-weight: 300;
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
}
.hrAbout{
    border-top: 1px solid #000000 !important;
    margin:5px;
}

#quemsomos p{
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.whats a{
    color:#000000;
}

.imgInst img {
    height: 200px !important;
}
.textAbout{
    min-height: 6rem;
    max-width: 12rem;
    margin: 0 auto;
}

.form-control {
    border-radius: 0 !important;
    height:4rem !important;
    border: 2px solid #c4c4c6 !important;
}
.formLabel{
    height:3.2rem;
    background-color: #d9d9da;
    font-weight: 200;
    margin-right: -1.6rem;
    max-width: 10rem;
    padding-top:0.9rem !important;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    border: 2px solid #c4c4c6;
}
.textareaForm{
    height:12rem !important;
}

.btnSend{
    padding-top: 16px;
    float: right;
}
.paragBtns{
    height:30px;
    width:98%;
    text-align: right;
    margin-bottom: 3rem;
}

.titleHeaderPhoto p{
    margin-bottom: -0.1rem;
}

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

.header-line{
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.menuHeader {
    text-transform: uppercase;
    text-align: center;
}
.social {
    padding-top: 12px;
    text-align: right;
    color:#ffffff;
}
.social a{
    color:#ffffff;
}

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

}

h4{
    font-family: 'Roboto', sans-serif !important;
}

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

.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: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 2.4rem !important;
  color: #111;
    margin-top: -8px !important;
}
.firstsubtitle{
    color:#fd8c33;
    font-size: 1.5rem !important;
    letter-spacing: 0.1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.serviceTitle{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.h3up2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 4.8rem !important;
    margin-top: -1.8rem;
}
p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
}
h1 {
  letter-spacing: 5px;
  text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20em;
  color: #111;
}
.nav-item{
    font-size: 0.8rem;
}
.whats{
    margin-top: 2rem;
}

.carousel-indicators [data-bs-target] {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px !important;
}
.carousel-caption {
    padding-bottom: 5rem !important;
    text-align: right !important;
    text-transform: uppercase;
}

input[type="text"], input[type="email"]{
    width:100%;
    height:3.2rem !important;
}

.footerContact{
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif !important;
}

textarea{
    width:100%;
    height:7rem;
}

.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 {
    text-decoration: none;
    font-size: 15px !important;
}
.social a{
    color: #000000;
}

.estrang{
    font-style: italic !important;
}

.carousel-control-next, .carousel-control-prev {
    bottom: 100px !important;
}

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

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

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

.footerSub{
    color:#ffffff;
    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;
}
.contentblack{
    background-color:#000000;
    color:#ffffff;
    padding-bottom: 1.2rem;
}

.firstcontent{
    margin-top: 2.8rem !important;
}

.h3up{
    font-size: 4.8rem !important;
    margin-top:-2rem;
}

.hrimage {
    border-bottom: 20px solid transparent;
    border-image: url(assets/images/line.png) 30;
}

/* carousel */
.media-carousel
{
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 10rem;
}
/* Next button  */
.media-carousel .carousel-control.right
{
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 10rem;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
    background: #333333;
}
.media-carousel img {
    width: 150px;
    height: 135px;
}
.
element.style {
}
.thumbnail {
    border: 0 !important;
}
.carousel-control img{
    width: 60px;
    height: 120px;
}
/* End carousel */

.menuCol{
    min-width:70%;
}
.teamimage
/* 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;
    }
    .social{
        display: block;
    }
    .navbar{
        display: block;
    }
    #link{
        display: block;
    }
    .logoHeader{
        width:200px;
    }

    #centerContent{
        display: block;
    }
    .experienceClient{
        text-align: right;
    }


}

.trezentos{
    text-align: right !important;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 400px) {
    .imagesLayout{
        width:330px;
    }
    .imagesLayoutMin{
        width:200px;
    }
    .videoLayoutMin{
        width:300px;
    }
    .social{
        display: none;
    }
    #link{
        display: none;
    }
    .lang{
        margin-top: -2rem;
        padding-top: 0rem;
    }
    .carousel-item {
        margin-top: 4rem;
    }
    .navbar{
        display: none;
    }
    .logoHeader{
        width:140px;
    }
    .navbar-expand-lg{
        background-color: #000000;
        width:12rem;
    }
    .navbar-expand-lg .navbar-collapse {
        padding: 2rem;
    }
    #centerContent{
        display: none;
    }
    .enterRow{
        min-width: 300px !important;
        text-align: center !important;
    }
    .qsMobile{
        font-size: 14px;
    }
    .qsMobileL{
        text-align: center !important;
    }
    .rowclients{
        height: 36rem;
        padding-top:2rem;
    }
    .cardGrey{
        background-color: #dbdbdb;
    }
    #mission{
        min-width:250px;
    }
    .trezentos{
        text-align: center !important;
    }
}

.card-img-top {
    width: 90% !important;
}
.card{
    align-items: center;
}
#scroll_down {
height: 50px;
background-color: #ffffff;
width: 100vw;
margin: 0;
padding: 0;
position: fixed;
left: 0;
bottom: 0;
z-index: 100;
text-align: center;
padding-top:3px;
padding-bottom:3px;
}
.link-scroll_down {
color: #ccc;
width: 100%;
text-align: center;
}

.link-scroll_down:hover {
color: white;
}

.icon-scroll_down {
position: relative;
top: 7px;
}


.carousel-indicators [data-bs-target] {
border-top: 0px !important;
border-bottom: 0px !important;
}

.carousel-inner {
margin-top: 5rem !important;
}

/* SLIDER INSTALAÇÕES */

.carousel-control-prev-icon {
    background-image: url(assets/images/prevInst.png) !important;
}
.carousel-control-next-icon {
    background-image: url(assets/images/nextInst.png) !important;
}
