*{
    box-sizing: border-box;
    line-height: initial;
    padding: 0;
    margin: 0;
}
html.sr .for-reveal{
    visibility: hidden;
}
:root{
    --addColor100: #0077BB;
    --addColor75: #6898CE;
    --addColor50: #9AB8DF;
    --addColor25: #CFDDF1;
    --addColor10: #EEF3FA;
    --addBlueLight: #00BFFF;
    --addBlueDark:  #080A82;
    --orange100: #FF6F00;
    --green100: #00C853;
    --yellow100: #FFD600;
    --blueLight: #0ABDD1;
    --greenLight: #0AC7A6;
    --red100: #BA1319;
	--back: #ECEFF1; 
	--textGray: #90A4AE;
    --gray-light: #caccce;
    --gray100: #808080;
    --white: #ffffff;
    --black: #000000;
    --blueMediumDark: #00779D;
    --submenu: #eaeaea;
}
@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../lib/fonts/Quicksand/Quicksand-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand-fit';
    src: url('../lib/fonts/Quicksand/Quicksand-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../lib/fonts/Quicksand/Quicksand-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('../lib/fonts/Gotham/ttf/GothamBlack.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body{
    font-family: 'Quicksand-Regular', Arial;
    background-image: url('../images/website/background/background-main.png');
    background-size: cover;
    overflow-x: hidden;
    /* scroll-behavior: smooth ; */
}

header{ 
    position: relative;
    height: auto;
    min-height: 100vh;
    width: 100%;
    color: var(--blueMediumDark);
    background-attachment: fixed;
    background-image: url('../images/website/background/background_planes.png');
    background-size: cover;
    overflow: hidden;
}
header .hands{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    bottom: -10%;
}
.top-layer-shown .change-color-svg .st0{ fill: var(--white) !important;}
.top-layer-shown .change-color-svg .st1{ fill: var(--blueMediumDark) !important;}
.top-layer-shown{
    color: var(--white) !important;
}
nav .navbar-brand img{ width: 300px;}
nav .navbar-nav .nav-item  .dropdown-menu{ 
    background-color: var(--submenu);
    border: none;
    border-radius: 10px;
    font-family: 'Quicksand-regular';
    padding: 15px 0;
}
nav .navbar-nav .nav-item > .dropdown-menu{ left: -32px;}
nav .navbar-nav .nav-item .dropdown-menu .wrapper{ 
    display: flex;
    flex-direction: row;
    position: relative;
}
nav .navbar-nav .nav-item .dropdown-menu .wrapper .submenu-wrapper{
    display: flex;
    align-items: center;
    position: relative;
}
.dropdown-menu .wrapper .submenu-wrapper .icon-contract{
    color: var(--blueMediumDark);
    position: absolute;
    top: -20px;
    right: -5px;
    font-size: 1.3em;
    display: none;
    cursor: pointer;
}
.navbar-nav{ column-gap: 20px; flex-wrap: wrap;} 
.navbar-expand-lg .navbar-collapse{ justify-content: end; column-gap: 20px;}
.navbar-light .navbar-nav .nav-link,
.navbar-nav .dropdown-item { color: var(--blueMediumDark);}
.navbar-nav .dropdown-item:is(:focus,:hover){ background-color: unset; color: var(--orange100);}
.navbar-nav .dropdown-wrapper{ display: flex;}
/* .navbar-nav .submenu{ display: flex; align-items: flex-start;} */
.navbar-nav .submenu > a{ width: 280px;}
.navbar-nav .dropdown-menu .dropdown-wrapper  .level-1{ display: none;}
.dropdown-menu li{
    position: relative;
}
.dropdown-menu .submenu{ 
    display: none;
}
.nav-item.dropdown .dropdown-menu > li > a{
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.nav-item.dropdown .dropdown-menu ul > li > a img{ width: 20px;}
.dropdown-item.toggle-right.dropdown-toggle::after{transform: rotate(-90deg);}
.navbar-nav .dropdown-menu .dropdown-wrapper .level-1 li .dropdown-item{ padding-left: 31px;}
.navbar-nav .dropdown-menu .vertical-line{
    display: none;
    position: absolute;
    height: 80%;
    width: 2px;
    background-color: #8898bc;
    top: 50%;
    transform: translateY(-50%);
    /* left: 280px; */
}
/* .navbar-nav .dropdown-menu .vertical-line::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #8898bc;
    top: -9px;
    left: -1px;
}
.navbar-nav .dropdown-menu .vertical-line::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #8898bc;
    bottom: -9px;
    left: -1px;
} */
#btn-login, #btn-signup{
    position: relative;
    background-color: var(--blueMediumDark);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 5px 0;
    width: 120px;
}
#btn-signup{
    background-color: var(--addBlueDark);
}
#btn-signup:hover{ background-color: var(--addBlueLight); }
#btn-login:is(:hover){ background-color: var(--blueLight);}
nav{
    position: relative; 
    background-color: white;
    z-index: 4;
}
nav a{ text-decoration: none; color: unset;}
nav a:hover{ color: unset;}
nav ul{ 
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .container-nav{
    width: 100%;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
nav .nav-item{
    font-family: 'Quicksand-Bold';
    font-size: 1.1em;
}
/* nav .nav-item li a{
    display: flex;
    align-items: center;
    column-gap: 5px;
} */

#wrapper-login{
    position: relative;
    display: flex;
    column-gap: 5px;
}
#login-container{
    display: none;
    position: absolute;
    width: 300px;
    right: 0px;
    top: 50px;
    background-color: var(--submenu);
    border-radius: 10px;
    padding: 10px;
}
#login-general{
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
#login-general .input-container svg{ height: 25px;}
.input-container, .button-container{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
#login-general .input-container input{
    border: none;
    border-radius: 6px;
    color: var(--white);
    background-color: var(--blueMediumDark);
    padding: 5px 10px;
    width: 100%;
    font-family: 'Quicksand-regular';
    font-size: 0.9em;
}

/* .top-layer-shown .input-container input{
    color: var(--blueMediumDark);
    background-color: var(--white);
} */
.input-container input::placeholder{ 
    color: var(--white);
    font-family: 'Quicksand-Bold';
    font-size: 0.9em;
}
/* .top-layer-shown .input-container input::placeholder{
    color: var(--blueMediumDark);
} */

.input-container input:focus-visible{ outline: none;}
#login-general .button-container{
    font-family: 'Quicksand-Bold';
    justify-content: center;
    border-radius: 5px;
    border: none;
    font-size: 0.9em;
}
#login-general .button-container > button{
    background-color: var(--white);
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    color: var(--blueMediumDark);
}
#login-general .button-container > button:is(:focus, :hover){
    border: 1px solid var(--blueMediumDark);
}
/* .top-layer-shown #login-general .button-container:hover{ border: 3px solid var(--white);} */
/* #login-general .button-container:hover{
    border: 3px solid var(--blueMediumDark);
} */
#error-login-message {
    font-size: 0.8em;
    padding: 5px 0;
    font-family: 'Quicksand-Regular';
    text-align: center;
}
header .back-container{
    position: absolute;
    inset: 0;
}
header .back-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .back-container::before{
    content: '';
    /* display: none; */
    display: block;
    position: absolute;
    inset: 0;
    background-color: var(--white);
    opacity: 0.75;
}
header .back-container .top-layer{
    display: none;
    position: absolute;
    inset: 0;
    background-color: #246FDD;
    opacity: 0.60;
}
header .title-container{
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 85px;
}
header .title{
    font-family: 'Gotham-Black';
    color: var(--blueMediumDark);
    font-size: 3.5em;
    text-align: center;
}
header .elements-container{
    position: relative;
    z-index: 3;
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 100px 0;
}
.elements-left{ 
    /* grid-column: span 2/span 2; */
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}
.elements-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    row-gap: 50px;
}
header .aligned{
    display: flex;
    align-items: center;
    gap: 0px 30px;
}
header .elements-container .icon-element{
    cursor: pointer;
    max-width: 80px;
    min-width: 80px;
}
header .elements-container .elements-left .icon-element img{ border-radius: 0px 10px 10px 0px;}
header .elements-container .elements-right .icon-element img{     border-radius: 10px 0px 0px 10px;}
header .name-element{
    display: none;
    color: var(--white);
    font-size: 2em;
}
.counters-container{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    z-index: 3;
    padding-bottom: 50px;
}
.counter .icon-element{
    max-width: 80px;
    min-width: 80px;
}
.counter .icon-element svg .st0{fill: var(--blueMediumDark);}
/* .area-g-icon{grid-area: icon;}
.area-g-digit{grid-area: digits;}
.area-g-namec{grid-area: namec;} */
.counter{
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
}
.digits{
    font-family: 'Quicksand-Bold';
    font-size: 1.5em;
}
.name-c{
    font-size: 1.5em;
    /* margin-top: -30px; */
}
/* .grid-area-c{ grid-area: c;} */
/* main{
    background-image: url('../images/website/background-main.png');
} */
#local-presence{
    height: 100vh;
    display: flex;
    padding: 40px 30px 0 20px;
}
#map-local-presence{
    height: 100%;
    flex: 1 0 0;
}
#map-local-presence .tooltip-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}
#zone-countries{
    /* width: 350px; */
    width: auto;
}
#zone-countries h2.title-map{
    color: var(--addColor100);
    font-weight: bold;
    margin-bottom: 25px;
}
#zone-countries .container-country{ overflow: hidden auto; }
#zone-countries .container-country .c-item{
    display: flex;
    align-items: center;
    font-size: 1.1em;
}
.title-section{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 35px;
}
.title-section div{ position: relative;}
.title-section .line-left::after{
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color:#8095bc;
    border-radius: 50%;
    top: 46%;
    right: -15px;
}
.title-section .line-right::before{
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color:#8095bc;
    border-radius: 50%;
    top: 46%;
    left: -15px;
}
.title-section img{
    height: 5px;
    /* max-height: 10px; */
    object-fit: fill;
    width: 100%;
}
.title-section h2{
    font-family: 'Quicksand-Bold';
    margin: 0;
}
#about-us .container-horizontal{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    height: calc(100vh - 180px);
    /* height: 600px; */
}
#about-us .panel{
    width: 100%;
    display: flex;
    align-items: center;
}
#about-us .panel .panel-container{
    display: flex;
    height: 400px;
    width: 100%;
}
#about-us .panel:nth-child(1) .panel-container{
    background-color: var(--addColor25);
    mix-blend-mode: multiply;
}
#about-us .panel:nth-child(2) .panel-container{
    background-color: #afd4dd;
    mix-blend-mode: multiply;
}
#about-us .panel .panel-container img{
    width: 50%;
    object-fit: cover; 
}
#about-us img.img-right{clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);}
#about-us img.img-left{clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);}
#about-us .panel .panel-container .text-normal{ 
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about-us .panel .panel-container :is(.text-normal, .text-m-v) p{ text-align: justify;} 
.p-left{ padding-left: 80px;}
.p-right{ padding-right: 80px;}
.p-lr{ padding: 0 80px;}
.p-all{ padding: 40px 80px;}
.blue-bold{
    font-weight: bold;
    color: var(--addColor100);
}
.title-carousel{
    font-family: 'Quicksand-Bold';
    font-size: 1.3em;
}
#about-us .panel .panel-container .text-m-v{
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
#about-us .panel .panel-container .text-m-v:nth-child(1){
    background-image: url('../images/website/back-mission.png');
    /* clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%); */
    margin-right: -20%;
    background-position: bottom;
}
#about-us .panel .panel-container .text-m-v:nth-child(2){
    background-image: url('../images/website/back-vision.png');
    clip-path: polygon(33% 0, 100% 0%, 100% 100%, 0% 100%);
    align-items: flex-end;
}
#about-us .panel .panel-container .text-m-v:nth-child(2)::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    opacity: 0.85;
}
#values{ height: auto;}
#values .buttons-values{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
}
#values .buttons-values .value-element{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
#values .buttons-values .value-element .value-name{
    font-family: 'Quicksand-Bold';
    color: var(--addColor100);
    font-size: 1.2em;
}
#values .buttons-values .value-element .value-icon{
    min-width: 80px;
    max-width: 80px;
}
#values .buttons-values .value-element .value-icon svg{cursor: pointer;}
#values .buttons-values .value-element .value-icon svg:hover .st0{ fill: var(--addColor100);}
#values .buttons-values .value-element .value-icon svg.selected .st0{ fill: var(--addColor100);}
#values .value-description{
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
    /* background-color: var(--addColor100); */
}
#values .value-description article{
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}
#values .value-description article .wrapper-v {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-v {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 1.5em;
    font-family: 'Quicksand-Bold';
    margin-bottom: 15px;
}
.title-v span{
    display: inline-block;
    font-size: 13px;
    position: absolute;
    top: 7px;
    margin-left: 16px;
}
.text-v{ text-align: justify; font-size: 1.1em;}
.title-v:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    height: 3px;
    content: '';
    background-color: var(--white);
    /* margin-left: 2%; */
    margin-left: 3%;
}
.title-v::before {
    position: absolute;
    bottom: 18%;
    overflow: hidden;
    width: 15px;
    height: 3px;
    content: '';
    background-color: var(--white);
    right: -6px;
    transform: rotate(90deg);
}
#v-innovation{ background-image: url('../images/website/value-innovation.png');}
#v-intelligence{ background-image: url('../images/website/value-intelligence.png');}
#v-focus{ background-image: url('../images/website/value-customer.png'); background-position: center;}
#v-leadership{ background-image: url('../images/website/value-leadership.png'); background-position: center;}
#v-loyalty{ background-image: url('../images/website/value-loyalty.png');     background-position: right;}
#clients .title-section{ padding-bottom: 0px;}
#clients .img-clients{ width: 100%;}
#clients .img-clients-vertical{ display: none; width: 100%;}
footer{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    /* font-size: 0.8em; */
}
footer p{
    /* font-family: 'Quicksand-fit'; */
    margin-bottom: 5px;
    color: var(--blueLight);
}
footer .title-f{
    font-family: 'Quicksand-Bold';
    color: var(--blueMediumDark);
    font-size: 1.3em;
    margin-bottom: 5px;
}
footer .social-links{ margin-bottom: 5px;}
footer .social-links a img {
    width: 30px;
}
/* footer .brand{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
} */
footer a{
    color: var(--blueLight);
    text-decoration: none;
    /* font-family: 'Quicksand-fit'; */
    margin-right: 10px;
}
footer .social-media a:hover{
    color: var(--addColor100);
}
footer .wa-me.full img{ width: 150px;}
footer .wa-me.flex a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: var(--blueLight);
    font-size: 1.1em;
    font-family: 'Quicksand-Bold';
}
footer .wa-me.flex img{ height: 25px;}
@media screen and (max-width: 992px) {
    nav.navbar {position: absolute; width: 100%;}
    nav .navbar-nav .nav-item > .dropdown-menu.show {
        display: inline-block;
    }
}
@media screen and (max-width: 850px) {
    /* HEADER SECTION */
    header{
        min-height: unset;
        background-repeat: no-repeat;
        /* background-position-x: -250%; */
        background-size: auto;
    }
    header .hands{
        bottom: -20%;
    }
    header .title {
        font-size: 2.8em;
    }
    header .elements-container .icon-element {
        max-width: 60px;
        min-width: 60px;
    }
    header .name-element {
        font-size: 1.5em;
    }
    .digits {
        font-size: 1.2em;
    }
    .name-c {
        font-size: 1.1em;
    }

    /* LOCAL PRESENCE */
    #local-presence {
        flex-direction: column;
        padding: 40px 0 0;
        height: auto;
    }
    #map-local-presence {
        min-height: 400px;
    }
    #zone-countries {
        width: 100%;
        display: flex;
        column-gap: 20px;
        padding: 15px 20px;
    }
    #zone-countries .container-country {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        gap: 5px 10px;
        flex: 1 0 0;
    }
    #zone-countries h2.title-map {
        font-size: 1.5em;
        width: 210px;
        margin: 0;
    }
    #zone-countries .container-country .c-item {
        font-size: 1em;
    }
    .p-all {
        padding: 40px 40px;
    }
    /* ABOUT US SECTION */
    #about-us .panel .panel-container {
        height: 400px;
        position: relative;
    }
    .p-left {
        padding-left: 40px;
    }
    .p-right {
        padding-right: 40px;
    }
    #about-us .panel .panel-container :is(.text-normal, .text-m-v) p:not(.title-carousel) {
        font-size: 0.8em;
    }
    #about-us .panel .panel-container .text-m-v:nth-child(1) .container-text{ width: 250px !important;}
    #about-us .panel .panel-container .text-m-v:nth-child(2) .container-text{ width: 300px !important;}
    
    /* VALUES SECTION */
    #values .buttons-values .value-element .value-name { text-align: center;}
    #values .value-description {
        height: 450px;
    }
    .title-v:after {
        margin-left: 5%;
    }
}
@media screen and (max-width: 600px) {
    .elements-right{ flex: 1 0 0;}
    
    header .title {
        font-size: 2.5em;
    }
    header .title-container {
        justify-content: unset;
        top: 25%;
    }
    .p-all {
        padding: 40px 20px;
    }
    .p-left {
        padding-left: 20px;
    }
    .p-right {
        padding-right: 20px;
    }
    #about-us .panel .panel-container .text-m-v:nth-child(2) .container-text {
        width: 230px !important;
    }
    #about-us .panel .panel-container .text-m-v:nth-child(1) .container-text {
        width: 202px !important;
    }
    #values .value-description {
        height: 550px;
    }
    .title-v:after {
        margin-left: 6%;
    }
}
@media screen and (max-width: 450px){
    /*HEADER SECTION  */
    header{
        height: auto;
        min-height: auto;
        /* background-image: url('../images/website/background/background_planes-mobil.png'); */
        /* background-attachment: unset; */
        background-position: center;
    }
    header .hands{
        object-position: 60%;
    }
    /* nav {
        position: relative;
        padding: 20px 10px 0;
        z-index: 4;
    } */
    nav .navbar-brand img{ width: 200px;}
    nav .navbar-nav .nav-item > .dropdown-menu .submenu{ 
        position: static;
        /* background-color: white; */
        margin: 0 15px;
    }
    .nav-item.dropdown .dropdown-menu .submenu-wrapper ul a {
        white-space: break-spaces;
    }
    header .title-container {
        top: 30.5%;
    }
    header .title {
        font-size: 2em;
    }
    #login-container {
        width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 125%;
    }
    #login-general {
        row-gap: 15px;
    }
    .input-container input {
        padding: 5px 10px;
    }
    #btn-show-login {
        position: unset;
    }
    header .elements-container .icon-element {
        max-width: 50px;
        min-width: 50px;
    }
    header .elements-container {
        flex-wrap: nowrap;
        padding: 150px 0 100px 0;
    }
    header .elements-left {
        width: 50%;
    }
    header .elements-container .aligned{
        min-height: 90px;
    }
    header .elements-container .elements-right .aligned:nth-child(3){
        text-align: right;
    }
    header .name-element {
        font-size: 1.3em;
        white-space: break-spaces;
    }
    header .counters-container {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
        gap: 10px 10px;
        padding: 0 10px 50px;
        align-items: start;
    }
    #counters .counter:nth-child(3){ grid-column: span 2;}
    #counters .counter .digits {
        font-size: 1.1em;
    }
    #counters .counter .icon-element {
        max-width: 60px;
        min-width: 60px;
    }
    /* LOCAL PRESENCE */
    #map-local-presence {
        min-height: 200px;
    }
    #zone-countries {
        flex-direction: column;
    }
    #zone-countries .container-country {
        flex: unset;
    }
    #zone-countries h2.title-map {
        margin-bottom: 10px;
    }

    /* GENERAL */
    .title-section {
        column-gap: 20px;
    }
    .p-all {
        padding: 40px 20px;
    }
    .p-left{ padding-left: 20px;}
    .p-right{ padding-right: 20px;}
    /* .title-section img { max-height: 5px; height: auto;} */
    /* ABOUT US SECTION */
    #panels-container { width: 100% !important; flex-direction: column; height: auto !important;}
    #about-us .panel .panel-container {
        justify-content: space-between;
        padding: 20px 0;
        height: auto;
        max-height: 600px;
        row-gap: 20px;   
    }
    #about-us .panel .panel-container {
        flex-direction: column;
    }
    #about-us .panel:nth-child(1) .panel-container {
        flex-direction: column-reverse;
    }
    about-us .panel .panel-container {
        justify-content: space-between;
    }
    #about-us .panel .panel-container img.img-right {
        margin: 0 20px 0 auto;
        /* clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%); */
    }
    #about-us .panel .panel-container img.img-left {
        margin: 0 auto 0 20px;
    }
    #about-us img:is(.img-right, .img-left){
        width: 80% !important;
        height: 180px;
        background-color: rgba(255,255,255,0.6);
    }
    #about-us .panel .panel-container .text-normal {
        width: 100%;
    }
    #about-us .panel .panel-container .text-normal:is(.p-left, .p-right){ padding: 0 20px;}
    #about-us .panel .panel-container .text-m-v {
        position: relative;
        width: 100%;
        min-height: 250px;
        justify-content: center;
    }
    #about-us .panel .panel-container .text-m-v:nth-child(1) .container-text {z-index: 1;}
    #about-us .panel .panel-container .text-m-v:is(:nth-child(1),:nth-child(2)) .container-text {
        width: 100% !important;
    }
    #about-us .panel:nth-child(3) .panel-container{ row-gap: 0; padding: 0;}
    #about-us .panel .panel-container .text-m-v:nth-child(1)::before{ 
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.35);
    }
    #about-us .panel .panel-container .text-m-v:nth-child(2) { clip-path: none; position: relative; }
    #about-us .panel .panel-container .text-m-v .container-text:is(.p-left, .p-right){ padding: 0 20px !important;}

    /* VALUES SECTION */
    #values .value-description {
        height: 470px;
    }
    .title-v:after {
        margin-left: 9%;
    }
    #values .text-v {
        font-size: 0.8em;
    }
    #values .buttons-values .value-element .value-icon {
        min-width: 50px;
        max-width: 50PX;
    }
    /* #values .buttons-values .value-element .value-name {
        font-size: 1em;
    } */
    #v-innovation {
        background-position: center;
    }
    #v-intelligence {
        background-position: right;
    }
    #values .buttons-values{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 10px;
    }
    #values .buttons-values .value-element {
        flex: 1 0 0;
    }

    /* CLIENTS SECTION */
    #clients .img-clients{ display: none;}
    #clients .img-clients-vertical{ display: block;}


    /* FOOTER */
    footer{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        row-gap: 20px;
    }
    footer .wa-me {
        display: flex;
        justify-content: center;
    }
}