﻿@charset "utf-8";
/* CSS Document */

/*ESTILOS HOME EMPLEO PUBLICO*/

#epHome {
    width: 100%;
    float: left;
}

    /*CABECERA*/

    /*BLOQUE A*/

    #epHome .epBloqueA .epBloqueALeft {
        float: left;
        max-width: 100%;
        width: 100%;
        display: block;
    }

        #epHome .epBloqueA .epBloqueALeft .epInfogeneral {
            padding: 0px 0px 15px 30px;
        }

            /*BLOQUE A - titulo informacion general*/

            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div {
                position: absolute;
                width: 214px;
                height: 181px;
                z-index: 1;
                margin-left: 255px;
                top: -px;
                margin-top: -50px;
                background-image: url(../img/fondoTituloCuestiones.png);
                background-repeat: no-repeat;
            }

                #epHome .epBloqueA .epBloqueALeft .epInfogeneral div h3 {
                    font-family: 'Fjalla One', sans-serif !important;
                    font-weight: normal !important;
                    width: 170px;
                    margin: 45px 0px 0px 35px;
                    text-align: center;
                    float: left;
                    text-align: center;
                }

                    #epHome .epBloqueA .epBloqueALeft .epInfogeneral div h3 span {
                        text-align: center;
                        color: #57152e;
                        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
                        word-wrap: break-word;
                        white-space: normal;
                        float: left;
                        text-align: center;
                        padding: 0px 50px 0px 35px;
                        font-size: 1.2em;
                    }

                        #epHome .epBloqueA .epBloqueALeft .epInfogeneral div h3 span + span {
                            color: #fff;
                            text-align: center;
                            text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
                            font-size: 1.3em;
                            padding: 5px 20px 0px 20px;
                            text-transform: uppercase;
                        }

                /*BLOQUE A - cuestiones informacion general*/

                #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div {
                    position: relative;
                    background-color: transparent;
                    width: 100%;
                    height: auto;
                    position: relative;
                    z-index: 0;
                    margin-left: 0px;
                    margin-top: 0px;
                    border-radius: 5px;
                    border-top-right-radius: 30px;
                    background: #63aae8;
                    background: -webkit-linear-gradient(141deg, #31b7f6 0%, #1fc8db 51%, #23c1fc 75%);
                    background: -moz-linear-gradient(141deg, #31b7f6 0%, #1fc8db 51%, #23c1fc 75%);
                    background: -o-linear-gradient(141deg, #31b7f6 0%, #1fc8db 51%, #23c1fc 75%);
                    background: linear-gradient(141deg, #13aff9 0%, #1fc8db 51%, #23c1fc 75%);
                    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
                }

                    #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul {
                        color: #ffff;
                        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
                        font-family: 'Roboto Condensed', sans-serif;
                        font-size: 1.3em;
                        font-weight: lighter;
                        background-image: url(../img/fondoListaCuestiones.png);
                        background-repeat: no-repeat;
                        background-position: right;
                        min-height: 194px;
                        display: flex;
                        flex-flow: row wrap;
                        margin: 0px;
                        width: 100%;
                        padding: 0px;
                    }

                        #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li {
                            position: relative;
                            vertical-align: middle;
                            margin: 0px;
                            text-align: left;
                            border-collapse: separate;
                            border-spacing: 4.5px;
                            width: 100%;
                            padding-left: 0px;
                            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                            background-color: transparent;
                            -webkit-transition: all 0.5s ease-in-out;
                            -moz-transition: all 0.5s ease-in-out;
                            -o-transition: all 0.5s ease-in-out;
                            transition: all 0.5s ease-in-out;
                            background-size: 1px 200px;
                        }

                            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li:first-child {
                                border-top-left-radius: 5px;
                                border-top-right-radius: 5px;
                                padding-top: 10px;
                            }

                            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li:last-child {
                                border-bottom-left-radius: 5px;
                                border-bottom-right-radius: 5px;
                                padding-bottom: 10px;
                            }

                            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li:hover {
                                background-color: rgba(0, 128, 236, 0.3);
                            }

                            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li a {
                                text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
                                font-family: 'Roboto Condensed', sans-serif;
                                color: #ffffff;
                                font-weight: normal;
                                margin: 0px;
                                display: table-cell;
                                vertical-align: middle;
                                text-align: left;
                                margin-left: 0px;
                                position: relative;
                                padding: 10px;
                                left: 0px;
                                left: -25px !important;
                                max-width: 380px;
                            }

                            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li:nth-child(1) a {
                                max-width: 450px;
                            }

                            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li:nth-child(2) a {
                                max-width: 250px;
                            }

                            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li a:hover {
                                text-decoration: none;
                            }

                            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li:last-child {
                                border-bottom: 0px;
                            }

                            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li span {
                                position: absolute;
                                background-image: url(../img/bulletListaCuestiones.png);
                                background-repeat: no-repeat;
                                float: left;
                                display: inline-block;
                                width: 50px;
                                height: 40px;
                                background-position: left top;
                                left: -18px;
                                position: relative;
                                display: table-cell;
                            }

    /*BLOQUE A - Cajas enlaces OEP */

    #epHome .epBloqueA .epBloqueARight {
        float: right;
        display: none;
    }

    #epHome .epBloqueA .epBloqueALeft .epInfogeneral > div:nth-of-type(1) {
        position: absolute;
        float: right;
        margin-left: 495px;
    }

    #epHome .epBloqueA .epBloqueALeft div + div {
        max-width: none;
        width: 100%;
    }

    #epHome .epBloqueA .epBloqueALeft ul {
        display: flex;
        flex-flow: row wrap;
        margin: 0px;
        padding: 0px;
        padding-right: 0px;
        margin-top: 10px;
    }

        #epHome .epBloqueA .epBloqueALeft ul li {
            position: relative;
            margin-bottom: 5px;
            width: 100%;
            background: none;
            padding-left: 30px;
        }

    #epHome .epBloqueA .epBloqueALeft div.epInfogeneral + div ul li span {
        display: list-item;
        vertical-align: middle;
        height: 70px;
        text-align: center;
        width: 100%;
        border-radius: 5px;
        background: #63aae8;
        background: -webkit-linear-gradient(141deg, #31b7f6 0%, #1fc8db 51%, #23c1fc 75%);
        background: -moz-linear-gradient(141deg, #31b7f6 0%, #1fc8db 51%, #23c1fc 75%);
        background: -o-linear-gradient(141deg, #31b7f6 0%, #1fc8db 51%, #23c1fc 75%);
        background: linear-gradient(141deg, #13aff9 0%, #1fc8db 51%, #23c1fc 75%);
    }

    #epHome .epBloqueA .epBloqueALeft div ul li span {
        display: table-cell;
        vertical-align: middle;
        height: 70px;
        text-align: center;
        width: 450px;
        border-radius: 5px;
        background: none;
        background: -webkit-linear-gradient(141deg, #31b7f6 0%, #1fc8db 51%, #23c1fc 75%);
        background: -moz-linear-gradient(141deg, #31b7f6 0%, #1fc8db 51%, #23c1fc 75%);
        background: -o-linear-gradient(141deg, #31b7f6 0%, #1fc8db 51%, #23c1fc 75%);
        background: linear-gradient(141deg, #13aff9 0%, #1fc8db 51%, #23c1fc 75%);
    }

    #epHome .epBloqueA .epBloqueALeft ul li span a {
        border-radius: 5px;
        color: #fff;
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
        text-align: center;
        width: 450px;
        height: 70px;
        vertical-align: middle;
        margin-bottom: 15px;
        font-size: 1.3em;
        padding: 0px;
        font-family: 'Fjalla One', sans-serif;
        font-weight: normal;
        min-width: 205px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-decoration: none;
        background-size: 1px 200px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        background-color: transparent;
    }

        #epHome .epBloqueA .epBloqueALeft ul li span a:hover {
            background-color: #18a5e0;
            text-decoration: none;
        }

    /*BLOQUE A tabla informativa*/

    #epHome .epBloqueA .epBloqueARight {
        float: right;
    }

    #epHome .epBloqueA .epBloqueALeft div {
        float: none;
        clear: both;
    }

    #epHome .epBloqueA .epBloqueARight div {
        background-color: #b8e1ff;
        border-radius: 5px;
        width: 205px;
        padding: 0px 18px;
        background-image: url(../img/fondoCuadroDatos.png);
        background-repeat: no-repeat;
        background-position: 138px 8px;
        position: relative;
    }

        /*BLOQUE A tabla informativa - titulo cabecera*/

        #epHome .epBloqueA .epBloqueARight div p {
            margin: 0px;
            font-family: roboto condensed;
            font-family: 'Roboto Condensed', sans-serif;
            padding-top: 20px;
            letter-spacing: 0.01em;
        }

            #epHome .epBloqueA .epBloqueARight div p span {
                color: #317fba;
                font-size: 2em;
                font-weight: normal;
                clear: both;
                display: inline-block;
                font-family: 'Fjalla One', sans-serif !important;
                text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
            }

        /*BLOQUE A tabla informativa - Listado datos*/

        #epHome .epBloqueA .epBloqueARight div ul {
            padding: 0px;
            margin-bottom: 8px;
            margin-top: 2px;
        }

            #epHome .epBloqueA .epBloqueARight div ul li {
                padding: 0px;
                margin-bottom: 0px;
                font-family: 'Roboto Condensed', sans-serif;
                letter-spacing: 0.05em;
                background: none;
            }

                #epHome .epBloqueA .epBloqueARight div ul li span {
                    display: inline-block;
                    color: #104166;
                    font-size: 0.86em;
                    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
                }

                    #epHome .epBloqueA .epBloqueARight div ul li span:first-child {
                        max-width: 175px;
                    }

                    #epHome .epBloqueA .epBloqueARight div ul li span + span {
                        float: right;
                    }

        /*BLOQUE A tabla informativa - leyenda*/

        #epHome .epBloqueA .epBloqueARight div div {
            background-color: #4cb2fe;
            width: 240px;
            position: relative;
            left: -18px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            padding: 0px;
            background-image: none;
        }

            #epHome .epBloqueA .epBloqueARight div div ul {
                padding: 5px 15px 10px 15px;
                position: relative;
            }

                #epHome .epBloqueA .epBloqueARight div div ul li {
                    color: #fff;
                    font-size: 0.85em;
                    margin-bottom: 0px;
                    margin-left: 0px;
                    padding: 0px;
                    line-height: 10px;
                    font-family: 'Roboto Condensed', sans-serif;
                    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
                }

                    #epHome .epBloqueA .epBloqueARight div div ul li span {
                        width: 10px;
                        height: 10px;
                        border-radius: 10px;
                        border: 2px solid #fff;
                        margin-right: 5px;
                        display: inline-block;
                        position: relative;
                        top: 3px;
                    }

                    #epHome .epBloqueA .epBloqueARight div div ul li:nth-child(1) span {
                        background-color: #6395fc;
                    }

                    #epHome .epBloqueA .epBloqueARight div div ul li:nth-child(2) span {
                        background-color: #c87468;
                    }

                    #epHome .epBloqueA .epBloqueARight div div ul li:nth-child(3) span {
                        background-color: #97dd87;
                    }

                    #epHome .epBloqueA .epBloqueARight div div ul li:nth-child(4) span {
                        background-color: #9f5fec;
                    }

                    #epHome .epBloqueA .epBloqueARight div div ul li:nth-child(5) span {
                        background-color: #52d4f4;
                    }

                    #epHome .epBloqueA .epBloqueARight div div ul li:nth-child(6) span {
                        background-color: #f5b145;
                    }

            #epHome .epBloqueA .epBloqueARight div div + div {
                width: 160px;
                height: 160px;
                position: absolute;
                margin-left: 130px;
                margin-top: -110px;
                background-repeat: no-repeat;
                background-color: transparent;
                border: 0px;
            }

    /*BLOQUE B*/

    #epHome .epBloqueB {
        width: 100%;
        display: block;
        clear: both;
        margin-top: 30px;
        float: left;
        padding: 15px 5px 15px 8px;
    }

        /*BLOQUE B - listado informacion empleo*/

        #epHome .epBloqueB ul {
            margin: 0px;
            padding: 0px;
            width: 100%;
            display: table;
            border-collapse: separate;
            border-spacing: 13px 0px;
            display: grid !important;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 0 2%;
        }

        #epHome .epBloqueB div h3 {
            font-family: 'Roboto Condensed', sans-serif !important;
            color: #4e9fe6 !important;
            font-weight: lighter !important;
            text-align: center;
            font-size: 2.5em;
            padding: 0px;
            margin: 0px;
            margin-bottom: 25px;
        }

            #epHome .epBloqueB div h3 span {
                font-family: 'Roboto Condensed', sans-serif !important;
                font-size: 0.7em;
            }

        #epHome .epBloqueB div + ul li {
            margin-bottom: 5px;
            width: 220px;
            display: table-cell;
            padding: 0px;
            border-radius: 5px;
            vertical-align: top;
        }

            #epHome .epBloqueB div + ul li:nth-child(1) {
                background-color: #fcb16d;
            }

            #epHome .epBloqueB div + ul li:nth-child(2) {
                background-color: #f69ca3;
            }

            #epHome .epBloqueB div + ul li:nth-child(3) {
                background-color: #96e4da;
            }

            #epHome .epBloqueB div + ul li div span {
                font-family: 'Fjalla One', sans-serif;
                display: inline;
                color: #fff;
                display: table-cell;
                vertical-align: middle;
                max-height: 100px;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                font-size: 1.1em;
                word-wrap: break-word;
                word-spacing: normal;
                text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
            }

                #epHome .epBloqueB div + ul li div span + span {
                    width: 100px;
                }

            #epHome .epBloqueB div + ul li div + div ul li {
                float: left;
                background-color: transparent !important;
                max-width: none !important;
            }

            #epHome .epBloqueB div + ul li div {
                height: 100px;
                padding-top: 20px;
                padding-bottom: 10px;
                /* width: 246px; */
                border-top-right-radius: 5px;
                border-top-left-radius: 5px;
            }

                #epHome .epBloqueB div + ul li div + div {
                    height: 100%;
                }

            #epHome .epBloqueB div + ul li:nth-child(1) div:nth-child(1) {
                background-color: #f56a1a;
            }

            #epHome .epBloqueB div + ul li:nth-child(2) div:nth-child(1) {
                background-color: #e0204a;
            }

            #epHome .epBloqueB div + ul li:nth-child(3) div:nth-child(1) {
                background-color: #0d8b95;
            }

        #epHome .epBloqueB ul li a {
            color: #1c7bc2;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 1.2em;
            background-repeat: no-repeat;
            padding-left: 35px;
            padding-bottom: 5px;
            padding-top: 3px;
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
            float: left;
            width: 100%;
            text-align: left;
            font-weight: normal;
        }

            #epHome .epBloqueB ul li a:hover {
                color: #d1572e;
                text-decoration: none;
            }

            #epHome .epBloqueB ul li a img {
                border: 0;
                display: inline;
                float: left;
                top: -10px;
                position: relative;
                margin-left: 15px;
            }

            #epHome .epBloqueB ul li a span {
                float: left;
            }

        /***** caja con flechita*****/

        #epHome .epBloqueB ul li div div.arrow_box {
            position: relative;
            background: transparent;
            height: 0px;
            padding-bottom: 0px;
            padding: 0px;
            z-index: 9999;
        }

            #epHome .epBloqueB ul li div div.arrow_box:before {
                border-color: rgba(194, 225, 245, 0);
                border-bottom-color: #c2e1f5;
                border-width: 16px;
                margin-left: 95px;
                position: absolute;
                bottom: 6px;
                left: 0;
                width: 0;
                height: 0;
                border-width: 15px 15px 0;
                border-style: solid;
                border-color: red transparent transparent;
                content: " ";
            }

        #epHome .epBloqueB div + ul li:nth-child(1) div + div div.arrow_box:before {
            border-color: #f56a1a transparent transparent;
        }

        #epHome .epBloqueB div + ul li:nth-child(2) div + div div.arrow_box:before {
            border-color: #e0204a transparent transparent;
        }

        #epHome .epBloqueB div + ul li:nth-child(3) div + div div.arrow_box:before {
            border-color: #0d8b95 transparent transparent;
        }

        #epHome .epBloqueB div + ul li div + div div + ul {
            border-spacing: 0px 0px;
            position: relative;
            top: -22px;
            height: 100%;
            display: flex !important;
            flex-flow: column;
            overflow: hidden;
        }

            #epHome .epBloqueB div + ul li div + div div + ul li {
                margin-bottom: 0px;
                border-radius: 0px;
                width: 100%;
                border-bottom: 1px solid transparent;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                background: none;
            }

                #epHome .epBloqueB div + ul li div + div div + ul li:first-child {
                    margin-top: 35px;
                    padding-bottom: 2px;
                }

                #epHome .epBloqueB div + ul li div + div div + ul li:hover {
                    background-color: rgba(255, 255, 255, 0.3) !important;
                }

                    #epHome .epBloqueB div + ul li div + div div + ul li:hover a {
                        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5) !important;
                    }

        #epHome .epBloqueB div + ul li:nth-child(1) div + div div + ul li a {
            background-image: url(../img/bullet-flecha-naranja.png);
            background-position: left -4px;
            background-repeat: no-repeat;
            text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
            margin-left: 10px;
        }

        #epHome .epBloqueB div + ul li:nth-child(2) div + div div + ul li a {
            background-image: url(../img/bullet-flecha-magenta.png);
            background-position: left -4px;
            background-repeat: no-repeat;
            margin-left: 10px;
        }

        #epHome .epBloqueB div + ul li:nth-child(3) div + div div + ul li a {
            background-image: url(../img/bullet-flecha-verde.png);
            background-position: left -4px;
            background-repeat: no-repeat;
            margin-left: 10px;
        }

        #epHome .epBloqueB div + ul li:nth-child(1) div + div div + ul li a span {
            color: #711d15 !important;
        }

        #epHome .epBloqueB div + ul li:nth-child(2) div + div div + ul li a span {
            color: #7b0d24 !important;
        }

        #epHome .epBloqueB div + ul li:nth-child(3) div + div div + ul li a span {
            color: #05565c !important;
        }

        #epHome .epBloqueB div + ul li div + div div + ul li a span {
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: none;
            font-size: 1em;
            font-weight: lighter;
            text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
            border-bottom: 1px solid transparent;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            letter-spacing: 0px;
            padding-bottom: 2px;
        }

    /*BLOQUE C - zona de banners*/

    #epHome .epBloqueC {
        display: block;
        clear: both;
        position: relative;
        border-collapse: separate;
        display: table;
        border-collapse: separate;
        padding-left: 22px;
    }

        #epHome .epBloqueC h3 {
            font-family: 'Roboto Condensed', sans-serif !important;
            color: #4e9fe6 !important;
            font-weight: lighter !important;
            text-align: center;
            font-size: 2em;
            padding: 0px;
            margin: 0px;
            margin-top: 0px;
            margin-top: 20px;
            position: relative;
            float: left;
            clear: both;
            width: 100%;
            text-align: left;
            margin-bottom: 0px;
        }

        #epHome .epBloqueC p {
            font-family: 'Roboto Condensed', sans-serif !important;
            font-size: 1.1em;
            font-weight: lighter;
            color: #195890;
            line-height: 21px;
            margin-bottom: 8px;
            margin-top: 0px;
            text-align: justify;
            text-justify: inter-word;
        }

        #epHome .epBloqueC a {
            font-family: 'Roboto Condensed', sans-serif !important;
            font-size: 1.1em;
            font-weight: normal;
            color: #2384d8;
            line-height: 21px;
            margin-bottom: 8px;
            margin-top: 0px;
            text-align: justify;
            border-bottom: 1px solid transparent;
            text-justify: inter-word;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            #epHome .epBloqueC a:hover {
                text-decoration: none;
                border-bottom: 1px solid #a5cdff;
            }

        #epHome .epBloqueC ul {
            float: left;
            clear: both;
            padding-left: 0px;
        }

            #epHome .epBloqueC ul li {
                list-style-type: none;
                background-image: url(../img/bullet-flecha.png);
                background-repeat: no-repeat;
                padding: 5px;
                padding-left: 40px;
            }



/* CSS Document */


/*************************************************************************/
/*PORTAL MINHAC. ANCHO 1440px*/
/*************************************************************************/
@media screen and (min-width: 1400px), only screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2) {
    #epHome ul li div h2 {
        font-size: 1.1rem;
    }
    #epHome .epBloqueB div + ul li div + div div + ul li a span {
    font-size: 1.05rem;
    }     
}
/*************************************************************************/

/*EMPLEO PUBLICO. MOVIL*/

/*************************************************************************/

@media screen and (min-width: 0px) and (max-width: 800px) and (min-resolution:1dppx), only screen and (min-device-width: 0px) and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
    #epHome .epBloqueA .epBloqueALeft {
        max-width: 100%;
        width: 100%;
        display: table;
        border-spacing: 15px;
    }

        #epHome .epBloqueA .epBloqueALeft .epInfogeneral {
            padding: 0px !important;
        }

            #epHome .epBloqueA .epBloqueALeft .epInfogeneral > div:nth-of-type(1) {
                position: relative;
                float: none;
                margin-left: 0px;
            }

        #epHome .epBloqueA .epBloqueALeft ul li {
            width: 100%;
            padding-left: 0px;
            margin-bottom: 5px;
        }

            #epHome .epBloqueA .epBloqueALeft ul li span a {
                justify-content: left;
                padding-left: 15px;
                width: auto;
                line-height: 20px;
            }

        #epHome .epBloqueA .epBloqueALeft .epInfogeneral div h3 {
            width: 100% !important;
            text-align: left !important;
            margin: 0px !important;
            padding: 10px;
            line-height: 25px;
        }

            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div h3 span,
            #epHome .epBloqueA .epBloqueALeft .epInfogeneral div h3 span + span {
                clear: both;
                float: none !important;
                display: block;
                text-align: left !important;
                padding: 0px !important;
            }

        #epHome .epBloqueA .epBloqueALeft .epInfogeneral > div:nth-of-type(1) {
            position: relative !important;
            float: none !important;
            margin-left: 0px !important;
            background-color: #f7549b;
            margin-top: 0px;
            border-radius: 5px;
            background-image: none;
            height: auto;
            display: flex;
            width: auto;
            margin-bottom: 5px;
        }

        #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li span {
            background-image: none;
            display: none;
        }

        #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li a {
            left: 0px !important;
            font-size: 1rem;
        }

    #epHome .epBloqueB {
        /*padding: 15px 0px 15px 0px;*/
        padding: 0px 0px 15px 0px;
        border-spacing: 15px;
        display: table;
        margin-top: 0px;
    }

    #epHome .epBloqueA .epBloqueALeft ul li {
        padding-left: 0px !important;
    }

    #epHome .epBloqueB div h3 {
        text-align: left;
        line-height: 25px;
        margin: 10px 8px 20px 0px;
    }

    #epHome .epBloqueB ul {
        display: flex !important;
        flex-flow: column !important;
        width: 100% !important;
    }

    #epHome .epBloqueB div + ul li {
        margin-bottom: 15px !important;
        width: 100% !important;
    }

        #epHome .epBloqueB div + ul li div {
            width: 100% !important;
        }

            #epHome .epBloqueB div + ul li div:nth-child(1) {
                padding-top: 0px;
            }

    #epHome .epBloqueC ul {
        margin-top: 10px;
    }

        #epHome .epBloqueC ul li {
            background-size: 20px !important;
            padding-left: 25px !important;
        }

    #epHome .epBloqueC {
        padding-left: 10px !important;
    }

    #epHome .epBloqueB div + ul li div {
        padding-top: 5px;
    }

    #epHome .epBloqueB ul li div div.arrow_box:before {
        top: 0px;
        position: relative;
        margin: 0 auto;
    }

    /****/
    #descfoto {
        line-height: 0 !important;
    }

        #descfoto img {
            margin: 0 auto !important;
            display: block;
        }
}

/*************************************************************************/

/*PORTAL MINHAC. PAGINA EMPLEO PUBLICO. MOVIL (LANDSACPE)*/

/*************************************************************************/

@media screen and (min-width: 0px) and (max-width: 767px) and (min-resolution:1dppx) and ( orientation: landscape), only screen and (min-device-width: 0px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and ( orientation: landscape) {
}

/*************************************************************************/

/* PORTAL MINHAC. PAGINA EMPLEO PUBLICO. TABLET */

/*************************************************************************/

@media only screen and (min-width: 1140px) and (max-width: 1824px) and (min-resolution: 2dppx), only screen and (min-device-width: 1140px) and (max-device-width: 1824px) and (-webkit-min-device-pixel-ratio: 2) {

    #epHome .epBloqueB {
        padding: 15px 0px 15px 0px;
    }

        #epHome .epBloqueB div + ul {
            border-spacing: 0px;
        }

            #epHome .epBloqueB div + ul li {
                width: 100% !important;
                display: flex !important;
                flex-flow: column !important;
                margin-bottom: 10px;
            }

                #epHome .epBloqueB div + ul li div {
                    width: 100% !important;
                }

                    #epHome .epBloqueB div + ul li div:nth-child(1) {
                        padding-top: 0px;
                    }

        #epHome .epBloqueB ul li div div.arrow_box:before {
            top: -13px;
            position: relative !important;
            margin: 0 auto !important;
        }

    .contenido ul li {
        background-size: 20px !important;
    }

    #epHome .epBloqueA .epBloqueALeft .epInfogeneral div h3 span + span {
        font-size: 1.2rem;
    }

    #epHome .epBloqueA .epBloqueALeft .epInfogeneral div h3 span {
        font-size: 1.2rem;
    }

    #epHome .epBloqueA .epBloqueALeft .epInfogeneral div h3 {
        margin-top: 35px !important;
    }
    /****/
    #descfoto {
        line-height: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

        #descfoto img {
            margin: 0 auto !important;
            display: block;
            width: 25%;
        }
}

/*************************************************************************/

/* PORTAL MINHAC. PAGINA EMPLEO PUBLICO. TABLET (LANDSCAPE)*/

/*************************************************************************/

@media screen and (min-width: 768px) and (max-width: 1824px) and (min-resolution:2dppx) and ( orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1824px) and (-webkit-min-device-pixel-ratio: 2) and ( orientation: landscape) {
    #epHome .epBloqueA .epBloqueALeft .epInfogeneral > div:nth-of-type(1) {
        position: absolute;
        float: right;
        margin-left: 70%;
    }

    #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li a,
    #epHome .epBloqueA .epBloqueALeft .epInfogeneral div + div ul li:nth-child(2) a {
        max-width: 100%;
    }

    #epHome .epBloqueB div + ul {
        display: table;
        border-collapse: separate;
        border-spacing: 5px;
    }

        #epHome .epBloqueB div + ul li {
            width: 300px !important;
            display: table-cell !important;
        }

            #epHome .epBloqueB div + ul li div {
                width: 100% !important;
            }

                #epHome .epBloqueB div + ul li div:nth-child(1) {
                    padding: 0px 10px;
                }

                #epHome .epBloqueB div + ul li div + div div + ul {
                    display: flex;
                    flex-flow: column;
                }
}

@media screen and (min-width: 767px), only screen and (min-width: 1140px) and (-webkit-min-device-pixel-ratio: 2) {
    #epHome .epBloqueB {
        /*padding: 15px 0px 15px 0px;*/
        padding: 5px 0px 15px 0px;
        margin-top: 0px;
    }
}

@media screen and (min-width: 790px) and (max-width: 1139px) and (min-resolution: 1dppx) {
    #epHome .epBloqueB div + ul li {
        width: 23.5vw !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1139px) and (min-resolution: 2dppx), only screen and (min-device-width: 767px) and (max-device-width: 1239px) and (-webkit-min-device-pixel-ratio: 2) {
    #epHome .epBloqueB {
        border-spacing: 0px !important;
    }

        #epHome .epBloqueB ul {
            display: grid !important;
        }

        #epHome .epBloqueB div + ul li {
            width: 100% !important;
        }
}

@media only screen and (min-width: 767px) and (max-width: 800px) and (min-resolution: 2dppx), only screen and (min-device-width: 767px) and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
    #epHome .epBloqueB ul {
        flex-flow: row !important;
        gap: 10px;
    }

    #epHome .epBloqueB div + ul li {
        width: 100% !important;
    }

        #epHome .epBloqueB div + ul li div + div div + ul {
            flex-flow: column !important;
        }
}

@media screen and (min-width: 1140px), only screen and (min-width: 1140px) and (-webkit-min-device-pixel-ratio: 2) {
    #epHome .epBloqueB {
        padding: 15px 5px 15px 0px;
    }

        #epHome .epBloqueB > ul {
            display: grid !important;
            grid-template-columns: 1fr 1fr 1fr;
            border-spacing: 0px !important;
        }

        #epHome .epBloqueB div + ul li {
            width: 23.5vw !important;
            max-width: 360px;
            /* min-width: 23.5vw;*/
        }
}
