@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.header-text h1{
    font-family: Noto Sans;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px; /* 100% */
}

.header-text .text-white p{
    font-family: 'Roboto', sans-serif;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-2 {
    position: relative;
}

.header-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Fondo semitransparente */
    z-index: 1; /* Asegura que el fondo esté delante de la imagen */
}

.header-2 .white-waves{
    width: 100%;
    height: 100px;
    background-image: url('../../../../public/frontend/softlanding/images/white-waves.png');
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-size: 100% 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: bottom;
}

.card .new-iteam-card{
    height: 385px;
}

.card .new-iteam-card .item-card-desc, .card .new-iteam-card .item-card-img{
    height: 385px;
}

.card .new-iteam-card .item-card-img img{
    height: 385px;
    object-fit: cover;
}

.card .new-iteam-card .item-card-text{
    top: initial !important;
    bottom: 24px;
    padding: 0px 20px;
    text-align: left;
}

.card .new-iteam-card .item-card-text h4{
    font-family: Noto Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-height: 60px;
}

.card .new-iteam-card .item-card-text .item-card-text-icon{
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.card .new-iteam-card .item-card-desc:before{
    background: rgba(0,0,0,0.30) !important;
}

.pre-footer-desc{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

.pre-footer-desc .letter-w-big{
    font-family: Noto Sans;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #EB0029;
    margin-top: -12px;
}

.letter-w-mobile{
    display: none;
    color: #EB0029;
    font-size: 26px;
    font-weight: 700;
    font-family: Noto Sans;
}

.pre-footer-desc .full-text p{
    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #343A40;
}

.title-pre-footer{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 68px;
}

.pre-footer-img{
    width: 100%;
}

.desktoplogo .light-logo img{
    width: 300px;
}

@media only screen and (max-width: 768px) {
    .header-text h1{
        font-size: 40px;
        line-height: 40px;
    }

    .header-text .text-white p {
        font-size: 24px !important;
    }

    .header-text .text-white p br {
        display: none;
    }

    .header-2 .white-waves{
        background-size: contain;
    }

    .pre-footer-desc .letter-w-big{
        display: none;
    }

    .title-pre-footer{
        margin-left: 0px;
    }

    .letter-w-mobile{
        display: inline-block;
    }
}