/* Styles for header */
header div {
    height: 58px;
}

#div-gov_co {
    background: #36C;
}

#div-gov_co * {
    padding: 0 10%;
}

#div-menu-header {
    background: #F5F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

#menu-header{
    color: #017eb1;
}

.welcomeDiv{
    padding: 10px;
}
.user-menu {
    right: 50%;
    top: 65%;
    min-width: 200px !important;
}

.user-icon:hover + div + .user-menu,
.user-icon:hover ~ .user-menu,
.user-menu:hover {
    display: block;
}
#logo-invima-header{
    width: 120px;
}

.block-logo-invima-header{
    padding: 10%;
    height: 80px;
}

.header-gradient {
    background: linear-gradient(to right, #139EC8, #0DBEBA, #58AFD0) !important;
   width: 100%;
    padding: 2rem 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    margin-bottom: 2rem; /* Añadimos margen inferior */
}

.user-icon {
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #f9f9f9;
    transition: transform 0.2s ease;
}

.user-icon:hover {
    transform: scale(1.1);
}


/* Styles for input search and icon */

.input-wrapper{
    position: relative;
}
.input-search{
    padding-left: 30px; /* Space for the icon */
    border: #CCCCCC 1px solid;
    border-radius: 5px;
}

.input-wrapper img {
    position: absolute;
    left: 10px; 
    top: 50%;
    transform: translateY(-50%);
}

footer {
    background: linear-gradient(90deg, #139EC8 0%, #01599A 100%);
    color: #4b4b4b;
}

#principal-section-footer{
    border: 2px solid #e5eefb;
    border-radius: 10px;
    opacity: 1;
    margin-top: -7rem;
    background: white;
}

.region-footer{
    display: flex;
    flex-direction: column;
}

#div-social-media{
    gap: 21px;
}

#title-menu-footer{
    font-size: 25px;
}

#items-menu-footer{
    font-size: 20px;
}

.icon-arrow{
    width: 5.25px;
    height: 10.5px;
}

.div-links-interest{
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.card-info {
    border-radius: 20px;
    padding: 20px;
    background-color: gainsboro;
    width: 300px;
}

.div-card{
    flex: 1; 
    min-width: 500px; 
    max-width: 500px;
}

.div-cards{
    margin: 20px 40px;
    flex-wrap: wrap;
    gap: 20px;
}
