*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box !important;
    font-family: 'Lato', sans-serif;
}

html {
  scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 80px;
}

a{
    text-decoration: none;
}

h1{
    font-size: 40px;
    color: #146835;
}

h2{
    color: #146835;
}

p{
    font-size: 20px;
}

/* Estilos referentes ao header */

#header{
    width: 100%;
    height: 100vh;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
}

#area-menu{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

#menu{
    display: flex;
    list-style: none;
    gap: .5rem;
}

#menu a{
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    display: block;
    padding: 25px 20px;
    font-weight: bold;
}

#menu a:hover{
    color: #146835;
}

#logo img{
    width: 70%;
    margin-left: 10px;
}

#btn-mobile{
    display: none;
}

.content-header{
    width: 100%;
    height: 100vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #00000052;
}

.infos-header{
    width: 60%;
    height: 50%;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.infos-header h1{
    font-size: 46px;
    color: #fff;
}

.infos-header p{
    font-size: 22px;
    margin-top: 10px;
}

.btn{
    width: 30%;
    position: relative;
    display: block;
    font-size: 20px;
    text-decoration: none;
    margin: auto;
    margin: 30px 35%;
    padding: 20px;
    overflow: hidden;
    transition: 1s all ease;
    background-color: #146835;
    border-radius: 5px;
}

.btn span{
    z-index: 2;
    position: relative;
    color: #fff;
}

.btn::before{
    background: #9CBC59;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: all 0.6s ease;
    color: #fff;
}

.btn-about::before, .btn-link-contact::before{
    width: 100%;
    height: 0%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.btn-about:hover::before, .btn-link-contact:hover::before{
    height: 380%;
}

.btn-link-contact{
    width: 40%;
    margin: 10px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

/* Estilos referentes ao about-us */

#about-us{
    width: 100%;
    margin-top: 30px;
    padding: 0 2%;
}

.content-about-us{
    width: 100%;
    min-height: 70%;
    display: flex;
    justify-content: space-between;
}

.side-about{
    width: 55%;
    text-align: justify;
}

.side-about p{
    line-height: 30px;
    margin-bottom: 10px;
}

.side-about-img{
    width: 45%;
    text-align: end;
}

.side-about-img img{
    border-radius: 5px;
}

#btn-contact{
    width: 30%;
    height: 50px;
    border: none;
    margin-top: 15px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    background-color: #146835;
}

/* Estilos referentes ao product */

#product{
    width: 100%;
    height: 2000px !important;
    margin-top: 30px;
}

.title-product{
    padding: 0 2%;
}

.content-product{
    width: 100%;
    height: 450px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.content-product .card-product{
    width: 30%;
    height: 200px;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: #146835 0px 2px 8px 0px;
}

.content-product .card-product:hover{
    box-shadow: #146835 0px 10px 50px;
}

.card-product i{
    margin-bottom: 10px;
    color: #666666;
}

/* Estilos referentes ao questions-product */

.questions-product{
    width: 100%;
    margin-top: 30px;
}

.questions-product h1{
    text-align: center;
    margin-bottom: 15px;
}

.content-questions{
    width: 100%;
    padding: 0 8%;
}

.content-questions h2{
    color: #146835;
    margin-bottom: 15px;
}

.content-questions .question{
    width: 100%;
    margin-bottom: 20px;
}

.content-questions .question p{
    line-height: 35px;
}

.content-questions .question li{
    list-style: none;
    font-size: 20px;
    display: flex;
    margin-bottom: 10px;
}

.content-questions .question li .image-li{
    height: 36px;
}

.content-questions .question li .label-li{
    min-height: 36px;
    line-height: 36px;
    padding-left: 10px;
}

/* Estilos referentes ao services */

.services{
    width: 100%;
    height: 500px;
    margin-top: 30px;
    padding: 0 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.fluxograma{
    height: 100%;
    width: 50%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: #146835 0px 2px 8px 0px;
    background-color: #EEEEEE;
}

.row-fluxograma{
    width: 100%;
    height: 30%;
    margin: 1% 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.row-fluxograma .column{
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row-fluxograma i{
    color: #146835;
}

#arrow-1{
    transform: rotate(215deg);
    margin: 20px 0;
}

#arrow-2{
    transform: rotate(330deg);
    margin: 20px 0;
}

.card-fluxograma{
    width: 50%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #aaaaaa81;
}

.card-fluxograma img{
    margin: auto;
}

.row-fluxograma .column .card-fluxograma{
    width: 90%;
    height: 60%;
    border-radius: 5px;
    text-align: center;
    line-height: 85px;
    background-color: #146835;
}

.row-fluxograma .card-fluxograma h2{
    color: #fff;
}

#card-fluxograma-2{
    background-color: #9CBC59;
}

.infos-services{
    width: 40%;
    height: 90%;
}

.infos-services h1{
    text-align: center;
    margin-bottom: 15px;
}

.infos-services p{
    font-size: 14pt;
}

.content-infos-services{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.card-infos-services{
    width: 30%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-infos-services p{
    text-align: center;
    font-size: 12pt;
}

.card-infos-services i{
    margin-bottom: 10px;
    color: #666666;
}

/* Estilos referentes ao operation */

.operation{
    width: 100%;
    height: 360px;
    margin-top: 30px;
}

.operation h1{
    text-align: center;
    margin-bottom: 20px;
}

.content-operation{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.card-operation{
    width: 30%;
    height: 230px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.circle-card-operation{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 998;
    top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9CBC59;
}

.circle-card-operation i{
    color: #fff;
}

.content-card-operation{
    width: 100%;
    height: 200px;
    margin-top: -20px;
    padding: 0 20px;
}

.content-card-operation h2{
    text-align: center;
    margin: 10px 0;
}

.content-card-operation li{
    list-style: none;
    font-size: 20px;
    margin-bottom: 10px;
}

/* Estilos referentes ao differentials */

#differentials{
    width: 100%;
    height: 1500px;
    margin-top: 30px;
}

.service-differentials{
    width: 100%;
    height: 520px;
    padding: 10px 10% 0 10%;
    background-color: #146835;
}

.service-differentials h1{
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.service-differentials li, .technology-differentials li{
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.label-service-differentials, .label-technology-differentials{
    min-height: 36px;
    line-height: 36px;
    padding-left: 10px;
    font-size: 20px;
}

.service-differentials h2{
    color: #fff;
    margin-bottom: 10px;
}

/* Estilos referentes ao technology */

.technology{
    width: 60%;
    margin: auto;
    z-index: 11;
    position: relative;
    top: -90px;
    border-radius: 5px;
}

.card-technology{
    width: 100%;
    height: 150px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.technology-differentials{
    width: 100%;
    height: 620px;
    position: relative;
    top: -180px;
    padding: 100px 10% 0 10%;
    background-color: #146835;
}

.technology-differentials h1{
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.technology-differentials h2{
    margin-bottom: 10px;
    color: #fff;
}

/* Estilos referentes ao client */

#client{
    width: 100%;
    height: 650px;
    margin-top: 30px;
}

#client h1{
    text-align: center;
    margin-bottom: 10px;
}

.content-client{
    width: 100%;
    height: 580px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.content-client img{
    width: 180px;
    margin: 5px 10px;
}

.cases-client{
    width: 100%;
    height: 350px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cases-client .case{
    width: 46%;
    height: 100%;
}

.cases-client .case h1{
    text-align: left !important;
}

.content-case{
    width: 100%;
    height: 120px;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-case{
    width: 30%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    text-align: center;
    background-color: #9CBC59;
}

.card-case p{
    font-weight: bold;
    color: #fff;
}

.case li{
    list-style: none;
    font-size: 20px;
    margin: 10px 0;
}

/* Estilos referentes ao contact */

#contact{
    width: 100%;
    height: 650px;
    margin: auto;
    margin-top: 60px;
    padding: 0 2%;
    display: flex;
    justify-content: space-around;
}

.side-contact-img{
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}

.side-contact-img img{
    width: 90%;
    border-radius: 5px;
}

.side-contact-img .infos-side-contact{
    width: 90%;
    text-align: center;
    margin-top: 10px;
}

.side-contact{
    width: 50%;
    height: 100%;
    margin: auto;
}

.side-contact h1{
    margin-bottom: 20px;
    text-align: center;
}

.side-contact p{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.side-contact .row-contact{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.side-contact .inputBox{
    position: relative;
    width: 100%;
    height: 46px;
    margin-bottom: 30px;
}

.side-contact .inputBoxEmail{
    position: relative;
    width: 100%;
    height: 46px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.side-contact .inputBoxTextArea{
    position: relative;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.side-contact .inputBox:last-child, .inputBoxTextArea:last-child, .inputBoxEmail:last-child{
    margin-bottom: 0;
}

.side-contact .inputBox input, .side-contact .inputBoxEmail input, .side-contact .inputBoxTextArea textarea{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #111;
    background: transparent;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    font-size: 20px;
    color: #111;
    font-weight: 300;
}

.side-contact .inputBoxTextArea textarea{
    height: 150px;
}

.side-contact .inputBox span, .side-contact .inputBoxEmail span, .side-contact .inputBoxTextArea span{
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    transition: 0.5s;
    pointer-events: none;
}

.side-contact .inputBox input:focus ~ span, .side-contact .inputBoxEmail input:focus ~ span, .side-contact .inputBoxTextArea textarea:focus ~ span,
.side-contact .inputBox input:valid ~ span, .side-contact .inputBoxEmail input:valid ~ span
{
    transform: translateX(-10px) translateY(-32px);
    font-size: 12px;
}

.inputBox .btn-contact{
    width: 20%;
    height: 50px;
    border: none;
    margin: 0;
    cursor: pointer;
}

.btn-contact span{
    color: #fff !important;
    margin-left: 20%;
}

.inputBox .btn-contact::before{
    width: 100%;
    height: 0%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.inputBox .btn-contact:hover::before{
    height: 380%;
}

/* Estilos referentes ao footer */

footer{
    width: 100%;
    height: 150px;
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background-color: #146835;
}

footer p{
    margin: 10px 0;
	font-size: 12px;
}

#p-contact{
    display: flex;
    color: #fff;
    justify-content: center;
    margin-bottom: 10px;
}

#p-contact img{
    margin-right: 10px;
	height: 15px;
}

footer p a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
}

/* Estilos referentes a página de login */

#area-login{
    width: 100%;
    height: 100vh;
    display: flex;
}

.form-login{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-form-login{
    width: 80%;
    height: 70%;
}

.content-form-login h1{
    text-align: center;
    margin-bottom: 20px;
}

.content-form-login .inputBox{
    position: relative;
    width: 100%;
    height: 46px;
    margin-bottom: 30px;
}

.content-form-login .inputBox:last-child{
    margin-bottom: 0;
}

.content-form-login .inputBox input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #111;
    background: transparent;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    font-size: 20px;
    color: #111;
    font-weight: 300;
}

.content-form-login .inputBox span{
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    transition: 0.5s;
    pointer-events: none;
}

.content-form-login .inputBox input:focus ~ span, .content-form-login .inputBox input:valid ~ span{
    transform: translateX(-10px) translateY(-32px);
    font-size: 12px;
}

.btn-login{
    width: 30%;
    height: 45px;
    position: relative;
    display: block;
    font-size: 20px;
    text-decoration: none;
    overflow: hidden;
    transition: 1s all ease;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    margin: 30px 0;
    background-color: #146835;
}

.btn-login::before{
    background: #9CBC59;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: all 0.6s ease;
    color: #fff;
}

.content-form-login .btn-login::before{
    width: 100%;
    height: 0%;
    transform: translate(-50%,-50%) rotate(45deg);
    background-color: #9CBC59;
}

.content-form-login .btn-login:hover::before{
    height: 380%;
}

.btn-login span{
    z-index: 2;
    position: relative;
    color: #fff;
}

#btn-google{
    width: 100%;
    height: 46px;
    font-size: 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
}

#btn-google img{
    width: 40px;
    margin-right: 10px;
}

.background-login{
    width: 60%;
    height: 100%;
    background-image: url("../images/pexels-abhilash-sahoo-4402584.jpg");
    background-size: cover;

}

.content-bg-login{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.082);
}

.content-bg-login h2{
    text-shadow: 2px 2px 2px #ffffff;
}

.content-bg-login img{
    margin: 20px 0 10px 0;
    width: 400px;
}

@media (max-width: 600px){
    #header{
        height: 90vh;
    }


    #btn-mobile{
        display: block;
    }

    #menu{
        display: block;
        position: absolute;
        width: 100%;
        height: 0px;
        top: 70px;
        right: 0px;
        z-index: 1000;
        transition: .6s;
        visibility: hidden;
        overflow-y: hidden;
        background-color: #fff;
    }

    #nav.active #menu{
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;
    }

    #menu a{
        padding: 1rem 0;
        margin: 0px 1rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.062);;
    }

    #btn-mobile{
        display: flex;
        padding: .5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: .5rem;
    }

    #hamburguer{
        width: 20px;
        border-top: 2px solid;
        display: block;
    }

    #hamburguer::after, #hamburguer::before{
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        margin-top: 5px;
        transition: .3s;
        position: relative;
        background: currentColor;
    }

    #nav.active #hamburguer{
        border-top-color: transparent;
    }

    #nav.active #hamburguer::before{
        transform: rotate(135deg);
    }

    #nav.active #hamburguer::after{
        transform: rotate(-135deg);
        top: -7px;
    }

    .content-header{
        width: 100%;
        height: 90vh;
        padding: 0;
        margin: 0;
        background-color: #0000006e;
    }

    .infos-header{
        width: 80%;
        height: 70%;
        color: #fff;
    }
    
    .infos-header h1{
        font-size: 30px;
    }
    
    .infos-header p{
        font-size: 22px;
        margin-top: 10px;
        text-align: justify;
    }

    #header .btn{
        width: 100%;
        margin: 20px 0;

    }

    #about-us{
        width: 85%;
        padding: 0;
        margin: auto;
        margin-top: 30px;
    }

    #about-us .btn{
        width: 100%;
    }

    .content-about-us{
        display: block;
        padding: 0;
        margin: 0;
    }

    .side-about{
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .side-about-img{
        display: none;
    }

    #product{
        width: 100%;
        height: 4600px !important;
        margin: auto;
        margin-top: 30px;
        padding: 0 10%;
    }
    
    .title-product{
        padding: 0;
    }
    
    .content-product{
        min-height: 1300px;
        padding: 0;
    }
    
    .content-product .card-product{
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    
    .card-product img{
        margin-bottom: 10px;
    }

    .questions-product{
        width: 100%;
        margin: auto;
        margin-top: 30px;
        padding: 0;
    }
    
    .questions-product h1{
        margin-bottom: 15px;
        font-size: 34px;
    }
    
    .content-questions{
        width: 100%;
        padding: 0;
    }
    
    .content-questions h2{
        color: #146835;
        margin-bottom: 10px;
    }

    .content-questions p{
        text-align: justify;
    }
    
    .content-questions .question{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .content-questions .question li{
        list-style: none;
        font-size: 20px;
        display: flex;
        margin-bottom: 10px;
    }
    
    .content-questions .question li .image-li{
        height: 36px;
    }
    
    .content-questions .question li .label-li{
        min-height: 36px;
        line-height: 36px;
        padding-left: 10px;
    }

    .services{
        width: 100%;
        height: 1150px;
        margin: 30px 0 0 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-start;
    }
    
    .fluxograma{
        height: 45%;
        width: 100%;
        padding: 0px;
        margin: 0 0 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .row-fluxograma{
        width: 100%;
        height: 30%;
        margin: 2% 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    
    .row-fluxograma .column{
        width: 37%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .row-fluxograma i{
        color: #146835;
    }
    
    #arrow-1{
        transform: rotate(215deg);
        margin: 10px 0;
    }
    
    #arrow-2{
        transform: rotate(330deg);
        margin: 10px 0;
    }

    .card-fluxograma{
        width: 90%;
    }
    
    .row-fluxograma .column .card-fluxograma{
        width: 100%;
        height: 48%;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        text-align: center;
        line-height: auto;
    }
    
    .row-fluxograma .card-fluxograma h2{
        font-size: 16px;
        color: #fff;
    }

    #card-fluxograma-2{
        background-color: #9CBC59;
    }
    
    .infos-services{
        width: 100%;
        height: 55%;
        margin: 0;
        padding: 0;
        display: block;
        margin-top: 0px;
    }

    .infos-services p{
        text-align: justify;
        font-size: 16pt;
    }
    
    .infos-services h1{
        text-align: center;
        margin-bottom: 15px;
        font-size: 34px;
    }
    
    .content-infos-services{
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 20px;
    }
    
    .card-infos-services{
        width: 50%;
        height: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .card-infos-services p{
        text-align: center;
    }
    
    .card-infos-services img{
        width: 64px;
        height: 64px;
    }

    .operation{
        width: 100%;
        height: 1350px;
        margin-top: 30px;
    }
    
    .operation h1{
        margin-bottom: 50px;
        font-size: 34px;
    }
    
    .content-operation{
        width: 100%;
        height: 900px;
        display: block;
    }
    
    .card-operation{
        width: 100%;
        margin-bottom: 50px;
    }

    #differentials{
        width: 100%;
        height: 2700px;
        margin-top: 320px;
    }
    
    .service-differentials{
        width: 100%;
        height: 870px;
        margin-top: 10px;
        margin: 0;
        padding: 10%;
        background-color: #146835;
    }
    
    .service-differentials h1{
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .service-differentials li, .technology-differentials li{
        color: #fff;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
    }
    
    .label-service-differentials{
        min-height: 36px;
        line-height: 36px;
        padding-left: 10px;
        font-size: 20px;
    }
    
    .service-differentials h2{
        color: #fff;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .technology{
        width: 90%;
        margin-top: -50px;
        top: 0px;
    }
    
    .card-technology{
        height: 180px;
    }

    .technology-differentials{
        width: 100%;
        min-height: 1350px;
        position: relative;
        padding: 100px 10% 0 10%;
        margin-top: 100px;
        background-color: #146835;
   }
    
    .technology-differentials h1{
        text-align: center;
        margin-bottom: 10px;
        color: #fff;
    }
    
    .technology-differentials h2{
        margin-bottom: 10px;
        color: #fff;
    }

    #client{
        width: 100%;
        min-height: 1800px;
        margin-top: 30px;
    }
    
    .content-client{
        height: 1500px;
        padding: 0 2%;
    }
    
    .content-client img{
        width: 150px;
        margin: 10px;
    }

    .cases-client{
        width: 85%;
        height: 800px;
        margin: auto;
        margin-top: 30px;
    }
    
    .cases-client .case{
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
    }
    
    .cases-client .case h1{
        text-align: center !important;
    }

    #contact{
        width: 85%;
        height: 1200px;
        margin-top: 10px;
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .side-contact{
        width: 100%;
        height: 55%;
        margin: auto;
    }

    .inputBox .btn-contact{
        width: 45%;
    }

    .inputBox .btn-contact span{
        margin-left: 25%;
    }

    .side-contact-img{
        width: 100%;
        height: 40%;
        padding: 0;
    }

    .side-contact-img img, .side-contact-img .infos-side-contact{
        width: 100%;
    }

    footer{
        width: 100%;
        height: 150px;
        margin-top: 50px;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        background-color: #146835;
    }

    footer p{
        margin: 10px 0;
		font-size: 11px;
    }
    
    #p-contact{
        justify-content: center;
        margin-bottom: 10px;
    }
    
    #p-contact img{
        margin-right: 10px;
		height: 15px;
    }
    
    footer p a{
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        margin: 0 5px;
    }

    #area-login{
        width: 100%;
        height: 100vh;
        display: block;
    }
    
    .form-login{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url("../images/pexels-abhilash-sahoo-4402584.jpg");
    }
    
    .content-form-login{
        width: 90%;
        height: 70%;
    }

    .btn-login{
        width: 40%;
    }
    
    .background-login{
        display: none;
    }
}