body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-family: 'Contrail One', cursive, sans-serif;
    
}

body p{
    font-size: 23px;
}
body h1{
    font-size: 30px;
}
body .box{
    float: left;
    width: 30%;
    padding: 17px;
    text-align: center;
}
body .spacing_bar{
    background-color: black;
    height: 15px;
}
body .button_1{
    background-image: linear-gradient(rgb(0, 226, 0),rgb(0, 184, 0));
    width: 300px;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    color: white;
    font-size: 25px;
    border: 0;
    outline: none;
    box-shadow: 2px 2px 10px rgba(32, 32, 32, 0.6);
    font-weight: bold;
}
body .box .button_cta{
    background-image: linear-gradient(rgb(0, 226, 0),rgb(0, 184, 0));
    width: 270px;
    margin-top: -94px;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    color: white;
    font-size: 22px;
    outline: none;
    border: none;
    box-shadow: 2px 2px 10px rgba(22, 22, 22, 0.6);
    font-weight: bold;
}

button:hover{
    background-color: rgb(9, 190, 3);
}

/*Experimentação*/
body{
    min-width: 400px;
}

/*Global*/
.container{
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.container button:hover{
    background-color: rgb(9, 190, 3);
}


/*section_1_nda*/
.section_1_nda{
    min-width: 400px;
    text-align: center;
    
}
.section_1_nda h1{
    width: 90%;
    margin: auto;
    font-size: 23px;
    letter-spacing: 0.05em;
    margin-top: 18px;
}

.section_1_nda p{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.section_1_nda .stamp_and_button img{
    border: none;
    border-radius: 0;
}

/*stamp_and_button*/
.stamp_and_button{
    text-align: center;
}

/*section_2_nda*/
.section_2_nda{
    min-width: 400px;
    text-align: center;
    color: white;
 
}
.section_2_nda img{
    margin-bottom: 40px;
    border-radius: 10px;
    
}
.section_2_nda .stamp_and_button img{
    border: none;
    border-radius: 0;
}
.section_2_nda p{
    width: 90%;
    margin: auto;
    font-size: 23px;
    margin-top: 12px;
    padding-bottom: 15px;
}
/*section_3_nda*/
.section_3_nda h1{
    width: 90%;
    margin: auto;
    font-size: 26px;
    margin-top: 25px;
    padding-bottom: 1rem;
}
.section_3_nda img{
    border-radius: 50%;
    width: 80%;
}
.section_3_nda .stamp_and_button img{
    border: none;
    border-radius: 0;
}
.section_3_nda .box p{
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 10px;
}
.section_3_nda .box img{
    border-style: dashed; padding: 10px; color: #ffffff;
    margin-left: 5px;
}
.section_3_nda h2{
    font-size: 22px;
}
.section_3_nda .stamp_and_button img{
    width: min-content;
}
.section_3_nda {
    border-bottom: white 4px solid;
    background-color: rgb(0, 109, 233);
    color: white;
}

/*section_3_nda2*/
.section_3_nda2 h1{
    width: 90%;
    margin: auto;
    font-size: 26px;
    margin-top: 25px;
    padding-bottom: 1rem;
}
.section_3_nda2 img{
    width: 90%;
}
.section_3_nda2 .stamp_and_button img{
    border: none;
    border-radius: 0;
}
.section_3_nda2 .box p{
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 10px;
}
.section_3_nda2 .box img{
    margin-left: 5px;
}
.section_3_nda2 h2{
    font-size: 25px;
}
.section_3_nda2 .stamp_and_button img{
    width: min-content;
}
.section_3_nda2 {
    border-bottom: white 4px solid;
    color: rgb(0, 0, 0);
}

/*section_4_nda*/
.section_4_nda{
    text-align: center;
    background-color: rgba(214, 214, 214, 0.767);
    border-bottom: white 4px solid;
    color: rgb(0, 0, 0);
}
.section_4_nda .box .img_testimonial img{
    width: 80%;
    border-style: dashed; padding: 10px; color: rgb(0, 109, 233);
}

.section_4_nda .box .stars img{
    width: 55%;
}
.section_4_nda .box p{
    font-size: 20px;
    margin-top: -30px;
    margin-bottom: 30px;
}
.section_4_nda h1{
    padding-bottom: 1.4rem;
}

/*Ctas*/

#ctas .box{
  margin-bottom: 20px;
}
#ctas .box img{
    width: 100%;
    border-radius: 10px;
}

#ctas{
    text-align: center;
    border-bottom: white 4px solid;
}
#ctas img{
    box-shadow: 0px 0px 10px rgba(54, 54, 54, 0.87);
}
#ctas .box{
    float: left;
    width: 30%;
    padding: 17px;
    text-align: center;
}

/*satisfacao*/
.satisfacao img{
    float: left;
    margin-top: 40px;
}
.satisfacao{
    background-color: rgb(0, 109, 233);
    border-bottom: white 4px solid;
    color: white;
}
.satisfacao p{
    float: right;
    width: 70%;
    font-family: 'Josefin Sans', sans-serif;
}
.satisfacao h1{
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}

.perguntas_frequentes{
    padding-bottom: 60px;
}
.perguntas_frequentes h2{
    color:rgb(0, 109, 233);
}

.perguntas_frequentes img{
    width: 95%;
}
.perguntas_frequentes .wpp_button{
    background-image: linear-gradient(rgb(0, 226, 0),rgb(0, 184, 0));
    width: 350px;
    height: 60px;
    margin: auto;
    border-radius: 15px;
    color: white;
    font-size: 25px;
    border: 0;
    outline: none;
    margin-bottom: 20px;
    box-shadow: 2px 2px 10px rgba(65, 65, 65, 0.6);
    font-weight: bold;
}

.mini_pictures{
    background-color: rgb(0, 109, 233);
    border-top: 3px solid white;
    padding-top: 20px;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
}
.mini_pictures img{
    width: 50px
}
.mini_pictures h1{
    font-size: 19px;
}
.mini_pictures p{
    font-size: 17px;
}
.mini_pictures .box{
    width: 22%;
    text-align: center;
    float: left;
    padding: 5px;
}

footer{
    background: rgb(31, 31, 31);
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 70px;
    border-top: white 3px solid;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}
footer a{
    text-decoration: none;
    color: white;
}
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;
    }

 /*header*/   
    header .branding{
        float: none;
        text-align: center;
        width: 100%
    }
    header{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    header h1{
        font-size: 27px;
    }

/*body*/
    body .box{
        float: inherit;
        width: 100%;
        text-align: center;
        display: block;
        }
    .stamp_and_button img{
        float: none;
        width: 100%;
    }

 /*section_1_nda*/
    .section_1_nda img{
        float: none;
        width: 90%
    }

 /*section_2_nda*/   
    .section_2_nda p{
        width: 90%;
        margin: auto;
        padding-top: 15px;
    }
    .section_2_nda img{
        float: none;
        width: 85%
    }
 /*section_3_nda*/
    .section_3_nda .box{
        float: none;
        width: 90%;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    .section_3_nda .stamp_and_button img{
        float: none;
        width: 90%
    }
    .section_3_nda p{
        width: 90%;
        margin: auto;
        padding-top: 15px;
    }
    .section_3_nda h1{
        width: 90%;
        margin: auto;
        padding-top: 15px;
    }

 /*section_3_nda2*/
 .section_3_nda2 .box{
    float: none;
    width: 90%;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}
.section_3_nda2 .stamp_and_button img{
    float: none;
    width: 90%
}
.section_3_nda2 p{
    width: 90%;
    margin: auto;
    padding-top: 15px;
}
.section_3_nda2 h1{
    width: 90%;
    margin: auto;
    padding-top: 15px;
}

 /*section_4_nda*/
     .section_4_nda .box{
        float: none;
        width: 90%;
        text-align: center;
    }
    
    .section_4_nda .stamp_and_button img{
        float: none;
        width: 90%
    }
    .section_4_nda h1{
        width: 90%;
        margin: auto;
        padding-top: 20px;
    }
    .section_4_nda p{
        width: 90%;
        margin: auto;
        padding-top: 20px;
        font-family: 'Josefin Sans', sans-serif;
    }

 /*ctas*/
     #ctas .box{
        float: none;
        width: 90%;
        text-align: center;
    }
    #ctas .box img{
        margin: auto;
    }
    .ctas h1{
        width: 90%;
        margin: auto;
        padding-top: 20px;
    }
    .ctas p{
        width: 90%;
        margin: auto;
        padding-top: 20px;
    }


    body .button_cta{
        width: 90%;
        float: none;
        text-align: center;
    }

    /*satisfacao*/
    .satisfacao img{
    float: none;
    text-align: center;
    width: 40%;
    padding-bottom: 20px;
    }
    .satisfacao p{
    float: none;
    text-align: center;
    width: 90%;
    font-size: 20px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    }
     .satisfacao h1{
    text-align: center;
    width: 90%;
    float: none;
    margin: auto;
    }

/*Perguntas_frequentes*/
    .perguntas_frequentes p{
    width: 90%;
    float: none;
    margin: auto;
    padding: 10px;
    text-align: left;
    font-size: 17px;
    }
.perguntas_frequentes h2{
    width: 90%;
    float: none;
    margin: auto;
    padding: 10px;
    text-align: left;
    }

/*mini_pictures*/
.mini_pictures .box{
    float: none;
    width: 90%;
    text-align: center;
    padding: 10px;
}

}