/* 
Theme Name: ARC Mobilidade
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: TO BE Comunicação
Author URI: https://tobe.ppg.br/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    margin: 0;
    font-family: "Mulish", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #161616;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 720px){
    .clientes-home-arc {
        overflow-y: auto;
        padding-left: 5%;
    }
    .clientes-home-arc .e-con-inner {
        overflow-y: auto;
        margin-left: -5%;
        padding-left: 5%;
    }
    .clientes-home-arc .item-cliente-arc {
        min-width: 138px;
        min-height: 80px;
        padding: 0 24px;
    }
}