@font-face {
    font-family: 'HelveticaRounded';
    src: url('../fonts/HelveticaRounded.ttf')  format('truetype') /* Safari, Android, iOS */
}

.outfit-400 {
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.swiper {
    width: 100vw;
    height: 100vh;
}
.swiper-wrapper {
    height: 100%;
    width: 100%;
}
.swiper-slide {
    height: 100%;
    width: 100%;
}
.slide-content {
    height: 100%;
    width: 170%;
    transition: all 1s 2s ease-in-out;
}
.swiper-slide-fully-visible .slide-content {
    transform: translateX(-40%);
}
.feature-image {
    position: relative;
    float: left;
    width: 100vw;
    height: 100%;
}
.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.data-container {
    position: relative;
    float: left;
    width: 70vw;
    height: 100%;
    background: linear-gradient(135deg, #fffaf1 30%, #7ead95 76%, #307351 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.data-container main {
    width: 85%;
}
.data-container header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1%;
    padding-bottom: 2%;
}

.data-container h2 {
    color: #223C60;
    font-family: 'HelveticaRounded', Helvetica;
    font-size: 3vw;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.data-container h3 img {
    width: 4vw !important;
    margin-right: 0.8vw;
}

.data-container h3 {
    color: #223C60;
    font-family: 'HelveticaRounded', Helvetica;
    font-size: 1.8vw;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.data-container header img {
    mix-blend-mode: multiply;
    width: 6vw;
}

.data-grid {
    display: grid;
    grid-template-columns: 50fr 50fr;
    grid-template-rows: 50fr 50fr;
    grid-gap: 5vw;
}

.data-block {
    background-color: #fff;
    border-radius: 1vw;
    position: relative;
    padding: 1vw 2.5vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.icon-holder {
    background-color: #fff;
    border-radius: 100%;
    border: solid 1px #C4C2BD;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%,-50%);
    width: 4.5vw;
    height: 4.5vw;
}
.icon-holder img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.icon-holder.potencia-icon img {
    width: 1.7vw;
}
.icon-holder.energia-icon img {
    width: 1.9vw;
}
.icon-holder.co2-icon img {
    width: 2.5vw;
}
.icon-holder.tree-icon img {
    width: 2.1vw;
}
.data-block-title {
    color: #223C60;
    font-size: 1.7vw;
    margin-bottom: 1.6vw;
}
.data-block-value {
    color: #AEA490;
    font-family: 'HelveticaRounded', Helvetica;
    font-size: 3.5vw;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
}
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 7.5px;
    z-index: 100;
}
.progress-bar span {
    display: block;
    width: 0%;
    height: 100%;
    background: #223C60;
    position: relative;
    z-index: 1;
}

.bk-img-holder {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 1vw;
}

.c02-image {    
    position: absolute;
    width: 11vw;
    right: -2vw;
    bottom: -1.2vw;
}
.tress-image {
    position: absolute;
    width: 16vw;
    right: -4.5vw;
    bottom: -3vw;
}

#co2-block:before {
    position: absolute;
    content: '';
    height: 0.35vw;
    width: 2.5vw;
    display: block;
    background-color: #223C60;
    z-index: 10;
    right: -3.75vw;
    top: 50%;
    transform: translateY(-0.5vw);
}

#co2-block:after {
    position: absolute;
    content: '';
    height: 0.35vw;
    width: 2.5vw;
    display: block;
    background-color: #223C60;
    z-index: 10;
    right: -3.75vw;
    top: 50%;
    transform: translateY(00.5vw);
}