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


/*-------------Ayuda flotante--------------*/


.ayudaFlotante {
    height: 50px;
    width: 49px;
    background: #1D3C34;
    position: absolute;
    bottom: 1px;
    left: -51px;
    z-index: 2;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border: 2px solid #fff;
    border-right: 0;
    padding: 3px;
    transition: .5s right;
}


    .ayudaFlotante > div {
        color: #fff;
        float: left;
        border: 4px solid #A9C23F;
        border-radius: 100px;
        padding: 5px;
        width: 40px;
        height: 40px;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
        background: transparent;
        transition: 1s background;
    }

        .ayudaFlotante > div:hover {
            background: #A9CC00;
            transition: .3s background;
        }



.opcionesFlotantes {
    position: fixed;
    bottom: 66px;
    background: #1D3C34;
    border: 2px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px;
    color: #fff;
    right: 0;
    border-right: 0;
    z-index: 3;
    text-align: right;
    transition: .5s right;
}



    .opcionesFlotantes ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .opcionesFlotantes ul a:hover {
            color: #ffd800 !important;
        }

        .opcionesFlotantes ul i {
            margin-right: 5px;
            color: #A9C23F;
        }



.ayudaFlotante > .ayudaCerrar {
    display: none;
    padding: 3px;
    transition: .5s display;
}