.absolute{
    position: absolute;
}
.derecha{
    right: 20px;
}
.izquierda{
    left: 20px;
}
.arriba{
    top: 0px;
}
.medio{
    top: 50%;
    margin-top: -1em;
}

.colorBlanco{
    color: #FFF !important;
}
.aside{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 100%;
    background-color: #181614;
    overflow: hidden;
    padding-top:15px;
    z-index: 999;
}
.aside > a{
    color: #9A999E;
    margin: 15px 15px;
}
.aside > a:hover{
    color: #002E82;
}
.ulRedesSociales{
    margin: 0px auto;
    padding: 0px;
    text-align: right;
    z-index: 1;
}
.ulRedesSociales li{
    display: inline-block;
    list-style: none;
    margin: 0px 20px 0px 20px;
}
.ulRedesSociales li a{
    text-decoration: none;
    color: #FFF;
    font-size: 17px;
}
.ulRedesSociales li a:hover{
    color: #09F;
}

.ulRedesSocialesPie{
    margin: 0px;
    padding: 0px;
    z-index: 1;
}
.ulRedesSocialesPie li{
    display: inline-block;
    list-style: none;
    margin: 0px 20px 0px 20px;
}
.ulRedesSocialesPie li a{
    text-decoration: none;
    color: #696969;
    font-size: 17px;
}
.ulRedesSocialesPie li a:hover{
    color: #09F;
}

.ulRS-Responsivo{
    display: none;
}


.ulCuadroServicios{
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 500px;
}

.ulCuadroServicios li{
    float: left;
    width: 30%;
    height: auto;
    list-style: none;
    margin: 1.6%;
}

.ulCuadroServicios li a{
    display: block;
    width: 100%;
    height: auto;
    background-color: #99989D;
}
.ulCuadroServicios li a:hover{
    background-color: #002D79;
}

.ulCuadroServicios li a:hover img{
    transform: scale(1.2, 1.2);
}

.ulCuadroServicios li a img{
    width: 100%;
    height: auto;
}

.aServicioActivo{
    background-color: #002D79; 
}

.aArriba, .aArriba:active, .aArriba:visited{
    position: fixed;
    bottom: 15px;
    right: 20px;
    display: block;
    width: 35px;
    height: 35px;
    padding-top: 8px;
    text-align: center;
    background-color: #002E82;
    color: #FFF !important;
    border-radius: 35px;
    z-index: 10;
}

.aArriba:hover{
    color: #002E82 !important;
    background-color: #FFF;
    box-shadow: 0px 0px 3px #002D79;
}

.ulTestimonios{
    margin: 0px auto;
    padding: 30px 0px;
    min-height: 200px;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ulTestimonios li{
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    display: none;
}
.ulTestimonios li:first-child{
    display: block;
}
.ulMenuPrincipal{
    margin: 0px;
    padding: 0px;
    width: 100%;
    letter-spacing: 1.5px;
}
.ulMenuPrincipal li{
    position: relative;
    list-style: none;
}
.ulMenuPrincipal li > i{
    position: absolute;
    top: 14px;
    right: 0px;
    color: #FFF;
}
.ulMenuPrincipal li a{
    color: #FFF;
    text-decoration: none;
}
.ulMenuPrincipal li a:hover, .ulMenuPrincipal li a:active, .ulMenuPrincipal li a:visited{
    text-decoration: none;
}

.ulMenuPrincipal li ol{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.ulMenuPrincipal li ol li{
    list-style: none;
    margin: 12px 15px;
}
.ulMenuPrincipal li ol li a{
    color: #777;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.ulMenuPrincipal li ol li a:hover{
    color: #FFF;
}

.liPrincipal{
    display: block;
    width: 290px;
    height: auto;
    margin-left: 15px;
    font-size: 15px;
    border-bottom: solid 1px #302826;
}
.liPrincipal > a{
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 9px 2px;
    height: 40px;
    font-family: 'Slabo 27px', serif !important;
}
.liPrincipal a:hover, .liPrincipal a:visited, .liPrincipal a:active{
    text-decoration: none !important;

}
.liSecundario{
    margin: 10px 15px;
}
.liSecundario a{
    color: #CCC !important;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.liSecundario a:hover{
    color: #FFF !important;
}

.ulServiciosDetalle{
    column-count: 2;
}
.ulServiciosDetalle li{
    list-style: none;
}
.ulServiciosDetalle li:before{
    content: "• ";
}

.dvPrimero{
    margin: 30px 0px;
}

.dvPieMenu{
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 37px;
}
.dvPieMenu > div:first-child{
    width: 290px;
    margin-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #302826 transparent #302826 transparent;
    font-size: 12px;
    padding: 10px 0px;
}
.dvPieMenu a{
    margin: 0px 3px;
    text-decoration: none;
}
.dvPieMenu a:hover{
    text-decoration: none;
}

.dvBars a{
    color: #FFF;
    margin-left: 15px;
}
.dvRedesSociales{
    float: right;
    width: 170px;
    justify-content: center;
}
.dvRedesSociales div{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    transform:skew(-20deg);
    background-color: rgba(255,255,255,.2);
    z-index: 0;
}
.dvSlider{
    height: 550px;
    border: solid 10px #FFF;
    overflow: hidden;
    top: 70px;
    margin-bottom: 120px;
}

.aSlider{
    position: absolute;
    top: 50%;
    z-index: 888;
}
.aSlider:hover{
    cursor: pointer;
}

.obLeft{
    left: 15px;
}

.obRight{
    right: 15px;
}

.aBlockBoton{
    display: inline-block;
    padding: 6px 20px;
    background-color: #002E82;
    color:#FFF;
}
.aBlockBoton:hover{
    color: #FFF !important;
    text-decoration: none;
    background-color: #09F;
}

.dvSlider article{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dvSlider article div{
    position: absolute;
    bottom: 10%;
    left: 5%;
    opacity: 0;
}


.dvSlider article:first-child{
    background-image: url(../img/sld/sld-02.jpg);
    display: block;
    z-index: 1;
}
.dvSlider article:nth-child(2){
    background-image: url(../img/sld/sld-01.jpg);
    z-index: 2;
}
.dvSlider article:nth-child(3){
    background-image: url(../img/sld/sld-03.jpg);
    z-index: 3;
}
.dvSlider article:nth-child(4){
    background-image: url(../img/sld/sld-04.jpg);
    z-index: 3;
}
.dvSlider article:nth-child(5){
    background-image: url(../img/sld/sld-05.jpg);
    z-index: 3;
}

.dvCintilla{
    height: auto;
    padding: 10px 0px;
    background-color: #EFEFEF !important;
    border: solid 10px #FFF !important;
}

.dvCintillaParalax{
    height: auto;
    border: solid 10px #FFF !important;
    background-image: url(../img/fondo-alianzas.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.dvCintillaParalaxSIT{
    height: auto;
    border: solid 10px #FFF !important;
/*    background-color: #999;*/
    background-image: url(../img/fondo-sit.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.dvCintillaParalaxSIT *:not(a):not(i){
    color: #FFF !important;
}

.dvCC-Icono a{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 80px;
    height: 80px;
    background-color: #efefef;
    color: #002D79 !important;
    text-align: center;
}

.dvCC-Icono a:hover{
    text-decoration: none;
    background-color: #002D79;
    color: #efefef !important;
}

.dvCC-Section{
    min-height: 80px;
    height: auto;
    margin: 5px 0px;
}

.dvCC-Article{
    display: none;
}

.dvCC-Section h2{
    margin-bottom: 50px;
}

.dvCC-Section h2:hover{
    cursor: pointer;
    text-decoration: underline;
}

.dvCintillaParalax img{
    width: 100%;
    max-width: 320px;
}

.dvTituloApartado{
    height: auto;
    padding: 60px 0px 10px 0px;
    background-color: #7daaff !important;
    border-style: solid;
    border: solid 10px #FFF !important;
    margin-top: 70px;
}
.dvTituloApartado h1{
    font-weight: bolder;
}

.ulPiepagina{
    margin: 0px 15px;
    padding: 0px;
}
.ulPiepagina li{
    list-style: none;
    display: inline-block !important;
}

.dvServicio{
    height: 250px;
}
.dvServicio img{
    height: 240px;
}
.dvServicio div{
    height: 100%;
}
.dvServicio div:last-child{
    padding: 25px 20px; 
}
.dvLogotiposWeb div{
    float: left;
    width: 20%;
    text-align: center;
}
.dvLogotiposWeb div img{
    max-width: 150px;
}

.spAux{
    z-index: 9;
    color: #FFF;
    text-align: center;
}
.spAux a{
    float: left;
    margin: 0px 5px;
}

.dvValores div{
    text-align: center;
}
.dvValores div img{
    width: 100%;
    max-width: 100px;
}

.dvSIT div{
    text-align: center;
}

.dvSIT a{
    font-size: 18px;
}


.HeadHunting{
    background-image: url(../img/servicios-headhunting.jpg);
    background-position: right center;
    background-size: cover;
}

.dvCasosDeExito div{
    text-align: center;
    margin: 15px 0px;
}

.dvCasosDeExito div img{
    width: 80%;
    height: auto;
}

.dvServicios article{
    float: left;
    display: none;
}
.dvServicios article:first-child{
    display: block;
}

.dvObjCreateWindow{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    display: none;
}
.dvObjVentanaMensje{
    position: absolute;
    width: 40%;
    height: 250px;
    background-color: #FFF;
    top:50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -20%;
    box-sizing: border-box;
    overflow: hidden;

}

.dvObjVentanaMensje h4{
    color: #002D79;
    padding: 11px 10px 0px 10px;
    font-size: 20px;
}

.dvObjVentanaMensje hr{
    border: 0;
    height: 2px;
    background: #002D79;
}
.dvObjVentanaMensje p{
    padding: 20px;
}

.dvObjVentanaMensje ul{
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.dvObjMensajeBoton ul li{
    width: 100%;    
    display: inline-block;
}
.dvObjMensajeBoton ul li:nth-child(2){
    border-left: solid 1px #DEDEDE;
}
.dvObjMensajeBoton ul li a, .dvObjMensajeBoton ul li a:active, .dvObjMensajeBoton ul li a:visited{
    display: block;
    text-align: center;
    color: #666;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border-top: solid 1px #DEDEDE;
    padding-top: 13px;
    text-decoration: none;
}
.dvObjMensajeBoton ul li a:hover{
    background-color: #002D79;
    border-top: solid 1px #002D79;
    color: #FFF;
}
.campoRequerido{
    border-color: #F00 !important;
}

.hexagon {
    position: relative;
    width: 150px;
    height: 85px;
    background: #002D79;
    position: relative;
    margin: 50px 0px;
    text-align: center;
    color: #FFF;
}
.hexagon:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 75px 45px;
    border-style: solid;
    border-color: transparent transparent #002D79;
}

.hexagon:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 45px 75px 0;
    border-style: solid;
    border-color: #002D79 transparent transparent;
}


