@import url("https://unpkg.com/aos@2.3.1/dist/aos.css"); /* Using a url */ 
/* totaal concept */
.cores-vermelhas-botoes {
    background-color: #c85364 !important;
border-color:  #c85364 !important;
}
.cores-vermelhas-botoes:hover {
    border: 1px solid #454545 !important;
}
.cores-brancas-botoes {
    background:white !important;
    color: #454545  !important;
    border: 1px solid #454545 !important;
}
.cores-brancas-botoes:hover{
    background:#c85364 !important;
}
h4.totalconcept-font {
    font-size: 3rem;
    font-family: Boston,sans-serif;
}
.meter-dois-margin-emcima{

    margin-top:4rem;
 }
 p.totalconcept-p {
    font-size:13pt;
}
.recept-bedrijf{
    background-color: #f8d518!important;
}
.home3_bg_area.meter-linha-vermelha {

    background:red;
    padding:0.01rem 0;
    margin-bottom:10rem;


}
/* bootsnippe */
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css"); /* Using a url */ 
/* totaal concept */
.cores-vermelhas-botoes {
    background-color: #c85364 !important;
border-color:  #c85364 !important;
}
.cores-vermelhas-botoes:hover {
    border: 1px solid #454545 !important;
}
.cores-brancas-botoes {
    background:white !important;
    color: #454545  !important;
    border: 1px solid #454545 !important;
}
.cores-brancas-botoes:hover{
    background:#c85364 !important;
}
h4.totalconcept-font {
    font-size: 3rem;
    font-family: Boston,sans-serif;
}
.meter-dois-margin-emcima{

    margin-top:4rem;
 }
 p.totalconcept-p {
    font-size:13pt;
}
.recept-bedrijf{
    background-color: #f8d518!important;
}
.home3_bg_area.meter-linha-vermelha {

    background:red;
    padding:0.01rem 0;
    margin-bottom:10rem;


}
/*process-box*/

@import url("https://unpkg.com/aos@2.3.1/dist/aos.css"); /* Using a url */ 
/* totaal concept */
.cores-vermelhas-botoes {
    background-color: #c85364 !important;
border-color:  #c85364 !important;
}
.cores-vermelhas-botoes:hover {
    border: 1px solid #454545 !important;
}
.cores-brancas-botoes {
    background:white !important;
    color: #454545  !important;
    border: 1px solid #454545 !important;
}
.cores-brancas-botoes:hover{
    background:#c85364 !important;
}
h4.totalconcept-font {
    font-size: 3rem;
    font-family: Boston,sans-serif;
}
.meter-dois-margin-emcima{

    margin-top:4rem;
 }
 p.totalconcept-p {
    font-size:13pt;
}
.recept-bedrijf{
    background-color: #f8d518!important;
}
.home3_bg_area.meter-linha-vermelha {

    background:red;
    padding:0.01rem 0;
    margin-bottom:10rem;


}
/* bootsnippe */
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css"); /* Using a url */ 
/* totaal concept */
.cores-vermelhas-botoes {
    background-color: #c85364 !important;
border-color:  #c85364 !important;
}
.cores-vermelhas-botoes:hover {
    border: 1px solid #454545 !important;
}
.cores-brancas-botoes {
    background:white !important;
    color: #454545  !important;
    border: 1px solid #454545 !important;
}
.cores-brancas-botoes:hover{
    background:#c85364 !important;
}
h4.totalconcept-font {
    font-size: 3rem;
    font-family: Boston,sans-serif;
}
.meter-dois-margin-emcima{

    margin-top:4rem;
 }
 p{
    font-family: 'Roboto', sans-serif;
 }
 p.totalconcept-p {
    font-size:13pt;
    font-family: 'Roboto', sans-serif;
}
.recept-bedrijf{
    background-color: #f8d518!important;
}
.home3_bg_area.meter-linha-vermelha {

    background:red;
    padding:0.01rem 0;
    margin-bottom:10rem;


}
/*process-box*/

.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #cf1f1f;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #fae052;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #cf1f1f;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: relative;
    bottom: 0px;
    left: -4rem;
    top:3rem;
}
.process-point-right:before{
    content: "";
    height: 10.1rem;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -3.2rem;
    top:   0.2rem;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #cf1f1f;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: relative;
    bottom: 0px;
    right: -30.5rem;
    top:2.5rem;
}
.process-point-left:before {
    content: "";
    height: 10.7rem;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-32deg);
    position: relative;
    left: 3.3rem;
    top: 0.2rem;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #343a40;
    border-left: 8px solid #04889800;
    border-right: 8px solid #343a40;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #343a40;
    border-left: 8px solid #343a40;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: #313030;
    height: 4px;
    position: relative;
    width: 136px;
    right: -28.6rem;
    top: -1.9rem;
    z-index: 9;
}
.process-line-r{
    background: #424141;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 3.2rem;
    z-index: 9;
}