
.redbloco{
    width: 90%;  
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    color: white;
    -webkit-box-shadow: 7px 5px 50px -20px rgba(0,0,0,0.59);
    -moz-box-shadow: 7px 5px 50px -20px rgba(0,0,0,0.59);
    box-shadow: 7px 5px 50px -20px rgba(0,0,0,0.59);
}

.whitebloco{
    width: 90%;
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    color: black;
    -webkit-box-shadow: 7px 5px 50px -20px rgba(0,0,0,0.59);
    -moz-box-shadow: 7px 5px 50px -20px rgba(0,0,0,0.59);
    box-shadow: 7px 5px 50px -20px rgba(0,0,0,0.59);
}

.whitebloco p, .redbloco p{
    font-family: 'Montserrat', sans-serif;
}
.antonTitulos{
    font-family: 'Anton', sans-serif;
    font-size: 25px;
}
/* Vem pro Grupo Inicio*/
.vem-pro-grupo{
    height: 400px;
}
.vem-pro-grupo-img{
    height: 100%;
    width: 50%;   
}
.vem-pro-grupo-img img{
    height: 90%;
    margin-top: 5%;
    margin-left: 20px;
}
.vem-pro-grupo-img-2{
    height: 100%;
    width: 50%; 
}
.vem-pro-grupo-img-2 img{
    height: 100%;
    margin-left: 53%;
}
.vem-pro-grupo-text{
    text-align: center;
    width: 63%;    
    position: absolute;   
}
/* Vem pro Grupo Final*/

/*Sistema de Franquias Inicio*/
.sistema-franquias{
    height: 400px;
}
.sistema-franquias-text{
    width: 70%;
    text-align: center;
    position: absolute;
}
.sistema-franquias-img{
    width: 30%;
    margin-left: 70%;
}
.sistema-franquias-img img{
    width: 100%;   
}
/*Sistema de Franquias Fim*/

/*Fred Matriz Inicio*/
.fred-matriz{
    height: 400px;
}
.fred-matriz-img{
    height: 100%;
    width: 35%;
    margin-right: 40%;
}
.fred-matriz-img img{
    width: 90%;
    margin-right: 20px;
}
.fred-matriz-text{
    width: 50%;
    margin-left: 28%;    
    text-align: center;
    position: absolute;
}
.fred-matriz-text p{
    text-align: justify;
}
.fred-matriz-img-2{
    width: 25%;
    height: 100%;    
}
.fred-matriz-img-2 img{
    height: 100%;
    margin-left: 30px;
}
/*Fred Matriz fim*/

/*Sistema de Gestão Inicio*/
.sistema-gestao{
    height: 400px;
}
.sistema-gestao-text{
    position: absolute;
    width: 40%;
    margin-right: 38%;    
}
.sistema-gestao-text p{
    text-align: justify;
}
.sistema-gestao-img{
    width: 45%;
    height: 100%;
    margin-left: 55%;
}
.sistema-gestao-img img{
   height: 100%;
   width: 90%;
   margin-left: 10%;
}

/*Sistema de Gestão Fim*/

/*Motivos Inicio*/
.motivos{
    height: 400px;
}
.motivos-img{
    width: 50%;
    height: 100%;
    margin-right: 20%;  
    margin-bottom: 40px;
}
.motivos-img img{
   width: 60%;
   margin-bottom: 10%;
}
.motivos-text{
    position: absolute;
    width: 35%;
    margin-left: 30%;
}
.motivos-img-2{
    width: 30%;
}
.motivos-img-2 img{
    width: 100%;
}
/*Motivos Fim*/

/*cadastro inicio*/
.cadastro{
    height: 420px;
}
.cadastro-img{
    width: 30%;
    margin-left: 70%;
}
.cadastro-img img{
    margin-left: 15%;
}
.cadastro-img-2{
    margin-left: 10%;
}
.cadastro-text{
    position: absolute;
    width: 30%;
    margin-right: 40%;
    z-index: 4;
}
.cadastro-form{
    width:50%;
    height: 320px;
    margin-left: 40%;
    position:absolute;   
    z-index: 2; 
}
.cadastro-form-itens{
    width: 500px;
    height: 250px;
    margin-right: 25%;
    position: absolute;
    z-index: 3;
    display: block;
}

.cadastro-form-itens input{
    width: 490px;
    border-radius: 10px;
    margin: 3px;
    padding: 6px;
    font-size: 16px;
    border-width: 0px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0px 0px 5px rgba(66,66,66,.50);
}
.cadastro-form-itens input:focus {
    outline:none;
}
.cadastro-img-2{  
    width: 100%;  
    height: 320px;   
}
.cadastro-img-2 img{
    margin-top: 5%;   
    height: 100%;
    margin-left: 75%;
}
.btn-enviar{
  width: 200px;
  background-color: #b70000; 
  border-radius: 20px; 
  border-style: none;
  margin-top: 15px;
}
.btn-enviar span{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: white;
}
/*cadastro fim*/





@media (max-width: 1366px){
    .vem-pro-grupo{
        height: 320px;
    }
    .sistema-franquias{
        height: 320px;
    }
    .fred-matriz{
        height: 320px;
    }
    .sistema-gestao{
        height: 320px;
    }
    .motivos{
        height: 320px;
    }
    .cadastro{
        height: 320px;
    }
    .cadastro-img-2{
        margin: 0;
        width: 80%;
    }
    .cadastro-img-2 img{
        height: 90%;
    }
}


@media (max-width: 1600px) {
    .motivos{
        height: 310px;
    }
    .cadastro-img-2{
        margin: 0;
        width: 70%;
    }    
}

@media (max-width: 768px){
    /* Vem pro Grupo Inicio*/
    .vem-pro-grupo-img img{
        height: 85%;
        margin-top: 43%;
    }
    .vem-pro-grupo-img-2{
        width: 50%; 
        height: 100%;
    }
    .vem-pro-grupo-img-2 img{
        width: 100%;
        height: 60%;
        margin: 0;
    }
    .vem-pro-grupo-text{
        text-align:center;
        width: 40%;    
        position: absolute; 
        margin-left: 33%;  
    }
    .vem-pro-grupo-text span{
        font-size: 16px;
    }
    .vem-pro-grupo-text p{
        font-size: 13px;
        text-align: left;
    }
    /* Vem pro Grupo Final*/ 
    
    /*Sistema de Franquias Inicio*/
    .sistema-franquias{
        height: 300px;
    }
    .sistema-franquias-text{
        width: 80%;
        text-align: center;
        position: absolute;
    }
    .sistema-franquias-text span{
        font-size: 16px;
    }
    .sistema-franquias-text p{
        font-size: 13px;
    }
    .sistema-franquias-img{
        width: 70%;
        height: 100%;
        margin-left: 60%;
    }
    .sistema-franquias-img img{
        margin-left: 15%;
        height: 50%;  
    }
    /*Sistema de Franquias Fim*/
    
    /*Fred Matriz Inicio*/
    .fred-matriz{
        height: 550px;
        display: block;
    }
    .fred-matriz-img{
        width: 80%;
        height: 30%;
        margin: 0;
    }
    .fred-matriz-img img{
        width: 100%;
        margin: 0;
    }
    .fred-matriz-text{
        width: 90%;
        margin-left: 0;    
        text-align: center;
        position: relative;
    }
    .fred-matriz-text span{
        font-size: 16px;
        width: 80%;
    }
    .fred-matriz-text p{
        font-size: 13px;
    }
    
    .fred-matriz-img-2{
        display: none;
    }
    
    /*Fred Matriz fim*/
    
    /*Sistema de Gestão Inicio*/
    .sistema-gestao{
        height: 430px;
        display: block;
    }
    .sistema-gestao-text{
        position:absolute;
        width: 80%;
        margin-top: 45%;  
        margin-right: 0;  
    }
    .sistema-gestao-text span{
        font-size: 16px;
    }
    .sistema-gestao-text p{
        font-size: 13px;
    }
    .sistema-gestao-img{
        width: 100%;
        height: 50%;
        margin-left: 0;
        margin-bottom: 60%;
    }
    .sistema-gestao-img img{
       height: 100%;
    }
    
    /*Sistema de Gestão Fim*/
    
    /*Motivos Inicio*/
    .motivos{
        height: 480px;
        display: block;
    }
    .motivos-img{
        width: 100%;
        height: 100%;
        position: absolute;  
        z-index: 3;  
    }
    .motivos-img img{   
       width: 50%;
       margin-left: 25%;
       margin-bottom: 70%;
    }
    .motivos-text{
        position: absolute;
        width: 75%;
        margin: 0;
        z-index: 2;
        margin-top: 30%;
    }
    .motivos-text span{
        width: 100%;
        text-align: center;
    }
    .motivos-text ul{
        margin-left: 15%;
    }
    .motivos-img-2{
        position: absolute;
        overflow: hidden;
        z-index: 1;
        width: 75%;
        height: 50%;
        margin-bottom: 25%;
        border-top-right-radius: 20px;
        margin-left: 15%;
        
    }
    /*Motivos Fim*/
    
    /*cadastro inicio*/
    .cadastro{
        height: 580px;
        display: block;
    }
    .cadastro-img{
        width: 50%;
        height: 100%;
        margin-left: 0;
    }
    .cadastro-text{
        position: absolute;
        width: 80%;
        margin-left:10%;
        margin-right: 0%;
        margin-bottom: 50%;
        z-index: 4;
    }
    
    .cadastro-form{
        width:90%;
        height: 320px;
        margin-top: 75%;
        margin-left: 0%;
        position:absolute;   
        z-index: 2; 
    }
    .cadastro-form-itens{
        width: 90%;
        height: 250px;
        margin-right: 0;
        position: absolute;
        z-index: 3;
        display: block;
    }
    
    .cadastro-form-itens input{
        width: 300px;
    }
    .cadastro-form-itens input:focus {
        outline:none;
    }
    .cadastro-img-2{  
        width: 100%;  
        height: 320px;   
    }
    .cadastro-img-2 img{
        height: 90%;
        margin-top: 5%;
        margin-left: 70%;
    }
    
    
    /*cadastro fim*/
        
    }