body{
    
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-image: linear-gradient(130deg, #98e2ff 15%,#4cc4fce9,#c4e1ff,rgb(123, 209, 255) 50%);
    color:black  
}

body p{
    font-size: 20px;
    margin: 1rem;
}
body h1{
    font-size: 29px;
    margin: 1rem;
    font-weight: bold;
}
body .box{
    float: left;
    width: 30%;
    padding: 17px;
    text-align: center;
    padding: 1rem;
    border-radius: 12px;
}

body .button_1{
    background-image: linear-gradient(rgb(0, 226, 0),rgb(0, 184, 0));
    width: 14rem;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-top: 50px;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    border: 0;
    outline: none;
    box-shadow: 2px 2px 10px rgba(32, 32, 32, 0.6);
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

body .box .button_cta{
    background-image: linear-gradient(rgb(0, 226, 0),rgb(0, 184, 0));
    width: 300px;
    margin-top: -85px;
    padding-bottom: 14px;
    padding-top: 14px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    color: white;
    font-size: 30px;
    outline: none;
    border: none;
    box-shadow: 2px 2px 10px rgba(22, 22, 22, 0.6);
    font-weight: bold;
}

button:hover{
    background-color: rgb(3, 190, 149);
}


/*Experimentação*/
body{
    min-width: 400px;
}

/*Global*/
.container{
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.container button:hover{
    background-color: rgb(4, 110, 0);
}


.audio-container {
    /* Adicione seu estilo aqui */
    text-align: center; /* Exemplo: centralizar o player de áudio */
    padding: 20px; /* Exemplo: adicionar espaço ao redor do player */
  }


  audio {
    /* Adicionar sombra ao redor do player */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    /* Adicionar margem para que a sombra não fique muito perto dos elementos ao redor */
    margin: 10px;
  
    /* Caso queira arredondar os cantos do player */
    border-radius: 10px;
  
    /* Ajustar a largura para melhor adaptação ao layout, se necessário */
    width: -webkit-fill-available;
  }

  
  


.faq-container {
    font-family: Arial, sans-serif;
  }
  
  .faq-question {
    cursor: pointer;
    padding: 10px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    margin: 5px 0;
  }
  
  .faq-question .arrow {
    float: right;
  }
  
  .faq-answer {
    display: none;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    margin: 5px 0;
  }
  
  .faq-question h2 {
    margin: 0; /* Remove margem padrão de h2 para alinhamento adequado */
  }
  
  .arrow {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out; /* Animação suave para rotação da seta */
  }
  
  


/*colorbrush_pt1*/
.colorbrush_pt1{
    min-width: 400px;
    text-align: center;
    background-image: linear-gradient(130deg, #98e2ff 15%,#4cc4fce9,#d7f4ff,rgb(123, 209, 255) 50%);
    background-size: cover;
    border-bottom: white 4px solid;
    
}
.colorbrush_pt1 h2{
    padding-left: 7px;
    padding-right: 7px;
}

/*colorbrush_pt2*/
.colorbrush_pt2{
    min-width: 400px;
    text-align: center;
    background-color: #fbf3de;
    border-bottom: rgb(255, 255, 255) 4px solid;
}
.colorbrush_pt2 h2{
    width: 93.6%;
    margin: auto;
    font-size: 26px;
}
.colorbrush_pt2 p{
    width: 90%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.colorbrush_pt2 img{
    border-radius: 12px;
    width: 75%;
    margin-top: 3rem;
    border: 4px solid white;
    
}
.colorbrush_pt2 .colorbrush_secure_stamps img{
    border: none;
    border-radius: 0;
}


/*colorbrush_pt4*/
.colorbrush_pt4{
    min-width: 400px;
    text-align: center;
    border-bottom: 4px solid white;
}

.colorbrush_pt4 img{
    border-radius: 50%;
    width: 75%;
    margin-top: 3rem;
    border: 5px solid  white;
}
.colorbrush_pt4 .colorbrush_secure_stamps img{
    border: none;
    border-radius: 0;
}


/*colorbrush_box_1*/
.colorbrush_box_1{
    background-color: #ffffff;
    border-radius: 25px;
    padding: .0rem .0rem .8rem .0rem;
    margin: 2rem;
    margin-bottom: 2.5rem;
    position: relative; z-index: 2;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.292);
}
.colorbrush_box_1 img{
    width: 100%;
    border-radius: 25px 25px 0 0;

}

/*colorbrush_pt5*/
.colorbrush_pt5 h2{
    font-size: 18px;
}
.colorbrush_pt5 .colorbrush_secure_stamps img{
    width: min-content;
}
.colorbrush_pt5 {
    background-image: url(assets/fundo2.webp);
    background-size: cover;
    background-position: rigth;
}

/*colorbrush_pt6*/
.colorbrush_pt6{
    text-align: center;
    background-color: #EFEFEF;
}
.colorbrush_pt6 .box .img_testimonial img{
    width: 80%;
    border-radius: 12px;
}

.colorbrush_pt6 .colorbrush_box_1 .stars img{
    width: 50%;
    
}
.colorbrush_pt6 .colorbrush_box_1 h2{
    font-size: 20px;
    margin-bottom: -10px;
}
.colorbrush_pt6 .colorbrush_box_1 p{
    font-size: 18px;
    margin-bottom: 3rem;
}

.colorbrush_box2{
    background-color: #ffffff;
    border-radius: 25px;
    padding: .8rem .5rem .8rem .5rem;
    margin: 1.25rem;
    margin-bottom: 2.5rem;
    position: relative; z-index: 2;
    
}
.colorbrush_box2 img{
    width: 25%;
    margin-bottom: -0.8rem;
}

.box_white{
    background-color: hsl(0, 0%, 100%);
    border-radius: 0px 0px 25px 25px ;
    padding: .8rem .5rem .8rem .5rem;
    margin: 1.25rem;
    margin-bottom: 2.5rem;
    position: relative; z-index: 1;
    
}
.box_white h2{
    margin-bottom: -2rem;
}

/*colorbrush_call_to_action*/

#colorbrush_call_to_action{
    text-align: center;
    background-image: linear-gradient(130deg, #98e2ff 15%,#1d83ffe9,#aae8ff,rgb(58, 147, 255) 90%);
}


/*colorbrush_secure_garante*/
.colorbrush_secure_garante img{
    float: left;
    margin-top: 40px;
}
.colorbrush_secure_garante{
    
    color:white;
    
}


.colorbrush_questions{
    padding-bottom: 60px;
}

.colorbrush_mini_stamps{
    background-image: linear-gradient(130deg, #98e2ff 15%,#4cc4fce9,#d7f4ff,rgb(123, 209, 255) 50%);
    box-shadow: none;
    
}
.colorbrush_mini_stamps img{
    width: 60px;
    margin-top: 2.5rem;
    margin-bottom: -1.2rem;
    
}
.colorbrush_mini_stamps h1{
    font-size: 17px;
}
.colorbrush_mini_stamps p{
    font-size: 16px;
    margin-bottom: 2rem;
}
.colorbrush_mini_stamps .box{
    width: 22%;
    text-align: center;
    float: left;
    padding: 5px;
}

footer{
    background: #676767;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 70px;
    border-top: white 3px solid;
    text-align: center;
}
footer a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
footer p{
    font-size: 17px;
}
footer{
    padding: 40px;
}
footer img{
    width: 130px;
}
/*Media_Queries*/
@media(max-width: 768px){

    
    /* Selector específico para o shadow DOM no Chrome */
    audio::-webkit-media-controls-panel {
        background-color: white;
        border-radius: 10px; /* arredonda os cantos do player no Chrome */
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      }
    
    
    .container{
        width: 100%;
        margin: auto;
        overflow: hidden;
        text-align: center;
    }


/*body*/
    body .box{
        float: inherit;
        width: 100%;
        text-align: center;
        display: block;
        }

        .body p{
            width: 90%;
            margin: auto;
            padding-top: 15px;
        }
        .body h1{
            width: 90%;
            margin: auto;
            padding-top: 15px;
        }

    .colorbrush_secure_stamps img{
        float: none;
        width: 100%;
    }

 /*colorbrush_pt1*/
    .colorbrush_pt1 img{
        float: none;
        width: 100%
    }

    .colorbrush_pt1 h2{
       margin-left: 5px;
       margin-right:5px;
    }

 /*colorbrush_pt2*/   
    
    .colorbrush_pt2 img{
        float: none;
        width: 80%
    }

/*colorbrush_pt4*/   

.colorbrush_pt4 img{
    float: none;
    width: 80%
}


 /*colorbrush_pt6*/
     .colorbrush_pt6 .box{
        float: none;
        width: 90%;
        text-align: center;
    }
    
    .colorbrush_pt6 .colorbrush_secure_stamps img{
        float: none;
        width: 90%
    }
    .colorbrush_pt6 h1{
        width: 90%;
        margin: auto;
        padding-top: 20px;
    }
    .colorbrush_pt6 p{
        width: 90%;
        margin: auto;
        padding-top: 20px;
    }

/*colorbrush_call_to_action*/
#colorbrush_call_to_action .box{
    float: none;
    width: 90%;
    text-align: center;
}
#colorbrush_call_to_action .box img{
    margin: auto;
}
.colorbrush_call_to_action h1{
    width: 90%;
    margin: auto;
    padding-top: 20px;
}
.colorbrush_call_to_action p{
    width: 90%;
    margin: auto;
    padding-top: 20px;
}


body .button_cta{
    width: 90%;
    float: none;
    text-align: center;
}

    /*colorbrush_secure_garante*/
    .colorbrush_secure_garante img{
    float: none;
    text-align: center;
    width: 40%;
    padding-bottom: 20px;
    }
    .colorbrush_secure_garante p{
    float: none;
    text-align: center;
    width: 90%;
    font-size: 20px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    }
     .colorbrush_secure_garante h1{
    text-align: center;
    width: 90%;
    float: none;
    margin: auto;
    }

/*colorbrush_questions*/
    .colorbrush_questions p{
    width: 90%;
    float: none;
    margin: auto;
    padding: 10px;
    text-align: left;
    font-size: 17px;
    }
.colorbrush_questions h2{
    width: 90%;
    float: none;
    margin: auto;
    padding: 10px;
    text-align: left;
    }

/*colorbrush_mini_stamps*/
.colorbrush_mini_stamps .box{
    float: none;
    width: 90%;
    text-align: center;
    padding: 10px;
}

}