*  {font-family: "Avenir Next", "Helvetica Neue", sans-serif}
.form-control{
    width: 50%;
}
.obligatorio{
    color: red;
    font-size: 13px;
}

body{
    background-image: url("../images/FondoHackatonBogota.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.contenido{

    background-color:whitesmoke;
    padding-bottom: 30px;
    /* width: 80%; */
    margin-left: 15%;
    margin-right: 15%;
    /* margin-top: 10%; */
    border-radius: 5px;
    box-shadow: 2px 2px 15px 0 #dcdcdc;
    margin-bottom: 2%;
}

.baner{
    margin-left: 15%;
    margin-right: 30%;
    width: 70%;
    margin-top: 5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 2px 2px 50px 0 #dcdcdc;
}

.form-label,.floatingTextarea {
    margin-left: 5%;
    font-size: 100%;
    color: rgba(107,114,128);
    font-weight:900;
    width: 30%;
    text-align:left;
    min-width: 100px;
}
.form-control, .form-select{
    /* margin-left: 10%; */
    width: 60%;
    min-width: 200px;
    height: 50px;
    font-size: 1rem;
    /* color: #6e6e6e; */
    /* cursor: pointer; */
    border-radius: 0;
    border-style: solid;
    margin-bottom: 15px;
    border-style: none;
    background-color: gainsboro;
    display:inline;
    border-radius: 3px;
    
}

.fileInput{
    background-color: #e9ecef;
    width: 60%;
}

.form-check-input{
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.cheks{
    margin-left: 0%;
    border-width: 10PX;
    font-size: 100%;
    margin-left: 5%;
    margin-bottom: 20px;
}


i{
    font-size: 11px;
}

.hrDiv{
    width: 100%;
}

.btn-primary{
    border-radius: 50px;
    margin-left: 5%;
    width: 30%;
    height: 70px;
    background-color:#28348a;
    border-style: solid;
    border-width: 1px;
    border-color: #0d6efd;
    box-shadow: 2px 2px 10px 0 rgb(175, 173, 173);
}
.btn:disabled{
    background-color:#d6d2d2 ;
    border-color: #0d6efd;
    box-shadow: 2px 2px 10px 0 rgb(175, 173, 173);
}
.container-sm{
    margin-left: 0%;
}

.titulo{
    font-style:italic;
    padding-top: 5%;
    margin-left: 5%;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0%;
}
.subtitulo{
    font-style:italic;
    margin-left: 5%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0%;
}


.infoAdiccional{
    color: rgba(107,114,128);
    width: 80%;
}

#descripcionMapa{
    min-height: 90px;
    width: 100%;
}


.filepond--drop-label {
   color: #4c4e53;
}

.filepond--label-action {
   text-decoration-color: #babdc0;
}

.filepond--panel-root {
   border-radius: 2em;
   background-color: #edf0f4;
   height: 1em;
}

.filepond--item-panel {
   background-color: #595e68;
}

.filepond--drip-blob {
   background-color: #7f8a9a;
}

.tratamientoDatos{
    text-align: center;
    color: rgba(107,114,128);
}
.bton-alerta{
    background-color: #0b5ed7;
    border-style: none;
    color: whitesmoke;
    padding: 10px;
    width: 100%;
    margin-top: 3px;
}