@font-face
{
    font-family: 'Hack-Regular';
    src: url('tipografias/Hack-Regular.ttf');   

}

@font-face
{
    font-family: 'Comfortaa';
    src: url('tipografias/Comfortaa/Comfortaa-Regular.ttf');
}

@font-face
{
    font-family: 'Petita';
    src: url('tipografias/PetitaBold.ttf');
}

body
{
    background: white;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: fit-content;
    max-height: -moz-fit-content;
    overflow-x: hidden;
}

.top
{
    visibility: hidden;
}

/*HEADER*/

.barra_header
{
    width: 100%;
    height: .2em;
    background-color: #FFD76B;
    position: fixed;
    z-index: 15;
}

header
{
    width: 100%;
    height: 5em;
    background-color: #C4C8FC;
    position: fixed;
    top: .2em;
    z-index: 15;
}

header img
{
    width: 70px;
    position: absolute;
    top: .3em;
    left: .5em;    
}

.titulo
{   
    font-family: Hack-Regular, Verdana, sans-serif;
    font-size: 33px;
    color: white;
    width: fit-content;
    max-width: -moz-fit-content;
    position: relative;
    left: 2.4em;
    top: -.4em;
    
}

header ul
{
    /*border: 1px solid black;*/
    position: absolute;
    left: 48%;
    top: .6em;
}

header ul li
{
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 500;
    color: rgb(254, 252, 255);
    margin-right: 1em;
    font-size: 26px;
    letter-spacing: .08em;
    display: inline;
    transition: color .4s ease-out;
}

header ul a
{
    text-decoration: none;
}

header ul li:hover
{
    color: black;
}

/*FIN DE HEADER*/

/*MENU DESPLEGABLE*/

.menu
{
    visibility: hidden;
}

label
{
    color: white;
    font-size: 38px;
    font-family: Petita, Hack-Regular, Verdana, sans-serif; 
    line-height: 80px;
    position: absolute;
    left: 92%;
    top: -.01em
}

input
{
    position: absolute;
    left: 50%;
    visibility: hidden;
}

.menu-dsp
{
    background-color: #C4C8FC;
    width: 100%;
    height: 12em;
    opacity: 0;
    position: fixed;
    top: 5.2em;
    z-index: 15;
    visibility: hidden;
}

.menu-lista
{
    width: 100%;
    position: fixed;
    left: -5%;
    top: 4.2em;
    visibility: hidden;
}

.menu-lista li
{ 
    width: 102%;
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    font-weight: 500;
    text-align: center;
    color: rgb(254, 252, 255);
    font-size: 28px;
    letter-spacing: .08em;
    display: block;
    padding-top: .2em;
    padding-bottom: .22em;
    transition: color .4s ease-out;
    border-bottom: 1px solid #EAEAEB;
    position: relative;
    left: -.4%;
}

#top-bd
{
    border-top: 1px solid #EAEAEB;
}

#bottom-bd
{
    border-bottom: 0px solid white;
}


/*FIN DE MENU DESPLEGABLE*/

/*INICIO*/

.inicio
{
    background-image: url("imagenes/servicios/serviciosDes.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-y: -8em;
    width: 100%;
    height: 25em;
    position: relative;
    top: 5em;
    /*border: 1px solid black;*/
}

.txtTituloInicio
{
    width: 100%;
    color: white;
    text-align: center;
    font-size: 90px;
    font-family: Comfortaa, Verdana, sans-serif;
    text-shadow: 2px 2px 4px #000000;
    position: absolute;
    top: .60em;
}

/*FIN DE INICIO*/

.intro
{
    background: rgb(245,245,245);
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 54px;
    text-align: center;
    padding-left: 4em;
    padding-right: 4em;
    padding-top: .4em;
    height: 3.2em;
    position: relative;
    top: .4em;
    /*z-index: 13;*/
   
}

/*STAFFING*/

.staffing
{
    background-color:rgb(245,245,245);
    width: 100%;
    height: 80em;
    position: absolute;
    top: 40em;
}

.tituloSTF
{
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 62px;
    letter-spacing: .04em;
    text-align: center;
    width: 100%;
}

.defSTF
{
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 40px;
    text-align: center;
    padding-right: 3em;
    padding-left: 3em;
    position: relative;
    bottom: 1em;
}

/*BENEFICIOS*/

.beneficios
{
   /* border: 1px solid black;*/
    width: 100%;
    height: 24em;
    position: relative;
    top: .5em;
}


/*BENEF1*/

.benef1B1
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 2%;
    bottom: 0%;
    background-color: rgba(196,200,252, .5);
    z-index: 1;
    opacity: 0;
}

.benef1B2
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 2%;
    bottom: 0%;
    background-color: rgba(196,200,252, .2);
    z-index: 0;
    opacity: 0;
}

.benef1
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 2%;
    background-color: rgba(196,200,252, 1);
    /*border: 1px solid black;*/
    z-index: 2;
}

.benef1 p
{
    width: 94%;
    height: 3.5em;
    font-family: Comfortaa, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 36px;
    text-align: center;
    position: relative;
    top: 0em;
    left: 3%;
    /*border: 1px solid black;*/
}

.benef1 img
{
    width: 30%;
    position: relative;
    left: 35%;
    top: -.5em;
}

/*FIN DE BENEF1*/

/*BENEF2*/

.benef2B1
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 52%;
    bottom: 0%;
    background-color: rgba(255, 161, 32, .5);
    z-index: 1;
    opacity: 0;
}

.benef2B2
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 52%;
    bottom: 0%;
    background-color: rgba(255, 161, 32, .2);
    z-index: 0;
    opacity: 0;
}

.benef2
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 52%;
    background-color: rgba(243, 174, 76, 1);
    z-index: 2;
    /*border: 1px solid black;*/
}

.benef2 p
{
    width: 94%;
    height: 3.5em;
    font-family: Comfortaa, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 36px;
    text-align: center;
    position: relative;
    top: 0em;
    left: 3%;
    /*border: 1px solid black;*/
}

.benef2 img
{
    width: 30%;
    position: relative;
    left: 35%;
    top: -.5em;
}

/*FIN DE BENEF2*/

/*BENEF3*/

.benef3B1
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 2%;/*3%;*/;
    top: 28em /*114.5%;*/;
    background-color: rgba(196,200,252, .5);
    z-index: 1;
    opacity: 0;
}

.benef3B2
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 2%/*4%*/;
    top: 28em/*112.6%*/;
    background-color: rgba(196,200,252, .2);
    z-index: 0;
    opacity: 0;
}

.benef3
{
    width: 45%; 
    height: 24em;
    background-color: rgba(196,200,252, 1);
    border-radius: 10px;
    position: absolute;
    left: 2%;
    top: 28em;
    z-index: 2;
    /*border: 1px solid black;*/
}

.benef3 p
{
    width: 94%;
    height: 3.5em;
    font-family: Comfortaa, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 36px;
    text-align: center;
    position: relative;
    top: 0em;
    left: 3%;
    /*border: 1px solid black;*/
}

.benef3 img
{
    width: 30%;
    position: relative;
    left: 35%;
    top: -.5em;
}

/*FIN DE BENEF3*/

/*BENEF4*/

.benef4B1
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 52%;/*53%;*/;
    top: 28em /*114.5%;*/;
    background-color: rgba(243, 174, 76, .5);
    z-index: 1;
    opacity: 0;
}

.benef4B2
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 52%/*54%*/;
    top: 28em/*112.6%*/;
    background-color: rgba(243, 174, 76, .2);
    z-index: 0;
    opacity: 0;
}

.benef4
{
    width: 45%; 
    height: 24em;
    background-color: rgba(243, 174, 76, 1);
    border-radius: 10px;
    position: absolute;
    left: 52%;
    top: 28em;
    z-index: 2;
    /*border: 1px solid black;*/
}

.benef4 p
{
    width: 94%;
    height: 3.5em;
    font-family: Comfortaa, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 36px;
    text-align: center;
    position: relative;
    top: 0em;
    left: 3%;
    /*border: 1px solid black;*/
}

.benef4 img
{
    width: 30%;
    position: relative;
    left: 35%;
    top: -.5em;
}

/*FIN DE BENEF4*/

/*FIN DE BENEFICIOS*/

/*FIN DE STAFFING*/

/*RECLUTAMIENTO*/

.reclutamiento
{
    background-color: rgb(245, 245, 245);
    width: 100%;
    height: 80em;
    position: absolute;
    top: 120em;
}

.definicionR
{
    /*border: 1px solid green;*/
}

.tituloREC
{
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 62px;
    letter-spacing: .04em;
    text-align: center;
    width: 100%;
    position: relative;
}

.defREC
{
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 40px;
    text-align: center;
    padding-right: 3em;
    padding-left: 3em;
    position: relative;
    bottom: 1em;
}

/*BENEFICIOS*/

/*BENEF1R*/

.benef1RB1
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 2%;
    bottom: 0%;
    background-color: rgba(196,200,252, .5);
    z-index: 1;
    opacity: 0;
}

.benef1RB2
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 2%;
    bottom: 0%;
    background-color: rgba(196,200,252, .2);
    z-index: 0;
    opacity: 0;
}

.benef1R
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    background-color: rgba(196,200,252, 1);
    position: absolute;
    left: 2%;
    z-index: 2;
    /*border: 1px solid black;*/
}

.benef1R p
{
    font-family: Comfortaa, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 56px;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    bottom: .6em;
}

.benef1R img
{    
    width: 30%;
    position: relative;
    left: 35%;
    bottom: 3.5em;    
}

/*BENEF1R*/

/*BENEF2R*/

.benef2RB1
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 52%;
    bottom: 0%;
    background-color: rgba(243, 174, 76, .5);
    z-index: 1;
    opacity: 0;
}

.benef2RB2
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 52%;
    bottom: 0%;
    background-color: rgba(243, 174, 76, .2);
    z-index: 0;
    opacity: 0;
}

.benef2R
{
    width: 45%; 
    height: 24em;
    background-color: rgba(243, 174, 76, 1);
    border-radius: 10px;
    z-index: 2;
    position: absolute;
    left: 52%;
    /*border: 1px solid black;*/
}

.benef2R p
{
    font-family: Comfortaa, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 58px;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    bottom: .6em;
}

.benef2R img
{
    width: 30%;
    position: relative;
    left: 35%;
    bottom: 4em; 
}
/*FIN DE BENEF2R*/

/*BENEF3R*/

.benef3RB1
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 2%;
    bottom: 0%;
    background-color: rgba(196,200,252, .5);
    z-index: 1;
    opacity: 0;
}

.benef3RB2
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 2%;
    bottom: 0%;
    background-color: rgba(196,200,252, .2);
    z-index: 0;
    opacity: 0;
}

.benef3R
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    background-color: rgba(196,200,252, 1);
    left: 2%;
    top: 28em;
    z-index: 2;
    /*border: 1px solid black;*/
}

.benef3R p
{
    font-family: Comfortaa, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 58px;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    bottom: .6em;
}

.benef3R img
{
    width: 30%;
    position: relative;
    left: 35%;
    bottom: 4em; 
}

/*FIN DE BENEF3R*/

/*BENEF4R*/

.benef4RB1
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 52%;
    bottom: 0%;
    background-color: rgba(243, 174, 76, .5);
    z-index: 1;
    opacity: 0;
}

.benef4RB2
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    position: absolute;
    left: 52%;
    bottom: 0%;
    background-color: rgba(243, 174, 76, .2);
    z-index: 0;
    opacity: 0;
}

.benef4R
{
    width: 45%; 
    height: 24em;
    border-radius: 10px;
    background-color: rgba(243, 174, 76, 1);
    z-index: 2;
    position: absolute;
    left: 52%;
    top: 28em;
    /*border: 1px solid black;*/
}

.benef4R p
{
    font-family: Comfortaa, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 40px;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    bottom: .6em;
}

.benef4R img
{
    width: 30%;
    position: relative;
    left: 35%;
    bottom: 2em; 
}

/*FIN DE BENEF4R*/

/*FIN DE BENEFICIOS*/

/*FIN DE RECLUTAMIENTO*/

/*LISTAS*/

.listas
{
    background-color: rgb(245, 245, 245);
    width: 100%;
    height: 88em;
    position: absolute;
    top: 200em;
}

.tituloList
{
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 70px;
    letter-spacing: .04em;
    text-align: center;
    width: 100%;
    position: absolute;
    top: -.5em;
}

.defList
{
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 40px;
    text-align: center;
    padding-right: 3em;
    padding-left: 3em;
    position: relative;
    top: 2.5em;
}

    /*FS*/

    .FS
    {
        
        background-color: rgb(171,182,231);
        border-radius: 5px;
        width: 18em;
        height: 30em;
        position: absolute;
        top: 20em;
        left: 2%;
        z-index: 1;
    }

    .tituloFS
    {
        font-family: Comfortaa, Verdana, sans-serif;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        width: 100%;
        height: 2.5em;
        border-radius: 5px;
        padding-top: .3em;
        text-shadow: 2px 2px 4px white;
        position: absolute;
        left: 0%;
        bottom: 13.3em;
        /*Sborder: 1px solid black;*/
    }

    .FS ul
    {
        
        height: 25em;
        position: relative;
        padding-top: .1px;
        top: 4em;
        background: rgba(0, 0, 0, .1);
        box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
        border-radius: 5px;
        
    }

    .FS li
    {
        font-family: Comfortaa, Verdana, sans-serif;
        list-style-type: none;
        text-align: center;
        font-size: 24px;
        /*border: 1px solid black;*/
        border-radius: 5px;
        width: 110%;
        height: 1.5em;
        margin-bottom: .7em;
        margin-top: .7em;
        padding-top: .5em;
        position: relative;
        right: 1.35em;
        z-index: 2;
    }

    .FS1
    {
        background: rgba(255, 255, 255, .9);
    }

    .FS2
    {
        background: rgba(255, 255, 255, .8);
    }

    .FS3
    {
        background: rgba(255, 255, 255, .6);
    }

    .FS4
    {
        background: rgba(255, 255, 255, .4);
    }

    .FS5
    {
        background: rgba(255, 255, 255, .3);
    }

    .FS6
    {
        background: rgba(255, 255, 255, .1);
    }


    .FS li:hover
    {
        /*transition: .4s ease-in;
        transform: scale(1.15);*/
        background: /*rgb(89, 193, 238)*/rgb(171,182,231);
    }
    /*FIN DE FS*/

    /*RI*/

    .RI
    {
        
        background-color: /*rgb(138, 94, 218)*/ rgb(179,192,245);
        border-radius: 5px;
        width: 18em;
        height: 30em;
        position: absolute;
        top: 20em;
        left: 26%;
        z-index: 1;
    }

    .tituloRI
    {
        font-family: Comfortaa, Verdana, sans-serif;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        width: 100%;
        height: 2.5em;
        border-radius: 5px;
        padding-top: .3em;
        text-shadow: 2px 2px 4px white;
        position: absolute;
        left: 0%;
        bottom: 13.3em;
        /*Sborder: 1px solid black;*/
    }

    .RI ul
    {
        
        height: 25em;
        position: relative;
        padding-top: .1px;
        top: 4em;
        background: rgba(0, 0, 0, .1);
        box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
        border-radius: 5px;
        
    }

    .RI li
    {
        font-family: Comfortaa, Verdana, sans-serif;
        list-style-type: none;
        text-align: center;
        font-size: 24px;
        /*border: 1px solid black;*/
        border-radius: 5px;
        width: 110%;
        height: 1.2em;
        margin-bottom: .6em;
        margin-top: .6em;
        padding-top: .2em;
        position: relative;
        right: 1.35em;
        z-index: 2;
    }

    .RI1
    {
        background: rgba(255, 255, 255, .85);
    }

    .RI2
    {
        background: rgba(255, 255, 255, .75);
    }

    .RI3
    {
        background: rgba(255, 255, 255, .65);
    }

    .RI4
    {
        background: rgba(255, 255, 255, .55);
    }

    .RI5
    {
        background: rgba(255, 255, 255, .45);
    }

    .RI6
    {
        background: rgba(255, 255, 255, .35);
    }

    .RI7
    {
        background: rgba(255, 255, 255, .25);
    }

    .RI8
    {
        background: rgba(255, 255, 255, 0.1);
    }


    .RI li:hover
    {
        /*transition: .4s ease-in;
        transform: scale(1.15);*/
        background: /*rgb(138, 94, 218)*/rgb(179,192,245);
    }
    /*FIN DE RI*/

    /*ERP*/

    .ERP
    {
        
        background-color: /*rgb(254, 74, 79)*/ rgb(218,225,255);
        border-radius: 5px;
        width: 18em;
        height: 30em;
        position: absolute;
        top: 20em;
        left: 50%;
        z-index: 1;
    }

    .tituloERP
    {
        font-family: Comfortaa, Verdana, sans-serif;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        width: 100%;
        height: 2.5em;
        border-radius: 5px;
        padding-top: .3em;
        text-shadow: 2px 2px 4px white;
        position: absolute;
        left: 0%;
        bottom: 13.3em;
        /*Sborder: 1px solid black;*/
    }

    .ERP ul
    {
        
        height: 25em;
        position: relative;
        padding-top: .1px;
        top: 4em;
        background: rgba(0, 0, 0, .1);
        box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
        border-radius: 5px;
        
    }

    .ERP li
    {
        font-family: Comfortaa, Verdana, sans-serif;
        list-style-type: none;
        text-align: center;
        font-size: 24px;
        /*border: 1px solid black;*/
        border-radius: 5px;
        width: 110%;
        height: 2.4em;
        margin-bottom: 1em;
        margin-top: 1em;
        padding-top: .5em;
        position: relative;
        right: 1.35em;
        z-index: 2;
    }

    .ERP1
    {
        background: rgba(255, 255, 255, .9);
    }

    .ERP2
    {
        background: rgba(255, 255, 255, .6);
    }

    .ERP3
    {
        background: rgba(255, 255, 255, .4);
    }

    .ERP4
    {
        background: rgba(255, 255, 255, .25);
    }

    .ERP li:hover
    {
        /*transition: .4s ease-in;
        transform: scale(1.15);*/
        background: /*rgb(254, 74, 79)*/ rgb(218,225,255);
    }
    /*FIN DE ERP*/

.img_p1
{
    width: 26%;
    position: absolute;
    left: 73%;
    top: 28em;
}

    /*LP*/

    .LP
    {
        
        background-color: rgb(255, 160, 25);
        border-radius: 5px;
        width: 18em;
        height: 30em;
        position: absolute;
        top: 56em;
        left: 76%;
        z-index: 1;
    }

    .tituloLP
    {
        font-family: Comfortaa, Verdana, sans-serif;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        width: 100%;
        height: 2.5em;
        border-radius: 5px;
        padding-top: .3em;
        text-shadow: 2px 2px 4px white;
        position: absolute;
        left: 0%;
        bottom: 13.3em;
        /*Sborder: 1px solid black;*/
    }

    .LP ul
    {
        
        height: 25em;
        position: relative;
        padding-top: .1px;
        top: 4em;
        background: rgba(0, 0, 0, .1);
        box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
        border-radius: 5px;
        
    }

    .LP li
    {
        font-family: Comfortaa, Verdana, sans-serif;
        list-style-type: none;
        text-align: center;
        font-size: 24px;
        /*border: 1px solid black;*/
        border-radius: 5px;
        width: 110%;
        height: 1em;
        margin-bottom: .4em;
        margin-top: .4em;
        padding-top: .1em;
        padding-bottom: .1em;
        position: relative;
        right: 1.35em;
        z-index: 2;
    }

    .LP1
    {
        background: rgba(255, 255, 255, .9);
    }

    .LP2
    {
        background: rgba(255, 255, 255, .85);
    }

    .LP3
    {
        background: rgba(255, 255, 255, .8);
    }

    .LP4
    {
        background: rgba(255, 255, 255, .75);
    }

    .LP5
    {
        background: rgba(255, 255, 255, .7);
    }

    .LP6
    {
        background: rgba(255, 255, 255, .6);
    }

    .LP7
    {
        background: rgba(255, 255, 255, .50);
    }

    .LP8
    {
        background: rgba(255, 255, 255, 0.45);
    }

    .LP9
    {
        background: rgba(255, 255, 255, .35);
    }

    .LP10
    {
        background: rgba(255, 255, 255, 0.2);
    }


    .LP li:hover
    {
        /*transition: .4s ease-in;
        transform: scale(1.15);*/
        background: rgb(255, 160, 25);
    }
    /*FIN DE LP*/

    /*BI*/

    .BI
    {
        
        background-color: rgb(255, 186, 88);
        border-radius: 5px;
        width: 18em;
        height: 30em;
        position: absolute;
        top: 56em;
        left: 52%;
        z-index: 1;
    }

    .tituloBI
    {
        font-family: Comfortaa, Verdana, sans-serif;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        width: 100%;
        height: 2.5em;
        border-radius: 5px;
        padding-top: .3em;
        text-shadow: 2px 2px 4px white;
        position: absolute;
        left: 0%;
        bottom: 13.3em;
        /*Sborder: 1px solid black;*/
    }

    .BI ul
    {
        
        height: 25em;
        position: relative;
        padding-top: .1px;
        top: 4em;
        background: rgba(0, 0, 0, .1);
        box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
        border-radius: 5px;
        
    }

    .BI li
    {
        font-family: Comfortaa, Verdana, sans-serif;
        list-style-type: none;
        text-align: center;
        font-size: 24px;
        /*border: 1px solid black;*/
        border-radius: 5px;
        width: 110%;
        height: 1.4em;
        margin-bottom: .7em;
        margin-top: .6em;
        padding-top: .2em;
        position: relative;
        right: 1.35em;
        z-index: 2;
    }

    .BI1
    {
        background: rgba(255, 255, 255, .85);
    }

    .BI2
    {
        background: rgba(255, 255, 255, .75);
    }

    .BI3
    {
        background: rgba(255, 255, 255, .65);
    }

    .BI4
    {
        background: rgba(255, 255, 255, .55);
    }

    .BI5
    {
        background: rgba(255, 255, 255, .45);
    }

    .BI6
    {
        background: rgba(255, 255, 255, .35);
    }

    .BI7
    {
        background: rgba(255, 255, 255, .25);
    }

    .BI8
    {
        background: rgba(255, 255, 255, 0.1);
    }


    .BI li:hover
    {
        /*transition: .4s ease-in;
        transform: scale(1.15);*/
        background: rgb(255, 186, 88);
    }
    /*FIN DE RI*/

    /*BD*/

    .BD
    {
        
        background-color: rgb(255, 213, 154);
        border-radius: 5px;
        width: 18em;
        height: 30em;
        position: absolute;
        top: 56em;
        left: 28%;
        z-index: 1;
    }

    .tituloBD
    {
        font-family: Comfortaa, Verdana, sans-serif;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        width: 100%;
        height: 2em;
        border-radius: 5px;
        padding-top: .3em;
        text-shadow: 2px 2px 4px white;
        position: absolute;
        left: 0%;
        bottom: 13.3em;
        /*Sborder: 1px solid black;*/
    }

    .BD ul
    {
        
        height: 25em;
        position: relative;
        padding-top: .1px;
        top: 4em;
        background: rgba(0, 0, 0, .1);
        box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
        border-radius: 5px;
        
    }

    .BD li
    {
        font-family: Comfortaa, Verdana, sans-serif;
        list-style-type: none;
        text-align: center;
        font-size: 24px;
        /*border: 1px solid black;*/
        border-radius: 5px;
        width: 110%;
        height: 1.8em;
        margin-bottom: .9em;
        margin-top: .8em;
        padding-top: .5em;
        position: relative;
        right: 1.35em;
        z-index: 2;
    }

    .BD1
    {
        background: rgba(255, 255, 255, .9);
    }

    .BD2
    {
        background: rgba(255, 255, 255, .8);
    }

    .BD3
    {
        background: rgba(255, 255, 255, .5);
    }

    .BD4
    {
        background: rgba(255, 255, 255, .3);
    }

    .BD5
    {
        background: rgba(255, 255, 255, .2);
    }

    .BD li:hover
    {
        /*transition: .4s ease-in;
        transform: scale(1.15);*/
        background: rgb(255, 213, 154);
    }
    /*FIN DE BD*/

.img_p2
{
    width: 26%;
    position: absolute;
    top: 64em;
    left: 1%;
}

/*FIN DE LISTAS*/



/*BARRA FOOTER*/
footer
{
    width: 100%;
    height: 12.5em;;
    position: absolute;
    top: 288em;
    background-color: white;
    z-index: 12;
}

.txtInfo
{   
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    letter-spacing: .07em;
    width: fit-content;
    font-size: 30px;
    color: #353839;
    position: relative;
    left: 2%;
    bottom: .4em;
}

.txtPhone
{
    font-family:Comfortaa, Verdana, sans-serif;
    position: relative;
    left: 2%;
    bottom: 2em;
}

.telefono
{
    margin-left: 1em;
}

.txtPhone:hover
{
    color:#4d4dff;
    transition: .3s ease-in-out;
}

.txtMail
{
    font-family:Comfortaa, Verdana, sans-serif;
    position: relative;
    left: 2.2%;
    bottom: 1.8em;
}

#mail
{
    text-decoration: none;
    color: black;
}

#mail:hover
{
    color: #4d4dff;
    transition: .3s ease-in-out;
}

.imgPhone
{
    position: relative;
    width: 2%;
    top: .9em;
    left: .1%;
}

.imgMail
{
    width: 3%;
    position: relative;
    top: .5em;
    right: .5em;
}

.copyright
{
    font-family:Comfortaa, Verdana, sans-serif;
    width: fit-content;
    max-width: -moz-fit-content;
    font-size: 19px;
    position: absolute;
    bottom: .8em;
    left: 66%;
    text-align: right;
}
/*FIN DE BARRA FOOTER*/

/*ADAPTABLE*/
@media only screen and (max-width: 1353px){
    /*HEADER*/
    header ul{
        left: 46%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1313px){
    .benef4R p{
        padding-left: .5em;
        padding-right: .5em;
    }
}

@media only screen and (max-width: 1310px){
    /*FOOTER*/
    .copyright{
        left: 64%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1303px){
    /*HEADER*/
    header ul{
        left: 44%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1301px){
    /*BENEFICIOS*/
    .benef1R p{
        font-size: 52px;
    }
    .benef1R img
    {
        width: 31%;
        bottom: 2.5em; 
    }
    .benef2R img
    {
        width: 31%;
    }
    .benef3R img
    {
        width: 31%;
    }
    .benef4R img
    {
        width: 31%;
    }
    /*BENEFICIOS*/
}

@media only screen and (max-width: 1300px){
    /*BENEFICIOS*/
    .benef1 img{
        width: 31%;
    }
    .benef2 img{
        width: 31%;
    }
    .benef3 img{
        width: 31%;
    }
    .benef4 img{
        width: 31%;
    }
    benef1R img{
        width: 30%;
        position: relative;
        left: 35%;
        bottom: 3.5em;   
    }
    /*BENEFICIOS*/   
    
    .img_p1{
        left: 74%;
    }
}

@media only screen and (max-width: 1334px){
    /*INTRO*/
    .intro
    {
        padding-left: 3em;
        padding-right: 3em; 
    }
    /*INTRO*/
}

@media only screen and (max-width: 1260px){
    .FS{       
        width: 16em;
        height: 30em;
    }
    .FS li
    {
        font-size: 22px;
        height: 1.7em;
    }
    
    .RI{       
        width: 16em;
        height: 30em;
    }
    .RI li{
        font-size: 22px;
        height: 1.4em;
    }

    .ERP{       
        width: 16em;
        height: 30em;
    }
    .ERP li{
        font-size: 22px;
        height: 2.5em;
        margin-bottom: 1.2em;
        margin-top: 1.2em;
    }
    .LP{       
        width: 16em;
        height: 30em;
    }
    .BI{       
        width: 16em;
        height: 30em;
    }
    .BD{       
        width: 16em;
        height: 30em;
    }
}

@media only screen and (max-width: 1258px){
    /*HEADER*/
    header ul{
        left: 42%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1250px){
    /*FOOTER*/
    .copyright{
        left: 62%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1226px){
    /*INTRO*/
    .intro
    {
        padding-left: 2em;
        padding-right: 2em; 
    }
    /*INTRO*/
}

@media only screen and (max-width: 1224px){
    .benef4R p{
        font-size: 36px;
    }
    .benef4R img{
        bottom: .5em; 
    }
}

@media only screen and (max-width: 1214px){
    /*HEADER*/
    header ul{
        left: 40%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1209px){
    .benef1R p{
        font-size: 48px;
    }
    .benef1R img
    {
        width: 31%;
        bottom: 1em; 
    }
}

/*CAMBIAR TAMA�O DE FUENTE*/
@media only screen and (max-width: 1200px){
    /*HEADER*/
    header ul{
        left: 44%;
    }
    header ul li{
    font-size: 24px;
    }
    /*HEADER*/

    /*BENEFICIOS*/
    .benef1 img{
        width: 34%;
    }
    .benef2 img{
        width: 34%;
    }
    .benef3 img{
        width: 34%;
    }
    .benef4 img{
        width: 34%;
    }
    .benef1R img{
        width: 34%;
        left: 34%;
        top: -1em;
    }
    .benef2R img{
        width: 34%;
        top: -3.6em;
    }
    .benef3R img{
        width: 34%;
        top: -3.5em;
    }
    .benef4R img{
        width: 34%;
        top: -.4em;
    }
    /*BENEFICIOS*/ 
}

@media only screen and (max-width: 1170px){
    /*FOOTER*/
    .copyright{
        left: 60%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1168px){
    /*HEADER*/
    header ul{
        left: 42%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1129px){
    /*HEADER*/
    header ul{
        left: 40%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1120px){
    /*BENEFICIOS*/
    .benef1 img{
        width: 36%;
    }
    .benef2 img{
        width: 36%;
    }
    .benef3 img{
        width: 36%;
    }
    .benef4 img{
        width: 36%;
    }
    .benef1R img{
        width: 36%;
    }
    .benef2R img{
        width: 36%;
    }
    .benef3R img{
        width: 36%;
    }
    .benef4R img{
        width: 36%;
    }
    /*BENEFICIOS*/ 

    .FS{       
        width: 15em;
        height: 28em;
    }
    .tituloFS{
        bottom: 12.1em;
    }
    .FS ul{        
        height: 23em;      
    }
    .FS li
    {
        font-size: 20px;
        right: 1.45em;
        height: 1.8em;
        margin-bottom: .6em;
        margin-top: .7em;
    }


      
    .RI{       
        width: 15em;
        height: 28em;
    }
    .tituloRI{
        bottom: 12.2em;
    }
    .RI ul{        
        height: 23em;      
    }
    .RI li{
        font-size: 20px;
        right: 1.45em;
        height: 1.4em;
        margin-bottom: .6em;
        margin-top: .6em;
    }

    
    .ERP{       
        width: 15em;
        height: 28em;
    }
    .tituloERP{
        bottom: 11.5em;   
    }
    .ERP ul{        
        height: 23em;      
    }
    .ERP li{
        font-size: 20px;
        right: 1.45em;
        height: 2.8em;
        margin-bottom: .9em;
        margin-top: .9em;
    }

    .LP{       
        width: 15em;
        height: 28em;
    }
    .LP ul{       
        height: 23em;
    }
    .LP li{
        font-size: 22px;
        margin-bottom: .45em;
        margin-top: .4em;
    }


    .BI{       
        width: 15em;
        height: 28em;
    }
    .BI ul{       
        height: 23em;
    }
    .tituloBI{
        bottom: 12.3em;
    }
    .BI li{
        font-size: 22px;
        margin-bottom: .6em;
        margin-top: .6em;
        padding-top: .3em;
    }


    .BD{       
        width: 15em;
        height: 28em;
    }
    .BD ul{       
        height: 23em;
    }
    .tituloBD{
        bottom: 12.2em;
    }
    .BD li{
        margin-bottom: .7em;
        margin-top: .7em;
    }

    /*FOOTER*/
    .copyright{
        left: 58%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1118px){
    /*INTRO*/
    .intro
    {
        padding-left: 1em;
        padding-right: 1em; 
    }
    /*INTRO*/
}

@media only screen and (max-width: 1118px){
    .benef1R p{
        font-size: 44px;
    }
    .benef1R img{
        top: .5em;
    }
}

@media only screen and (max-width: 1103px){
    .benef4R p{
        font-size: 32px;
    }
    .benef4R img{
        top: 1.2em;
    }
}

@media only screen and (max-width: 1092px){
    /*HEADER*/
    header ul{
        left: 38%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1080px){
    /*HEADER*/
        header ul{
            visibility: hidden; 
        }
    /*HEADER*/

    /*MENU*/
        label{
            visibility: visible;
        }
    /*MENU*/

    /*STAFFING*/
    .tituloSTF{
        font-size: 60px;
    }
    .defSTF{
        font-size: 36px;
    }
    .tituloREC{
        font-size: 60px;
    }
    .defREC{
        font-size: 36px;
    }
    /*STAFFING*/

    .tituloList{
        font-size: 60px;
        width: 90%;
        left: 5%;
    }
    .defList{
        width: 90%;
        left: 5%;
        font-size: 36px;
        padding: 0em;
    }

    .img_p1{
        visibility: hidden;
    }

    .FS{
        left: 5%;
        width: 18em;
    }
    .FS li
    {
        font-size: 22px;
        right: 1.45em;
        height: 1.6em;
        margin-bottom: .6em;
        margin-top: .6em;
    }

    .RI{
        left: 36.5%;
        width: 18em;
    }
    .RI li{
        font-size: 22px;
        margin-bottom: .4em;
        margin-top: .45em;
    }

    .ERP{
        left: 68%;
        width: 18em;
    }
    .ERP li{
        font-size: 22px;
        height: 2.5em;
        margin-bottom: .9em;
        margin-top: 1em;
    }

    .img_p2{
        visibility: hidden;
    }

    .BD{
        left: 5%;
        width: 18em;
    }
    .BD li
    {
        right: 1.42em;
    }

    .BI{
        left: 36.5%;
        width: 18em;
    }
    .BI li
    {
        right: 1.44em;
    }

    .LP{
        left: 68%;
        width: 18em;
    }
    .LP li
    {
        right: 1.44em;
    }

    /*FOOTER*/
    .copyright{
        left: 56%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1069px){
    .benef3R p{
        padding-left: .5em;
        padding-right: .5em;
        font-size: 54px;
    }
}

@media only screen and (max-width: 1060px){
    /*HEADER*/
    header ul{
        left: 38%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1040px){
    .FS{
        left: 3%;
    }
    .RI{
        left: 35.5%;
    }
}

@media only screen and (max-width: 1035px){
    /*STAFFING*/
    .defSTF{
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
    /*STAFFING*/ 
}

@media only screen and (max-width: 1030px){
    /*HEADER*/
    header ul{
        left: 36%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1025px){
    .benef1R p{
        font-size: 40px;
    }
    .benef1R img{
        top: 1.5em;
    }
}

@media only screen and (max-width: 1023px){
    /*BENEFICIOS*/
    .benef1 p{
        font-size: 34px;
    }
    .benef2 p{
        font-size: 34px;
    }
    .benef3 p{
        font-size: 34px;
    }
    .benef4 p{
        font-size: 34px;
    }
    .benef1 img{
        width: 40%;
        left: 32%;
        top: .3em;
    }
    .benef2 img{
        width: 40%;
        left: 32%;
        top: .3em;
    }
    .benef3 img{
        width: 40%;
        left: 32%;
        top: .3em;
    }
    .benef4 img{
        width: 40%;
        left: 32%;
        top: .3em;
    }
    .benef1R img{
        width: 40%;
        left: 31%;
        top: 1.4em;
    }
    .benef2R img{
        width: 40%;
        left: 31%;
        top: -3.5em;
    }
    .benef3R img{
        width: 40%;
        left: 31%;
        top: -2.5em;
    }
    .benef4R img{
        width: 40%;
        left: 31%;
        top: 1em;
    }
    /*BENEFICIOS*/
}

@media only screen and (max-width: 1020px){
    /*FOOTER*/
    .copyright{
        left: 54%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1010px){
    /*INTRO*/
    .intro
    {
        padding-left: 0em;
        padding-right: 0em; 
        font-size: 52px;
    }
    /*INTRO*/
}

@media only screen and (max-width: 1000px){
    /*STAFFING*/
    .defSTF{
        padding-right: 2em;
        padding-left: 2em;
    }
    /*STAFFING*/ 

    .FS{
        left: 2%;
    }
    .RI{
        left: 35%;
    }
}

@media only screen and (max-width: 983px){
    .benef4R img{
        top: -1em;
    }
}

@media only screen and (max-width: 970px){
    /*INTRO*/
    .intro
    {
        font-size: 50px;
    }
    /*INTRO*/

    /*FOOTER*/
    .txtInfo{   
        font-size: 28px;
        top: -.2em;
    }
    .txtPhone{
        font-size: 16px;
        bottom: 1em;
    }
    .txtMail{
        font-size: 16px;
        bottom: .5em;
    }
    .imgPhone{
        width: 26px;
    }
    .imgMail{
        width: 38px;
    }
    .copyright{
        font-size: 18px;
        bottom: .4em;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 967px){
    /*BENEFICIOS*/
    .benef1 p{
        font-size: 32px;
    }
    .benef2 p{
        font-size: 32px;
    }
    .benef3 p{
        font-size: 32px;
    }
    .benef4 p{
        font-size: 32px;
    }
    .benef1 img{
        width: 42%;
        left: 31%;
        top: .8em;
    }
    .benef2 img{
        width: 42%;
        left: 31%;
        top: .8em;
    }
    .benef3 img{
        width: 42%;
        left: 31%;
        top: .8em;
    }
    .benef4 img{
        width: 42%;
        left: 31%;
        top: .8em;
    }
    .benef1R img{
        width: 42%;
        left: 30%;
        top: 1.4em;
    }
    .benef2R img{
        width: 42%;
        left: 30%;
        top: -3.5em;
    }
    .benef3R img{
        width: 42%;
        left: 30%;
        top: -2.4em;
    }
    .benef4R img{
        width: 42%;
        left: 30%;
        top: -1em;
    }
    /*BENEFICIOS*/
}

@media only screen and (max-width: 963px){
    /*STAFFING*/
    .defSTF{
        padding-right: 1.5em;
        padding-left: 1.5em;
    }
    /*STAFFING*/ 
}

/*MODIFICA TAMAÑO DE STAFFING*/
@media only screen and (max-width: 950px){
    /*BENEFICIOS*/
    .staffing{
        height: 150em;
    }
    .benef1B1{
        width: 50%; 
        height: 25em;
        left: 28%;
        top: 0%;
    }
    .benef1B2{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 0%;
    }
    .benef1{
        width: 50%; 
        height: 25em;
        left: 25%;
    }
    .benef2B1{
        width: 50%; 
        height: 25em;
        left: 28%;
        top: 130%;
    }
    .benef2B2{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 130%;
    }
    .benef2{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 130%;
    }
    .benef3B1{
        width: 50%; 
        height: 25em;
        left: 28%;
        top: 260%;
    }
    .benef3B2{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 260%;
    }
    .benef3{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 260%;
    }
    .benef4B1{
        width: 50%; 
        height: 25em;
        left: 28%;
        top: 390%;
    }
    .benef4B2{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 390%;
    }
    .benef4{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 390%;
    }


    .reclutamiento{
        top: 190em;
        height: 150em;
    }
    .benef1RB1{
        width: 50%; 
        height: 25em;
        left: 28%;
        top: 0%;
    }   
    .benef1RB2{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 0%;
    }    
    .benef1R{
        width: 50%; 
        height: 25em;
        left: 25%;
    }
    .benef2RB1{
        width: 50%; 
        height: 25em;
        left: 28%;
        top: 130%;
    }
    .benef2RB2{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 130%;
    }
    .benef2R{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 130%;
    }
    .benef3RB1{
        width: 50%; 
        height: 25em;
        left: 28%;
        top: 260%;
    }
    .benef3RB2{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 260%;
    }
    .benef3R{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 260%;
    }
    .benef4RB1{
        width: 50%; 
        height: 25em;
        left: 28%;
        top: 390%;
    }
    .benef4RB2{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 390%;
    }
    .benef4R{
        width: 50%; 
        height: 25em;
        left: 25%;
        top: 390%;
    }
    .benef4R img{
        top: 1.2em;
    }
    /*BENEFICIOS*/   
    
    .listas
    {
        top: 340em;
        height: 118em;
    }
    .FS{
        left: 15%;
        width: 18em;
    }

    .RI{
        left: 55%;
        width: 18em;
    }

    .ERP{
        width: 18em;
        left: 15%;
        top: 84em;

        background-color: #7882f0;
    }
    .ERP li:hover
    {
        background: #7882f0;
    }

    .BD{
        width: 18em;
        left: 55%;
        top: 84em;  
        background-color: #9CA3FE;
    }
    .BD li
    {
        right: 1.38em;
    }
    .BD li:hover
    {
        background: #9CA3FE;
    }

    .LP{
        width: 18em;
        left: 15%;
        top: 52em;
    }

    .BI{
        width: 18em;
        left: 55%;
        top: 52em;  
    }

    footer{
        top: 458em;
    }

}

@media only screen and (max-width: 933px){
    /*BENEFICIOS*/
    .defREC{
        padding-left: 2em;
        padding-right: 2em;
    }
    /*BENEFICIOS*/
}

@media only screen and (max-width: 930px){
    /*INTRO*/
    .intro
    {
        font-size: 48px;
    }
    /*INTRO*/

}

@media only screen and (max-width: 927px){
    /*STAFFING*/
    .defSTF{
        padding-right: 1em;
        padding-left: 1em;
    }
    /*STAFFING*/ 
}

@media only screen and (max-width: 920px){
    /*FOOTER*/
    .copyright{
        left: 52%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 910px){
    .benef2R p
    {
        font-size: 54px;
        padding-left: .5em;
        padding-right: .5em;
    }   

}

@media only screen and (max-width: 900px){
    /*INTRO*/
    .intro
    {
        font-size: 46px;
        top: .7em;
    }
    /*INTRO*/

    .FS{
        left: 12%;
    }
    .LP{
        left: 12%;
    }
    .ERP{
        left: 12%;
    }
}

@media only screen and (max-width: 900px){
    /*INTRO*/
    .intro
    {
        height: 3.4em;
        font-size: 44px;
        top: .8em;
    }
    /*INTRO*/
}

@media only screen and (max-width: 891px){
    /*STAFFING*/
    .defSTF{
        padding-right: .5em;
        padding-left: .5em;
    }
    /*STAFFING*/ 
}

@media only screen and (max-width: 890px){
    /*FOOTER*/
    .copyright{
        left: 50%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 886px){
    .benef4R img{
        top: -.8em;
    }
}

@media only screen and (max-width: 870px){
    /*STAFFING*/
    .defSTF{
        padding-right: 0em;
        padding-left: 0em;
        margin: 0em 1em 0em 1em;
        font-size: 32px;
    }
    .tituloSTF{
        font-size: 56px;
    }
    .defREC{
        padding-right: 0em;
        padding-left: 0em;
        margin: 0em 1em 0em 1em;
        font-size: 32px;
    }
    .tituloREC{
        font-size: 56px;
        width: 96%;
        left: 2%;
    }
    /*STAFFING*/ 

    .tituloList{
        font-size: 56px;
    }
    .defList{
        font-size: 32px;        
    }
}

@media only screen and (max-width: 850px){
    /*BENEFICIOS*/
    .benef1B1{
        width: 60%; 
        left: 20%;
    }
    .benef1B2{
        width: 60%; 
        left: 20%;
    }
    .benef1{
        width: 60%; 
        left: 20%;
    }
    .benef2B1{
        width: 60%; 
        left: 20%;
    }
    .benef2B2{
        width: 60%; 
        left: 20%;
    }
    .benef2{
        width: 60%; 
        left: 20%;
    }
    .benef3B1{
        width: 60%; 
        left: 20%;
    }
    .benef3B2{
        width: 60%; 
        left: 20%;
    }
    .benef3{
        width: 60%; 
        left: 20%;
    }
    .benef4B1{
        width: 60%; 
        left: 20%;
    }
    .benef4B2{
        width: 60%; 
        left: 20%;
    }
    .benef4{
        width: 60%; 
        left: 20%;
    }
    .benef1 img{
        width: 40%;
        left: 32%;
        top: .2em;
    }
    .benef2 img{
        width: 40%;
        left: 32%;
        top: .2em;
    }
    .benef3 img{
        width: 40%;
        left: 32%;
        top: .2em;
    }
    .benef4 img{
        width: 40%;
        left: 32%;
        top: .2em;
    }


    .benef1RB1{
        width: 60%; 
        left: 20%;
    }
    .benef1RB2{
        width: 60%; 
        left: 20%;
    }
    .benef1R{
        width: 60%; 
        left: 20%;
    }
    .benef1R img{
        width: 40%;
        left: 31%;
        top: .8em;
    }
    .benef2RB1{
        width: 60%; 
        left: 20%;
    }
    .benef2RB2{
        width: 60%; 
        left: 20%;
    }
    .benef2R{
        width: 60%; 
        left: 20%;
    }
    .benef2R img{
        width: 40%;
        left: 31%;
        top: -3em;
    }
    .benef3RB1{
        width: 60%; 
        left: 20%;
    }
    .benef3RB2{
        width: 60%; 
        left: 20%;
    }
    .benef3R{
        width: 60%; 
        left: 20%;
    }
    .benef3R img{
        width: 40%;
        left: 31%;
        top: -3em;
    }
    .benef4RB1{
        width: 60%; 
        left: 20%;
    }
    .benef4RB2{
        width: 60%; 
        left: 20%;
    }
    .benef4R{
        width: 60%; 
        left: 20%;
    }
    .benef4R img{
        width: 40%;
        left: 31%;
        top: .6em;
    }
    /*BENEFICIOS*/    

    /*FOOTER*/
    .copyright{
        left: 48%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 830px){
    /*INTRO*/
    .intro
    {
        height: 3.6em;
        font-size: 40px;
        top: 1em;
    }
    /*INTRO*/
}

@media only screen and (max-width: 820px){
    .FS{
        left: 10%;
    }
    .LP{
        left: 10%;
    }
    .ERP{
        left: 10%;
    }

    /*FOOTER*/
    footer{
        height: 14em;
    }
    .txtInfo{   
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 28px;
        top: -.2em;
        left: -.5%;
    }
    .txtPhone{
        bottom: 2.5em;
        left: 40%;
    }
    .txtMail{
        bottom: 2em;
        left: 40.5%;
    }
    .copyright{
        width: 100%;
        min-width: 100%;
        text-align: center;
        left: 0%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 810px){
    /*INTRO*/
    .intro
    {
        height: 4.2em;
        font-size: 36px;
        top: 1.2em;
    }
    /*INTRO*/
}

@media only screen and (max-width: 802px){
    /*IMAGEN INICIO*/
    .inicio{
        background-position-y: -6em;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 770px){
    .FS{
        left: 6%;
    }
    .LP{
        left: 6%;
    }
    .ERP{
        left: 6%;
    }
}

@media only screen and (max-width: 755px){
    /*IMAGEN INICIO*/
    .inicio{
        background-position-y: -4em;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 720px){
    /*FOOTER*/
    .txtPhone{
        left: 38%;
    }
    .txtMail{
        left: 38.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 706px){
    /*IMAGEN INICIO*/
    .inicio{
        background-position-y: -2em;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 703px){
    /*STAFFING*/
    .defREC{
        margin: 0em .5em 0em .5em;
    }
    /*STAFFING*/ 
}

@media only screen and (max-width: 700px){
    /*MENU*/
    .menu-lista li{      
        left: -.8%;
        font-size: 26px;
        padding-top: .3em;
        padding-bottom: .24em;
    }
    /*MENU*/

    /*BENEFICIOS*/
    .benef1B1{
        width: 70%; 
        left: 15%;
    }
    .benef1B2{
        width: 70%; 
        left: 15%;
    }
    .benef1{
        width: 70%; 
        left: 15%;
    }
    .benef2B1{
        width: 70%; 
        left: 15%;
    }
    .benef2B2{
        width: 70%; 
        left: 15%;
    }
    .benef2{
        width: 70%; 
        left: 15%;
    }
    .benef3B1{
        width: 70%; 
        left: 15%;
    }
    .benef3B2{
        width: 70%; 
        left: 15%;
    }
    .benef3{
        width: 70%; 
        left: 15%;
    }
    .benef4B1{
        width: 70%; 
        left: 15%;
    }
    .benef4B2{
        width: 70%; 
        left: 15%;
    }
    .benef4{
        width: 70%; 
        left: 15%;
    }
    .benef1 img{
        width: 42%;
        left: 30%;
        top: .5em;
    }
    .benef2 img{
        width: 42%;
        left: 30%;
        top: .5em;
    }
    .benef3 img{
        width: 42%;
        left: 30%;
        top: .5em;
    }
    .benef4 img{
        width: 42%;
        left: 30%;
        top: .5em;
    }

    .benef1RB1{
        width: 70%; 
        left: 15%;
    }
    .benef1RB2{
        width: 70%; 
        left: 15%;
    }
    .benef1R{
        width: 70%; 
        left: 15%;
    }
    .benef1R img{
        width: 42%;
        left: 30%;
        top: 1em;
    }
    .benef2RB1{
        width: 70%; 
        left: 15%;
    }
    .benef2RB2{
        width: 70%; 
        left: 15%;
    }
    .benef2R{
        width: 70%; 
        left: 15%;
    }
    .benef2R img{
        width: 42%;
        left: 30%;
        top: -3em;
    }
    .benef3RB1{
        width: 70%; 
        left: 15%;
    }
    .benef3RB2{
        width: 70%; 
        left: 15%;
    }
    .benef3R{
        width: 70%; 
        left: 15%;
    }
    .benef3R img{
        width: 42%;
        left: 30%;
        top: -3em;
    }
    .benef4RB1{
        width: 70%; 
        left: 15%;
    }
    .benef4RB2{
        width: 70%; 
        left: 15%;
    }
    .benef4R{
        width: 70%; 
        left: 15%;
    }
    .benef4R img{
        width: 42%;
        left: 30%;
        top: 1em;
    }
    /*BENEFICIOS*/   

    .RI{
        left: 52%;
    }
    .BI{
        left: 52%;
    }
    .BD{
        left: 52%;
    }
}

@media only screen and (max-width: 671px){
    /*STAFFING*/
    .defREC{
        font-size: 28px;
    }
    .tituloREC{
        font-size: 52px;
    }
    /*STAFFING*/ 

    .tituloList{
        font-size: 52px;
    }
    .defList{
        font-size: 28px;        
    }
}

@media only screen and (max-width: 670px){
    .FS{
        left: 8%;
        width: 16em;
    }
    .RI{
        left: 54%;
        width: 16em;
    }
    .LP{
        left: 8%;
        width: 16em;
    }
    .BI{
        left: 54%;
        width: 16em;
    }
    .ERP{
        left: 8%;
        width: 16em;
    }
    .BD{
        left: 54%;
        width: 16em;
    }
    .BD li
    {
        right: 1.32em;
    }
}

@media only screen and (max-width: 662px){
    /*INTRO*/
    .intro
    {
        height: 4.2em;
        font-size: 36px;
        top: 1.1em;
    }
    /*INTRO*/
}

@media only screen and (max-width: 658px){
    /*IMAGEN INICIO*/
    .inicio{
        background-position-y: 0em;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 650px){
    /*MENU*/
    .menu-lista li{      
        left: -1.2%;
    }
    /*MENU*/

    /*FOOTER*/
    .txtPhone{
        left: 36%;
    }
    .txtMail{
        left: 36.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 638px){
    .benef4R img{
        top: -1em;
    }
}

@media only screen and (max-width: 620px){
    .FS{
        left: 4%;
    }
    .LP{
        left: 4%;
    }
    .ERP{
        left: 4%;
    }
}

@media only screen and (max-width: 613px){
    /*STAFFING*/
    .defSTF{
        font-size: 28px;
    }
    .tituloSTF{
        font-size: 52px;
    }
    /*STAFFING*/ 
}

@media only screen and (max-width: 600px){
    /*MENU*/
    label{
        left: 90%;
    }
    .menu-lista li{      
        left: -1.6%;
    }
    /*MENU*/

    /*IMAGEN INICIO*/
    .inicio{
        background-position-x: -1em;
    }
    /*IMAGEN INICIO*/

    /*BENEFICIOS*/
    .benef1B1{
        width: 80%; 
        left: 10%;
    }
    .benef1B2{
        width: 80%; 
        left: 10%;
    }
    .benef1{
        width: 80%; 
        left: 10%;
    }
    .benef2B1{
        width: 80%; 
        left: 10%;
    }
    .benef2B2{
        width: 80%; 
        left: 10%;
    }
    .benef2{
        width: 80%; 
        left: 10%;
    }
    .benef3B1{
        width: 80%; 
        left: 10%;
    }
    .benef3B2{
        width: 80%; 
        left: 10%;
    }
    .benef3{
        width: 80%; 
        left: 10%;
    }
    .benef4B1{
        width: 80%; 
        left: 10%;
    }
    .benef4B2{
        width: 80%; 
        left: 10%;
    }
    .benef4{
        width: 80%; 
        left: 10%;
    }
    .benef1 img{
        width: 44%;
        left: 28%;
        top: .4em;
    }
    .benef2 img{
        width: 44%;
        left: 28%;
        top: .4em;
    }
    .benef3 img{
        width: 44%;
        left: 28%;
        top: .4em;
    }
    .benef4 img{
        width: 44%;
        left: 28%;
        top: .4em;
    }


    .benef1RB1{
        width: 80%; 
        left: 10%;
    }
    .benef1RB2{
        width: 80%; 
        left: 10%;
    }
    .benef1R{
        width: 80%; 
        left: 10%;
    }
    .benef1R img{
        width: 44%;
        left: 28%;
        top: .8em;
    }
    .benef2RB1{
        width: 80%; 
        left: 10%;
    }
    .benef2RB2{
        width: 80%; 
        left: 10%;
    }
    .benef2R{
        width: 80%; 
        left: 10%;
    }
    .benef2R img{
        width: 44%;
        left: 28%;
        top: -3.2em;
    }
    .benef3RB1{
        width: 80%; 
        left: 10%;
    }
    .benef3RB2{
        width: 80%; 
        left: 10%;
    }
    .benef3R{
        width: 80%; 
        left: 10%;
    }
    .benef3R img{
        width: 44%;
        left: 28%;
        top: -3.2em;
    }
    .benef4RB1{
        width: 80%; 
        left: 10%;
    }
    .benef4RB2{
        width: 80%; 
        left: 10%;
    }
    .benef4R{
        width: 80%; 
        left: 10%;
    }
    .benef4R img{
        width: 44%;
        left: 28%;
        top: .6em;
    }
    /*BENEFICIOS*/   

    .listas{
        height: 200em;  
    }

    .FS{
        left: 30%;
    }
    .RI{
        left: 30%;
        top: 50em;
    }
    .LP{
        left: 30%;
        top: 80em;
    }
    .BI{
        left: 30%;
        top: 110em;
    }
    .ERP{
        left: 30%;
        top: 140em;
    }
    .BD{
        left: 30%;
        top: 170em;
    }

    /*FOOTER*/
    footer{
        top: 540em;
    }
    .txtPhone{
        left: 34%;
    }
    .txtMail{
        left: 34.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 570px){
    /*MENU*/
    .menu-lista li{      
        left: -1.8%;
    }
    /*MENU*/
}

@media only screen and (max-width: 560px){
    /*IMAGEN INICIO*/
    .inicio{
        background-position-y: 0em;
    }
    /*IMAGEN INICIO*/

    /*IMAGEN INICIO*/
    .inicio{
        background-position-x: -3em;
    }
    /*IMAGEN INICIO*/

    .benef4R img{
        top: -1.2em;
    }
}

@media only screen and (max-width: 550px){
    /*HEADER*/
    header img{
        width: 60px;
        top: .5em;
        left: .5em;    
    }

    .titulo{   
        font-size: 28px;
        left: 2.5em;
        top: -.3em;
    }
    /*HEADER*/

    /*MENU*/
    label{
        left: 88%;
    }
    .menu-lista li{
        font-size: 26px;
        padding-top: .26em;
        padding-bottom: .28em;
        left: -2.6%;
    }
    /*MENU*/
}

@media only screen and (max-width: 540px){
    /*BENEFICIOS*/
    .benef1B1{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef1B2{
        width: 80%;
        height: 22em; 
        left: 10%;
    }
    .benef1{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef2B1{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef2B2{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef2{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef3B1{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef3B2{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef3{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef4B1{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef4B2{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef4{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef1 img{
        width: 44%;
        left: 29%;
        top: .2em;
    }
    .benef2 img{
        width: 44%;
        left: 29%;
        top: .2em;
    }
    .benef3 img{
        width: 44%;
        left: 29%;
        top: .2em;
    }
    .benef4 img{
        width: 44%;
        left: 29%;
        top: .2em;
    }
    .benef1 p{
        font-size: 28px;
    }
    .benef2 p{
        font-size: 28px;
    }
    .benef3 p{
        font-size: 28px;
    }
    .benef4 p{
        font-size: 28px;
    }


    .benef1RB1{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef1RB2{
        width: 80%;
        height: 22em; 
        left: 10%;
    }
    .benef1R{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef1R img{
        width: 44%;
        left: 29%;
        top: -.4em;
    }
    .benef1R p{
        font-size: 38px;
        padding-left: .5em;
        padding-right: .5em;
    }
    .benef2RB1{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef2RB2{
        width: 80%;
        height: 22em; 
        left: 10%;
    }
    .benef2R{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef2R img{
        width: 44%;
        left: 29%;
        top: -3.6em;
    }
    .benef2R p
    {
        font-size: 50px;
        padding-left: .5em;
        padding-right: .5em;
    }  
    .benef3RB1{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef3RB2{
        width: 80%;
        height: 22em; 
        left: 10%;
    }
    .benef3R{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef3R img{
        width: 44%;
        left: 29%;
        top: -3.6em;
    }
    .benef3R p{
        font-size: 50px;
    }
    .benef4RB1{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef4RB2{
        width: 80%;
        height: 22em; 
        left: 10%;
    }
    .benef4R{
        width: 80%; 
        height: 22em;
        left: 10%;
    }
    .benef4R img{
        width: 44%;
        left: 29%;
        top: -.4em;
    }
    .benef4R p{
        font-size: 30px;
    }
    /*BENEFICIOS*/ 

    /*FOOTER*/
    .txtPhone{
        left: 32%;
    }
    .txtMail{
        left: 32.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 539px){
    /*STAFFING*/
    .defSTF{
        font-size: 26px;
    }
    .tituloSTF{
        font-size: 50px;
    }
    /*STAFFING*/ 
}

@media only screen and (max-width: 535px){
    /*IMAGEN INICIO*/
    .inicio{
        background-position-x: -5em;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 507px){
    .defList{
        top: 5.2em;
    }
}

@media only screen and (max-width: 505px){
    /*IMAGEN INICIO*/
    .inicio{
        background-position-x: -7em;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 500px){
    /*MENU*/
    label{
        left: 86%;
    }
    .menu-lista li{      
        left: -3.4%;
        font-size: 22px;
        padding-top: .5em;
        padding-bottom: .36em;
    }
    /*MENU*/

    /*BENEFICIOS*/
    .benef1 img{
        width: 46%;
        left: 28%;
        top: .6em;
    }
    .benef2 img{
        width: 46%;
        left: 28%;
        top: .6em;
    }
    .benef3 img{
        width: 46%;
        left: 28%;
        top: .6em;
    }
    .benef4 img{
        width: 46%;
        left: 28%;
        top: .6em;
    }
    .benef1R img{
        width: 46%;
        left: 28%;
        top: .2em;
    }
    .benef2R img{
        width: 46%;
        left: 28%;
        top: -3em;
    }
    .benef3R img{
        width: 46%;
        left: 28%;
        top: -3em;
    }
    .benef4R img{
        width: 46%;
        left: 28%;
        top: -2em;
    }
    /*BENEFICIOS*/

    .FS{
        left: 25%;
    }
    .RI{
        left: 25%;
    }
    .LP{
        left: 25%;
    }
    .BI{
        left: 25%;
    }
    .ERP{
        left: 25%;
    }
    .BD{
        left: 25%;
    }

    /*FOOTER*/
    .txtPhone{
        left: 30%;
    }
    .txtMail{
        left: 30.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 488px){
    /*INTRO*/
    .intro
    {
        height: 4.6em;
        font-size: 32px;
        top: 1.5em;
    }
    /*INTRO*/
}

@media only screen and (max-width: 470px){
    /*IMAGEN INICIO*/
    .inicio{
        background-position-x: -7em;
    }
    .txtTituloInicio
    {
        font-size: 86px;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 460px){
    /*BENEFICIOS*/
    .staffing{
        height: 114em;
    }
    .benef1B1{ 
        height: 20em;
        top: 5%;
    }
    .benef1B2{
        height: 20em; 
        top: 5%;
    }
    .benef1{ 
        height: 20em;
        top: 5%;
    }
    .benef2B1{
        height: 20em;
        top: 100%;
    }
    .benef2B2{
        height: 20em;
        top: 100%;
    }
    .benef2{
        height: 20em;
        top: 100%;
    }
    .benef3B1{
        height: 20em;
        top: 195%;
    }
    .benef3B2{
        height: 20em;
        top: 195%;
    }
    .benef3{
        height: 20em;
        top: 195%;
    }
    .benef4B1{
        height: 20em;
        top: 290%;
    }
    .benef4B2{
        height: 20em;
        top: 290%;
    }
    .benef4{
        height: 20em;
        top: 290%;
    }
    .benef1 img{
        width: 45%;
        top: -.2em;
    }
    .benef2 img{
        width: 45%;
        top: -.2em;
    }
    .benef3 img{
        width: 45%;
        top: -.2em;
    }
    .benef4 img{
        width: 45%;
        top: -.2em;
    }
    .benef1 p{
        font-size: 26px;
    }
    .benef2 p{
        font-size: 26px;
    }
    .benef3 p{
        font-size: 26px;
    }
    .benef4 p{
        font-size: 26px;
    }


    .reclutamiento{
        top: 154em;
        height: 114em;
    }
    .benef1RB1{ 
        height: 20em;
        top: 5%;
    }
    .benef1RB2{
        height: 20em; 
        top: 5%;
    }
    .benef1R{ 
        height: 20em;
        top: 5%;
    }
    .benef1R p{
        font-size: 34px;
    }
    .benef1R img{
        width: 45%;
        top: -.2em;
    }
    .benef2RB1{
        height: 20em;
        top: 100%;
    }
    .benef2RB2{
        height: 20em;
        top: 100%;
    }
    .benef2R{
        height: 20em;
        top: 100%;
    }
    .benef2R p
    {
        font-size: 44px;
    } 
    .benef2R img{
        width: 45%;
        top: -2.8em;
    }
    .benef3RB1{
        height: 20em;
        top: 195%;
    }
    .benef3RB2{
        height: 20em;
        top: 195%;
    }
    .benef3R{
        height: 20em;
        top: 195%;
    }
    .benef3R p{
        font-size: 44px;
    }
    .benef3R img{
        width: 45%;
        top: -2.8em;
    }
    .benef4RB1{
        height: 20em;
        top: 290%;
    }
    .benef4RB2{
        height: 20em;
        top: 290%;
    }
    .benef4R{
        height: 20em;
        top: 290%;
    }
    .benef4R p{
        font-size: 26px;
    }
    .benef4R img{
        width: 45%;
        top: .2em;
    }
    /*BENEFICIOS*/     

    .listas
    {
        top: 268em;
        height: 210em;  
    }
    .defList{
        top: 9.2em;
    }
    .tituloList{
        top: 1.5em;
    }
    .FS{
        left: 22%;
        top: 28em;
    }
    .RI{
        left: 22%;
        top: 58em;
    }
    .LP{
        left: 22%;
        top: 88em;
    }
    .BI{
        left: 22%;
        top: 118em;
    }
    .ERP{
        left: 22%;
        top: 148em;
    }
    .BD{
        left: 22%;
        top: 178em;
    }

    /*FOOTER*/
    footer{
        top: 478em;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 458px){
    .benef4R img{
        top: -1.4em;
    }
}

@media only screen and (max-width: 450px){
    /*MENU*/
    .menu-lista li{      
        left: -4.4%
    }
    /*MENU*/
}

@media only screen and (max-width: 440px){
    /*FOOTER*/
    .txtInfo{   
        font-size: 26px;
        top: -.4em;
    }
    .txtPhone{
        font-size: 15px;
        left: 30%;
    }
    .txtMail{
        font-size: 15px;
        left: 30.5%;
    }
    .imgPhone{
        width: 24px;
    }
    .imgMail{
        width: 36px;
    }
    .copyright{
        font-size: 17px;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 543px){
    /*STAFFING*/
    .defSTF{
        font-size: 26px;
        margin: 0em .5em 0em .5em;
    }
    .tituloSTF{
        font-size: 50px;
    }
    .defREC{
        font-size: 26px;
    }
    .tituloREC{
        font-size: 50px;
    }
    /*STAFFING*/ 

    .tituloList{
        font-size: 50px;
    }
    .defList{
        font-size: 26px;        
    }
}

@media only screen and (max-width: 435px){
    /*IMAGEN INICIO*/
    .txtTituloInicio
    {
        font-size: 82px;
        top: .80em;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 430px){
    .FS{
        left: 20%;
    }
    .RI{
        left: 20%;
    }
    .LP{
        left: 20%;
    }
    .BI{
        left: 20%;
    }
    .ERP{
        left: 20%;
    }
    .BD{
        left: 20%;
    }

    /*FOOTER*/
    .txtPhone{
        left: 28%;
    }
    .txtMail{
        left: 28.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 425px){
    /*BENEFICIOS*/ 
    .benef1 img{
        width: 50%;
        top: .6em;
    }
    .benef2 img{
        width: 50%;
        top: .6em;
    }
    .benef3 img{
        width: 50%;
        top: .6em;
    }
    .benef4 img{
        width: 50%;
        top: .6em;
    }
    .benef1 p{
        font-size: 24px;
    }
    .benef2 p{
        font-size: 24px;
    }
    .benef3 p{
        font-size: 24px;
    }
    .benef4 p{
        font-size: 24px;
    }


    .benef1R p{
        font-size: 30px;
    }
    .benef2R p
    {
        font-size: 40px;
    } 
    .benef3R p{
        font-size: 40px;
    }
    .benef4R p{
        font-size: 24px;
    }
    .benef1R img{
        width: 50%;
        top: .8em;
        left: 26%;
    }
    .benef2R img{
        width: 50%;
        top: -1.4em;
        left: 26%;
    }
    .benef3R img{
        width: 50%;
        top: -1.4em;
        left: 26%;
    }
    .benef4R img{
        width: 50%;
        top: .8em;
        left: 26%;
    }
    /*BENEFICIOS*/ 
}

@media only screen and (max-width: 424px){
    .benef4R img{
        top: -.8em;
    }
}

@media only screen and (max-width: 420px){
    /*MENU*/
    .menu-lista li{      
        left: -5.4%
    }
    /*MENU*/
}

@media only screen and (max-width: 411px){
    /*STAFFING*/
    .defREC{
        font-size: 24px;
    }
    .tituloREC{
        font-size: 48px;
    }
    /*STAFFING*/ 

    .defList{
        font-size: 24px;
    }
    .tituloList{
        font-size: 48px;
    }
}

@media only screen and (max-width: 410px){
    /*IMAGEN INICIO*/
    .txtTituloInicio
    {
        font-size: 78px;
        top: 1em;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 400px){
    /*MENU*/
    .menu-lista li{      
        left: -6.4%
    }
    /*MENU*/

    /*IMAGEN INICIO*/
    .inicio{
        background-position-x: -8em;
    }
    /*IMAGEN INICIO*/

    /*BENEFICIOS*/
    .staffing{
        height: 114em;
    }
    .benef1B1{ 
        height: 18em;
    }
    .benef1B2{
        height: 18em;
    }
    .benef1{ 
        height: 18em;
    }
    .benef2B1{
        height: 18em;
    }
    .benef2B2{
        height: 18em;
    }
    .benef2{
        height: 18em;
    }
    .benef3B1{
        height: 18em;
    }
    .benef3B2{
        height: 18em;
    }
    .benef3{
        height: 18em;
    }
    .benef4B1{
        height: 18em;
    }
    .benef4B2{
        height: 18em;
    }
    .benef4{
        height: 18em;
    }
    .benef1 img{
        width: 48%;
        top: 0em;
    }
    .benef2 img{
        width: 48%;
        top: 0em;
    }
    .benef3 img{
        width: 48%;
        top: 0em;
    }
    .benef4 img{
        width: 48%;
        top: 0em;
    }
    .benef1 p{
        font-size: 22px;
    }
    .benef2 p{
        font-size: 22px;
    }
    .benef3 p{
        font-size: 22px;
    }
    .benef4 p{
        font-size: 22px;
    }

    .benef1RB1{ 
        height: 18em;
    }
    .benef1RB2{
        height: 18em;
    }
    .benef1R{ 
        height: 18em;
    }
    .benef2RB1{
        height: 18em;
    }
    .benef2RB2{
        height: 18em;
    }
    .benef2R{
        height: 18em;
    }
    .benef3RB1{
        height: 18em;
    }
    .benef3RB2{
        height: 18em;
    }
    .benef3R{
        height: 18em;
    }
    .benef4RB1{
        height: 18em;
    }
    .benef4RB2{
        height: 18em;
    }
    .benef4R{
        height: 18em;
    }
    .benef1R p{
        font-size: 28px;
    }
    .benef2R p{
        font-size: 38px;
    } 
    .benef3R p{
        font-size: 38px;
    }
    .benef4R p{
        font-size: 22px;
    }
    .benef1R img{
        width: 48%;
        top: 0em;
    }
    .benef2R img{
        width: 48%;
        top: -2.4em;
    }
    .benef3R img{
        width: 48%;
        top: -2.4em;
    }
    .benef4R img{
        width: 48%;
        top: .2em;
    }
    /*BENEFICIOS*/ 

    .FS{
        left: 18%;
    }
    .RI{
        left: 18%;
    }
    .LP{
        left: 18%;
    }
    .BI{
        left: 18%;
    }
    .ERP{
        left: 18%;
    }
    .BD{
        left: 18%;
    }

    /*FOOTER*/
    .txtPhone{
        left: 26%;
    }
    .txtMail{
        left: 26.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 390px){
    /*IMAGEN INICIO*/
    .txtTituloInicio
    {
        font-size: 74px;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 380px){
    .FS{
        left: 16%;
    }
    .RI{
        left: 16%;
    }
    .LP{
        left: 16%;
    }
    .BI{
        left: 16%;
    }
    .ERP{
        left: 16%;
    }
    .BD{
        left: 16%;
    }

    /*FOOTER*/
    .txtPhone{
        left: 24%;
    }
    .txtMail{
        left: 24.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 375px){
    /*IMAGEN INICIO*/
    .txtTituloInicio
    {
        font-size: 70px;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 370px){
    /*BENEFICIOS*/ 
    .benef1 img{
        width: 52%;
        top: .4em;
    }
    .benef2 img{
        width: 52%;
        top: .4em;
    }
    .benef3 img{
        width: 52%;
        top: .4em;
    }
    .benef4 img{
        width: 48%;
        top: .4em;
    }
    .benef1 p{
        font-size: 21px;
    }
    .benef2 p{
        font-size: 21px;
    }
    .benef3 p{
        font-size: 21px;
    }
    .benef4 p{
        font-size: 21px;
    }


    .benef1R p{
        font-size: 26px;
    }
    .benef2R p{
        font-size: 36px;
    } 
    .benef3R p{
        font-size: 36px;
    }
    .benef4R p{
        font-size: 21px;
    }
    .benef1R img{
        width: 52%;
        top: .4em;
        left: 25%;
    }
    .benef2R img{
        width: 52%;
        top: -2em;
        left: 25%;
    }
    .benef3R img{
        width: 52%;
        top: -2em;
        left: 25%;
    }
    .benef4R img{
        width: 48%;
        top: -.4em;
        left: 25%;
    }
    /*BENEFICIOS*/ 
}

@media only screen and (max-width: 368px){
    /*INTRO*/
    .intro
    {
        height: 5.4em;
        font-size: 28px;
        top: 1.8em;
    }
    /*INTRO*/
}

@media only screen and (max-width: 360px){
    .FS{
        left: 14%;
    }
    .RI{
        left: 14%;
    }
    .LP{
        left: 14%;
    }
    .BI{
        left: 14%;
    }
    .ERP{
        left: 14%;
    }
    .BD{
        left: 14%;
    }
}

@media only screen and (max-width: 350px){
    /*MENU*/
    .menu-lista li{      
        left: -7.4%
    }
    /*MENU*/
}

@media only screen and (max-width: 320px){
    /*MENU*/
    .menu-lista li{      
        left: -8.4%
    }
    /*MENU*/
}

@media only screen and (max-width: 295px){
    /*MENU*/
    .menu-lista li{      
        left: -9.4%
    }
    /*MENU*/
}

@media only screen and (max-width: 280px){
    /*MENU*/
    .menu-lista li{      
        left: -10.4%
    }
    /*MENU*/
}
