/*css condicionales para opciones de cada municipio, quitar para que salgan.*/

.tutorialesFlorida {
    display: inherit !important;
}

/* |______> modal módulos*/
#myModal, #myModalApartado, #modalFirmaElectronica, #myModalArauca {
    vertical-align: super;
}
/*-----------------------*/

:root {
    --Color01: #3366CC;
    --Color02: #36C;
}

/*---------------------------módulos---------------------------*/

.modulos .ingresarTramite {
    color: #fff;
    background: #3B76FB;
}

.modulos .ingresarTramite {
    color: #fff;
    background: #3B76FB;
}

    .bodyInterno {
    background: url("../images/white_tiles.png");
    
}

.modulosBody {
    background: url("../images/bkgBodyTop.png") repeat-x left 50px, url("../images/white_tiles.png");
}

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

/*--------------------------------------------------------------------------------------------------------*/

.bodyInterno {
    background: url("../images/white_tiles.png");
}

.gridInterno {
    grid-template-rows: 157px 30px auto 240px;
}

.headerModulos {
    background: #fff;
    border-bottom: 3px solid #fff;
}

    .headerModulos .logosHeader {
        height: 100%;
        border-top: 3px solid #fff;
    }

.logosEmpresa {
    background: url("../images/logoFloridablanca.jpg") no-repeat;
    background-size: auto;
    background-size: auto;
    height: 110px;
    float: left;
    width: 119px;
    background-size: contain;
}

.tramitesFrase {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    color: #fff;
}

    .tramitesFrase h1, .tramitesFrase2 h1 {
        font-size: 1.33em;
        font-weight: bold;
        margin-top: 16px;
        color: #003333;
    }

    .tramitesFrase h2, .tramitesFrase2 h2 {
        font-size: 1.13em;
        margin-top: 10px;
        color: #003333;
    }


.navContainer {
    background: #666666;
}

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

        .navContainer a i {
            color: #fff;
        }

.navbarIndex {
    background: #666;
}


.sesion label {
    color: #fff;
}

.sesion a {
    color: #FFF !important;
}


.containerGen {
    background: #fff;
}


footer {
    color: #fff;
    display: block;
    background: #3366CC;
    position: relative;
    padding-bottom: 10px;
}


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

.social li a {
    color: #fff;
}

footer h4 {
    color: #fff;
}


.loginWrapper {
    background: var(--Color01);
    color: #fff;
}


.siteContainer .dx-button-mode-contained.dx-button-success, .siteContainer .dx-button, .dx-popup-content .dx-button {
    background: var(--Color02);
    color: #fff;
}

.loginWrapper .dx-button-mode-contained.dx-button-default, .loginWrapper .dx-button-mode-contained.dx-button-success {
    background-color: #A5CE32;
}

.ingresoModulo {
    color: #fff;
}
    .ingresoForm .dx-field-item-label-text {
    color: #fff;
}

.ingresoModulo .dx-radiobutton {
    color: #fff;
}

.ingresoModulo hr {
    background: #fff;
}

.ingresoModulo label {
    color: #fff
}



/*-----------------------Elementos----------------------------*/

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

.textoLogin h5 {
    color: #3A57AA;
}

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


