.marco {
    font-family: 'verdana';
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-left: 1cm;
    margin-right: 1cm;
    background-color: rgb(255, 255, 255, .95);
}
.marco .Dropdowns{
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    width: 90%;
}


.marco .info_general {
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
  }
  
.marco .info_general .Mapa{
    width: 40%;
    float: left;
}
.marco .info_general .texto{
    font-style: normal;
    font-weight: 500;
    height: 20%;
    width: 60%;
    float: left;
    text-align: left;
}


.marco  .Titúlos{
    margin-top: 1vh;
    height: 20;
    font-size: 16px;
    color : black;
    justify-content: right;
    align-items: "right";
    width: 40%;
    margin-left: 5%;
    font-weight: bold;
}

.marco .info_general .headcount1{
    margin-top: 1vh;
    height: 20;
    font-size: 16px;
    color : black;
    justify-content: right;
    align-items: "right";
    width: 40%;
    margin-left: 5%;
    font-weight: bold;
}

.marco .info_general .headcount{
    margin-top: 1vh;
    height: 20;
    font-size: 14px;
    color : black;
    justify-content: right;
    align-items: "right";
    width: 100%;
    margin-left: 5%;
}

.marco .empresas{
    display: flex;
    width: 100%;
    height: 9cm;

}


.texto{
font-size: 20px;
color: black;
justify-content: right;
align-items: "right";
text-align: center;

}

.marco .foot{
    background-color: darkblue;
    height:100%;
    
    



}

.pie {
    background: linear-gradient(to bottom, white 40%, transparent 10%);
    margin-top:0%;
    height: 200px;


}

.vertical-line {
    margin-top: 2vh;
    border-left: 1.5px solid black;
    height: 70vh; /* Altura de la línea vertical */
    left: 50%; /* Coloca la línea a la mitad del contenedor */
    top: 20px; /* Ajusta la posición vertical */
    transform: translateX(-50%); /* Centra la línea */
    float:left;
  }


