html {
     scroll-behavior: smooth;
     transition-duration: 2s;
 }


body {
    background-color: #fff !important;
}

p {
    font-size: 18px;
}

.title {
    color: #fff;
    font-weight: 600;
}

.my-auto {
    margin: auto 0em;
}

.mx-auto {
    margin: 0em auto;
    display: block;
}

.mt-0 {
    margin-top: 0em;
}

.mb-0 {
    margin-bottom: 0em;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1em;
}

.m-2 {
    margin: 2em;
}

.m-3 {
    margin: 3em;
}

.m-4 {
    margin: 4em;
}

.m-5 {
    margin: 5em;
}

.mt-0 {
    margin-top: 0em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4 {
    margin-top: 4em;
}

.mt-5 {
    margin-top: 5em;
}

.m-5 {
    margin: 5em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-5 {
    margin-bottom: 5em;
}

.p-0 {
    padding: 0em!important;
} 

.pt-0 {
    padding-top: 0em;
}

.pb-0 {
   padding-bottom: 0em;
}

.p-1 {
    padding: 1em;
}

.p-2 {
    padding: 2em;
}

.p-3 {
    padding: 3em;
}

.p-4 {
    padding: 4em;
}

.p-5 {
    padding: 5em!important;
}

.pt-0 {
   padding-top: 0em;
}

.pt-1 {
   padding-top: 1em;
}

.pt-2 {
    padding-top: 2em;
}

.pt-3 {
    padding-top: 3em;
}

.pt-4 {
    padding-top: 4em;
}

.pt-5 {
    padding-top: 5em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pb-2 {
    padding-bottom: 2em;
}

.pb-3 {
    padding-bottom: 3em;
}

.pb-4 {
    padding-bottom: 4em;
}

.pb-5 {
    padding-bottom: 5em;
}

.py-3 {
    padding: 3em 0em;
}

.py-4 {
    padding: 4em 0em;
}

.py-5 {
    padding: 5em 0em;
}

.px-2 {
    padding: 0em 2em;
}

.px-3 {
    padding: 0em 3em;
}

.px-5 {
    padding: 0em 5em;
}

.px-0 {
    padding-left: 0em;
    padding-right: 0em;
}

.text-in {
    background-color: #fff;
}


.white-txt {
    color: #fff;
}

.orange-txt {
    color: #f09000;
}

.green-txt {
    color: #006e30;
}

.green-light-txt {
    color: #00bf5d;
}

.semi-bold-txt {
    font-weight: 600;
}

.bg-green {
    background-color: #007b3c;
    padding: 0px!important;
}

.bg-orange {
    background-color: #f09000;
}

.bg-white {
    background-color: #ffffff;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

.btn-orange {
    border: 2px solid #f09000!important;
    color: #f09000;
    transition: all .3s ease-in!important;
}

.btn-orange:hover {
    background-color: #f09000!important;
    color: #fff!important;
}

.btn-outlined{
    border: 1px solid #fff;
    color: #fff;
}

.btn-outlined:hover, .btn-outlined:active, .btn-outlined:focus{
    background-color: rgba(0,0,0,0.1);
    color: #fff;
}

.btn-outlined-shadowed{
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.2);
}

.eq-column{
    display: flex;
    flex-wrap: wrap;
}

/*menu*/

#menu-desktop {
    transition: 0.3s ease-in;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0092d2;
    padding-bottom: 10px;
    box-shadow: 1px 1px 10px #00000075;
}

#menu-desktop .sticky a{
    color: #fff !important;
}

#menu-top {
    z-index: 99;
    position: relative;
    overflow: hidden;
}

.top-menu {
    margin: 0px;
    display: block;
    text-align: center;
}

.top-menu ul {
    padding: 50px 0px 30px;
    margin: -22px;
    position: relative;
}


.top-menu ul li {
    display: inline-block;
    padding: 0px 2%;
    font-weight: 600;
    font-size: 12px;
}

.top-menu ul li a{
    color: #fff!important;
    text-decoration: none;
    transition: 0.4s ease-in;
}

.top-menu ul li a:hover {
    color: #ffffff7d !important;
    transition: 0.3s ease-in;
}



/*banner top*/

#home-banner {
    position: relative;
    overflow: hidden;
    margin-top: -69px;
}

#home-banner::after {
    background-color: #014d23;
    width: 50%;
    height: 50%;
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    z-index: -1;
}

.banner-top {
    max-height: 990px;
}

.banner-rotativo {
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    max-height: 990px;
    position: relative;
}

.banner-rotativo .carousel {
    position: relative;
    height: 990px;
}

.banner-rotativo .carousel .item{
    height: 100%;
}


.overlay-banner {
    width: 100%;
    position: absolute;
    background-color: #00210f78;
    height: 100%;
    top: 0;
}

.banner-rotativo .carousel-caption {
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 0;
    margin: 10% auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-shadow: none;
}

.banner-rotativo .carousel-caption img {
    max-width: 100%;
    margin: 0px auto 25px;
}

.banner-rotativo .carousel-inner {
    height: 100%;
}

.box-color {
    max-width: 500px;
    padding: 6rem 3rem;
    margin: auto !important;
    display: block;
}
  
.box-color img {
    max-width: 100%;
    width: 50%;
    margin-bottom: 25px;
}

.box-green  {
    background-color: #829400c4;
}

.box-blue  {
    background-color: #3cb1e594;
}

.box-red  {
    background-color: #bf7744ab;
}

.carousel-caption h2{
    text-align: center;
    color: #f90;
}

.carousel-caption p {
    font-size: 22px;
}

.carousel-caption .btn {
    margin-top: 15px;
    background-color: #0000;
    border: 1px solid #f90;
    border-radius: 0px;
    letter-spacing: 1em;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 15px 15px 30px;
    white-space: normal;
}

.carousel-caption .btn:hover,.carousel-caption .btn:focus {
    background-color: #fff;
    color: #004d22;
    font-weight: bold;
}


.bt-i {
    font-size: 20px;
    top: 40%;
    position: relative;
    color: #f09000;
    opacity: 1;
}

.carousel-control {
    background: none!important;
    opacity: 1!important;
}

.text-banner {
    z-index: 10;
    display: block;
    position: relative;
    color: #fff;
    top: 250px;
}

.btn-proj {
    background-color: #0000;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8em;
    text-align: center;
    padding: 15px 5px 15px 15px;
    transition: all 0.3s;
}

.btn-proj:hover {
    background-color: #ffffffd4;
    border: 2px solid #ffffff70;
    color: #004d22;
    transition: all 0.5s;
}


/* projeto */

#projeto {
    background: linear-gradient(0deg, rgba(0, 73, 33, 0.54), rgb(0, 77, 34)), url('/resources/lay-img/landing/sustentabilidade/bg-green.png');
    overflow: hidden;
    position: relative;
    background-size: cover;
    scroll-behavior: smooth;  
}


#projeto p{
    font-size: 18px;
}

.prj-txt {
    border-radius: 0 50% 0 40%;
}

#img-proj {
    overflow: hidden;
}

.proj-img {
    position: absolute;
    width: 35%;
    right: 5%;
    border-radius: 100%;
    margin-top: -2%;
}

.proj-mimg {
    display: none;
}

.proj-img::after {
    box-shadow: inset 3px 3px 10px 0 #000000;
     content: '';
     display: block;
     height: 100%;
     position: absolute;
     top: 0;
     width: 100%;
     display: block;
}

#t-blocks {
    z-index: 10;
    position: relative;
}

#t-blocks .thumbnail {
    padding: 0px;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0 0 15% 15%;
    box-shadow: 0px 10px 20px #00000057;
}


#t-blocks .thumbnail .caption{
    padding: 20px 30px 30px;
    color: #333;
    text-align: center;

}

.img-caption {
    height: 225px;
    overflow: hidden;
}

.rd-more {
    border-radius: 4px;
    color: #1F6E30;
    text-align: center;
    font-size: 1em;
    padding: 1em;
    transition: all 0.5s;
    cursor: pointer;
    margin: 1em auto;
    border: 2px solid;
    display: block;
    width: 10em;
}

  .rd-more span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .rd-more span::after {
    content: '\f0da';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-family: 'fontawesome';
}
  
.rd-more:hover span {
    padding-right: 20px;
}
  
  .rd-more:hover span:after {
    opacity: 1;
    right: 0;
  }

  .list-metas {
    list-style: none;
    font-size: 20px;
    margin: 30px 0px 80px;
    padding: 0;
}

.list-metas li {
    margin-bottom: 40px;
    display: flex;
    align-content: center;
}

.list-metas img {
    max-width: 60px;
    margin-right: 20px;
    transition: all .2s ease-in;
}

.list-metas img:hover {
    filter: drop-shadow(0px 0px 10px #0092d2);
}

.list-metas p {
    margin: 0;
    align-content: center;
    display: grid;
    font-size: 20px !important;
}



/* citricultura */

#citricultura {
    position: relative;
    background-image: url('/resources/lay-img/landing/sustentabilidade/citri-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.graph-in {
    margin: 0 auto;
    display: block;
    width: 250px;
}

.graph-in .chart {
    text-align: center;
    font-size: 30px;
    color: #00bf5d;
    font-weight: bold;
    width: 250px;
    position: relative;
    margin: auto;
    height: 250px;
    line-height: 250px;
}

.graph-in .chart canvas{
    position: absolute;
    left: 0;
    top: 0;
}

.chart-small canvas {
    width: 150px !important;
    height: 150px !important;
}

.graph-in .chart-small {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.bar-top {
    width: 100%;
    margin-top: -17%;
}

/* #citricultura::before {
    content: '';
    position: absolute;
    background-image: url('img/div-top.svg');
    width: 100%;
    bottom: 395px;
    z-index: 2;
    height: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
} 

/* infos */

#infos {
    position: relative;
}

.blocks-info-txt {
    padding: 5% 10%;
}

.info-up {
    height: 350px;
    overflow: hidden;
}

.info-top {
    position: absolute;
    top: -290px;
    transform: rotate(90deg);
    left: 200px;
}

.info-down {
    background-image: url('/resources/lay-img/landing/sustentabilidade/block-02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

.info-left {
    position: absolute;
    left: -89px;
    bottom: 0;
    opacity: 0.8;
}

.info-left-2 {
    position: absolute;
    left: -62px;
    bottom: 0;
    height: 350px;
}

.info-up-2 {
    overflow: hidden;
}


.title-info {
    font-size: 30px;
}

.stitle-info {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 25px;
}

/* fundecitrus */

#sobre-fund {
    position: relative;
}

#fund-proj {
    overflow-x: hidden;
    width: 650px;
    height: 560px;
    position: relative;
    margin-top: -15%;
    margin-bottom: -250px;
    right: -25%;
}

.fund-img {
    position: absolute;
    width: 40%;
    border-radius: 100%;
    z-index: 10;
    right: -5%;
}

.fund-img-2 {
    display: none;
}

.fund-top {
    width: 100%;
    margin-top: -12%;
    position: relative;
}

.fund-bottom {
    width: 100%;
    position: relative;
    margin-top: -1px;
}

#side-info {
    position: absolute;
    top: -22%;
    float: right;
    width: 100%;
}

.four-blocks {
    background: #fff;
    box-shadow: 0px 2px 10px #0000008a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 6%;
}

.four-blocks img {
    margin: 0 auto 10px;
    display: block;
    max-width: 100%;
}

.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}

/* parceiros */

/*.logos-prc img {
    filter: grayscale(100%);
    transition: 0.2s linear;
}

.logos-prc img:hover {
    transition: 0.3s linear;
    filter: grayscale(0%);
}*/

.logo-more {
    font-size: 18px;
    font-weight: bold;
    color: #ff7c0f;
    text-align: center;
    margin: auto;
    display: block;
    border: 2px solid #ff7c0f;
    padding: 10px 5px;
    width: 150px;
    text-decoration: none;
}

.logo-more:hover {
    font-weight: bold;
    color: #ff7c0f;
    background-color: #ffffff;
    text-decoration: none;
}


/* videos */

.inner-gallery .container #main_area {
    padding: 5% 10%;
    background-color: #0b331e96;
    border-radius: 30px;
}


.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

#carousel-text p {
    font-size: 14px;
}

.thumbnail {
    border: 0px !important;
    padding: 0px !important;
    cursor: pointer;
}

#slider .row #slide-content #slide-content-0 {
    display: block !important;
}

#slider-thumbs {
    position: relative;
}
.v-caroussel {
    background: none!important;
}

.v-caroussel i.fa {
    color: #00ff7c;
}

.v-caroussel.left {
    left: -10%;
}

.v-caroussel.right {
    right: -10%!important;
}

.v-caroussel{
    margin: 25% 0;
}

/* GALERIA */

#galeria .fancybox {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0px 8px 15px;
    min-height: 300px;
    overflow: hidden;
}

#galeria .text-muted:hover {
    text-decoration: none;
}

#galeria .fancybox img{
    object-fit: cover;
}

#galeria .text-muted {
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
    position: relative;
    font-weight: bold;
}

#galeria .thumb-img {
    height: 260px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fancybox-skin {
    padding: 0px !important;
}

.projects-logo img{
    width: 200px;
    max-width: 100%;
    transition: all 0.8s ease-in-out;
    user-select: none;
}

@media (min-width:1400px) {
    .top-menu ul li {
        font-size: 16px;
    }
    .top-menu {
        margin: 0px 5%;
    }
    .info-up-2 .col-md-8 .img-infos{
    width: 100%;
    margin-top: -18%;
    height: 100%;
    }
    

}

@media (min-width: 992px) {
    .mmt-40 {
    margin-top: -40px;
    }
    .img-infos-down {
        display:none;
    }
    .info-up-2 {
    height: 450px;
    }
    .banner-rotativo .carousel-caption {
        width: 450px;
    }    
    .accordion{
        height: 90vh;
        width: 100%;
        display: flex;
    }
    .accordion-item{
        transition: all 0.8s ease-in-out;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, .3);
        position: relative;
        cursor: pointer;
    }
    .accordion-wraper{
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        width: 100%;
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.8s ease-in-out;
    }
    .accordion-item.active .accordion-wraper{
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        transition: all 0.8s ease-in-out;
    }
    .accordion-item.active{
        flex-grow: 3;
        transition: all 0.8s ease-in-out;
        /*background-blend-mode: lighten;
        background-color: rgba(255, 255, 255, 0.2);*/
        background-color: #fff;
    }
    .accordion-detail{
        opacity: 0;
        transition: all 0.8s ease-in-out;
        pointer-events: none;
    }
    .accordion-item.active .accordion-detail{
        opacity: 1;
        transition: all 0.8s ease-in-out;
        pointer-events: all;
    }
    .accordion-item.active .projects-logo img{
        width: 260px;
        transition: all 0.8s ease-in-out;
    }
    .img-infos{
        width: 100%;
        height: 100%;
    }
    .img-infos img{
        height: 100%;
        object-fit: cover;
    }
}


@media (max-width: 991px) {
    #menu-top {
        display: none;
    }

    .prj-txt {
    border-radius: 0;
    }

    .info-up {
        height: auto!important;
    }

    .info-down {
    background-image: none;
    height: auto;
    }
    .proj-img {
        display: none;
    }
    .proj-mimg {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 100%;
    margin: 50px 0px;
    }
    .info-up-2 {
    height: auto;
    }
    .bg-green {
    padding: 0px!important;
    }
    .fund-top {
    margin-top: -14%;
    }
    .bar-top.bar-top-2 {
    margin-top: -18% !important;
    }
    #four-topic .container-fluid .row {
    padding: 3em 4% !important;
    }
    .icon-citri {
    width: 100px!important;
    margin: 40px auto 30px;
    display: block;
    }
    .text-in .container, .text-in .container h2, .text-in .container h3, .text-in .container h4 {
        text-align: center;
    }
    .fund-top {
    margin-top: -13% !important;
    }

    .fund-img-2 {
    display: block;
    border-radius: 100%;
    width: 100%;
    margin-top: 50px;
    }

    #side-info {
    display: none;
    }
    .text-sm-center{
        text-align: center!important;
    }
    .accordion-item{
        padding-top: 40px;
        padding-bottom: 40px;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (min-width: 768px) {
    .out-mobile {
        display: none;
    }
    .v-caroussel {
    margin: 12% 0;
    }    
    .cs-diretrizes{
        position: relative;
    }
    .cs-diretrizes-text{
        position: absolute;
        left: 0;
        top: 45%;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .banner-top::before {
        border-radius: 0 0 20% 20%;
    }
    .info-top {
        left: 100px;
    }

    .blocks-info-txt h3{
        font-size: 24px !important;
    }

    .blocks-info-txt p{
        font-size: 20px !important;
    }

    .info-down .col-md-4 {
        background-color: #f09000!important;
    }

    .px-sm-3 {
        padding: 0em 3em!important;
    }

    .banner-rotativo .carousel {
    height: 700px;
    }

    .carousel-caption h2 {
    text-align: center;
    font-size: 22px;
    }
    .carousel-caption p {
        font-size: clamp(1.5rem, 4vw, 2.5rem);
    }
    .banner-rotativo {
    border-radius: 0 0 0 30%;
    }
    .carousel-caption .btn{
    font-size: 10px;
    letter-spacing: 0.6em;
    }
    .list-metas li {
        flex-direction: column;
    }
    .list-metas img {
        margin: 0 auto 20px;
    }

}    
