

@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
            /* Adicione aqui outras versões da fonte se disponíveis */
        }
    
    @font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
            /* Adicione aqui outras versões da fonte se disponíveis */
        }
    
    @font-face {
    font-family: 'poppins-light';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
            /* Adicione aqui outras versões da fonte se disponíveis */
            ;
            font-weight: 900;
        }
    
    @font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        /* Adicione aqui outras versões da fonte se disponíveis */
        }
    
    
    body {
        font-family: 'poppins-regular';
        margin: 0;
        background-color: #F4F4F4;
        font-size: 18px;
        line-height: 15px;
        }
      
        .logo {
            width: 110%;
        }
    
    a.padding-nav {
        padding: 33.5px 14px;
    }
    
    ul.nav {
        font-family: 'poppins-semibold';
        font-size: 16px;
        text-transform: uppercase;
    }
    
    .btn-arte {
        background: linear-gradient(90deg, #015FF8, #0245D3);
        border-radius: 60px;
        padding: 22px 25px;
        color: white;
        border: 0;
        font-size: 22px;
        font-family: 'poppins-semibold';
    }
    
    .nav a {
        color: black !important;
    }
    
    .top-bar {
        height: 31px;
        background-image: linear-gradient(90deg, #005ff7,#005ff7, #023e8a);
        background-size: cover;
        background-position-y: top;
    }
    
    
    
    .slide {
        border-radius: 50px;
    }
    
    .prev-iu {
        width: 60px;
        height: 60px;
        background-color: black;
        position: absolute;
        border-radius: 50%;
        transform: translateY(-20rem) translateX(-3rem);
    }
    
    /* Extra small devices (phones, less than 768px) */
    /* No media query since this is the default in Bootstrap */
    
    /*banner*/
    .banner
    {
       margin-top:0px;
       margin-bottom: 0px;
    }
    /*end of banner*/
    
    
    
    /*slide*/
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 12px;
        width: 5%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        background-color: rgba(0,0,0,0);
        filter: alpha(opacity=50);
        opacity: 1
    }
    
    
    
    .carousel-control.right {
        right: 12px;
        left: auto;
    }
    
    .carousel-control:focus,.carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: 1;
        filter: invert(1);
    }
    
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
    }
    
    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }
    
    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }
    
    .carousel-control .icon-next,.carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1
    }
    
    .carousel-control .icon-prev:before {
        content: '\2039'
    }
    
    .carousel-control .icon-next:before {
        content: '\203a'
    }
    
    @media screen and (min-width: 768px) {
        .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
            width:45px;
            height: 45px;
            margin-top: -10px;
            font-size: 30px
        }
    
        .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
            margin-left: -10px
        }
    
        .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
            margin-right: -10px
        }
    
        .carousel-caption {
            right: 20%;
            left: 20%;
            padding-bottom: 30px
        }
    
        .carousel-indicators {
            bottom: 20px
        }
    }
    
    .carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 50px;
    }
    
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden
    }
    
    .carousel-inner>.item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }
    
    .carousel-inner>.item>a>img,.carousel-inner>.item>img {
        line-height: 1
    }
    
    @media all and (transform-3d),(-webkit-transform-3d) {
        .carousel-inner>.item {
            -webkit-transition: -webkit-transform .6s ease-in-out;
            -o-transition: -o-transform .6s ease-in-out;
            transition: transform .6s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px
        }
    
        .carousel-inner>.item.active.right,.carousel-inner>.item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }
    
        .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }
    
        .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
            left: 0;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }
    
    .carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
        display: block
    }
    
    .carousel-inner>.active {
        left: 0
    }
    
    .carousel-inner>.next,.carousel-inner>.prev {
        position: absolute;
        top: 0;
        width: 100%
    }
    
    .carousel-inner>.next {
        left: 100%
    }
    
    .carousel-inner>.prev {
        left: -100%
    }
    
    .carousel-inner>.next.left,.carousel-inner>.prev.right {
        left: 0
    }
    
    .carousel-inner>.active.left {
        left: -100%
    }
    
    .carousel-inner>.active.right {
        left: 100%
    }
    
    
    
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        grid-gap:10px
    }
    
    .carousel-indicators li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #0009;
        background-color: rgb(0 97 246 / 22%);
        border-radius: 10px;
        
    }
    
    .carousel-indicators .active {
        width: 14px;
        height: 14px;
        margin: 0;
        background-color: #0061F6
    }
    
    
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }
    
    .sr-only-focusable:active,.sr-only-focusable:focus {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        clip: auto
    }
    
    [role=button] {
        cursor: pointer
    }
    
     
    .nodisplay {
        display: block;
    }
    
    @media screen and (max-width: 991px) {
        .nodisplay {
         display: none !important;
        }
     }
    
     .nodisplay-cel {
        display: none !important;
     }
    
     @media screen and (max-width: 991px) {
        .nodisplay-cel {
         display: block !important;
        }
      }
      
    @media screen and (max-width:991px) {
        .carousel-control {
            width: 15%;
        }
    
        .logo {
            width: 224px;
        }
    }
    
    .about-us {
        grid-gap: 39px;
    }
    
    .artesanato img.one {
        width: 100%;
        height: auto;
    }
    
    
    section {
        margin-bottom: 125.3px;
    }
    
    footer {
        margin-bottom: 65px;
    }
    
    
    
    section.crianca {
        background: linear-gradient(89deg, #0061FA, #033CC5);
        height: 662px;
        border-radius: 80px 0;
    }
    
    section.artesanato {
        margin-bottom: 225.3px;
    }
    
    
    section.crianca h4, .crianca p {
        color: white;
    }


    h2 {
        font-family: 'poppins-regular';
        font-size: 52px;
        letter-spacing: 2px;
    } 
    
    h3 {
        font-family: 'poppins-regular';
        font-size: 46px;
        letter-spacing: 2px;
    }
    
    h4 {
        font-family: 'poppins-regular';
        font-size: 40px;
        letter-spacing: 2px;
    }
    
    h5 {
        font-family: 'poppins-regular';
        font-size: 34px;
        letter-spacing: 2px;
    }
    
    h6 {
        font-family: 'poppins-regular';
        font-size: 25px;
        letter-spacing: 2px;  
    }

    p {
        font-family: 'poppins-light';
        line-height: 29.56px;
        font-size: 20px;
        color: #737373;
    }
    
    
    .crianca h4 {
        font-family: 'poppins-bold';
        line-height: 61.68px;
        font-size: 44px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .crianca p {
        font-family: 'poppins-light';
        font-size: 20px;
        line-height: 29.56px;
    }
    
    .line {
        grid-gap: 34px;
        padding-bottom: 8rem;
    }
    
    .line2 {
        grid-gap: 28px;
    }
    
    section.cta {
        background-color: #033CC5;
        background-image: url(../img/CTA.webp);
        border-radius: 80px 0;
        background-position: bottom;
        background-size: cover;
        /*background-attachment: fixed;*/
    }
    
    .pad-cta {
        padding: 100px 0;
    }
    
    .cta h4 {
        font-family: 'poppins-bold';
        line-height: 61.68px;
        font-size: 40px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #FFF;
        font-style: normal;
        font-weight: 700;
    }
    
    .cta p {
        font-family: 'poppins-light';
        font-size: 20px;
        line-height: 29.56px;
    }
    
    section.cta h4, .cta p {
        color: white;
    }
    
    .btn-arte2 {
        background: white;
        border-radius: 60px;
        padding: 22px 25px;
        color: black;
        border: 0;
        font-size: 22px;
        font-family: 'poppins-semibold';
    }
    
    .btn-arte3 {
        background: transparent;
        border-radius: 60px;
        padding: 22px 25px;
        color: black;
        border: 2px solid #0061F6;
        font-size: 22px;
        font-family: 'poppins-semibold';
    }
    
    .btn-arte-cta {
        background: #0AC308;
        border-radius: 60px;
        padding: 25px 43px;
        color: white;
        border: transparent;
        font-size: 26px;
        font-family: 'poppins-semibold';
    }
    
    .btn-arte-footer {
        border-radius: 60px;
        border: 3px solid #0061F6;
        background: #015CF4;
        padding: 25px 43px;
        color: white;
        font-size: 26px;
        font-family: 'poppins-semibold';
    }
    
    
    .btn-blog {
        background: transparent;
        border-radius: 60px;
        padding: 14px 28px;
        color: black;
        border: 3px solid #AAA9A8;
        font-size: 16px;
        font-family: 'poppins-semibold';
    }

    .btn-blog-white {
        background: transparent;
        border-radius: 60px;
        padding: 14px 28px;
        color: rgb(255, 255, 255);
        border: 3px solid #dadada;
        font-size: 16px;
        font-family: 'poppins-semibold';
    }
    
    
    
    .margin-0 {
        margin: 0 auto;
    }
      
    .swiper-container {
    padding-bottom: 20px;
    }
    
    .swiper-scrollbar {
    background: #d6d6d6;
    }
    
    .swiper-container-horizontal > .swiper-scrollbar {
    border-radius: 2px;
    height: 5px;
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    }
    
    .swiper-wrapper img {
    width: 100%;
    border-radius: 50px;
    }
    
    .box {
        padding-bottom: 86px ;
    }
    
    section.objetivos {
        padding: 0;
    }
    
    section.objetivos h6{
        color: #fff;
    }
    
    section.objetivos .backgorund {
        padding: 100px;
        background-color: #0160F9;
        border-radius: 80px 0;
        background-image: url(../img/bg.webp);
        background-size: cover;
    }
    
    .text-center {
        text-align: center;
    }
    
    .text-white p {
        color: #fff;
    }
    
    .obs {
        display: flex;
        grid-gap: 50px;
        white-space: nowrap;
        border-bottom: 2px solid #9A9A9A;
        padding-bottom: 23px;    
    }
    
    .obs h5 {
        font-size: 32px;
        line-height: 41.12px;
    }
    
    .obs img {
        width: 45px;
    }
    
    section.objetivos a {
        text-decoration: none;
        color: white;
    }
    
    .pad-bt {
        padding-bottom: 40px ;
    }
    
    .flexxs {
        display: flex;
        grid-gap: 27px;
    }
    
    .flexxs2 {
        display: flex;
        place-content: end;
    }
    
    section.objetivos p {
        font-family: 'poppins-light';
        color: #ffffff;
        line-height: 28.27px;
    }
    
    .flex-center {
        justify-content: center;
        display: flex;
    }
    
    
    .display-flex {
        display: flex;
    }
    
    .grid-gap-blog {
        grid-gap: 13.67px;
    }
    
    .grid-gap-2 {
        grid-gap: 13.08px;
    }
    
    .grid-gap-3 {
        grid-gap: 27px;
    }
    
    .pad-blog {
        padding: 34.2rem 41px 0px 41px;
    }
    
    .flex-direction-row {
        flex-direction: row;
    }
    
    .text-blog {
        font-family: 'poppins-semibold';
        font-size: 28px;
    }
    
    .box-blog {
        background-image: url(assets/img/blog1.webp);
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
    }
    
    .footer {
        border-radius: 50px;
        background: #D9D9D9;
    }
    
    .pad-footer {
        padding: 70px ;
    }
    
    footer h4 {
        color: #000;
        text-align: center;
        font-family: 'poppins-semibold';
        font-size: 40px;
        line-height: normal;
        letter-spacing: 1.6px;
    }
    
    footer p {
        color: #2B2B2B;
        text-align: center;
        font-family: 'poppins-light';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.6px;
    }
    
    
    .back-socials {
        background: #015FF8;
        padding: 12px;
        border-radius: 10rem;
    }
    
    .grid-gap-socials {
        grid-gap: 9px
    }
    
    .cop {
        color: #000;
        text-align: center;
        font-family: 'poppins-light';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
    }
    
    @media screen and (min-width:991px) {
        .padding-header {
            padding: 40px 0;
        }
    }
    
    .crianca-img {
        position: relative;
        bottom: 7rem;
        width: 85%;
        left: 12rem;
    }
    
    .video {
        width: 100%;
        height: 100%;
    }
    
    .flex-direction-alternate {
     flex-direction: row;
    }
    
    .align-items-alternate {
        align-items: center;
    }
    
    @media screen and (max-width:991px) { 
    
        .flex-direction-column {
            flex-direction: column;
        }
        
        .cel-menu {
            grid-gap: 15px;
            flex-direction: column;
            align-content: center;
            text-align: center;
            background: #d9d9d9;
            padding: 27px 0;
            border-radius: 1.2rem;
        }
    
        .cel-back-nav {
            margin: 21px 0;
            padding: 15px 20px;
            background: #d9d9d9;
            border-radius: 30px;
        }

        h2 {
            font-family: 'poppins-regular';
            font-size: 48px;
            letter-spacing: 2px;
        } 
        
        h3 {
            font-family: 'poppins-regular';
            font-size: 42px;
            letter-spacing: 2px;
        }
    
        h4 {
            font-family: 'poppins-regular';
            font-size: 36px;
            letter-spacing: 2px;
        }

        h5 {
            font-family: 'poppins-regular';
            font-size: 30px;
            letter-spacing: 2px;
        }
        
        h6 {
            font-family: 'poppins-regular';
            font-size: 21px;
            letter-spacing: 2px;  
        }

        
        p {
            font-family: 'poppins-light';
            line-height: 29px;
            font-size: 20px;
            color: #737373;
        }
    
        .padding-text {
            padding: 0 20px;
        }
    
        .btn-arte {
            padding: 22px 36px 21px;
            font-size: 23px;
        }
    
        section.crianca {
            background: linear-gradient(90deg, #0061FA, #033CC5);
            height: auto;
            border-radius: 80px 0;
        }
    
        .crianca p {
            font-family: 'poppins-light';
            font-size: 20px;
            line-height: 27.56px;
        }
        
        .crianca-img {
            position: relative;
            bottom: 0;
            width: 78%;
            left: 63px;
        }
        
        .padding-img-crianca {
            padding: 86px 0;
            text-align: center;
        }
    
        .crianca h4 {
            font-family: 'poppins-bold';
            line-height: 53.68px;
            font-size: 41px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
    
        .swiper-slide {
            width: 86% !important;
        }
    
        .btn-arte-footer {
            border-radius: 60px;
            border: 3px solid #0061F6;
            background: #015CF4;
            padding: 21px 20px;
            color: white;
            font-size: 19px;
            font-family: 'poppins-semibold';
        }
    
        .pad-footer {
            padding: 71px 10px;
        }
    
        section.objetivos .backgorund {
            padding: 100px 19px;
            background-position: right;
            border-radius: 0;
            background-image: url(../img/bg-cel.webp);
        }
    
        .flex-direction-alternate {
            flex-direction: column;
           }
    
        .pad-blog {
        padding: 18.2rem 17px 24px;
        }
    
        .grid-gap-blog-cel {
            grid-gap: 13.67px;
        }
    
        .grid-gap-cta-cel {
            grid-gap: 50px;
        }
    
        section.artesanato {
            margin-bottom: 125.3px;
        }
    
        .align-items-alternate {
            align-items: unset;
        }
    
        .text-center-cel {
            text-align: center !important;
        }
    
        .pad-cta-cel {
            padding: 0 30px;
        }
    
        .footer {
            border-radius: 50px 50px 0 0;
        }
    
        footer {
            margin-bottom: 0px;
        }
    
        .cta p {
            font-family: 'poppins-light';
            font-size: 20px;
            line-height: 29.56px;
        }
    
        section.cta {
            background-position: unset;
        }
    
    }
    
    .bread {
        background-image: url(../img/bread.webp);
        text-align: center;
        color: white;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bread p {
        color: white;
    }
    
    .bread p a {
        color: white;
    }
    
    .padd-bread {
        padding: 120px;
    }
    
    
    
    .relatorio .img-radius {
        width: 100%;
        border-radius: 64px 16px 16px 16px;
    }
    
    .relatorio .row {
        grid-gap: 6rem
    }
    
    .relatorios-anuais img {
        border-radius: 64px 16px 16px 16px;
    }
    
    .produtos img {
        border-radius: 1.2rem;
    }
    
    .title{
        margin-bottom: 4rem;
    }
    
    @media screen and (max-width:991px) { 
        .padd-bread {
            padding: 120px 0 ;
        }
    }
    
    .cta .row {
        margin-right: 0;
    }
    
    .pqdoar {
        padding:3rem 2rem;
        background: url(../img/bread.webp);
        border-radius: 1.2rem;
    }
    
    .pqdoar h4 {
        color: #fff;
    }
    
    .pqdoar h5{
        color: #fff;
    }
    
    .pqdoar p {
        color: #fff;
    }
    
    
    .pqdoar-numbers {
        padding: 2rem 0;
        border-radius: 1.2rem;
        border: 5px solid white;
    }
    
    .position-sticky {
        top: 1rem;
        position: sticky;
    }
    
    .verba-como .padding-verba {
    
            padding: 0 3rem 0 0;
    }
    
    @media screen and (max-width:991px) { 
    .verba-como .padding-verba {
        padding: 2rem 0.8rem;
    }
    
    .grid-gap-doar {
        grid-gap: 2rem;
    }
    }
    
    .box-doacao {
        border: 3px solid #0249d9;
        border-radius: 1.2rem;
        padding: 4rem 2rem;
        text-align: center;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .box-doacao h4 {
        font-size: 32px;
    }
    
    .back-box {
        background-color: #0061F6 !important;
        color: white !important;
    }
    
    .box-doacao:hover {
        border: 3px solid #0249d9;
        background-color: #0061F6;
        color: white !important;
        cursor: pointer;
    }
    
    .box-doacao h4 {
        margin-bottom: 2rem;
        letter-spacing: 4px;
        font-size: 38px;
    }
    
    .box-doacao h6{
        font-family: 'poppins-light';
        line-height: 29.56px;
        font-size: 20px;
        letter-spacing: 0px;
    }
    
    .doacao-direct {
        display: flex;
        justify-content: center;
        margin: 0 0 4rem;
        grid-gap: 2rem;
    }
    
    @media screen and (max-width:991px) { 
    .doacao-direct {
        display: flex;
        justify-content: center;
        margin: 0 0 4rem;
        grid-gap: 2rem;
        place-items: center;
    }}
    
    
    .btn-doacao {
        background: linear-gradient(90deg, #015FF8, #0245D3);
        border-radius: 60px;
        padding: 25px 50px;
        color: #fff;
        border: 2px solid #0051ff;
        font-size: 22px;
        font-family: 'poppins-semibold';
    }
    
    .btn-doacao-2 {
        background: transparent;
        border-radius: 60px;
        padding: 25px 50px;
        color: rgb(0, 0, 0);
        border: 2px solid #0051ff;
        font-size: 22px;
        font-family: 'poppins-semibold';
    }
    
    .btn-doacao-2:hover {
        background: linear-gradient(90deg, #015FF8, #0245D3);
        color: #fff;
    }
    
    input[type="number"] {
        border: 0;
        background: transparent;
        border-bottom: 1px solid rgb(166 166 166);
        font-size: 38px;
        color: rgb(255, 255, 255);
        max-width: 68%;
    }
    
    input[type="number"]:hover {
        color: rgb(255, 255, 255);
    }
    
    input:focus-visible {
    margin: 0 !important;
    }
    
    .align-items-baseline {
        align-items: baseline;
    }
    
    .btn-doar {
        justify-content: center;
        display: flex;
        text-decoration: none;
        margin-top: 5rem;
    }
    
    .box-a {
        color: black;
    }
    
    .artigo img {
        border-radius: 50px;
        width: 30%;
        height: auto;
    }
    
    @media screen and (max-width:991px) { 
        .artigo img {
            width:100%;
        }
    }
    
    
    
    /*ASKED*/
    
    
    /*=======> LAYOUT <=======*/
    .accordion {
        min-height: 100vh;
        padding: 2rem 0;
        display: grid;
        place-items: center;
    }
    
    .accordion__content {
        max-width: 570px;
        padding: 2rem;
        background: var(--white);
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
    }
    
    .accordion__title {
        font-size: var(--big-font);
        line-height: 150%;
        font-weight: 600;
        margin-bottom: 2rem;
    }
    
    .accordion__item {
        border-radius: 6px;
        margin-top: 8px;
        background-color: #F3F3F3;
        border-left: 4px solid #C1BEBB;
    }
    
    .item__header {
        display: flex;
        column-gap: 12px;
        align-items: center;
        padding: 1.25rem;
        cursor: pointer;
    }
    
    .item__icon {
        transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
    }
    
    
    
    .active .item__icon {
        transform: rotate(180deg);
    }
    
    .active .item__question {
        font-weight: 500;
    }
    
    /*=======> items color <=======*/
    .accordion__item {
        background: #ffffff1a;
        border-left-color: #ffffff;
    }
    
    .item__content {
        max-height: 0;
        overflow: hidden;
        transition: all 300ms ease;
    }
    
    .item__answer {
        line-height: 150%;
        padding: 0 1.5rem;
    }
    
    p~p {
        margin-top: 0.5rem;
    }
    
    .item__content :last-child {
        margin-bottom: 1.25rem;
    }
    
    /*=======> MEDIAS QUERIES <=======*/
    @media screen and (min-width:992px) {
        .container {
            margin: 0 auto;
        }
    
        .item__header {
            padding: 1.5rem;
            column-gap: 1.5rem;
        }
    
        .item__answer {
            padding: 0 1.5rem;
        }
        p~p {
            margin-top: 0.5rem;
        }
        
        .item__content :last-child {
            margin-bottom: 1.5rem;
        }
    
    }
    
    .max-height {
        max-height: 81px;
    }
    
    
    @media screen and (max-width:991px) {
        .max-height {
            max-height: 105px;
        }
    }
    
    .img-2-blog {
        width: 100%;
        height: 333px;
        border-radius: 20px;
        background-size: cover;
        background-position: center center;
    }
    
    .qrcolaborador {
        padding: 2rem;
        background: linear-gradient(90deg, #006efb, #033fc8);
        border-radius: 1.2rem;
    }
    
    .qrcolaborador h5 {
        color: white;
    }
    
    .qrcolaborador p {
        color: white;
    }
    
    .qrcolaborador button {
        color: white;
        border-color: white;
    }
    
    @media screen and (min-width:991px) {
    .pad-right {
        padding-right: 70px;
    }
    }
    
    .input-ctt input {
        width: 100%;
        margin-bottom: 1.2rem;
        padding: 10px;
        border: 2px solid #0343cd;
        border-radius: 6px;
    }
    
    .input-ctt textarea {
        width: 100%;
        margin-bottom: 1.2rem;
        padding: 10px;
        border: 2px solid #0343cd;
        border-radius: 6px;
    }
    
    .input-ctt input.msg {
        padding: 4rem 10px;
    }
    
    input:focus {
        
        margin-bottom: 1.2rem !important;
        padding: 10px !important;
        border: 2px solid #0343cd !important;
    }
    
    .form-ctt button{
        border-color: #0051ff;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    
    .form-ctt button:hover{
        background: #0051ff;
        border-color: #0051ff;
        color: white;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    
    .stroke-black {
        stroke: black;
    }
    
    
    .text-white {
    color: white;
    }

section.galeria img {
border-radius: 1.2rem;
}


section.atividades {
    background-image: url(../img/bread.webp);
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px;
}

.boxedac {
    padding: 60px;
    border: 3px solid;
}

.boxedac:hover {
    background-color: white;
    color: black;
    border-color: white;
}

@media screen and (max-width:991px) {
    section.atividades {
        padding: 40px 16px;
    }
}


.pt-loja {
    padding-top: 3rem;
}

@media screen and (max-width:991px) {
    .pt-loja {
        padding-top: 7rem;
    }
}


.width-logo {
    width: 20%;
}

@media screen and (max-width:991px) {
    .width-logo {
        width: 60%;
    }
}