/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

/*====================================================
                   BUSINESS-GROWTH-P1
======================================================*/

.business-growth-p1 {
    padding-bottom: 100px;
}

.business-growth-p1>.container>.row>.service-padding {
    padding: 0;
}

#computador img {
    width: 100%;

}
#setas {
   min-height: 200px;
}
#setas img {
   width: 80%;
   margin-top: 15%;
}
#celular img {
   width: 40%;
   margin-top: -9%;
}
#mobile {
    box-shadow: 5px 5px 10px #41464b;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 600px) {
    #setas {
        height: 200px;
    }
    #setas img {
        width: 20%;
        height: 150px;
        
    }
    #celular img {
       margin-top: 20%;
    }
}

.service-item {
    padding: 40px 0 0 0;
    margin: 0;
    border: 1px solid #ddd;
    border-right: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: padding .5s ease;
}

.service-item:last-child {
    border-right: 1px solid #ddd;
}

.service-item:hover {
    padding: 20px 0 20px 0;
    margin: 0;
    transition: all .5s ease;
    border-bottom: 5px solid #2196f3;
}

.service-item button {
    margin-bottom: 20px;
}

.service-item-icon {
    width: 102px;
    height: 102px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 6px solid #f6f6f6;
    border-radius: 100%;
}

.service-item-icon i {
    color: #2196f3;
    height: 90px;
    line-height: 90px;
    width: 90px;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
    text-align: center;
}

.service-item:hover .service-item-icon i {
    color: #fff;
    background-color: #2196f3;
}

.service-item-title h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.service-item-desc p {
    margin: 20px auto;
    width: 70%;
    text-align: center
}

ul.service-spec {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 40px 0;
}

ul.service-spec li p {
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .business-growth-p1 {
        padding: 0 40px 100px 40px;
    }
}


/*====================================================
                   FINANCIAL-P1
======================================================*/
 
.financial-p2-bg {
    background-image: url(../img/image-1.jpg);
    background-repeat: no-repeat;
}

.financial-p3-bg {
    background-image: url(../img/image-2.jpg);
    background-repeat: no-repeat;
}

#financial-p1 .financial-p1-emp-desc-d {
    display: block;
}

#financial-p1 .financial-p1-pos {
    /*height: 600px;*/
    width: 100%;
    padding: 150px 50px;
    background: #fff;
}

#financial-p1 .financial-p1-pos .financial-p1-cont {
    padding-left: 70px;
}

#financial-p1 .financial-p1-pos .financial-p1-cont h3 {
    font-weight: normal;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    padding:5px 0 10px 0;
}

#financial-p1 .financial-p1-pos .financial-p1-cont p {
    font-size: 15px;
}

@media (max-width: 767px) {

    #financial-p1 .financial-p1-emp-desc-u {
        display: block;
    }

    #financial-p1 .financial-p1-emp-desc-d {
        display: none;
    }
    .financial-p1-emp-img {
        height: 300px;
    }
    #financial-p1 .financial-p1-pos {
        width: 100%;
        padding: 50px 50px;
        background: #fff;
    }
}

@media (max-width: 420px) {

    #financial-p1 .financial-p1-pos .financial-p1-cont {
        padding-left: 10px;
    }
}

@media (min-width: 1600px) {
    #financial-p1 .financial-p1-pos .financial-p1-cont p {
        font-size: 16px;
    }
}


/*====================================================
                   FINANCIAL-P5
======================================================*/

.financial-p5 .title-bar {
    padding: 50px;
}

.financial-p5 .title-bar h1 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 20px auto 10px auto;
}

.financial-p5 .what-we-desc {
    text-align: center;
    padding: 0 10px;
}

.financial-p5 .what-we-desc i {
    float: none;
    font-size: 65px;
    height: 85px;
    line-height: 85px;
}

.financial-p5 .what-we-desc h6 {
    text-transform: uppercase;
}

.financial-p5 .what-we-desc h6,
.financial-p5 .what-we-desc p {
    color: #ddd;
}



/*====================================================
                   FINANCIAL-P6
======================================================*/

.financial-p6 {
    padding: 100px 0;
}

.financial-p6 .financial-p6-cont {
    padding-top: 10px;
    padding-left: 100px;
}

.financial-p6 .financial-p6-cont h2{
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color:#555;
}

.financial-p6 .financial-p6-cont p{
    font-size: 14px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .financial-p6 .financial-p6-cont {
        padding-left: 20px;
    }
}

@media (min-width: 1600px) {
    .financial-p5 .what-we-desc p {
        font-size: 16px;
    }    

    .financial-p6 .financial-p6-cont p{
        font-size: 16px;
        padding-bottom: 20px;
    }
}


/*====================================================
                       CAREER-P3
======================================================*/

.filter-button-group #career-p3{
    width: 100%;
    background: #f0f0f0; 
    padding:100px ;
 }

.filter-button-group #career-p3 .career-p3-title h3{
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

.filter-button-group #career-p3 .career-p3-cont {
	padding: 30px;
	margin: 15px 0;
	background: #fff;
	box-shadow: 2px 2px 2px #ddd;
  	-webkit-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out; 
}

.filter-button-group #career-p3 .career-p3-cont:hover{
        border-bottom: 3px solid #2196f3;
	box-shadow: 2px 2px 2px #aaa;
        margin-top: 12px;
}

.filter-button-group #career-p3 .career-p3-cont i{
	font-size: 55px;
	height: 70px;
	line-height: 70px;
	color:#2196f3;
}

.filter-button-group #career-p3 .career-p3-cont h5{
	color: #41464b;
	text-transform: none;
	padding-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter-button-group #career-p3 .career-p3-cont {
        padding: 10px 30px 30px 30px ;
        margin: 15px 0;
        background: #fff;
        box-shadow: 2px 2px 2px #ddd;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; 
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .filter-button-group .col-md-3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }    
}

@media (max-width: 420px){
    .filter-button-group #career-p3{
        width: 100%;
        background: #f0f0f0; 
        padding:100px 30px ;
     }
    .filter-button-group #career-p3 .career-p3-cont {
        padding: 20px ;
        margin: 15px 0;
        background: #fff;
        box-shadow: 2px 2px 2px #ddd;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; 
    }
}

.modal .modal-content {
    border: none;
}

.modal .modal-header {
        height: 150px;
}

.modal .bg1 {
        background: url(../img/modulos/compras.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}
.modal .bg2 {
        background: url(../img/modulos/calculadora.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}
.modal .bg3 {
        background: url(../img/modulos/datacorp.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}
.modal .bg4 {
        background: url(../img/modulos/datafisc.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}
.modal .bg5 {
        background: url(../img/modulos/dataflow.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}
.modal .bg6 {
        background: url(../img/modulos/datalab.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}
.modal .bg7 {
        background: url(../img/modulos/datamilk.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}
.modal .bg8 {
        background: url(../img/modulos/dataprod.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}
.modal .bg9 {
        background: url(../img/modulos/dataseller.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}
.modal .bg10 {
        background: url(../img/modulos/datashop.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
}

.modal .modal-header h1 {
    color: #fff;
    font-weight: bold;
}

@media (min-width: 300px) and (max-width: 767px) {
    .filter-button-group #career-p3{
        margin-left: -40px;
    }    
}