
/****************************************************
  :: DEFAULT CSS
  Author: Diego Ferreira
  Contact: (11) 9 5061-1720 - contato@fronnti.com.br
  Create: 01/06/2025
****************************************************/

*{
    margin: 0;
    padding: 0;
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a, a:hover, a:focus{
  text-decoration: none;
  color: var(--white);
}

:root {
  --primary: #008628;
  --secondary: #FCCB00;
  --white: #ffffff;
  --black: #000000;
  --gren-dark: #103A1C;
}

.theme{
  background-image: url('../images/bg-body.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-primary{
  color: var(--primary);
}
.c-secondary{
  color: var(--secondary);
}
.c-white{
  color: var(--white);
}
.c-black{
  color: var(--black);
}
.c-green-dark{
  color: var(--gren-dark);
}

.bold{
  font-weight: bold;
}

.bg-white{
    background-color: var(--white);
}

.text-justify{
    text-align: justify!important;
}

.head{
  min-height: 650px;

}
.head-child{
  color: var(--white);
  min-height: 650px;
  background-image: url('../images/DARIO.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.overlay{
  width: 100%;
  height: 40px;
  background-image: url('../images/vetor_divisão.svg');
  background-repeat: repeat;
  position: relative;
  top:-15px;
  bottom: 0;
  z-index: 10;
}

.nav-tabs .nav-item{
  text-decoration: none;
  margin-right: 15px;
}
.nav-tabs .nav-link {
    margin-bottom:0;
    margin-left: 10px;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 5px;
    text-decoration: none;
    color: var(--white)
}
.nav-tabs {
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-border-color: 0;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-hover-border-color: 0;
    --bs-nav-tabs-link-active-color: 0;
    --bs-nav-tabs-link-active-bg: 0;
    --bs-nav-tabs-link-active-border-color: 0;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--secondary);
    text-decoration: none;
}



.btn,
a,
.transition,
.animated {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .5, 1);
    -moz-transition-timing-function: cubic-bezier(.4, 0, .5, 1);
    transition-timing-function: cubic-bezier(.4, 0, .5, 1);
}

.animated.delay1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.animated.delay2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.animated.delay3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.animated.delay4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.animated.delay5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.animated.delay6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.animated.delay7 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.animated.delay8 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.animated.delay9 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.filter-mixitup .filter-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    text-align: right;
    /* background: #f5f5f5; */
    display: none;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
}

.filter-isotope .filter-item,
.filter-mixitup .gap,
.filter-mixitup .filter-item {
    padding: 0px;
    overflow: hidden;
}

.filter-isotope .filter-item img,
.filter-mixitup .filter-item img {
    position: relative;
    z-index: 1;
}

.filter-isotope .filter-item .info,
.filter-mixitup .filter-item .info {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, .8);
    z-index: 2;
    display: block;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.filter-isotope .filter-item:hover .info,
.filter-mixitup .filter-item:hover .info {
    opacity: 1;
}

/* .filter-isotope .filter-item:hover img,
.filter-mixitup .filter-item:hover img {
    -webkit-transform: rotate(10deg) scale(1.5);
    -moz-transform: rotate(10deg) scale(1.5);
    -ms-transform: rotate(10deg) scale(1.5);
    -o-transform: rotate(10deg) scale(1.5);
    transform: rotate(10deg) scale(1.5);
} */

.filter-isotope .filter-item .info .btn,
.filter-mixitup .filter-item .info .btn {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    min-width: 40px;
    background-color: var(--secondary);
    color: var(--white)
}

.btn.filter {
    background-color: transparent;
        color: var(--white)
}

.btn.filter:hover,
.btn.active.filter {
    background-color: var(--secondary);
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filter-categories {
    padding: 0px 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}


.filter-items {
    padding: 0 15px;
}

.filter-items.full-width {
    padding: 0px 0px;
}


.play_overlay{
    position: relative;
    z-index: 6;
    left: 45%;
    top:50%
}


@media (max-width: 767px) {

    .text-center-xs{
        text-align: center !important;
    }
}
