.modulosGrid {
    height: 100%;
    display: grid;
    grid-template-rows: 86px auto 240px;
}

.gridInterno {
    display: grid;
    grid-template-rows: 124px 30px auto 240px;
    height: 100%;
}


.headerModulos .logosHeader {
    height: 87px;
    border-bottom: 3px solid #C68D2D;
}

.logosEmpresa {
    background: url("../images/42511_01-banner-logo-alcaldia_200x200.png") no-repeat;
    background-size: auto;
    background-size: auto;
    height: 80px;
    float: left;
    width: 201px;
    background-size: contain;
    margin: 8px 5px 0 9px;
}

.contentMods {
    margin-top: 37px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-position: left bottom;
    background-size: 663px;
    border-top: 18px solid #F3B345;
}

footer .infoFooter {
    background: #3C763B;
    border: 3px solid #fff;
}

.headerModulos .govCo {
    border-bottom: none;
}

.tramitesFrase h1, h2 {
    color: #555;
}

.tramitesFrase h1, .tramitesFrase2 h1 {

    margin-top: 16px;
}

.contentMods h3 {
    color: #004884;
    border-bottom: 1px solid #ADC9FF;
}

.headerModuloUnidad {
    background: #7a7a7a;
}

.modulos li:nth-child(1) .headerModuloUnidad {
    background: #FF9A13;
}

.modulos li:nth-child(2) .headerModuloUnidad {
    background: #D17547;
}

.modulos li:nth-child(3) .headerModuloUnidad {
    background: #B64F3E;
}

.modulos li:nth-child(4) .headerModuloUnidad {
    background: #9A4486;
}

.modulos li:nth-child(5) .headerModuloUnidad {
    background: #6666CC;
}

.modulos li:nth-child(6) .headerModuloUnidad {
    background: #6699FF;
}

.modulos li:nth-child(7) .headerModuloUnidad {
    background: #00B8F0;
}

.modulos li:nth-child(8) .headerModuloUnidad {
    background: #42BD9E;
}

.modulos li:nth-child(9) .headerModuloUnidad {
    background: #83CC50;
}

.modulos li:nth-child(10) .headerModuloUnidad {
    background: #6AA33A;
}

.modulos li:nth-child(11) .headerModuloUnidad {
    background: #3D7070;
}

.modulos li:nth-child(11) .headerModuloUnidad {
    background: #3D7070;
}

.modulos li:nth-child(12) .headerModuloUnidad {
    background: #3D5370;
}

.modulos .ingresarTramite {
    color: #fff;
    background: #3B76FB;
}

.navContainer {
    background: #F3B345;
}

    .navContainer a {
        color: #000;
    }

.indexVerde, .indexAzul {
    background: #F3B345;
    color: #2E363A;
}

.loginWrapper.indexVerde .dx-button, .loginWrapper.indexAzul .dx-button {
    background: #3C763B;
    border: 2px solid #fff;
}

.loginWrapper .dx-button span {
    color: #fff;
}

h3 {
    border-bottom: 1px solid #6699FF;
    color: #535366;
}

.textoLogin h5 {
    color: #3A57AA;
}

.sesion label {
    color: #000;
}

.sesion a {
    color: #60472d!important;
    font-weight: bold!important;
}


@media (max-width: 913px) {
    .contentMods {
        padding-bottom: 70px !important;
    }
}

@media (max-width: 750px) {
    .tramitesFrase2 {
        display: block;
        text-align: center;
        background: #f3b345;
        padding: 1px;
    }

        .tramitesFrase2 h1 {
        color:#000;
        }

    header {
        padding-bottom: 0;
    }
}

@media (max-width: 730px) {
    .modulosGrid {
        grid-template-rows: auto auto auto;
    }



    .contentMods {
        margin-top: 0;
    }
}


