    .content-section {
        padding-top: 50px;
        padding-bottom: 100px
    }
    
    .clients-section {
        padding-top: 50px;
        padding-bottom: 50px;
        color: white;
    }
    
    .contact-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .footer-section {
        padding-top: 50px;
        padding-bottom: 50px;
        background: no-repeat center center;
        background-attachment: scroll;
        position: relative;
        background-size: cover;
    }
    
    .services-section {
        padding-top: 100px;
        padding-bottom: 100px
    }
    
    .title {
        color: rgba(0, 100, 166);
        font-weight: 1000;
    }
    
    .titletwo {
        color: rgba(0, 66, 111);
        font-weight: 900;
    }
    
    .clients {
        color: rgba(0, 109, 180);
    }
    
    .color {
        color: rgba(0, 100, 166);
    }
    
    ul {
        list-style: none
    }
    
    .list {
        color: rgba(0, 100, 166);
        font-size: 30px;
    }
    /* img flotante */
    
    .img-flotante {
        position: fixed;
        top: 60px;
        right: 5px;
        transition: all 500ms ease 0ms;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        z-index: 99;
    }
    
    .img-flotante:hover {
        background-color: #075084;
        /* Color de fondo al pasar el cursor */
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }
    
    .leng-flotante {
        position: fixed;
        top: 150px;
        right: 5px;
        transition: all 500ms ease 0ms;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        z-index: 99;
        width: 50px;
    }
    
    .leng-flotante:hover {
        background-color: #075084;
        /* Color de fondo al pasar el cursor */
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }
    
    @media (max-width: 1201px) {
        .img-flotante {
            font-size: 14px;
            padding: 12px 20px;
            bottom: 0px;
            right: 0px;
        }
    }
    
    @media (max-width: 1024px) {
        .img-flotante {
            display: none;
        }
    }
    
    @media (max-width: 768px) {
        .img-flotante {
            display: none;
        }
        .title-index {
            width: 300px;
        }
        .imgs {
            width: 300px;
        }
        .leng-flotante {
            position: fixed;
            top: 50px;
            right: 5px;
            transition: all 500ms ease 0ms;
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
            z-index: 99;
            width: 50px;
        }
    }
    
    @media (max-width: 480px) {
        .img-flotante {
            display: none;
        }
        .title-index {
            width: 300px;
        }
        .imgs {
            width: 300px;
        }
        .leng-flotante {
            position: fixed;
            top: 50px;
            right: 5px;
            transition: all 500ms ease 0ms;
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
            z-index: 99;
            width: 50px;
        }
    }
    
    @media (max-width: 320px) {
        .img-flotante {
            display: none;
        }
    }
    /* img flotante */