*{
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

body{
    color: #ffffff;
    font-family:  Helvetica, Arial, sans-serif;
    color: #000;
    text-align: center;
    border-collapse: collapse;
    overflow: hidden;
}

#background{
    background-image: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    width: 100%;
    height: 100vh;
    position: fixed;
}

/************SECTION ROTATE************/

section{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -50px;
    height: 100px;
    width: 400px;
    overflow: visible;
}

#container{
	display: block;
	width: 400px;
    height: 100px;
	position: relative;
	z-index: 1;
    text-align: center;
}

#container{
  	-webkit-perspective: 800;
	-moz-perspective: 800;
	perspective: 800;
}

#rotar{
	height: 100px;
    width: 400px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 0.75s;
    
    -moz-transform-style: preserve-3d;
	-moz-transition: all 0.75s;
    
    transform-style: preserve-3d;
	transition: all 0.75s;
    position: relative;
}

#container:hover #rotar{
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#rotar .lado{
	position: absolute;
	height: 100px;
	width: 400px;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#frente{
    display: block;
    position: absolute;
	height: 100px;
	width: 400px;
}

#logo{
	width: 1000px;
    margin-left: -300px;
    margin-top: -75px;
}

#logo img{
	width: 1000px;
}

#rotar #atras{
	height: 100px;
	width: 400px;
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

ul#lineas{
    width: 400px;
    position: relative;
    top: 50px;
}

figure{
    background: url(../img/items-lineas.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90px;
    height: 60px;
    margin: 0 auto 5px;
}

ul#lineas li{
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    width: 100px;
    height: 80px;
    cursor: hand;
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0);
    transition: .25s;
}

#soporte-tecnico{
    color: #75c5eb;
}

#consultoria{
    color: #596e80;
}

#outsourcing{
    color: #004258;
}

#soporte-tecnico:hover{
    border: 2px solid #75c5eb;
    border-radius: 5px;
}

#consultoria:hover{
    border: 2px solid #596e80;
    border-radius: 5px;
}

#outsourcing:hover{
    border: 2px solid #004258;
    border-radius: 5px;
}

#soporte-tecnico figure{
    background-position: 0px 0px;
}

#consultoria figure{
    background-position: 0px -60px;
}

#outsourcing figure{
    background-position: 0px -120px;
}

/************END SECTION ROTATE************/
footer{
    background: #314556;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

footer img{
    height: 14px;
    margin-left: 0.5em;
    vertical-align: middle;
}

footer p{
    bottom: 0;
    color: white;
    display: inline-block;
    font-size: 14px;
    line-height: 2em;
    margin: 0 0.5em;
    vertical-align: middle;
}