.elementor-55406 .elementor-element.elementor-element-12326c58{--display:flex;}.elementor-55406 .elementor-element.elementor-element-12326c58.e-con{--align-self:center;}@media(min-width:768px){.elementor-55406 .elementor-element.elementor-element-12326c58{--width:80%;}}@media(max-width:1024px) and (min-width:768px){.elementor-55406 .elementor-element.elementor-element-12326c58{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-25f39f55 */.brands-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
        }
        
        .brand-column {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .brand-button {
            font-family: "Inter",Sans-Serif;
            display: block;
            padding: 12px 15px;
            background-color: #F0F8FF;
            border: 1px solid #7CC2FF;
            border-radius: 8px;
            text-decoration: none;
            color: #054987;
            font-weight: 500; /* Reducido de 600 a 400 */
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .brand-button:hover {
            background-color: #CFE8FF;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
      
        
  
        @media (max-width: 480px) {
            .brands-grid {
                grid-template-columns: repeat(2, 1fr); /* 2 columnas en móviles pequeños */
            }
            
            .brand-button {
                padding: 10px 8px;
                font-size: 14px;
            }
        }/* End custom CSS */