/* ----------------------------------

Template Name: Robok - AI Agency & Technology HTML Template.
Author: validtheme
Description:
Version: 1.0

Main Font    : Sora
Main Color   : #7476ff

-------------------------------------

[Typography]

Body copy:    15px 'Sora', sans-serif
Header:     36px 'Sora', sans-serif
Input, textarea:  16px 'Sora', sans-serif
Sidebar heading:  20px 'Sora', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
    02. Preloader
    03. Topbar
	    - Topbar Style One
        - Topbar Style Two
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Banner Fade
        - Banner Slide
        - Banner Zoom
    06. About Us
	    - About Style One
        - About Style Two
    07. Services
        - Tab Version
        - Grid Version
        - Services Single
    08. Features
    09. Work Process
    10. Why Choose Us
    11. Fun Factor
    12. Pricing Table
    12. Partner World Wide
    13. Team
        - Grid Version
        - Carousel Version
        - Team Details
    14. Testimonials
		- Single Slider
        - Center Slider
    15. Projects
		- Grid Version
        - Carousel Version
        - Project Details
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    17. Request Call Back
    18. FAQ
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/

/*
** Write you custom css below
*/

/* Hacer el logo más grande */
.navbar-brand>img {
    height: 40px;
}

.navbar-box.white.sticked img.logo.logo-scrolled {
        height: 50px;
    }

/* Acomodar skills en columna */
.search-tags {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* espacio entre elementos */
}

/* Centrar la lista horizontalmente si es necesario */
.search-tags ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}
.search-tags h5 {
    margin-bottom: 1rem; /* 16px de espacio */
}


.fondo-tecnologias{
    background: url(assets/img/shape/banner-16.jpg);
    background-position: center; 
}

.fondo-tecnologias h4, .fondo-tecnologias p{
    color: #60616c !important;
}


.btn i {
    transform: rotate(0deg);
}