﻿.form-group label {
    font-size: 15px;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: bold;
}

.form-group {
    margin-left: 10px;
}

.card {
    margin-bottom: 2.25rem;
}

#btn-content {
    padding-top: 20px;
    text-align: right;
    padding-right: 7%;
}


/*.card {
    background: linear-gradient(to left, #DDDDDD 0%,#fedd43 100% ) left bottom no-repeat;
    background-size: 100% 5px;
    width: 100%;
}*/

/*.topnavbar {
    background-color: #DDDDDD;
    background-image: linear-gradient(to left, #DDDDDD 0%, #fedd43 100%) !important;
}*/

.head-content {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: linear-gradient(0deg,rgba(254,221,67,.8),rgba(254,221,67,.8)),url(../../img/JI/JIEdificio.jpg) !important;
    width: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 250% !important;
    color: #ffffff !important;
}


/*BEGIN MAP LEGEND*/
.legend-map {
    position: absolute;
    z-index: 3;
    top: 72%;
    left: 2%;
    background-color: rgba(0,0,0, 0.9);
    margin-left: 0.5%;
    margin-bottom: 10%;
    border: 1px solid #08101B;
    border-collapse: collapse;
    box-sizing: border-box;
}

.legend-content {
    position: relative;
    top: 2%;
    width: 100%;
    margin-top: 2px;
    color: #fcfcfc;
    min-width: 200px;
}

    .legend-content ul {
        list-style: none;
        list-style-type: none;
        letter-spacing: 1.5px;
    }

        .legend-content ul li {
            padding: 3.5px;
            /* font-family: 'Raleway', sans-serif; */
        }
/*END MAP LEGEND CSS*/