.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.margen {
    margin-top: 20px
}
#progress-bar {
    width: 100%;
    height: 20px;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
}
#progress {
    height: 100%;
    width: 0;
    background-color: #4caf50;
    transition: width 0.3s;
}

#coor_ases{
  position: relative;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  margin:auto;
  width: 45%;
  text-align: center;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#ubi_coor{
    cursor: pointer;
    height: 53px;
    padding: 8px;
    background: #fedd3c;
    border-radius: 30px;
}
.p-dire{
    padding-left: 2px;
    padding-right: 2px;
}
.label-dire{
    position:relative;
    top: 20px;
    margin-top:0px
}
.m-top-30{
    margin-top: 30px;
}
        /* Estilos para la modal */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 3;
        }
        .modal-content {
            background-color: #fff;
            margin: 20px auto;
            padding: 20px;
            border-radius: 5px;
            max-width: 80%;
            max-height: 95%;
            height: auto;
            justify-items: center;
            overflow: auto;
        }
        /* Estilos para el botón de cerrar */
        .close {
            float: right;
            cursor: pointer;
        }
        .content-buttons{
        align-items: center!important;
        display: flex;
        flex-direction: column!important;
        flex-wrap: wrap;
        }
            .container-button{
            display: flex;
            justify-content: space-evenly;
            margin: unset;
            padding: 4%;
            }
            .imagen{
                text-align: center;
                margin: auto;
                border-radius: 9%;
                padding: 110px;
                width: 510px;
                height: 275px;
                border: 1px solid #000;
                margin:5%;
                overflow: auto;
            }
        
 @media (max-width: 1199px){
    .imagen{
     width: 420px!important;
     height: 255px!important;
    }
    #ubi_coor{
        position: initial;
    }
    #coor_ases{
         width: 70%;
    }
 }
 
 /* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 100%;
}

#campDire
{
margin: 12px;
border-radius: 20px;
padding: 7px 30px;

}
#btn-primary
{
  margin: 9px;
  border-radius: 6px;
  padding: 8px;
  background-color: #fedd3c;
}
#btn-secondary
{
  margin: 9px;
  padding: 8px;
  border-radius: 6px;
}
#response-container {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  overflow: auto;
  max-height: 50%;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: small;
}

#instructions {
    font-weight: bolder;
    background-color: yellow;
    border-radius: 30px;
    padding: 10px;
}

