/*
Theme Name: Bootstrap 4.5.1
Theme URI: https://edydias.com.br
Author: Ulisses
Author URI: https://edydias.com.br
Description: A basic theme using the Bootstrap 4.5.1 framework.
Version: 1.7
Text Domain: bootstrap
*/

/*
 * GLOBAL
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'Galano Grotesque Regular';
  src: url('/wp-content/themes/tts/assets/fonts/GalanoGrotesqueAltRegular.otf')  format('opentype');
}

@font-face {
  font-family: 'Galano Grotesque Semi Bold';
  src: url('/wp-content/themes/tts/assets/fonts/GalanoGrotesqueAltSemiBold.otf')  format('opentype');
}

html, body {
	font-family: 'Montserrat', sans-serif;
}

/*
 * NAVBAR
 */
.navbar {
  padding: 0rem 1rem;
  z-index: 2;
}
.navbar-light .navbar-nav .nav-link:hover {
  background-color: #eaeaea;
}
.nav-link {
  padding: 1.5rem 1rem;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  padding: 3rem 1rem;
}
.navbar .nav-link {
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.navbar-main.bg-light{
  background-color: transparent!important;
}
.custom-logo-link{
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.dropdown-menu {
  border-radius: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar-top .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1rem;
  font-weight: normal;
}
#nav-group{
  transition: all 0.5s ease;
  top: -1px;
}
.nav-group-on-scroll{
  transition: all 0.5s ease;
}
.nav-group-on-scroll>.bg-light{
  transition: all 0.5s ease;
  background-color: black!important;
}
.nav-group-on-scroll>.bg-light .nav-link{
  transition: all 0.5s ease;
  padding: 2rem 1rem!important;
}
.nav-group-on-scroll .custom-logo{
  transition: all 0.5s ease;
  width: 70%;
  height: auto;
}
.navbar-dark .navbar-toggler {
  border: 0px;
}
.navbar-dark .navbar-nav .nav-link, 
.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff!important;
}


/*
 * MOBILE SIDEBAR STYLE
 */
#sidebar {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  z-index: 9999;
  background-color: #0c151c;
  color: #ebebeb;
  transition: all 0.3s;
  overflow-y: scroll;
}
#sidebar.active {
  left: 0;
}
#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #9e9d9e;
  position: absolute;
  top: 35px;
  right: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#dismiss:hover {
  background: #fff;
  color: #7386D5;
}
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin-top: -65px;
  z-index: 9999;
}
.overlay.active {
  display: block;
  opacity: 1;
}
#sidebar .sidebar-header {
  padding: 10px;
  background: #ebebeb;
}
#sidebar .sidebar-header .custom-logo {
  width: 90px;
  height: auto;
}
#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}
#sidebar ul p {
  color: #fff;
  padding: auto;
}
#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color:#f0f8ff;
}
#sidebar ul li a:hover {
  color: #9e9d9e;
  background: #fff;
}
#sidebar .nav-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc;
}
#sidebar a[data-toggle="collapse"] {
  position: relative;
}
#sidebar .dropdown-menu{
  transform: none !important;
  position: static !important;
  font-size: 0.8rem;
  padding-left: 5px;
}
#sidebar .dropdown-menu.show {
  display: block;
  background-color: #888888;
  border: 0;
}
#sidebar .search-form-sidebar{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}
#sidebar .search-form-sidebar .form-group {
  margin-bottom: 0;
}

/*
 * FLOATING BACKTOP BUTTON
 */
#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:40px;
  background-color:#7ba0c4;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#e74c3c;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}

/*
 * BREADCRUMB
 */
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  font-size: 0.8rem;
  margin-bottom: 0;
}

/*
 * FLIPCARD
 */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 159px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;blur
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
}
.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

/*
 * PARALLAX
 */
.parallax {
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

/*
 * CAROUSEL
 */
/* medium - display 2  */
@media (min-width: 768px) {

    .carousel-multi .carousel-inner .carousel-item-right.active,
    .carousel-multi .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-multi .carousel-inner .carousel-item-left.active,
    .carousel-multi .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-multi .carousel-inner .carousel-item-right.active,
    .carousel-multi .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-multi .carousel-inner .carousel-item-left.active,
    .carousel-multi .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .carousel-multi .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-multi .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-multi .carousel-inner .carousel-item.active,
.carousel-multi .carousel-inner .carousel-item-next,
.carousel-multi .carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-multi .carousel-inner .carousel-item-right,
.carousel-multi .carousel-inner .carousel-item-left {
    transform: translateX(0);
}



/*
 * GERAL ####################################################################################################################
 */
.page{
  min-height: 100vh;
  margin-top: 0px;
  overflow-x: hidden;
}
@media only screen and (max-width: 770px){
  .page{
    /*margin-top: 65px;*/
  }
}
.btn, .btn-lg, .card, .card-img-top, .form-control{
  border-radius:0 !important;
}
.page-interna .title{
  background-color: #e6e6e6;
}

/*
 * JUMBOTRON
 */
.jumbotron {
  border-radius: 0;
  margin-bottom:0;
}
.anchor{
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}



/*
 * SLIDER CAROUSEL
 */
#SliderCarousel,
#SliderCarousel .container,
#SliderCarousel .container .row{
  min-height: 400px;
  margin-top: -145px;
}
@media only screen and (max-width: 770px){
  #SliderCarousel,
  #SliderCarousel .container,
  #SliderCarousel .container .row{
    min-height: 700px;
  }
}
blockquote {
    margin-left: 40px;
    margin-right: 40px;
}

/*
 * HOME
 */
section{
  min-height: 100vh;
}

.sec-title-1{
  font-size: 2rem;
  font-weight: 600;
  border-left: 5px solid #131e29;
  padding-left: 10px;
  line-height: 2.2rem;
  margin-bottom: 30px;
  color: #131e29;
}

.sec-title-2{
  font-size: 2rem;
  font-weight: 600;
  border-left: 5px solid #fff;
  padding-left: 10px;
  line-height: 2.2rem;
  margin-bottom: 30px;
  color: #fff;
}

/*
 * HOME
 */
.sec-home{
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  margin-top: -160px;
  min-height: calc(100vh + 170px)!important;
}
.sec-home .text{
  margin-top: 500px;
}
.sec-home .text .img-1{
  float: left;
  margin-right: 30px;
}
.sec-home .text .txt-1{
  font-family: 'Galano Grotesque Semi Bold';
  color: #7ba0c4;
}
.sec-home .text .txt-2{
  font-family: 'Galano Grotesque Regular';
  color: #fff;
}
.sec-home .text .txt-3{
  font-family: 'Galano Grotesque Regular';
  color: #fff;
}
.sec-home .text .txt-3 span{
  font-family: 'Galano Grotesque Semi Bold';
  color: #7ba0c4;
}
.sec-home .text .txt-4{
  font-family: 'Galano Grotesque Regular';
  color: #fff;
}

/*
 * O INICIO
 */
.sec-oinicio{
  background-image: url('/wp-content/uploads/2022/01/bg-oinicio5.png');
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  margin-top: -44px;
  min-height: calc(100vh + 70px)!important;
}
.sec-oinicio .offset-md-6{
  padding-top: 255px;
}
.sec-oinicio p{
  line-height: 2rem;
}

/*
 * NOSSO PILARES
 */
.sec-nossospilares{
  background-color: #0e1c25;
  background-position-x: center;
}
.sec-nossospilares ul{
  margin-left: 0;
  text-align: right;
}
.sec-nossospilares ul li{
  list-style: none;
  margin-bottom: 35px;
}
.sec-nossospilares h2{
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0;
}
.sec-nossospilares p{
  color: #fff;
}

/*
 * VALORES E PROPÓSITOS
 */
.sec-valoresepropositos{
  background-size: cover;
  background-color: #0c1921;
}
.sec-valoresepropositos .item-1,
.sec-valoresepropositos .item-2,
.sec-valoresepropositos .item-3,
.sec-valoresepropositos .item-4{
  min-height: 85px;
}
.sec-valoresepropositos .item-1{
  border-left: 3px solid #80a1c2;
  padding-left: 15px;
}
.sec-valoresepropositos .item-2{
  border-left: 3px solid #60a0c7;
  padding-left: 15px;
}
.sec-valoresepropositos .item-3{
  border-left: 3px solid #cdcdcd;
  padding-left: 15px;
}
.sec-valoresepropositos .item-4{
  border-left: 3px solid #5f5f5f;
  padding-left: 15px;
}
.sec-valoresepropositos h2{
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0;
}
.sec-valoresepropositos p{
  color: #fff;
}

/*
 * ATUAÇÂO
 */
.sec-atuacao{
  background-color: #7ba0c4;
  background-size: contain;
}
.sec-atuacao .nav-pills .nav-link.active, 
.sec-atuacao .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0c1921;
}
.sec-atuacao .nav-pills .nav-link:hover {
  color: #fff;
  background-color: #0c192129;
}
.sec-atuacao .nav-link {
  padding: 0.5rem 1rem;
}

.sec-atuacao p{
  margin: 0;
  font-size: 0.7rem;
  color: #fff;
}

.sec-atuacao #accordionAtuacao .card{
  background-color: transparent;
  border: 0;
}
.sec-atuacao #accordionAtuacao .card .card-header {
  border-bottom: 0;
  padding: 0;
}
.sec-atuacao #accordionAtuacao .card .card-header h2 .btn{
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
}
.sec-atuacao #accordionAtuacao .card .card-header h2 .btn:focus {
  box-shadow: none;
}
.sec-atuacao #accordionAtuacao .card .card-header h2 .btn[aria-expanded="true"]{
  background-color: #121c26;
}
.sec-atuacao #accordionAtuacao .card .card-header h2 .btn:hover,
.sec-atuacao #accordionAtuacao .card .card-header h2 .btn:focus,
.sec-atuacao #accordionAtuacao .card .card-header h2 .btn:active {
  text-decoration: none;
}
.sec-atuacao #accordionAtuacao .card .card-body pre{
  margin: 0;
  font-size: 0.7rem!important;
  color: #fff!important;
  font-family: 'Montserrat', sans-serif;
}



.sec-atuacao .carousel .carousel-item{
  background-color: #0c19213d;
  min-height: 440px;
  padding: 30px;
}
.sec-atuacao .carousel .carousel-item h3{
  color: #0c1921;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-bottom: 30px;
}
.sec-atuacao .carousel .carousel-item h4{
  color: #0c1921;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.sec-atuacao .carousel .carousel-item p{
  font-size: 1rem;
}
.sec-atuacao .carousel .carousel-control-next, 
.sec-atuacao .carousel .carousel-control-prev{
  top: unset;
  color: #0c1921;
  background-color: transparent;
  opacity: 0.7;
  border: 0;
  height: 50px;
  font-size: 1.5rem;
}


/*
 * SEGMENTOS
 */
.sec-segmentos{
  background-size: cover;
  background-color: #0e1c25;
}

/*
 * BLOG
 */
.sec-blog{
  background-color: #e9e9e9;
}


/*
 * CONTATO
 */
.sec-contato{
  background-size: cover;
  background-color: #0c1921;
  min-height: 50vh;
  background-position-y: bottom;
}
.sec-contato ul{
  list-style: none;
  font-size: 1.1rem;
  color: #fff;
}
.sec-contato ul li{
  margin-bottom: 17px;
}
.sec-contato ul li a{
  color: #fff;
}
.sec-contato ul li i{
  margin-right: 7px;
}
.sec-contato img{
  width: 100%;
  margin-bottom: 90px;
}

/*
 * BLOG
 */
.blog,
.single,
.category{
  background-image: url(/wp-content/uploads/2022/02/bg-home-top3.jpg);
}
.page-blog{
  margin-top: 170px;
  background-color: #e9e9e9;
}
.page-blog .title-blog{
  border-left: 5px solid #131e29;
  padding-left: 10px;
  line-height: 2.2rem;
  margin-bottom: 30px;
  color: #131e29;
  margin-top: 30px;
}
.page-blog .title-blog h1{
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.page-blog .list-group-item.active {
  z-index: 0;
  color: #fff;
  background-color: #7798c0;
  border-color: #7798c0;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary,
.btn-primary:hover {
  color: #000;
  background-color: #77a1c5;
  border-color: #77a1c5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
}

/*
 * FOOTER
 */
footer{
	background-color: gray;
  padding-top: 0px;
  font-size: 0.9rem;
  color: #ffffff8f;
}
footer a{
  color:#fff;
}
footer ul{
  list-style: none;
  margin:0;
  padding:0;
}
footer .social {
  display: table;
  width: 100%;
  list-style: none;
  font-size: 2rem;
}
footer .social li {
  display: table-cell;
  text-align: center;
}
footer .social li:first-child {
  text-align: left;
}
footer .social li:last-child {
  text-align: right;
}
footer .social li a {
  display: block;
}
footer .rodape{
  background-color: #081116;
}
footer .rodape li{
  font-size: 0.8rem;
}
footer .rodape .city{
  font-weight: 500;
  font-size: 1rem;
}
footer .copy{
  font-size: 0.8rem;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;  
}

/*
 * RESPONSIVEL
 */
@media only screen and (max-width: 770px){
  body,html{
    /*display: none;*/
  }
  .navbar-main .bg-light {
    background-color: #000!important;
  }
  .custom-logo{
    width: 50%;
    height: auto;
  }
  .sec-home .img-1{
    width: 30%;
    height: auto;
    margin-bottom: 30px;
  }
  .sec-home .text {
    margin-top: 435px;
  }
  .sec-home .txt-1,
  .sec-home .txt-2,
  .sec-home .txt-3,
  .sec-home .txt-4{
    font-size: 1.4rem;
  }
  .sec-oinicio {
    background-size: 240%;
  }
  .sec-oinicio .container>.row>.col-md-6>.row{
    background-color: #e9e9e9;
  }
  .sec-oinicio .offset-md-6 {
    padding-top: 415px;
  }
  .sec-nossospilares {
    background-position-x: 0%;
  }
  .sec-nossospilares .col-md-6{
    margin-bottom: 15px;
    text-align: center!important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .sec-contato ul li{
    font-size: 0.7rem;
  }
  .sec-contato .col-md-2{
    text-align: center;
  }
  .sec-contato .col-md-2 img{
    width: 50%;
    margin-bottom: 30px;
  }
  footer .copy .text-left,
  footer .copy .text-right{
    text-align: center!important;
    margin-bottom: 30px;
  }
}