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

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

.headerModulos .logosHeader {
    height: 85px;
    border-bottom: 3px solid #ccc !important;
    background: #1687C8 url("../images/fondoHeaderTurbo.jpg") no-repeat right top;
    border-top: 2px solid #fff;
}

.logosEmpresa {
    background: url("../images/LogoAlcaldiaTurbo.png") no-repeat;
    background-size: auto;
    background-size: auto;
    height: 105px;
    float: left;
    width: 107px;
    margin-right: 10px;
    background-size: contain;
}

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

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

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

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

.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 {
    border-top: 3px solid #42a1db;
    background: #2d587d;
}

.navContainer a {
    color: #fff;
}

.indexVerde, .indexAzul {
    background: #1687C8;
    color:#fff;
}


    .indexVerde .dx-item-content, .indexVerde .dx-field-item-label-text, .indexAzul .dx-item-content, .indexAzul .dx-field-item-label-text {
        color: #fff;
    }

.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: 750px) {
    .logosHeader {
        justify-content: left;
    }
    .tramitesFrase2 {
        background: #666;
    }
}

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

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

    .contentMods {
        margin-top: 0;
    }
}


