*{
    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; /* 0,191,255 */
    --addBlueDark:  #080A82; /* 8,10,130 */
    --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 ; */
}
body h3{
    font-size: 1.75em;
}
header{ 
    position: relative;
    height: auto;
    min-height: 100vh;
    width: 100%;
    color: var(--addBlueDark);
    /* background-attachment: fixed; */
    background-image: url('../images/website/background/headerRK.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
#plans{ padding: 20px 0px; }
#plans .page-title{
    text-align: center;
    color: var(--addBlueDark);
    font-family: 'Quicksand-Bold';
    margin-bottom: 1em;
}
#plans .main{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    height: 65vh;
}
#plans .main > div{
    position: relative;
    width: 30%;
    height: 100%;
    background-color: #F0F0F0; /* ECECEC */
    border-radius: 0px 80px 0px 80px;
    text-align: center;
}
#plans .top{
    width: 75%;
    background: linear-gradient(90deg, rgba(0,155,207,1) 0%, rgba(0,191,255,1) 50%);
    border-radius: 5px 30px 30px 5px;
    margin-top: 20px;
    color: white;
    padding: 5px 0px;
}
#plans .title{
    font-family: 'Gotham-Black';
    margin: 0px;
}
#plans .top p{ font-size: 0.8em; margin:0px; }
#plans .title span{
    font-family: 'Quicksand-Regular'
}
#plans .body{
    /* background-color: white; */
    color: darkslategrey;
    border-radius: 5px 40px 5px 40px;
    margin: 10px 20px;
    padding: 10px;
}
#plans .body .price{
    font-family: 'Quicksand-Bold';
    color: var(--addBlueDark);
    margin: 5px 10px;
}
#plans .body hr{
    border: 1px dashed white;
    width: 80%;
    margin: 10px auto;
}
#plans .body p{ font-size: 0.8em; }
#plans ul{
    padding: 0px;
    text-align: left;
    list-style: none;
}
#plans ul i{
    width: 25px;
    text-align: center;
}
#plans .shop{
    background: linear-gradient(270deg, rgba(0,155,207,1) 0%, rgba(0,191,255,1) 50%);
    width: 50%;
    padding: 5px;
    border-radius: 15px 3px 3px 15px;
    margin: 0px 0px 0px auto;
    
}
#plans .shop:hover{ animation: bounce 0.5s; }
@keyframes bounce{
    50%{scale: 1.2;}
    75%{scale: 1;}
    90%{scale: 1.1;}
    100%{scale: 1;}
}
#plans .shop a{
    text-decoration: none;
    color: white;
}
.navbar.navbar-expand-lg{
    border-bottom: 1px solid lightgray;
}
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{ height: auto; width: 150px;}
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: -90%;}
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(--addBlueDark);
    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(--addBlueDark);}
.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{
    position: relative;
    background-color: var(--addBlueDark);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 0px;
    width: 80%;
    height: 40px;
}
#btn-signup{
    background-color: transparent;
    color: var(--addBlueLight);
    border: none;
    padding: 5px 0px;
    height: 40px;
    transition: border 0.5s;
}
#btn-signup:hover{ border-bottom: 1px solid 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(--addBlueDark);
    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(--addBlueDark);
}
#login-general .button-container > button:is(:focus, :hover){
    border: 1px solid var(--addBlueDark);
}
/* .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 .shadowParallax{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 100px;
    left: -23%;
}
header .back-container{
    position: absolute;
    /* inset: 0; */
    left: 0;
    width: 100%;
    height: 100%;
}
header .back-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .back-container::before{
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-color: rgba(255,255,255,0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header .back-container .top-layer{
    display: none;
    position: absolute;
    inset: 0;
    background-color: #246FDD;
    opacity: 0.60;
}
header .title-container{
    position: relative;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 15px;
}
header .title{
    font-family: 'Gotham-Black';
    color: var(--addBlueDark);
    font-size: 3.5em;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
header .subtitle{
    width: 90%;
    text-align: center;
    color: var(--addBlueLight);
    filter: brightness(0.7);
    margin: 0 auto;
    max-width: 1200px;
}
header .elements-container{
    position: relative;
    z-index: 3;
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); */
    display: none; /*flex*/
    /* justify-content: space-between; */
    flex-wrap: wrap;
    padding: 100px 0;
    justify-content: flex-end;
}
.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;
}
.title-container .login-form{
    width: 90%;
    max-width: 500px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}
.title-container .login-form .message{
    text-align: center;
}
.login-form > a{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.login-form > p{
    margin: 0;
    color: var(--addBlueLight);
    font-size: 0.8em;
}
.title-container .description > a{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#login-general{
    position: relative;
}
.frm__input{
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid var(--addBlueLight);
    padding-left: 10px;
    box-sizing: border-box;
    color: var(--addColor100);
    font-size: 1.1em;
}
.frm__input::placeholder{
    color: var(--addColor50);
    font-family: 'Avenir Medium';
}

.frm__input:focus-visible, #btn__signIn{
    outline: none;
}
.text__small{
    font-size: 0.8em;
}
.right{
    text-align: right;
    margin-right: 10px;
}
#btn__signIn{
    height: 40px;
    width: 80%;
    text-align: center;
    border: none;
    background: linear-gradient(90deg, var(--addBlueDark) 0%, var(--addBlueLight) 80%);
    border-radius: 20px;
    color: var(--white);
    font-weight: bold;
    margin: 10px auto;
    padding: 0;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s;
}
#btn__signIn:hover{ border: 2px solid var(--addBlueLight); }
#btn__signIn:active{ transform: scale(0.9); }
.center{
    text-align: center;
}
#msg__error{
    font-size: 0.8em;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    display: none;
}
.counters-container{
    position: relative;
    display: none; /*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(--addBlueDark);}
/* .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{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100vh;
    /* height: calc(100vh - 180px); */
}
.container-horizontal .arrow{
    position: sticky;
    color: #73919C;
    cursor: pointer;
    z-index: 3;
    height: 90%;
    margin: auto 0px;
    opacity: 0.1;
    /* background-color: white; */
}
#panels-container .arrow:hover{ opacity: 0.6; background-color: #E2ECF0; }
.container-horizontal .arrow:active{ scale: 0.9; }
.container-horizontal .arrow i{ font-size: 3em; margin: 40vh 0px; }
.container-horizontal .arrow.left{
    margin: auto 0px; /* 50px 0px 0px 10px */
    left: 10px;
    border-radius: 25px 0px 0px 25px;
    padding-top: 18px;
}
.container-horizontal .arrow.right{
    margin: auto 0px; /* 50px 10px 0px 0px */
    left: calc(100% - 60px);
    border-radius: 0px 25px 25px 0px;
    padding-top: 18px;
}
.container-horizontal article:nth-child(3){ margin-left: -116px; }
#about-us .panel{
    width: 100%;
    display: flex;
    align-items: center;
    flex: 1 0 100%;
}
#about-us .panel .panel-container{
    color: slategray;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 50% auto auto;
    row-gap: 5px;
}
.panel-container .b-logo{ grid-column: 1/3; }
.panel-container .b-logo > div{
    background-color: rgba(180,180,180,0.2);
    position: relative;
    width: 50%;
    margin: 0 auto;
    height: 100%;
    border-radius: 0 0 15px 15px;
}
.panel-container .b-logo img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.panel-container .b-item0{
    grid-column: 3/5;
    align-self: center;
}
.b-item0 > div{
    width: 100%;
    height: auto;
}
.b-item0 > div:not(:first-child){ margin-top: 30px; }
.b-item0 img{
    width: 60px;
    filter: invert(45%) sepia(50%) saturate(800%) hue-rotate(180deg) brightness(60%) contrast(150%);
}
.b-item0 p{ display: inline-block; font-size: 1.5em; }
.panel-container .bottom{ align-self: center; height: 100%; }
.panel-container .bottom > div{
    background-color: rgba(180,180,180,0.2);
    width: 80%;
    min-width: 200px;
    margin: 0 auto;
    border-radius: 10px;
    height: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.panel-container .bottom > div i{ font-size: 3em; line-height: 1em; color: var(--addBlueDark); }
.panel-container .bottom > div p{ font-size: 1.3em; margin: 10px 0 0 0; }
.bottom img{
    width: 32px;
    margin: 0 auto;
}
#panels-container::-webkit-scrollbar{ height: 8px;}
#panels-container::-webkit-scrollbar-track-piece{background-color: white;}
#panels-container::-webkit-scrollbar-thumb{ background-color: var(--addBlueDark); border-radius: 4px;}
#about-us .panel .p-container{
    display: grid;
    grid-template-rows: 130px 1fr;
    /* background-color: white; */
    height: 100%;
    width: 100%;
    /* background-image: url(/administrator/images/website/background-lines.jpg);
    background-size: cover; */
}
#about-us .panel.aum .p-container{
    grid-template-rows: 110px 1fr;
}
#about-us .panel .p-container .top h2{
    text-align: center;
    color: var(--addBlueLight);
    font-family: 'Quicksand-Bold', Arial;
    text-shadow: 2px 2px 7px rgba(255,255,255,1);
}
#about-us .panel .p-container .top p{
    color: var(--addBlueDark);
    width: 70%;
    margin: 0 auto;
    text-align: center;
    text-shadow: 2px 2px 7px white;
    font-size: 1.2em;
}
#about-us .panel .p-container .bottom{
    display: grid;
    grid-template-columns: 40% 1fr;
}
#about-us .panel .p-container .left{
    display: flex;
    gap: 10px;
    padding: 10px;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.p-container .left .element{
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-auto-rows: auto;
    min-height: 80px;
    color: slategray;
    background-color: rgba(212, 223, 231, 0.1);
    border-radius: 10px;
    padding: 10px;
    column-gap: 15px;
    border: 1px solid transparent;
    transition: border 0.5s;
    overflow: hidden;
}
.p-container .left .element p{
    grid-column: 1/3;
    margin: 0;
    max-height: 0px;
    visibility: hidden;
    transition: max-height 1s;
}
.p-container .left .element > div { padding: 5px; align-self: center; }
.p-container .left .element h3 { font-size: 1.5em; margin: 0px; align-self: center; }
.p-container .left .element > h5 { text-align: right; margin: 0px; }
.p-container .left .element.acm {
    background-color: rgba(0,191,255,0.1);
    box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.5), inset -2px -2px 4px 0px rgba(255,255,255,0.8);
}
.panel.fma .p-container .left .element{
    min-height: 50px;
}
/* .p-container .left:hover .element{
    opacity: 0.5;
} */
/* .p-container .left:has(.element:hover) .element:not(:hover){ opacity: 0.5;} */
.p-container .left .element:hover{
    border-color: var(--addBlueDark);
    row-gap: 15px;
}
.p-container .left .element:hover p{
    visibility: visible;
    max-height: 100px;
}
.p-container .bottom .right{
    padding: 10px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.p-container .bottom .right .img-container{
    border-radius: 8px;
    text-align: right;
    width: 100%;
    height: 70%;
    position: relative;
}
.p-container .bottom .right .img-container div{
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);

    border-radius: 10px;
    transition: scale 0.5s, top 0.5s, left 0.5s, opacity 0.5s;
    box-shadow: -1px -1px 4px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    --_top: 50px;
    --_width: 90%;
}
.p-container .bottom .right .img-container div img{ width: 100%; height: auto; }
.p-container .bottom .right .img-container div p{
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 80%;
    background-color: #0097A7;
    color: white;
    border-radius: 8px;
    text-align: left;
    padding: 5px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.3);
    font-size: 1.3em;
}
.p-container .bottom .right .img-container div:nth-child(1){ top: var(--_top); width: var(--_width); }
.p-container .bottom .right .img-container div:nth-child(2){ top: calc(var(--_top) + 20px); width: calc(var(--_width) + 2%); }
.p-container .bottom .right .img-container div:nth-child(3){ top: calc(var(--_top) + 40px); width: calc(var(--_width) + 4%); }
.p-container .bottom .right .img-container div:nth-child(4){ top: calc(var(--_top) + 60px); width: calc(var(--_width) + 6%);}

.p-container .bottom .right .img-container.fma div{
    --_top: 20px;
    --_width: 85%;
}
.p-container .bottom .right .img-container.fma div:nth-child(1){ top: var(--_top); width: var(--_width); }
.p-container .bottom .right .img-container.fma div:nth-child(2){ top: calc(var(--_top) + 20px); width: calc(var(--_width) + 2%); }
.p-container .bottom .right .img-container.fma div:nth-child(3){ top: calc(var(--_top) + 40px); width: calc(var(--_width) + 4%); }
.p-container .bottom .right .img-container.fma div:nth-child(4){ top: calc(var(--_top) + 60px); width: calc(var(--_width) + 6%); }
.p-container .bottom .right .img-container.fma div:nth-child(5){ top: calc(var(--_top) + 80px); width: calc(var(--_width) + 8%); }
.p-container .bottom .right .img-container.fma div:nth-child(6){ top: calc(var(--_top) + 100px); width: calc(var(--_width) + 10%); }

#about-us .panel .panel-container img.init-carousel{
    width: 100%;
}
.init-carousel + .title{
    position: absolute;
    font-size: 4em;
    color: white;
    top: 40%;
    left: 10%;
    filter: drop-shadow(2px 4px 6px black);
}
.asset-image{
    width: 40px;
}
#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;
    align-items: center;
    font-size: 1.4em;
    height: 100vh;
}
footer p{
    /* font-family: 'Quicksand-fit'; */
    margin-bottom: 5px;
    color: var(--addBlueLight);
}
footer .title-f{
    font-family: 'Quicksand-Bold';
    color: var(--addBlueDark);
    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(--addBlueLight);
    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(--addBlueLight);
    font-size: 1.1em;
    font-family: 'Quicksand-Bold';
}
footer .wa-me.flex img{ height: 25px;}
@media screen and (max-width: 1400px) {
    #about-us .panel.fma,
    #about-us .panel.sn{ font-size: 14px; }
}
@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: 500px){
    /*HEADER SECTION  */
    header{
        background-position: center;
        background-size: cover;
        background-image: initial;
        height: 100vh;
    }
    header .hands{
        object-position: 60%;
    }
    header .shadowParallax{display: none;}
    header .title-container{
        position: relative;
        flex-direction: column;
        margin: 10px 0px;
        gap: 30px;
        align-items: center;
    }
    header .subtitle{
        margin: 0;
        width: 100%;
        font-size: 1.6em;
    }
    .title-container .login-form{
        width: 100%;
        flex-basis: 1px;
    }
    .title-container .description{ flex-basis: 1px; }
    header .back-container{ display: none; }
    nav.navbar{
        width: 100%;
        position: relative;
    }
    nav .navbar-brand img{ width: 120px;}
    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 {
        font-size: 2.3em;
        width: 100%;
    }

    #login-container {
        width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 125%;
    }
    #login-general {
        row-gap: 5px;
    }
    .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;
    }
    

    /* 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 */
    .init-carousel + .title{ font-size: 3em; left: 10px; }
    #about-us .panel{ align-items: normal; }
    #about-us .panel.fma, #about-us .panel.sn { font-size: 16px; }
    #about-us .panel .p-container{ grid-template-rows: auto 1fr; }
    #about-us .panel.aum .p-container{ grid-template-rows: auto 1fr; }
    #about-us .panel .p-container .top{ margin: 10px 0px; }
    #about-us .panel .p-container .top p {
        width: 99%;
        padding: 0px 10px;
        font-size: 1.1em;
    }
    .container-horizontal .arrow{ opacity: 0.7;}
    #panels-container .arrow:hover{ opacity: 1; background-color: transparent; }
    .container-horizontal .arrow.left{margin: auto 0px auto 5px;}
    .container-horizontal .arrow.right{margin: auto 5px auto 0px;}
    .container-horizontal article:nth-child(3){ margin-left: -105px;}
    #about-us .panel .p-container .bottom{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 350px;
    }
    .p-container .left .element p{
        visibility: visible;
        max-height: initial;
    }
    .p-container .left .element{
        max-width: 100%;
        gap: 10px;
    }
    .p-container .left .element i{ font-size: 1.5em; }
    .p-container .left .element h3{ font-size: 1.2em; }
    .p-container .bottom .right {
        align-items: start;
        margin: 0px;
        padding: 0px;
    }
    #panels-container { width: 100% !important; height: auto !important;}
    #panels-container article:nth-child(3){ background-color: #ECEFF1;}
    #about-us .panel .panel-container {
        justify-content: space-between;
        padding: 0px;
        height: auto;
        max-height: 600px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(11, 90px);
        gap: 5px;
    }
    .panel-container .b-logo{ grid-column: initial; display: none; }
    .panel-container .b-logo > div{ background-color: transparent;}
    .panel-container .b-item0{ grid-column: 1; grid-row: 1/3; }
    .panel-container .b-item0 > div{ margin: 10px; }
    .panel-container .b-item0 img{width: 50px; }
    .panel-container .b-item0 p{ font-size: 1.2em; }
    .panel-container .bottom > div{ width: 100%; }
    .panel-container .bottom > div i{ font-size: 2em; }
    .panel-container .bottom > div p{ font-size: 1em; }
    #about-us .panel:nth-child(1) .panel-container {
        grid-template-rows: auto;
    }
    about-us .panel .panel-container {
        justify-content: space-between;
    }
    #about-us .panel .p-container .left{
        justify-content: start;
    }
    #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;}

    #plans .main{
        flex-direction: column;
        row-gap: 30px;
        height: auto;
    }
    #plans .main > div{
        width: 95%;
        height: auto;
    }

    /* FOOTER */
    footer{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        row-gap: 20px;
    }
    footer .wa-me {
        display: flex;
        justify-content: center;
    }
}