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

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

.headerModulos .logosHeader {
    height: 85px;
    border-bottom: 3px solid #00ACEC !important;
    background: #fff url("../images/fondoSantaMarta.jpg") no-repeat right top;
}

.logosEmpresa {
    background: url("../images/logoSantaMarta.png") no-repeat;
    background-size: auto;
    background-size: auto;
    height: 84px;
    float: left;
    width: 111px;
    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: #00558a;
    border: 2px solid #fff;
}
    .headerModulos .govCo {
    border-bottom: none;
}

.social li a {
    font-weight:bold;
}

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

.tramitesFrase h1, .tramitesFrase2 h1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 14px;
}

.tramitesFrase h1 {
    color: #00ACEC;
}

.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: #00568D;
}

.navContainer a {
    color: #fff;
}

.indexVerde, .indexAzul {
    background: #00ACEC;
    color: #192933;
    font-weight: bold;
}

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

.loginWrapper .dx-button span {
    color: #00558A;
    font-weight: bold;
}

.loginWrapper .dx-button .dx-icon {
    color: #00558A;
}

.sesion a {
    font-weight:bold;
}


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;
    }

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

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

    .contentMods {
        margin-top: 0;
    }
}


