

.title-header div  { color: #005d98; margin-bottom: 10px;}
.title-header h2 { font-size: 30px; margin-bottom: 50px;}


.f-1 {width: 100%;display: block;background-color: var(--color-bg1);padding: 70px 0;}
.f-1 .cards {display: grid;grid-template-columns: repeat(2, 1fr);gap: 1.5rem;}
.f-1 .cards .card {box-shadow: rgb(0 0 0 / 2%) 0px 4px 12px;border-radius: 7px;overflow: hidden;display: flex;flex-direction: row-reverse;background-color: #fff;}
.f-1 .cards .card .content {background: #FFF;padding: 30px;width: 70%;min-height: 170px;border-left: 3px solid #005d98;}
.f-1 .cards .card > .image {width:50%;display: flex;justify-content: center;}
.f-1 .cards .card .image .image {width: 100%;/* position:relative; */display: none;}
.f-1 .cards .card .image .icon {/* position: absolute; *//* bottom: -29px; */left: 20px;/* width: 70px; *//* height: 70px; *//* background: #005d98; */text-align: center;border-radius: 2px;z-index: 999;line-height: 100px;display: flex;align-items: center;justify-content: center;}
.f-1 .cards .card .image .icon:after {position: absolute;width: 60px;height: 60px;background: #ffffff;content: "";border-radius: 2px;top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);z-index: -1;-webkit-transition: all 1000ms ease;transition: all 1000ms ease;}
.f-1 .cards .card .image .icon svg {width: 95px;height:auto;opacity: 0.6;}
.f-1 .cards .card .image img {width: 100%;height: auto;display: block;}
.f-1 .cards .card .title {font-size:19px; display:block; margin-bottom:15px}
.f-1 .cards .card .description * { font-size: var(--font13px); color: var(--colorlead);}

.f-2 {padding: 70px 0; margin-bottom: 370px;}
.f-2 .cards {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.5rem;}
.f-2 .cards .card {display:flex;flex-direction: row;gap: 2rem;align-items: flex-end;cursor: pointer;}
.f-2 .cards .card .image {box-shadow: rgb(0 0 0 / 2%) 0px 4px 12px;border-radius: 7px;overflow: hidden;width: 45%;filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);transition-duration: 0.3s;}
.f-2 .cards .card .image img {display:block;height:auto;width: 100%;}
.f-2 .cards .card .content {width: 55%;border-top: 3px solid #005d98;display: block;background-color: #f8f8f8;padding: 10px;border-radius: 3px;}
.f-2 .cards .card:hover .image {filter:none;}
.f-2 .cards .card .name {font-size:20px;margin-bottom: 10px;}
.f-2 .cards .card .position {color:#a3a3a3}
.f-2 .cards .card:hover .social div {margin: -10px -10px 0;}
.f-2 .cards .card .social  {margin: 0;overflow: hidden;display: flex;background-color: #f8f8f8;padding: 0 10px;}
.f-2 .cards .card .social div  {padding: 23px 10px 8px;margin: -16px -10px -100%;position: relative;-webkit-transition: margin 0.5s;transition: margin 0.5s;white-space: nowrap;overflow: hidden;}
.f-2 .cards .card .social div a {display:block;}
.f-2 .cards .card .social div a svg {width:30px;height: 30px;display: block;}



.f-3 {padding: 90px 0;background-color: #1f1f1f;background-image: url(https://8ded8880.delivery.rocketcdn.me/themes/logico/wp-content/uploads/2024/06/bg-map.png);background-position: center center;background-repeat: no-repeat;}
.f-3 .card {display: flex;gap: 2rem;justify-content: center;min-height: 140px;align-items: center;}
.f-3 .left * {font-size: 30px;  display: block;  color: #bbbbbb; font-weight: bold;  line-height: 40px;}
.f-3 .right {display: flex;gap: 0rem;}
.f-3 .right * {/* font-family: "Manrope Alt", Sans-serif; */font-size: 180px;font-weight: 700;display: block;--counter-prefix-grow: 0;--counter-suffix-grow: 1;--counter-number-grow: 0;color: #fffFFF00;-webkit-text-stroke-width: 0.5px;-webkit-text-stroke-color: #bbbbbb;stroke-width: 2px;stroke: #005d98;}
.f-3 .card-description span {font-size: 16px; color: #bbbbbb;}
.f-3 .card-data .row {text-align:center;border: 1px solid #eee;padding: 70px;border-radius: 2px;border-radius: 7px;}
.f-3 .card-data .row .number {margin-bottom: 30px;color: #bbbbbb;font-size: 44px;display: block;font-weight: bold;--counter-prefix-grow: 0;--counter-suffix-grow: 1;--counter-number-grow: 0;color: #fffFFF00;-webkit-text-stroke-width: 0.5px;-webkit-text-stroke-color: #bbbbbb;stroke-width: 2px;}
.f-3 .card-data .row .text { color: #bbbbbb; font-size: 20px; font-weight: bold;}

.f-4 { background-color: #1F1F1F; background-position: center bottom; background-repeat: no-repeat; background-size: cover; min-height: 420px; background-image: url(https://8ded8880.delivery.rocketcdn.me/themes/logico/wp-content/uploads/2024/12/home5-slide-1.jpg);}
.f-4:before { content: ''; background-image: linear-gradient(180deg, #1F1F1F00 40%, #1F1F1F 95%); width: 100%;}
.f-4 .block__content {display:none;}

