@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
        url('../fonts/Ubuntu-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Italic.woff2') format('woff2'),
        url('../fonts/Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Light.woff2') format('woff2'),
        url('../fonts/Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('../fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('../fonts/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-MediumItalic.woff2') format('woff2'),
        url('../fonts/Ubuntu-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-LightItalic.woff2') format('woff2'),
        url('../fonts/Ubuntu-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('../fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Ubuntu', sans-serif;
    color: #0070A7;
}

.container {
    max-width: 1024px;
}

.v-center{
    display: flex; 
    align-items: center;
}

.header > div{
    max-width: 560px;
    margin: auto;
}

.text-color-red{
    color: #C33D57;
}

.section0{
    background: rgb(0,112,167);
}

.section0 > div > div:first-child{
    margin-top: -250px;

}

.section1{
    background: #0070A7 url(../img/bg-sc1.svg) right bottom/contain no-repeat local;
    background-size: 50%;

}



.card-price{
    max-width: 200px;
    border-radius: 2rem;
    min-width: 178px;
    min-height: 100%;
}

.card-body{
    color:#0070A7;
}

.btn-price{
    width: 100%;
    border-radius: 2rem;
    max-width: 150px;
    background: #C33D57;
    border: solid 1px #C33D57;
    color: #fff;
}

.btn-pix {
    width: auto;
    border-radius: 2rem;
    background: #C33D57;
    border: solid 1px #C33D57;
    color: #fff;
    font-weight: 500;
    margin: auto;
}

.btn-pix:hover {
    background: #fff;
    border: solid 1px #C33D57;
    color: #C33D57;
}

.card-price .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .btn-price-blue .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

.btn-price-blue{
    width: 100%;
    border-radius: 2rem;
    max-width: 150px;
    background: #0070A7;
    border: solid 1px #0070A7;
    color: #fff;
}

.btn-price-blue:hover{
    border: solid 1px #fff;
    color: #fff;
}

.btn-price:hover{
    background: #fff;
    border: solid 1px #C33D57;
    color: #C33D57;
}

.bg-red{
    background-color: #C33D57;
    border-color: #7a2536;
}

.bg-creme{
    background-color: #f5d29c;
    border-color: #d6b687;
}

.section2{
    background: rgb(0,112,167);
    background: -moz-linear-gradient(0deg, rgba(0,112,167,1) 40%, rgba(255,255,255,1) 40%);
    background: -webkit-linear-gradient(0deg, rgba(0,112,167,1) 40%, rgba(255,255,255,1) 40%);
    background: linear-gradient(0deg, rgba(0,112,167,1) 25%, rgba(255,255,255,1) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0070a7",endColorstr="#ffffff",GradientType=1);

}

.div-center{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-card-sc2{
    max-width: 310px;
}

.card1-sc2 {
    background: #0070A7;
    border-radius: 95px 0 0;
    margin-bottom: 0.5rem;
    border: 0;
    min-height: 220px;
}

.card2-sc2 {
    background: #E65773;
    border-radius: 0;
    margin-bottom: 0.5rem;
    border: 0;
    min-height: 220px;
}

.card3-sc2 {
    background: #CBA05F;
    border-radius: 0;
    margin-bottom: 0.5rem;
    border: 0;
    min-height: 220px;
}

.card4-sc2 {
    background: #A5B951;
    border-radius: 0 0 95px;
    margin-bottom: 0.5rem;
    border: 0;
    min-height: 220px;
}

.section3{
    background: #0070A7 url(../img/bg-sc3.svg) right bottom/contain no-repeat local;
}


.section4{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,210,156,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,210,156,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,210,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5d29c",GradientType=1);
}

.card-section4{
    background: #0070A7;
    max-width: 1024px;
    border-radius: 95px 0;
    padding: 0;
    border: none;
}

.btnsc4{
    background-color: #0070A7 !important;
    border-radius: 1rem;
    color: #fff;
}

li.active.card-text.text-white {
    border: solid 2px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: unset;
    width: auto;
    height: auto;
    padding: 0.8rem;
    margin: 0;
    text-indent: unset;
    background-color: #fff0;
    border-top: 0;
    border-bottom: 0;
}

.section4 li.active {
    border: solid 2px;
}

.section4 .carousel-indicators {
    position: unset;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.carousel-item {
    transition: none !important;
}

.img-card-section4{
    border-radius: 95px 0 0;
}

.row-section4{
    padding: 0;
}

@media screen and (min-width: 751px) {


    .header{
        /* Verificar se o navegador suporta WebP */
    @supports (background: url(../img/header/header.webp)) {
        /* Se suportar, usar a imagem WebP */
        background: #fff url(../img/header/header.webp) left top/cover no-repeat local;
      }
      
      /* Caso contrário, usar a imagem PNG */
      background: #fff url(../img/header/header.png) left top/cover no-repeat local;
      min-height: 650px;
      
    
    }



    .section5{
        /* Verificar se o navegador suporta WebP */
@supports (background: url(../img/img-sc5.webp)) {
    /* Se suportar, usar a imagem WebP */
    background: #fff url(../img/img-sc5.webp) left top/cover no-repeat local;
  }
  
  /* Caso contrário, usar a imagem PNG */
  background: #fff url(../img/img-sc5.png) left top/cover no-repeat local;
    }
        
    .img-sc5 {
        display:none
    }

    .price2{
        display: none;
    }
    
    .topo-mobile{
        display: none;
    }




}
    
@media screen and (max-width: 750px) {
        .price{
            display: none;
        }

        .row-price > div {
            width: auto;
        }
        
        .col-sc5 {
            margin-bottom: -250px;
            z-index: 10;    
        }

        .img-sc5 {
            display: block;
            margin-top: 0px;
            margin-left: auto;
            margin-right: auto;
            
        }

        .header{
            /* Verificar se o navegador suporta WebP */
        @supports (background: url(../img/header/header-mobile.webp)) {
            /* Se suportar, usar a imagem WebP */
            background: #fff url(../img/header/header-mobile.webp) left top/cover no-repeat local;
          }
          
          /* Caso contrário, usar a imagem PNG */
          background: #fff url(../img/header/header-mobile.png) left top/cover no-repeat local;
          min-height: 650px;
          
        
        }

        .topo-mobile{
            display: block;
        }

        .header > div {
            display: none;
        }

        .section0 > div > div:first-child {
            margin-top: -450px;
        }

        .img-sc5 img.img-fluid.d-md-none {
            width: 100%;
        }

}

.section6 > div {
    max-width: 750px;
    margin: auto;
}

.card-btn-section6{
    background: #F5D29C;
    color: #0070A7;
    border-radius: 75px;
    padding: 0.8rem;
}

.card-section6{
    max-width: 750px;
    background: #0070A7;
    border-radius: 45px;
    padding: 0;
}

.card-section6-img{
    padding: 0.8rem;
}

.section6-text{
    display: flex;
    align-items: center;
}

.btn-doar{
    font-weight: 400;
    margin-bottom: 0;
    text-decoration: none;
    color: #0070A7;

}

.footer{
    background: rgb(77,194,222);
    background: -moz-linear-gradient(90deg, rgba(77,194,222,1) 0%, rgba(0,112,167,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(77,194,222,1) 0%, rgba(0,112,167,1) 100%);
    background: linear-gradient(90deg, rgba(77,194,222,1) 0%, rgba(0,112,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dc2de",endColorstr="#0070a7",GradientType=1);

}

.text-footer{
    color: white;
    font-size: 14px;
}

.text-white{
    color: #fff;
}

.text-blue{
    color: #0080BF;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* proporção 16:9 (315 / 560 * 100) */
  }
  
  .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .video-container iframe {
    width: 90%;
    height: 90%;
  }




  /* CARROSSEL SECTION 03 */

.carrossel {
    width: 100%;
}

.carrossel-container {
    display: flex;
    height: 200px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    text-align: center;
}

.carrossel-item {
    height: auto;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 280px;
    z-index: 0;
    
}

.carrossel-item.carrossel-item-selected {
    box-shadow: 14px 21px 69px #00000034;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 200px;
    border-radius: 2rem;
    min-width: 178px;
    height: auto;
}

.carrossel-item.carrossel-item-previous,
.carrossel-item.carrossel-item-next {
    height: auto;
    opacity: 0.7;
    max-width: 200px;
    min-width: 178px;
    z-index: 1;
    border-radius: 2rem;
    box-shadow: 14px 21px 69px #c4c6e7;
}

.carrossel-item.carrossel-item-previous {
    left: 30%;
    transform: translateX(-50%);
}
.carrossel-item.carrossel-item-next {
    left: 70%;
    transform: translateX(-50%);
}
.carrossel-item.carrossel-item-first {
    left: 15%;
    transform: translateX(-50%);
}
.carrossel-item.carrossel-item-last {
    left: 85%;
    transform: translateX(-50%);
}





/* CONTROLE */
.carrossel-controls {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    position: relative;
    bottom: 150px;
}
.carrossel-controls button {
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    font-size: 25px;
    font-weight: bolder;
    margin: 0 20px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #0070A7;
}
.carrossel-controls button:focus {
    outline: none;
}
.carrossel-controls-previous {
    position: relative;
}
.carrossel-controls-previous::before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 4px;
    left: -10px;
    padding: 2px;
    position: absolute;
    top: 0;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    width: 4px;
}
.carrossel-controls-previous:hover::before {
    left: -18px;
}
.carrossel-controls-next {
    position: relative;
}
.carrossel-controls-next::before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 4px;
    padding: 2px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    width: 4px;
}
.carrossel-controls-next:hover::before {
    right: -18px;
}
.carrossel-nav {
    top: 250px;
    display: none;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}
.carrossel-nav li {
    background: #FFFFFF;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px;
}
.carrossel-nav li.carrossel-item-selected {
    background: #0070A7;
}




/* CARROSSEL BOOSTRAP DOAÇÃO */
@media (max-width: 767px) {
    .carrossel-container .carousel-item > div {
        display: none;
    }
    .carrossel-container .carousel-item > div:first-child {
        display: block;
    }
}

.carrossel-container .carousel-item.active,
.carrossel-container .carousel-item-next,
.carrossel-container .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carrossel-container .carousel-item-end.active,
    .carrossel-container .carousel-item-next {
        transform: translateX(25%);
    }

    .carrossel-container .carousel-item-start.active, 
    .carrossel-container .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}



#recipeCarousel > div > div.carousel-item.active > div:nth-child(1), #recipeCarousel > div > div.carousel-item.active > div:nth-child(3) {
height: auto;
opacity: 0.7;
max-width: 200px;
min-width: 178px;
z-index: 1;
border-radius: 2rem;
box-shadow: 14px 21px 69px #c4c6e7;
}


#recipeCarousel > div > div.carousel-item.active > div:nth-child(1){
left: 30%;
transform: translateX(-50%);
}

#recipeCarousel > div > div.carousel-item.active > div:nth-child(2) {
box-shadow: 14px 21px 69px #00000034;
opacity: 1;
left: 50%;
transform: translateX(-50%);
z-index: 2;
max-width: 200px;
border-radius: 2rem;
min-width: 178px;
height: auto;
}

#recipeCarousel > div > div.carousel-item.active > div:nth-child(3) {
left: 70%;
transform: translateX(-50%);
}


#recipeCarousel > div > div.carousel-item.active > div {
height: auto;
opacity: 0;
position: absolute;
transition: all 0.3s ease-in-out;
width: 280px;
z-index: 0;
}

.carousel-control-prev,
.carousel-control-next {
background-color: #f0f0f0;
color: #333;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
background-color: #0070A7;
border-radius: 10px;
width: 2.5rem;
height: 2.5rem;
background-position: 80%;
background-size: 80% 80%;

}

.box-paymentLink {
    display: flex;
    border: 1px solid #b42a45;
    border-radius: 20px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 18px;
    gap: 13px;
    position: relative;
    width: 46%;
    overflow: hidden;
}

.box-paymentLink .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    padding: 10px 0;
}

.box-paymentLink .image img {
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.description {
    width: 100%;
    margin: auto;
}

.description p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2rem;
    color: #2b2b2b;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

.title-pyment {
    font-size: 17px;
}

.content-box-paymentLink {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
    padding: 0 34px;
    flex-wrap: wrap;
    margin-top: 20px;
}

@media screen and (max-width: 800px){
 .box-paymentLink {
    width: 100%;
}
}

@media screen and (max-width: 520px){
.content-box-paymentLink {
    padding: 0 12px;
}

.text-projetos {
    padding: 1rem;
}

.btnsc4 {
    width: 80% !important;
    margin-bottom: 0.5rem !important;
}


}

.progress-projetos {
    max-width: 90%;
    --bs-progress-bar-bg: #C33D57;
    margin-top: 1rem;
}