/************RESPONSIVE MOBILE************/

@media screen and (max-width: 980px) {	
    .carousel-control-prev, .carousel-control-next {
        display: none !important;
    }
    footer * {
        text-align: center !important;
    }
    .footer-menu {
        background-color: #286EB6;
    }
    .footer-menu img {        
        margin-bottom: 20px;
    }

    #redes-sociales ul li a i {
        text-align: center !important;
    }

    .car-type .card img {             
        margin-top: 39px;
    }

    .footer-menu #logo {
        max-width: 60%;
    }

    .footer-menu #mem {
        max-width: 20%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer * {
        text-align: left !important;
    }

    .footer-menu #logo {
        max-width: 50%;
    }
}
