            /*
@media (min-width: 300px) and (max-width:575px) {
    .efecto {
        width: 20px !important;
        height: 20px !important;
        background: rgba(0, 0, 0, 0.0) !important;
        display: flex !important;
        justify-content: center !important;
    }
}
*/
            
            @media (max-width: 576px) {
                h1 {
                    font-size: 3rem !important;
                    font-weight: bolder;
                    margin-top: 40px;
                }
                .btnentrar {
                    width: 20%;
                    color: #fff;
                }
                .icono {
                    margin-top: 20px;
                }
                .btnentrada {
                    margin: -50px;
                }
                .centrado {
                    width: 100% !important;
                }
                .logo img {
                    display: block !important;
                    margin: 0 auto !important;
                }
                .navbar-toggler {
                    margin: 0 auto;
                }
                .list-group {
                    width: 100% !important;
                    margin: 0 auto !important;
                }
                text {
                    display: none;
                }
                tspan {
                    display: none;
                }
                image {
                    display: none;
                }
                .testimonials .testimonial-item {
                    min-height: 320px;
                    min-width: 80%;
                    margin: 0 auto;
                }
                .efecto {
                    width: 330px !important;
                    height: 260px !important;
                }
                .box:hover .efecto {
                    transform: scale(4);
                }
                svg {
                    margin: 0 auto !important;
                    display: block !important;
                    transition: none !important;
                }
                .banner-section {
                    background-position: center right;
                }
            }
            /* Small devices (landscape phones, 576px and up)*/
            
            @media (min-width: 576px) {
                h1 {
                    font-size: 2rem;
                    font-weight: bolder;
                    margin-top: 50px !important;
                }
                h3 {
                    margin-top: -120px;
                }
                .efecto {
                    width: 420px !important;
                    height: 325px !important;
                }
                .box:hover .efecto {
                    transform: scale(0);
                }
                text {
                    display: none;
                }
                tspan {
                    display: none;
                }
                image {
                    display: none;
                }
            }
            /* Medium devices (tablets, 768px and up) */
            
            @media (min-width: 768px) {
                h1 {
                    font-size: 2rem;
                    font-weight: bolder;
                    margin-top: 50px !important;
                }
                h3 {
                    margin-top: -100px;
                }
                .centrado {
                    display: block;
                    margin: 0 auto;
                    width: 50% !important;
                }
                .efecto {
                    width: 350px !important;
                    height: 270px !important;
                }
                text {
                    display: block;
                }
                tspan {
                    display: block;
                }
                image {
                    display: block;
                }
            }
            /* Large devices (desktops, 992px and up) */
            
            @media (min-width: 992px) {
                h1 {
                    font-size: 3rem;
                    font-weight: bolder;
                    margin-top: 50px !important;
                }
                .centrado {
                    display: block;
                    margin: 0 auto;
                    width: 31% !important;
                }
                .efecto {
                    width: 420px !important;
                    height: 325px !important;
                }
            }
            /* X-Large devices (large desktops, 1200px and up) */
            
            @media (min-width: 1200px) {
                h1 {
                    font-size: 2rem;
                    font-weight: bolder;
                    margin-top: 50px !important;
                }
                .centrado {
                    display: block;
                    margin: 0 auto;
                    width: 31% !important;
                }
            }
            /* XX-Large devices (larger desktops, 1400px and up) */
            
            @media (min-width: 1400px) {
                h1 {
                    font-size: 4rem;
                    font-weight: bolder;
                    margin-top: 50px !important;
                }
            }