/********** Template CSS **********/
:root {
    --primary: #FFEA00;
    --secondary: #BDBDBF;
    --light: #F4F5F8;
    --dark: #222429;
}

@-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(-2000px);
              transform: translateX(-2000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}
@keyframes slide-right {
    0% {
      -webkit-transform: translateX(-2000px);
              transform: translateX(-2000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}
  
  

.slide-right {
	-webkit-animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#img_aba_trinfit{
    filter: drop-shadow(0 0 15px #ffffff);
    width:  375px;
}

.nav-pills{
    font-size: 15px;
    font-weight: 700;
}

.bg_black{
    background-color: #000000 !important;
}

.text-justify{
    text-align: justify !important;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Sporten Personal Use', sans-serif;
    margin-right: 20px;
    padding: 20px 5px 20px 0px;
    color: var(--light);
    font-size: 22px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 1px;
}

.link_menu_hover {
    --b: 0.1em;   /* the thickness of the line */
    --c: #FFEA00;
    font-family: 'Sporten Personal Use', sans-serif;
    text-decoration: none;
    font-style: italic;
    color: #fff;
    padding-block: var(--b) !important;
    background: linear-gradient(var(--c) 50%,#fff 0) 0% calc(100% - var(--_p,0%))/100% 200%,
                linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat !important;
    -webkit-background-clip: text,padding-box !important;
            background-clip: text,padding-box !important;
    transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s)) !important;
    margin: 30px 30px 30px 0px;
    cursor: pointer;
}

.link_menu_hover:hover, .nav-link.active{
    --_p: 100%;
    --_s: .3s;
    color: #FFEA00;
    /*border: solid 1px #FFEA00 !important;*/
}

.nav-atendimentos.active{
    border: solid 1px #FFEA00 !important;
}

@media (max-width: 991.98px) {
    .link_menu_hover {
        --b: 0.1em;   /* the thickness of the line */
        --c: #FFEA00;
        font-family: 'Sporten Personal Use', sans-serif;
        text-decoration: none;
        font-style: italic;
        color: #fff;
        padding-block: var(--b) !important;
        background: linear-gradient(var(--c) 50%,#fff 0) 0% calc(100% - var(--_p,0%))/100% 200%,
                    linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat !important;
        -webkit-background-clip: text,padding-box !important;
                background-clip: text,padding-box !important;
        transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s)) !important;
        margin: 5px 0px 5px 0px;
    }
}

.nav-atendimentos.active{
    color: var(--dark) !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 41, .8);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url(../img/carousel-1.jpg) top center no-repeat;
    background-size: cover;
}

.programe::after {
    position :absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: var(--dark);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

#header {
    background: black;
    transition: all 0.5s;
    z-index: 997;
    height: 100px;
    box-shadow: 0px 2px 15px rgba(255, 255, 255, 0.20);
}

#header.fixed-top{
    height: 95px;
}

.scrolled-offset{
    margin-top: 95px;
}

/* Três pontinhos */
.loader-tres-pontinhos {
    outline: 1px solid transparent;
    font-size:0px;
    padding:0px;
    display:inline-block;
    position: relative;
    bottom: 4px;
}
.loader-tres-pontinhos span {
    background:#FFEA00;
    border-radius:100%;
    vertical-align:middle;
    display:inline-block;
    width:18px;
    height:18px;
    margin:2px 2px;
    -webkit-animation:loader-tres-pontinhos 0.8s linear infinite alternate;
    animation:loader-tres-pontinhos 0.8s linear infinite alternate;
}
.loader-tres-pontinhos span:nth-child(1){
    -webkit-animation-delay:-0.8;
    animation-delay:-0.8s;
}
.loader-tres-pontinhos span:nth-child(2) {
    -webkit-animation-delay:-0.53333s;
    animation-delay:-0.53333s;
}
.loader-tres-pontinhos span:nth-child(3) {
    -webkit-animation-delay:-0.26666s;
    animation-delay:-0.26666s;
}
@keyframes loader-tres-pontinhos{
    from {transform: scale(0, 0);}
    to {transform: scale(1, 1);}
}
@-webkit-keyframes loader-tres-pontinhos{
    from {-webkit-transform: scale(0, 0);}
    to {-webkit-transform: scale(1, 1);}
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
}

a{
    color: #FFFFFF;
}

hr{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.div_ebooks{
    margin: 0px auto !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 83.33333%;
    padding: 10px;
}