@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins-Light.ttf'),
    url('../fonts/Poppins/Poppins-ExtraLight.ttf'),
    url('../fonts/Poppins/Poppins-Bold.ttf'),
    url('../fonts/Poppins/Poppins-ExtraBold.ttf'),
    url('../fonts/Poppins/Poppins-SemiBold.ttf'),
    url('../fonts/Poppins/Poppins-Medium.ttf'),
    url('../fonts/Poppins/Poppins-Regular.ttf'),
    url('../fonts/Poppins/Poppins-Thin.ttf'),
    url('../fonts/Poppins/Poppins-Black.ttf');
}


.section--title{
    letter-spacing:-1px;
    font-size:1rem;
    color:rgb(141, 141, 141);
    text-transform: lowercase;
    font-weight:300;
    
    font-family: Poppins;
    font-weight:300;
}
.section--title:after{
    content: " ";
    display:block;
    width:40px;
    height:2px;
    background:var(--colorPrimary);
    
    position:relative;
    top:1px;
}
.system--area{
    padding:10px 0px;
    padding-bottom:40px;
    margin-top:20px;
}
.system--area > div{
    margin:0 auto;
}
.system--title{
    letter-spacing: -1px;
    line-height: 40px;
    margin-top:15px;
    margin-bottom:15px;

    font-family: Poppins;
    font-weight:800;
    color:rgb(61, 61, 61);
    font-size:2rem;
}
.system--subtitle{
    margin-top:40px;
    margin-bottom:30px;
    letter-spacing: -1px;
    font-family: Poppins;
    font-weight:600;
    font-size:1.3rem;
    color:rgb(61, 61, 61);
}
.system--description{
    margin-top:-7px;
    font-size:1.1rem;
    color:#444;

    font-family: Poppins;
    font-weight: 300;
}
.system--subdescription{
    margin-top:-7px;
    font-size:1.1rem;
    color:#444;

    font-family: Poppins;
    font-weight: 300;
}
.system--button{
    background:rgb(169, 236, 190);
    color:rgb(9, 36, 20);
    padding:15px 40px;
    border-radius:100px;

    position:relative;
    top:40px;

    font-family: Poppins;
    font-weight:300;
    font-size:1.2rem;
}
.system--button:hover{
    opacity:0.7;
    transition:0.3s;
    color:rgb(9, 36, 20);
}
.missao,
.visao,
.valores,
.politica{
    display:flex;
    justify-content: space-between;
    align-items:flex-start;
    margin-bottom:10px;
}
.misao p,
.visao p,
.valores p,
.politica p{
    margin-top:10px;
    max-width:660px;
}
.missao i{
    display:block;
    background:url('../icons/objetivo.png');
    background-size:100% 100%;
    min-width:60px;
    height:60px;
    margin-right:30px;
}
.visao i{
    display:block;
    background:url('../icons/missao.png');
    background-size:100% 100%;
    min-width:65px;
    height:65px;
    margin-right:30px;
    margin-top:10px;
}
.valores i{
    display:block;
    background:url('../icons/valores.png');
    background-size:100% 100%;
    min-width:65px;
    height:65px;
    margin-right:30px;
    margin-top:15px;
}
.politica i{
    display:block;
    background:url('../icons/politica.png');
    background-size:100% 100%;
    min-width:65px;
    height:65px;
    margin-right:30px;
    margin-top:15px;
}
.system--image{
    width:30vw;
    height:40vh;
    background:url('../img/img-3.png');
    background-size:100% 100%;  
    margin-top:50px;
}

.segmentos--section--title{
    letter-spacing:-1px;
    font-size:1.1rem;
    color:rgb(122, 122, 122);
    text-transform: lowercase;
    text-align:center;

    
    font-family: Poppins;
    font-weight:300;
}
.segmentos--section--title:after{
    content: " ";
    display:block;
    width:60px;
    height:2px;
    background:var(--colorPrimary);
    
    position:relative;
    margin:1px auto;
}
.segmentos{
    margin:40px auto;
    width:83%;
    max-width:1560px;
    margin-bottom:90px;
}
.icon--segmentos{
    display:block;
    margin:20px auto;
    color:rgb(78, 78, 78);

    text-align:center;
    font-size:2rem;
}
.segmentos--title{
    letter-spacing: -2px;
    line-height: 35px;
    font-weight:600;
    color:#333;
    font-size:2rem;
    text-align:center;
    
    font-family: Poppins;
    font-weight:600;

    display:block;
    max-width:700px;
    margin:10px auto;
}
.segmentos--card{
    width:100%;
    margin:50px auto;

    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.segmentos--card > a{
    width:240px;
    height:290px;
    box-shadow:0px 0px 2px 1px #ddd;
    border-radius:10px;
    padding:0px 10px;
    padding-top:30px;
    position:relative;
    margin:15px 15px;
}
.segmentos--card > a:hover{
    cursor:pointer;
    box-shadow: 0px 0px 4px 2px #ddd;
    transition: 0.3s;
}
.segmentos--card > a > i,
.segmentos--card > a > h3
.segmentos--card > a > span
{
    pointer-events: none;
}
.iconCard{
    color:#222;
    font-size:3rem;

    display:block;
    width:100%;
    margin:0 auto;
}
.card--title{
    font-size:1.1rem;
    text-align:center;
    color:#444;
    pointer-events: none;

    font-family: Poppins;
    font-weight:600;
    margin-top:15px;
}
.card--description{
    color:#666;
    display:block;
    width:95%;
    margin:10px auto;
    text-align:center;
    pointer-events: none;

    font-family: Poppins;
    font-weight:400;
    line-height:20px;
}
.card--button{
    float:right;
}
.collapse--title{
    letter-spacing: -1px;
    line-height: 30px;
    font-weight:600;
    color:#222;
    font-size:1.8rem;
    
    font-family: Poppins;
    font-weight:500;
    margin-top:15px;
    margin-bottom:35px;
}
.collapse--area{
    margin-bottom:50px;
}
.collapse--area span{
    margin-right:10px;
}
.collapse--area p{
    font-size:1.15rem;
    font-family: Poppins;
    margin-top:-10px;
}
#iconFiscal{
    width:55px;
    height:65px;
    background:url('../icons/fiscal.svg');
    background-size:100% 100%;
}
#iconPagamento{
    width:70px;
    height:65px;
    background:url('../icons/pagamento.svg');
    background-size:100% 100%;
}
#iconSocietario{
    width:75px;
    height:50px;
    background:url('../icons/societario.svg');
    background-size:100% 100%;
    margin-top:15px;
}
#iconContabil{
    width:55px;
    height:65px;
    background:url('../icons/contabil.svg');
    background-size:100% 100%;
}
#iconConsultoria{
    width:65px;
    height:65px;
    background:url('../icons/consultoria.svg');
    background-size:100% 100%;
}
#iconBPO{
    width:65px;
    height:65px;
    background:url('../icons/bpo.svg');
    background-size:100% 100%;
}
.bpo--title{
    font-size:1.5rem;
    margin-bottom:20px;
}


/* clientes */
.costumer--area{
    width:100%;
    background:#fafafa;
    padding-bottom:70px;
    padding-top:20px;
}
.costumer--title{
    letter-spacing:-2px;
    font-family: Poppins;
    font-weight:600;
    font-size:2rem;
}

.arrow--left,
.arrow--right{
    font-size:3rem;
    cursor: pointer;
}
.arrow--left:hover,
.arrow--right:hover{
    opacity:0.7;
    transition:0.3s;
}
.costumer--list {
    width:150px !important;
    height:150px;
    border-radius:150px;
    border:1px solid #ddd;
    margin:0px 20px;
    background:white;

    display:flex;
    justify-content: center;
    align-items:center;
}
.costumer--list img{
    border-radius:50%;
}
.costumer--list--out{
    display:none;
}
.costumer--list--control{
    position:absolute;
    bottom:-40px;
    width:200px;
    height:10px;
    
    display:flex;
    justify-content: center;
}
.list--control{
    display:block;
    width:10px;
    height:10px;
    background:gray;
    border-radius:50%;
    margin:0px 8px;
    opacity:0.5;
}
.list--control:first-child{
    opacity:1;
}


/* form */
.form{
    width:45%;
    margin-top:30px;
    margin-bottom:60px;
}
.form--title{
    letter-spacing: -2px;
    line-height: 30px;
    font-weight:600;
    color:#222;
    font-size:2rem;
    
    display:block;
    width:100%;
    font-family: Poppins;
    font-weight:600;
}
.form div{
    margin-bottom:15px;
}
.form div label{
    font-size:1.1rem;
}
.form div input{
    margin-top:3px;
    height:42px;
}
.form div textarea{
    height:150px;
}
.form--button{
    margin-top:20px;
    background:var(--colorPrimary);
    color:white;
}

.form--data{
    margin-left:30px;
    width:45%;
}
.form--data > div{
    margin-bottom:15px;
}
.form--data div > div{
    display:flex;
    align-items: center;
    margin-bottom:5px;
}
.form--data div h5{
    color:rgb(107, 107, 107);
    margin:0px 0px;
    font-size:1rem;
}
.form--data div i{
    font-size:1.2rem;
    margin-right:10px;
    color:var(--colorPrimary);  
    margin-top:5px;
}
.form--data div span{
    display:block;
    font-size:1.05rem;
    font-weight:300;
    margin-top:-10px;
}
.form--data iframe{
    width:100%;
}

.scrollTop{
    position:fixed;
    right:30px;
    bottom:30px;

    background:var(--colorPrimary);
    border-radius:200px;
    
    width:60px;
    height:60px;

    display:flex;
    justify-content: center;
    align-items:center;
}
.scrollTop i{
    font-size:4rem;
    color:white;
    font-weight:300;
    cursor:pointer;
}
.scrollTop:hover{
    opacity:0.7;
    transition:0.3s;
}

.areaRestrita{
    background:#f2f2f2;
    padding:70px 0px;
}
.areaRestrita > div {
    display:flex;
    justify-content: center;
}
.servicos--area{
    max-width:860px;
}
.servicos--area > h3{
    text-align:center;
    font-size:2rem;
    letter-spacing: -1px;
}
.servicos--icons{
    width:140px;
    margin-right:15px;
    text-align:center;
    margin-bottom:10px;
}
.servicos--icons i{
    font-size:2.5rem;
    display:block;
}
.btnServicos{
    display:block;
    margin:20px auto;
    width:120px;
    padding:10px 0px;
    background:var(--colorPrimary);
    color:white;
    text-align:center;
    border-radius:5px;
    font-size:1.1rem;
}
.btnServicos:hover{
    color:white;
    opacity:0.8;
    transition:0.3s;
}

@media(max-width:1460px){
    .segmentos--card{
        justify-content: center;
    }
}

/* mobile */
@media(max-width: 1260px){
    .slider-item-show5 {
        --swiffy-slider-item-count: 4 !important;
    }
}
@media (max-width: 1060px){
    .slider-item-show5 {
        --swiffy-slider-item-count: 3 !important;
    }
    header{
        height:700px;
    }
    .slide{
        margin:0 auto !important;
    }
    .slide--image{
        display:none;
    }
    .slide--area > div{
        width:100% !important;
        margin: 10px auto;
    }
    .slide--title,
    .slide--description{
        text-align:center !important; 
    }
    .btnSlide{
        display:flex;
        justify-content: center;
        margin-top:50px !important;
    }

    .system--area{
        margin-top:-30px;
    }
    .system--image{
        display:none;
    }

    .produtos--div > div > div{
        width:100% !important;
    }
    .objetivo,
    .missao,
    .politica{
        width:100% !important;
    }

    .segmentos{
        margin-top:20px;
    }
    .segmentos--card{
        justify-content: center;
    }
    .segmentos--card > a{
        margin-bottom:30px;
    }

    .costumer{
        margin-top:-10px;
    }

    .form{
        width:100%;
    }
    .form--data{
        width:100% !important;
        margin-top:50px;
        margin-left:0px;
    }
    .form--data iframe{
        width:100% !important;
    }

}

@media(max-width:960px){
    #formLogin{
        width:50%;
        margin:0 auto;
    }
}

@media(max-width:670px){
    header{
        height:300px;
    }
    .objetivo i,
    .missao i,
    .politica i{
        display:none;
    }
    .segmentos{
        margin-top:-10px;
    }
    .slide--title{
        font-size:3.2rem;
        line-height:55px;
    }
    .formInf{
        display:none;
    }

    #formLogin{
        width:95%;
        margin:0 auto;
    }
    .slider-item-show5 {
        --swiffy-slider-item-count: 1 !important;
    }
}
