#map_wrapper {
    height: 600px;
}

#SucuPocho .pt-5, .py-5 {
    padding-top: 0!important;
}

.list.list-icons.list-icons-style-2 li {
    padding-top: 5px;
    padding-left: 36px;
    font-weight: 500;
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
}
#SucuPocho .list li a {
    display: inline-block;
    padding-left: 2px;
    border-bottom: 0;
    font-weight: 500;
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.headTable {
    color: #fff;
    background-color: #303E8F;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #SucuPocho table, 
    #SucuPocho thead, 
    #SucuPocho tbody, 
    #SucuPocho th, 
    #SucuPocho td, 
    #SucuPocho tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #SucuPocho thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #SucuPocho tr { border: 1px solid #ccc; }

    #SucuPocho td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 25%; 
        white-space: normal;
        text-align:left;
    }
    #SucuPocho img
    {
        margin:auto;
    }

    #SucuPocho td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #SucuPocho td:before { content: attr(data-title); }   
}
.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: #303E8F;
    border-color: #303E8F;
}

#SucuPocho .list li a::before {
    content:none;
    padding-left: 2px;
}