/* Styles for header */
#div-gov_co {
    padding-left: 150px; /* Espacio a la izquierda para no pegar al borde */
}
    
#logo-container {
    padding-left: 150px; /* Añadir espacio para que no esté pegado al borde izquierdo */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra al final del contenedor */
    height: 80px; /* Ajusta la altura según sea necesario */
    display: flex;
    justify-content: center; /* Centrar verticalmente el contenido */
}
    
#logo-invima-header {
    width: 200px;
    height: auto;
}
    
.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;
}
    
.block-logo-invima-header {
    padding: 10%;
    height: 80px;
}
    
.main-index {
    background-color: #F9F9F9;
    padding-bottom: 8.5rem;
}
    
.container-login {
    background: white;
    margin: 80px;
    border-radius: 12px;
    padding: 80px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.16);
}

/* Body */
.col-md-6 {
    max-width: 400px;
    margin: auto;
}

.title {
    text-align: center;
    margin-bottom: 20px;
}

.title1 {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.btn-sesion {
    background-color: #ffffff;
    color: #39A5C7;
    border:  1px solid #39A5C7;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 100%;
    height: 40px;
}

.btn-sesion:hover {
    background-color: #39A5C7;
    color: #ffffff;
}

.btn-reg {
    background-color: #39A5C7;
    color: #ffffff;
    border: none;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    height: 40px;
}

.btn-reg:hover {
    background-color: #ffffff;
    color: #39A5C7;
    border:  1px solid #39A5C7;
}



.btn-registro {
    color: #007bff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}

.btn-registro:hover {
    text-decoration: underline;
}

.forgot-password {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    margin-left: 100px;
}


/* Styles footer */
footer{
    padding: 80px 300px;
    color: white;
}

#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;
}

/* Styles footer */
footer{
    background: var(--header-header-Gradiente, 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;
}

/* Responsive */
@media screen and (max-width: 1580px) {
    footer{
        padding: 80px 100px;
    }
  }
