/*css pagina servicos */

a {
    text-decoration: none!important;
}
.txtPSer{
    color: gray;
    font-size: 140%;
    text-align: center;
}
.txtLojas{
    color: #7a6ba2!important;
    text-align: left;
    margin-bottom: 0em;
}
.txtLojasLocal{
    color: dimgray;
    text-align: right;
    margin: 0;
    font-size: 85%;
}
.txtRecru{
    width: 100%;
    text-align: left;
    font-size: 120%;
    margin-top: 5px;
}
.txtRecru p{
    color: white!important;
    text-transform: uppercase;
}
.txtCriteriosPequeno{
    color: white!important;    
    font-size: 10px!important;
    text-align: left;
    margin-top: -24px;
    font-weight: lighter;
    line-height: 12px;
}
.h1{
    color: white;
    font-size: 170%;
    text-align: center;
}
.h1purple{
    color: #7a6ba2;
    font-size: 320%;
    margin-top: 0;
    text-align: center;
}
.h1purple2{
    color: #7a6ba2;
    font-size: 326%;
    margin-top: 15px;
    margin-right: 5px;
    text-align: center;
}
.h1orange{
    color: #fb7115;
    font-size: 320%;
    margin-top: 0;
}
.h1green{
    color: #9dbd1c;
    font-size: 320%;
    margin-top: 0;
}
.pPurp{
    color: #7a6ba2!important;
    text-align: left;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.pPara{
    color:dimgray;
    text-align: left;
    font-size: 90%;
    margin-top: -32px;
}
.h1ser{
    color: white;
    font-size: 170%;
    text-align: center;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
}
.centerTele {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 45%!important;
}
@media screen and (max-width: 545px){
    .centerTele{width: 65%!important;}
}
.centerNoM{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 100%;    
}
.centerImgGrande{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: 60%;    
}
.center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 50%;
}
.center3{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;    
}
.center4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 30%;
}
.centerLojas {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.centerAgen{
    display: block;
    margin-left: -8px;
    margin-right: auto;
    margin-top: 48px;
    width: 100%;
}
.headSer{
    margin-top: 0px;
}
.headLojas{
    margin-bottom: 0px;
}
.right{
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
}
.agentes{
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
}
.iconi{
    width: 18%; 
    margin: auto;
}
.iconiAgen{
    width: 8%; 
    margin: auto;
}
.iconTop{
    width: 48%; 
    margin: auto;
    margin-bottom: 25px;
}
.iconTopEnergy{
    width: 28%; 
    margin: auto;
    margin-bottom: 25px;
}
.txtAgent{
    width: 100%; 
    height: 20px;
    color: white;
    margin-top: -5px;
    margin-left: 7px;
}

.four {
        padding: 8px 0 1em      ;
    }

        .four .inner {
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -moz-justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify;
        }

            .four .inner article {
                /*width: 21%;*/
                /*display: block;*/
            }

                .four .inner article p {
                    color: #717171;
                }

                .four .inner article .icon {
                    color: #b3b3b3;
                    font-size: 3em;
                }

            @media screen and (max-width: 980px) {

                .four .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    .four .inner article {
                        width: 100%;
                        margin: 0 auto;
                    }

            }

        @media screen and (max-width: 992px) {

            .four {
                padding: 4em 0 2em 0;
            }

        }

        @media screen and (max-width: 736px) {

            .four {
                padding: 2em 0 0.1em 0;
            }
        }


.three {
        padding: 1.5em 0 4em 0;
    }

        .three .inner {
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -moz-justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify;
        }

            .three .inner article {
                width: 26%;
                display: block;
            }

                .three .inner article p {
                    color: #717171;
                }

                .three .inner article .icon {
                    color: #b3b3b3;
                    font-size: 3em;
                }

            @media screen and (max-width: 980px) {

                .three .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    .three .inner article {
                        width: 100%;
                        margin: 0 auto;
                    }

            }

        @media screen and (max-width: 992px) {

            .three {
                padding: 4em 0 2em 0;
            }

        }

        @media screen and (max-width: 736px) {

            .three {
                padding: 2em 0 0.1em 0;
            }
        }


#three2 {
        padding: 1em 0 2em 0;
    }

        #three2 .inner {
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -moz-justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify;
        }

            #three2 .inner article {
                width: 100%;
                display: inline-block;
            }

                #three2 .inner article p {
                    color: #717171;
                }

                #three2 .inner article .icon {
                    color: #b3b3b3;
                    font-size: 3em;
                }

            @media screen and (max-width: 980px) {

                #three2 .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    #three2 .inner article {
                        width: 100%;
                        margin: 0 auto;
                    }

            }

        @media screen and (max-width: 980px) {

            #three2 {
                padding: 4em 0 2em 0;
            }

        }

        @media screen and (max-width: 736px) {

            #three2 {
                padding: 2em 0 0.1em 0;
            }
        }


#two {
padding: 1.5em 0 4em 0;
    }

        #two .inner {
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            #two .inner article {
                margin-left: auto;
                margin-right: auto;
                width: 25%;
            }

                #two .inner article:first-child {
                    padding-right: 0;
                }

                #two .inner article:last-child {
                    padding-left: 0;
                }

        @media screen and (max-width: 980px) {

            #two {
                padding: 4em 0 2em 0;
            }

                #two .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    #two .inner article {
                        width: 100%;
                    }

                        #two .inner article:first-child {
                            padding-left: 80px;
                            padding-bottom: 2em;
                        }

                        #two .inner article:last-child {
                            padding-left: 20px;
                            padding-top: 2em;
                        }

        }

        @media screen and (max-width: 760px) {

            #two {
                padding: 2em 0 0.1em 0;
            }

                #two .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-left: 70px;
                }

                    #two .inner article {
                        width: 100%;
                    }

                        #two .inner article:first-child {
                            padding-left: 80px;
                            padding-bottom: 2em;
                        }

                        #two .inner article:last-child {
                            padding-left: 20px;
                            padding-top: 2em;
                        }

        }
        @media screen and (max-width: 480px) {

            #two {
                padding: 2em 0 0.1em 0;
            }

                #two .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-left: 45px;
                }

                    #two .inner article {
                        width: 100%;
                    }

                        #two .inner article:first-child {
                            padding-left: 80px;
                            padding-bottom: 2em;
                        }

                        #two .inner article:last-child {
                            padding-left: 20px;
                            padding-top: 2em;
                        }

        }     
        @media screen and (max-width: 400px) {

            #two {
                padding: 2em 0 0.1em 0;
            }

                #two .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-left: 20px;
                }

                    #two .inner article {
                        width: 100%;
                    }

                        #two .inner article:first-child {
                            padding-left: 80px;
                            padding-bottom: 2em;
                        }

                        #two .inner article:last-child {
                            padding-left: 20px;
                            padding-top: 2em;
                        }

        }     
        @media screen and (max-width: 430px) {

            #two {
                padding: 2em 0 0.1em 0;
            }

                #two .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-left: 15px;
                }

                    #two .inner article {
                        width: 100%;
                    }

                        #two .inner article:first-child {
                            padding-left: 80px;
                            padding-bottom: 2em;
                        }

                        #two .inner article:last-child {
                            padding-left: 20px;
                            padding-top: 2em;
                        }

        }     
        @media screen and (max-width: 360px) {

            #two {
                padding: 2em 0 0.1em 0;
            }

                #two .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-left: 10px;
                }

                    #two .inner article {
                        width: 100%;
                    }

                        #two .inner article:first-child {
                            padding-left: 80px;
                            padding-bottom: 2em;
                        }

                        #two .inner article:last-child {
                            padding-left: 20px;
                            padding-top: 2em;
                        }

        }
       @media screen and (max-width: 320px) {

            #two {
                padding: 2em 0 0.1em 0;
            }

                #two .inner {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-left: 0px;
                }

                    #two .inner article {
                        width: 100%;
                    }

                        #two .inner article:first-child {
                            padding-left: 80px;
                            padding-bottom: 2em;
                        }

                        #two .inner article:last-child {
                            padding-left: 20px;
                            padding-top: 2em;
                        }

        }

    section.special, article.special {
        text-align: center;
    }

    section .inner {
        max-width: 70em;
                /* com margem margem  */
        /* width: calc(100% - 6em); */
        width: 100%;
        margin: 0 auto;
    }
            @media screen and (max-width: 1240px) {

            section .inner {
                max-width: 95%;
                width: 95%;
            }
            .iconi{
                width: 25%;
                margin: auto;
            }
        }
        @media screen and (max-width: 980px) {

            section .inner {
                max-width: 50%;
                width: 50%;
                align-content: center;
            }
            .iconi{
                width: 50%;
                margin: auto;
            }
            .h1purple, .h1orange, .h1green{
                font-size: 300%;
            }
        }
        @media screen and (max-width: 650px) {

            .h1purple, .h1orange, .h1green{
                font-size: 200%;
            }

        }
        @media screen and (max-width: 540px) {

            section .inner {
                max-width: 60%;
                width: 60%;
                font-size: 85%;
            }
            .h1purple, .h1orange, .h1green{
                font-size: 180%;
            }

        }
        @media screen and (max-width: 480px) {

            section .inner {
                max-width: 70%;
                width: 70%;
            }
            .h1purple, .h1orange, .h1green{
                font-size: 180%;
            }

        }
        @media screen and (max-width: 320px) {

            section .inner {
                max-width: 75%;
                width: 75%;
                font-size: 85%;
            }
            .h1purple, .h1orange, .h1green{
                font-size: 180%;
            }

        }
/* container roxo*/
.content1{
    text-align: center;
    height: 175px;
    padding: 30px;
    background-color:#7a6ba2;
    margin-bottom: 40px;
}
/* container laranja*/
.content2{
    text-align: center;
    height: 175px;
    padding: 30px;
    background-color:#fb7115;
    margin-bottom: 40px;
}
/* container verde*/
.content3{
    text-align: center;
    height: 155px;
    padding: 15px;
    background-color:#9dbd1c;
    margin-top: 20px;
}
/* container verdeBp*/
.content4{
    text-align: center;
    height: 175px;
    padding: 30px;
    background-color:#08b008;
    margin-bottom: 20px;
}
/* container agentes*/
.content5{
    text-align: left;
    height: 75px;
}
.content1, .content2, .content3, .content4, .content5,.agentGizz, .agentBp, .iconClose, .UploadSend img, .form img, .PagResiEmpre .para a, .center3:hover{
    cursor: pointer;
}
.agentGizz{
    width: 130px; 
    height: 135px; 
    display: inline-block;
}
.agentBp{
    width: 130px; 
    height: 135px; 
    display: inline-block;
}
.wrap {
    text-align: center;
}
.box {
    width: 138px;
    display: inline-block;
    text-align: left;
}

/*MODEL POP UP*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 740px;    
    height: 620px; /* Full height    DEVIA DE SER AUTO*/
    overflow: auto; /* Enable scroll if needed */
    background-color: white;
    border: 1px solid #ababab;
}

.ModalBPCliente{
    width: 740px!important;
    height: 620px!important;
}


/*CSS MODAL CHEFE EQUIPA*/
.bp{
    margin-top: 40px;
}
.imgBp{
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}
.imgBp img{
    height: 67px;
    width: auto;
}

.recru{
    margin-top: 40px;
}
.imgRecru{
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}
.imgRecru img{
    height: 70px;
    width: auto;
}
.iconiRecru{
    width: 70%; 
    margin: auto;
    margin-bottom: 100px;
}
.Conc{
    width: 100%;
    height: auto;    
}
.Conc img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    width: 70px;
}
.pConc{
    margin-top: 10px;
    text-align: center;
    font-size: 120%;
    color: #7a6ba2;  
}
.form{
    width: 80%;
    height: auto;
}
@media screen and (max-width: 990px){
    .form{width: 100%;}
}
.form img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    width: 15%;
}
.centerForm{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    width: 20%;
}
.pForm{
    margin-top: -10px;
    text-align: center;
    font-size: 120%;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
}
.wrapRecru {
    text-align: center;
    background-color: white;
}
.boxRecru {
    width: 85%;
    display: inline-block;
    text-align: left; 
}
.contentTitulo{
    width: 100%;
    margin: auto;
}
.contentTexto{
    width: 100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 10px;
}
.contentCrtierios{
    width: 100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 15px;
}
.contentCandidatura{
    width: 100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.contentContacto{
    width: 100%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 0px;
}
.contentUploadSend{
    /*width: calc(100% - 10em);*/
    margin: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
.input {
    width: 100%;
    padding: 0px 0px;
    margin: 2px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid gray;
    font-size: 100%;
    outline: none;
    color: rgb(113,111,110);
}
.inputCandidatura {
    width: 100%;
    padding: 0px 0px;
    margin: 2px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid gray;
    font-size: 100%;
    outline: none;
    color: #9c9c9c;
}


.input2 {
    width: 100%;
    height: 85px;
    margin: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid gray;
    font-size: 100%;
    text-align: left;
    padding-top: 0;
    outline: none;
    color: rgb(113,111,110);
}
.inputContacto{
    width: 100%;
    padding: 0px 0px;
    margin: 2px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid gray;
    font-size: 120%;
    outline: none;
    color: rgb(113,111,110);
}





.inputContacto2{
    width: 100%;
    height: 190px;
    margin: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid gray;
    font-size: 120%;
    text-align: left;
    padding-top: 0; 
    outline: none;
    color: rgb(113,111,110);

}
.inputContacto2::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.input:focus{
    border-bottom: 1px solid #9dbd1c;
}
.input2:focus{
    border-bottom: 1px solid #9dbd1c;
}
.inputContacto:focus{
    border-bottom: 1px solid #7a6ba2;
}
.inputContacto2:focus{
    border-bottom: 1px solid #7a6ba2;  
}
textarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid gray;
    font-size: 120%;
    resize: none;
}
.ImgTeims{
    width: auto;
    height: 70px!important;
    margin-right: 40px; 
}
.ImgTeims2{
    width: auto;
    height: 65px!important;
    margin-top: -7px;
}
.NomeFich{
    width: 100%;
    background-color: white;
    width: 100%;
    padding: 0px 0px;
    margin: 2px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-bottom: 1px solid gray!important;
} 
.UploadSendEsp{
    justify-content: center;
    display: flex;
    margin-top: 40px;
}
.UploadSend{
    justify-content: center;
    display: flex;
    margin-top: 80px;
}
.UploadSend img{
    width: auto;
    height: 70px!important;
    margin-right: 40px;
}
.UploadSend img:last-child{
    height: 65px!important;
    width: auto;
    margin-left: 0px;
    }
.UploadSendContacto{
    justify-content: center;
    display: flex;
    margin-top: 25px;
}
.UploadSendContacto img{
    width: auto;
    height: 70px!important;
}   
.TituloRecru{
    margin: 0;
    font-size: 165%;
    color: #9dbd1c;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}
.TituloContacto{
    margin: 0;
    font-size: 165%;
    color: #7a6ba2;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}
.txtRecru p{
    margin: -9px;
    margin-left: 0;
    font-weight: lighter;
    font-size: 80%;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
}
.txtRecru p small{
    font-weight: lighter;
}
.txtBp{
    width: 100%;
    text-align: left;
    font-size: 120%;
    margin-top: 5px;
}
.txtBp p{
    color: white!important;
    text-transform: uppercase;
    margin: -9px;
    margin-left: 0;
    font-weight: lighter;
    font-size: 110%;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
}
.txtBp p small{
    font-weight: lighter;
    font-size: 70%;
}
.SubTituRecru{
    margin: 0;
    margin-top: -10px;
    font-size: 150%;
    color: #9dbd1c;
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
}
.TextoRecru{
    margin: 0;
    line-height: 18px;
    font-size: 96%;
    color: dimgray;
    text-align: left;
}
.TextoBp{
    margin: 0;
    font-size: 90%;
    color: dimgray;
    text-align: left;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
}
.TituloBp{
    margin: 0;
    font-size: 100%;
    color: #9dbd1c;
    text-align: left;
    text-transform: uppercase;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
}
.TituloCriterios{
    margin: 0;
    font-size: 120%;
    color: #9dbd1c;
    text-align: left;
    font-weight: bold;
}
.TextoCriterios{
    margin: 0;
    font-size: 95%;
    line-height: 18px;
    color: dimgray;
    text-align: left;
    padding-left: 10px; 
    text-indent: -.7em;
    padding-top: 0;
}
.ul{
  list-style: none;
  padding: 0;
  margin: 0;    
}
.li{
    padding-top: 10px;
    padding-left: 1em; 
    text-indent: -.7em;
}
.TextoCriterios::before {
  content: "•";
  color: dimgray;
}
.iconClose{
    height: 20px;
    width: 20px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
}
.centerClose {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.iconRecru{
    width: 25%;
    margin: auto;
    margin-bottom: 25px;
}
/*CSS MODAL CHEFE EQUIPA FIM*/
@media screen and (max-width: 15000px){
    .modal{
        width: 645px;
        height: 615px;
    }
    .ModalBPCliente{
        width: 645px!important;
        height: 615px!important;
    }
    .boxRecru{
        width: 85%;
    }
    .TituloRecru{
        font-size: 140%;
    }
}
@media screen and (max-width: 1366px){
    .modal{
        width: 645px;
        height: 615px;
    }
    .ModalBPCliente{
        width: 645px!important;
        height: 615px!important;
    }
    .boxRecru{
        width: 85%;
    }
    .TituloRecru{
        font-size: 140%;
    }
}

@media screen and (max-width: 1200px){
    .modal{
        width: 645px;
        height: 615px;
    }
    .ModalBPCliente{
        width: 645px!important;
        height: 615px!important;
    }
    .boxRecru{
        width: 85%;
    }
    .TituloRecru{
        font-size: 140%;
    }
}
@media screen and (max-width: 650px){
    .modal{
        width: 460px;
        height: 500px;
    }
    .ModalBPCliente{
        width: 460px!important;
        height: 500px!important;
    }
    .boxRecru{
        width: 85%;
    }
    .TituloRecru{
        font-size: 100%;
    }
    .contentCrtierios{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 500px){
    .modal{
        width: 380px;
        height: 460px;
    }
    .ModalBPCliente{
        width: 380px!important;
        height: 460px!important;
    }
    .boxRecru{
        width: 85%;
    }
    .TituloRecru{
        font-size: 100%;
    }
    .contentCrtierios{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 360px){
    .modal{
        width: 300px;
        height: 360px;
    }
    .ModalBPCliente{
        width: 300px!important;
        height: 360px!important;
    }

    .boxRecru{
        width: 85%;
    }
    .TituloRecru{
        font-size: 80%;
    }
}


.PagResiEmpre {
    padding: 0;
    padding-left: 6px;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
    font-size: 15px;
    /*font-weight: 400 !important;*/
    line-height: 20px;
    word-spacing: 2px!important;
}

.PagResiEmpre .para {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.PagCT{
    margin-top:55px;
    text-align: justify;
    font-size: 17px;
    line-height: 21px;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
}
.Ita{
    color: #7a6ba2!important;
    font-size: 100%;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
    font-style: italic; 
}
.PagResiEmpreTitulo{
    color: #7a6ba2!important;
    font-size: 100%;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
}

.PagResiEmpre .para p {
    color: #717171;
    font-size: 100%;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
}
.PagResiEmpreCabe{
    color: #717171;
    font-size: 120%;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
}
.TxtRoxo {
    text-decoration: none;
    color: #7a6ba2!important;
    font-weight: bold;
}

.imgCon{
    display:flex;
    justify-content: center;
    margin-top: 50px;
}

.imgCon img{
    height: 110px;
}

.ImgConc{
    display:flex;
    justify-content: center;
    margin-top: 50px;    
}
.imgConc img{
    width: 10%;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    display: none;
    /*width: auto;*/
    z-index: 1;
    margin-left: -10px;
    font-family: "Myriad Pro","PT Sans", sans-serif;
    text-align: left;
    padding-top: 10px!important;
}

.dropdown-content a {
    color: rgb(200,200,200);
    text-decoration: none;
    display: block;
    font-size: 14px!important;
    padding:5px 0px 0px 0px!important;
    /*background-color: white;*/
}

.dropdown:hover .dropdown-content {display: block;}

.Telecomu{
    border-bottom: 1px solid rgb(200,200,200);
    padding-top: 8px;
    text-transform: uppercase;
}

.Telecomu:hover{
    border-bottom: 1px solid #7a6ba2;
    padding-top: 8px;
    text-transform: uppercase;
}
.Ener{
    border-bottom: 1px solid rgb(200,200,200);
    padding-top: 8px;
    text-transform: uppercase;
}
.Ener:hover{
    border-bottom: 1px solid #9cbd1a;
    padding-top: 8px;
    text-transform: uppercase;
}
.TiSof{
    border-bottom: 1px solid rgb(200,200,200);
    padding-top: 8px;
    text-transform: uppercase;
}
.TiSof:hover{
    border-bottom: 1px solid #fc7216;
    padding-top: 8px;
    text-transform: uppercase;
}

.Telecomu:hover{
    color: #7a6ba2;
}
.Ener:hover{
    color: #9dbd1c;
}
.TiSof:hover{
    color: #fb7115;
}
@media screen and (max-width: 991px){
    .dropdown:active .dropdown-content {display: none;!important;}
    .dropdown:hover .dropdown-content {display: none;!important;}
    .dropdown:focus .dropdown-content {display: none;!important;}
}

.txtCon{
    margin-top: -15px;
    font-size: 1.2rem;
    font-family: "Myriad Pro Condensed", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
.ulCon{
  list-style: none;
  padding: 0;
  margin: 0;  
  position: absolute;
  bottom: 0;
}

.accordion {
    background-color: #eee;
    color: #7a6ba2;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
    font-weight: bold;
    font-size: 155%!important;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion:after {
    content: '\002B';
    color: #777;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion2{
    background-color: #eee;
    color: #ee322c;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    font-family: "Myriad Pro Light","PT Sans", sans-serif;
    font-weight: bold;
    font-size: 155%!important;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion2:after{
    content: '\002B';
    color: #777;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.panel {
    padding: 0 18px;
    background-color: white;
    border-bottom: 2px solid white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.ContentPc{
    display:block;
}
.ContentTouch{
    margin-top: 20px;
    display:none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ContentTouch2{
    margin-top: 20px;
    display:none;
    width: 730px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 991px){
    .ContentPc {display: none;}
    .ContentTouch {display: block;}
    .ContentTouch2{display: block;}
}

@media screen and (max-width: 1199px){
    .ContentTouch2{width: 610px;}
} 
@media screen and (max-width: 670px){
    .ContentTouch2{width: 90%;}
}
@media screen and (max-width: 520px){
    .left{width: 45%!important;}
    .right{width: 45%!important;}
}
.sides{
    margin:0;
}
.left{
    float:left;
    width:48%;
    height: 125px;
    overflow:hidden;
    text-align:center;
    margin-top: 10px;
}
.left p{
    font-size: 70%;
}
.left h4{
    font-size: 80%;
}
.right{
    float:left;
    width:48%;
    height: 125px;
    overflow:hidden;
    text-align:center;
} 
.right p{
    font-size: 60%;
}
.right h4{
    font-size: 80%;
}

.orange{
    color: #fb7115;
}
.green{
 color: #9dbd1c;
}

.purple{
    color: #7a6ba2;
}

.red{
    background-color: inherit;
    color: #ee322c;
}

.ulTI{
    padding-left: 18px;
    color: #fb7115;
}
.ulTI li{
    padding-left: 25px;
}
.ulTI li a{
    color: #717171!important;
}
.ulTIports{
    padding-left: 0;
    color: #b1b1b1;
    list-style: none;
}
.ulTIports li{
    padding-left: 0;
}
.ulTIports li::before{
    content: "- ";
    color: #b1b1b1;
}