@media (min-width: 1025px) {
    .watermark-container {
        position: relative;
        height: 100px;
    }

    .water-right {
        position: absolute;
        height: 150px;
        bottom: 0;
        right: 0;
    }

    .title-left {
        position: absolute;
        height: 55px;
        bottom: 0;
        left: 0;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .watermark-container {
        position: relative;
        height: 100px;
    }

    .water-right {
        position: absolute;
        height: 150px;
        bottom: 0;
        right: 0;
    }

    .title-left {
        position: absolute;
        height: 75px;
        bottom: 0;
        left: 0;
    }
}
@media (min-width: 601px) and (max-width: 768px) {
    .watermark-container {
        position: relative;
        height: 110px;
    }

    .water-right {
        position: absolute;
        height: 96px;
        bottom: 0;
        right: 0;
    }

    .title-left {
        position: absolute;
        height: 55px;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 600px){
    .watermark-container {
        position: relative;
        height: 55px;
    }

    .water-right {
        position: absolute;
        height: 46px;
        bottom: 0;
        right: 0;
    }

    .title-left {
        position: absolute;
        height: 19px;
        bottom: 0;
        left: 0;
    }
}

.icono {
    height: 60px;
    width: 60px;
}

html {
    scroll-behavior: smooth;
}