body,
html {
    height: 100%;
    min-height: 100%;
    margin: 0;
    font-size: 12px;
    font-weight: bold !important;
}

.inicio.swal2-shown.swal2-height-auto {
    height: 100% !important;
}

.alert-warning, .alert-primary {
    color: #1b2d57;
    background-color: #71bff6;
    border-color: #71aae6;
    font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
    font-size: 16px;
    font-weight:normal;
}

    .alert-warning p, .alert-primary {
        font-size: 16px;
    }

#DIVtexObservacion #contenidoTexto {
    font-size: 20px;
}

.wrapper {
    display: grid;
    height: 100%;
    grid-template-rows: 105px 30px auto min-content;
}

.nombre {
    color: #fff;
    font-weight: bold;
    max-width: 100px;
    display: inline-block;
    font-size: 14px;
}

header {
    background: #fff;
    border-bottom: 3px solid #E6E6E6;
    color: #545152;
}

    header img {
        float: left;
        margin: 20px 15px;
    }

.portal {
    font-size: 15px;
    color: #4D4D4D;
}

.nombreMunicipio {
    font-size: 13px;
    color: #4D4D4D;
}

.titulosHeader {
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}

.fraseHeader {
    float: right;
    font-size: 17px;
    margin-top: 35px;
    margin-right: 20px;
}

footer {
    background: #2b54a4;
    border-top: 3px solid #94C01F;
    color: #fff;
    padding-top: 10px;
}

    footer > div {
        max-width: 1140px;
        padding-right: 0 !important;
        padding-left: 0 !important;
        
    }

    footer p a {
        color: #fff;
        text-decoration: underline;
    }

.socialBottom {
    list-style: none;
    padding-left: 0;
}

    .socialBottom li {
        float: left;
        margin-right: 10px;
    }

    .socialBottom a {
        text-decoration: none;
        color: #fff;
    }

        .socialBottom a:hover, footer a:hover {
            color: #ccc;
        }

    .socialBottom img {
        width: 24px;
        margin-right: 5px;
        height: 24px;
    }

main {
    padding: 10px;
    background: #fff;
}

#GrillaMasterDetail {
    padding: 0 20px;
}

.bg-dark {
    background-color: #585858 !important;
}



@media (max-width: 1200px) {
    .wrapper {
    display:block;
    }

    header {
    height:100px;
    }

    footer > div {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (max-width: 1015px) {
    .titulosHeader {
        float: right;
        margin-top: 10px;
        text-align: right;
        margin-right: 15px;
    }

    .fraseHeader {
        margin-top: 10px;
    }
}



@media (max-width: 768px) {
    footer {
        text-align: center;
    }

    .socialBottom li {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 768px) {
    .fraseHeader {
        display: none;
    }

    .titulosHeader {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .fraseHeader,
    .cuenta {
        display: none;
    }
}

@media (max-width: 663px) {
    header {
        height: auto;
        text-align: center;
        padding-bottom: 15px;
    }

    .wrapper {
        grid-template-rows: auto auto auto !important;
    }

    header img,
    .titulosHeader {
        float: none;
    }

    .titulosHeader {
        margin-top: 0;
        text-align: center;
    }
}

@media (max-width: 420px) {
    header img {
        width: 90%;
    }
}

.marginBottom {
    margin-bottom: 10px;
}
