.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 #94c01f;
    border-top: 3px solid #94c01f;
    background: #fff;
}

.logosEmpresa {
    background: url("../images/logoDTTF.png") no-repeat;
    height: 89px;
    float: left;
    width: 132px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 5px;
}

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

footer .infoFooter {
    background: #2E363A;
    border: 3px solid #94c01f;
}

.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: #2E363A;
}

.navContainer a {
    color: #fff;
}

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

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

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

.textoLogin h5 {
    color: #3A57AA;
}

.sesion label {
    color: #fff;
}


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

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

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

    .contentMods {
        margin-top: 0;
    }
}


