body{
    
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: rgb(255, 255, 255);
    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: -94px;
    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);
}



/*colorbrush_pt1*/
.colorbrush_pt1{
    min-width: 400px;
    text-align: center;
    background-image: url(assets/AnyConv.com__fundo_pastel2.webp);
    background-size: cover;
    
}

/*colorbrush_pt2*/
.colorbrush_pt2{
    min-width: 400px;
    text-align: center;
    background-color: #ffffff;
}
.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;
    
}
.colorbrush_pt2 .colorbrush_secure_stamps img{
    border: none;
    border-radius: 0;
}

/*colorbrush_pt3*/
.colorbrush_pt3{
    min-width: 400px;
    text-align: center;
    background-image: url(assets/AnyConv.com__colorful2.webp);
    background-size: cover;
    background-position: center;
}

.colorbrush_pt3 img{
    border-radius: 12px;
    width: 75%;
    margin-top: 3rem;
}
.colorbrush_pt3 .colorbrush_secure_stamps img{
    border: none;
    border-radius: 0;
}

/*colorbrush_pt4*/
.colorbrush_pt4{
    min-width: 400px;
    text-align: center;
    background-color: #ffffff;
}

.colorbrush_pt4 img{
    border-radius: 12px;
    width: 75%;
    margin-top: 3rem;
}
.colorbrush_pt4 .colorbrush_secure_stamps img{
    border: none;
    border-radius: 0;
}

/*colorbrush_pt5*/

.colorbrush_pt5 img{
    border-radius: 12px;
    width: 90%;
}
.colorbrush_pt5 .colorbrush_secure_stamps img{
    border: none;
    border-radius: 0;
}
.colorbrush_pt5 button{
    margin-top: 0;
    width: 14rem;
}

/*colorbrush_infos*/

.colorbrush_infos h2{
    color: #000000;
}

/*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/AnyConv.com__colorful11b.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-color: #0048c4;
}



/*colorbrush_secure_garante*/
.colorbrush_secure_garante img{
    float: left;
    margin-top: 40px;
}
.colorbrush_secure_garante{
    background-color: #034bc6;
    color:white;
}


.colorbrush_questions{
    padding-bottom: 60px;
}

.colorbrush_mini_stamps{
    background-color: #034bc6;
    box-shadow: none;
    color:white;
}
.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: 17px;
    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){

    .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_pt3*/   

.colorbrush_pt3 img{
    float: none;
    width: 80%
}

/*colorbrush_pt4*/   

.colorbrush_pt4 img{
    float: none;
    width: 80%
}

 /*colorbrush_pt5*/
    .colorbrush_pt5 .box{
        float: none;
        width: 90%;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    .colorbrush_pt5 .colorbrush_secure_stamps img{
        float: none;
        width: 90%
    }
    
 .colorbrush_infos p{
     margin-top: -1rem;
     margin-bottom: 3rem;
 }
 .colorbrush_infos h2{
    margin-left: 5px;
    margin-left: 5px;
 }

 /*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;
}

}