/*
    colores:
    #1D5A93 (azul oscuro)
     #63caec (azul clarito)

     color: #...;
*/

body {
    margin: 0;
    padding: 0;
    align-items: center;
    background-color: #3684ce9c;
    background-size: cover;
    background-image: url(../img/fondoEmpresas.jpg);
}

section {
    display: flex;
}

.menu-derecha {
    flex-basis: 20%;
    width: 20%;
    background-color: #7271794d;
    border: 2px solid black;
    border-radius: 5px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;

}

.menu-derecha a:hover {
    color: rgb(11, 11, 11);
    cursor: pointer;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(203, 191, 191);
    transition: background-color 0.3s ease;
    font-size: 16px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

section {
    justify-content: center;
}

.disponibles h1 {
    justify-content: center;
    font-size: 20px;
    border: 2px solid black;
    border-width: 2px 2px;
    border-radius: 5px;
    background-color: #76c0d9;
}

.disponibles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 80%;
    width: 80%;
    color: rgb(0, 0, 10);
    text-align: center;
}

.mapa img {
    padding: 15px 15px;
    margin: 20px 20px;
    border: #7c88c057;
    border-radius: 40px;
    border-style: double;
}

/*  style proyectos   */

.disponibles2 h2 {
    justify-content: center;
    font-size: 20px;
    border: 2px solid rgb(238, 230, 230);
    border-width: 2px 2px;
    border-radius: 5px;
    background-color: #353839;
}

.disponibles2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: auto;
    width: 80%;
    color: rgb(0, 0, 10);
    text-align: center;
}

/*  style unete */

.form-registro {

    width: 300px;
    background: #16181816;
    padding: 5px 30px;
    margin: auto;
    margin-top: 100px;
    flex-direction: column;
    border-radius: 4px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    align-items: center;
}

.form-registro h4 {

    font-size: 17px;
    margin-bottom: 24px;
}

.control {

    width: 100%;
    background: white;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #06183f;
    justify-content: center;
    align-items: center;
    flex-basis: auto;

}

#observaciones {

    width: 250px;
    height: 80px;
    width: 100%;
    background: white;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #06183f;
    justify-content: center;
    align-items: center;
    flex-basis: auto;
}