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

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


.headerModulos .logosHeader {
    height: 101px;
    border-bottom: 3px solid #98C03C;
    position: relative;
}

    .headerModulos .logosHeader::after {
        content: " ";
        width: 38%;
        height: 100%;
        background: url("../images/fondoHeader.png") left top no-repeat;
        display: block;
        position: absolute;
        background-size: cover;
        right: 0;
    }

.logosEmpresa {
    background: url("../images/logoEmpresa.png") no-repeat;
    height: 80px;
    float: left;
    width: 219px;
    margin-top: 10px;
    margin-right: 10px;
}

.contentMods {
    background: url("../images/bkgbodyInicio.jpg") no-repeat right bottom;
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto;
    margin-top: 39px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-position: left bottom;
    background-size: 663px;
    border-top: none;
}


footer .infoFooter {
    background: #5DB02E;
    border: 2px solid #fff;
}

.headerModulos {
    position: relative;
}

.headerModulos .govCo {
    background: #3366CC;
    border-bottom: 2px solid #fff;
}

.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: #5DB02E;
}

.navContainer a {
    color: #fff;
    font-weight:bold;
}

.sesion a {
    color:yellow!important;
}

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

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



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

.textoLogin {
    font-family: 'Mitr', sans-serif;
    font-weight: 300;
}

.textoLogin h3 {
    font-weight: initial;
    font-size: 19px;
    color: #4B8A27;
}

.textoLogin h5 {
    color: #3A57AA;
    font-weight:normal;
}

.sesion label {
    color: #fff;
}

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


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

@media (max-width: 877px) {
    .headerModulos .logosHeader::after {
        display: none;
    }
}


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

    .tramitesFrase2 {
        display: block;
        text-align: center;
        background: #A72857;
        padding: 1px;
    }

    .contentMods {
        margin-top: 0;
    }

    .tramitesFrase2 h2 {
        color:#fff;
    }
}


