* {
    margin: 0;
    padding: 0;
}

body{
    background-color: #edf2f4;
}

#gmp-map {
    height: 100%;
  }

.medio {
margin-top: 2px;
margin-bottom: 2px;
}

.header {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d3557;
    height: auto;
/*    width: 1000px;*/
    border-color: #000814;
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;
    margin-bottom: 2px;
}

.mapa {

    margin: 0 auto;
/*    width: 1200px;*/
    background-color: #000814;

    border-color: #000814;
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;

}

.principal{
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: #edf2f4;
    font-family: Arial, Helvetica, sans-serif;
}

.titulo{
    font-size: 35px;
    line-height: 40px;
    margin-top: 15px;
    text-align: center;
    color: #edf2f4;
    font-family: Arial, Helvetica, sans-serif;
}

.cuadrito {
    margin: 0 auto;
    background-color: #1d3557;
/*    width: 1000px;*/
    border-color: #000814;
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;
    margin-bottom: 2px;
}

.formy {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.select-items {
    background-color: #ffc300;
    margin-top: 10px;
    color: #000814;
    height: 35px;
    width: 200px;
    text-align: center;
    font-size: 25px;
}

.btn {
    margin-top: 10px;
    margin-bottom: 15px;
    height: 35px;
    width: 200px;
    font-size: 25px;
}

.rely {
font-weight: bold;  
}

.texto {
    margin-top: 10px;
    height: 35px;
    width: 200px;
    font-size: 25px;
    padding: 5px;
}

.labelo {
    font-size: 27px;
    margin-top: 15px;
    text-align: center;
    color: #edf2f4;
    font-family: Arial, Helvetica, sans-serif;
}
.table-bordered td, .table-bordered th {
    padding: 0 3px!important;
}
.table-striped {
    font-size: 15px;
}
.hover-table1 tbody tr:hover {
  background-color: #0100dc3d; /* Color al pasar el mouse */
}

@media only screen and (min-width: 1200px) {
    .cuadrito, .mapa, .header {
        max-width: 1200px;
    }
}