﻿.rounded-container {
    background-color: #0078c9;
    color: white;
    overflow: hidden;
    position: relative;
    padding-bottom: 90px;
}

.concave-top {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    /* Debe ir por debajo del menú/header (header z-index:4) */
    z-index: 2;
    /* Decorativo: evita capturar clics por encima del header */
    pointer-events: none;
    background-color: #f4ffff;
}

.margin-adjust {
    margin-left: 84px;
    margin-right: 84px;
    padding: 0 !important;
}

@media (min-width: 992px) {
    .trending-block {
        padding-right: 5% !important;
    }
}





.asset-image {
    width: 100%;
}

@media (max-width: 767.98px) {
    .asset-image {
        width: 100%;
    }
}


.trending-title {
    color: #fff;
    font-size: 80px;
    padding-top: 26px;
    padding-bottom: 30px;
    font-weight: 600;
    text-transform: none !important;
    text-align: left !important;
}

@media (max-width: 767.98px) {
    .trending-title {
        padding-top: 74px;
        padding-bottom: 74px;
    }
}

@media (max-width: 476px) {
    .trending-title {
        font-size: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.asset-subtitle {
    color: #fff;
    padding-top: 26px;
    font-family: "Lato", sans-serif !important;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    display: inline;
    text-transform: uppercase;
}

.asset-paragraph {
    color: #fff;
    font-family: "Lato", sans-serif !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal !important;
}

.general-link {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .asset-paragraph {
        padding-bottom: 74px;
    }
}

.asset-icon {
    color: #009AD7;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    /*color: rgba(255, 255, 255, 0.7);  blanco con 70% de opacidad */
    transition: color 0.3s ease;
    font-size: 30px;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .asset-icon {
        color: rgba(255, 255, 255, 1);
    }
}

.custom-hover:hover {
    cursor: pointer;
}

    .custom-hover:hover .asset-icon {
        color: rgba(255, 255, 255, 1);
    }
