/*
	Autor: Syscon Relojes de Control de Personal
	http://www.sysconsh.com.ar/
	Description: Relojes de control de Personal
	Author: Alicia Rosenthal
	Author URI: http://www.aliciarosenthal.com.ar
	
	Changelog:
	02/02/2016 v1.0
*/
@import url(https://fonts.googleapis.com/css?family=Homenaje);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(animate.css);
*{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body{
    height:100%;
    min-height:900px;
    font-family: 'Open Sans',sans-serif;
}
h1, .menu, .iconos{
    font-family: 'Homenaje',sans-serif;
}
h1{
    color: #0369cb;
    text-align: center;
    padding: 0.5em;
    font-size: 1.8em;
}

h3, .resaltado, .form{
    background: #0369cb;
    padding: 0.7em;
    border-radius: 0.5em;
    color: #fff;
    font-size: 0.9em;
}
h3 p{
    margin-top: 0.5em;
}
h4{
    font-weight: bold;
}
header, footer{
    background: rgba(9,130,242,1);
    background: -moz-linear-gradient(top, rgba(9,130,242,1) 0%, rgba(0,91,182,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,130,242,1)), color-stop(100%, rgba(0,91,182,1)));
    background: -webkit-linear-gradient(top, rgba(9,130,242,1) 0%, rgba(0,91,182,1) 100%);
    background: -o-linear-gradient(top, rgba(9,130,242,1) 0%, rgba(0,91,182,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,130,242,1) 0%, rgba(0,91,182,1) 100%);
    background: linear-gradient(to bottom, rgba(9,130,242,1) 0%, rgba(0,91,182,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0982f2', endColorstr='#005bb6', GradientType=0 );
    padding: 0.5em;
    
}
footer{
    color: #fff;
    border-top: solid 6px #0061b1;
    
}
footer a{
    color:#fff;
    text-decoration: none;
    
}
footer a:hover{
    text-decoration:underline;
    
}
footer p{
    font-size: 0.9rem;
}
header{
    padding:1em 0;
}
section{
    clear: both;
    padding-bottom: 1em;
        background: rgba(235,245,255,1);
    background: -moz-linear-gradient(top, rgba(235,245,255,1) 0%, rgba(214,235,255,1) 49%, rgba(192,224,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,245,255,1)), 
        color-stop(49%, rgba(214,235,255,1)), color-stop(100%, rgba(192,224,255,1)));
    background: -webkit-linear-gradient(top, rgba(235,245,255,1) 0%, rgba(214,235,255,1) 49%, rgba(192,224,255,1) 100%);
    background: -o-linear-gradient(top, rgba(235,245,255,1) 0%, rgba(214,235,255,1) 49%, rgba(192,224,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,245,255,1) 0%, rgba(214,235,255,1) 49%, rgba(192,224,255,1) 100%);
    background: linear-gradient(to bottom, rgba(235,245,255,1) 0%, rgba(214,235,255,1) 49%, rgba(192,224,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf5ff', endColorstr='#c0e0ff', GradientType=0 );
}
a{
    color:rgba(0,91,182,1);
    text-decoration: none;
}
a:hover{
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.azul{
    color: #003365;
}
.center{
    text-align: center;
}
.clearfix{
    clear: both;
}
.contenedor{
    width: 95%;
    margin: auto;
}
.espacio{
    margin: 1em 0;
}
.iconos{
    text-align: center;
    color: #0369cb;
    margin: 1em 0;
}
.iconos img{
    width: 80px;
}
.iconos p{
    font-size: 1.3rem;
}
.iconos .tresCol{
    margin-top: 1.5em;
}
.iconos a:hover{
    color: rgba(9,130,242,1);
}
.info{
    display: none;
}
.info img{
    margin-top: 1em;
    border-radius: 1em;
}
.listado li{
    margin-bottom: 0.7em;
}
.logo{
    width: 80%;
    float: left;
}
.logo img{
    max-width: 250px;
}
.menu a{
    color: #0369cb;
    text-decoration: none;
    padding: 0.3em;
    display: block;
}
.menu a:hover, a.selected{
    color: #fff;
    background: #0369cb;
    border-radius: 0.3em;
}
.menu{
    background: #f3f3f3;
    padding: 0.5em;
    font-size: 1.3em;
    border-bottom: 6px solid #0061b1;
}
.menu li{
    list-style: none;
    margin-bottom: 0.3em;
    text-align: center;
}

.menufooter{
    font-size: 0.55em;
    margin: 1em 0;
}
.menufooter li{
    list-style: none;
    float: left;
    margin-right: 0.3em;
}
.oculto{
    display: none;
}
.productos{
    clear: both;
}

.redes{
    width: 50%;
    float: right;
    display: none;
}

.redes img{
    width: 30px;
}
ul.redes li{
    list-style: none;
    float: right;
    margin-left: 0.3em;
}
.submenu{
    display: none;
}
.oc{
    display: none;
}
a.desplegable{
	width:57px;
	height:57px;
	position:absolute;
	right:2.5%;
	top:0;
	background:url(../img/hamburger.gif) ;
}
.menu{
    display: none;
}
.resaltado ul{
    margin-left: 1.3em;
}
.resaltado li{
    margin-top:1em;
}
li{
    list-style-position: inside;
}
.resaltado{
    margin-bottom: 0.7em;
    padding: 1em;
}
iframe{
    width: 100%;
}
.mapa{
    padding: 0.3em;
    background: #fff;
    border-radius: 0.3em;
}
.datafiscal{
    width: 40px;
    float: left;
    margin-right: 0.3em;
}
.resaltado a{
    color: #fff;
}
/*Formulario Contacto*/
.form{
    background: #fff;
    color:#003367;
    margin-bottom: 1em;
}
input, textarea, label{
    display: block;
    width: 93%;
}
input, textarea{
    padding: 0.5em;
    margin-bottom: 0.5em;
}
input.error ,textarea.error{ 
    border: 2px solid #c50202; 
}
label.error{
    color:darkred;
    width:100%;
    font-size:0.8em;
    margin-top: -0.5em;
    margin-bottom: 0.5em;
}
.boton
{
	background:#005bb6;
	color:#fff;
	border:0px;
	border-radius:0.5em;
	padding:1em;
	text-transform:uppercase;
    width:100px;
}
.boton:hover{
	background:#212121;
}
/*productos*/
.producto{
    border: solid 2px #0369cb;
    padding: 0.5em;
    border-radius: 1em;
    font-size: 0.9em;
    margin-bottom: 1em;
}
.producto figure{
    text-align: center;
}
.producto figure img{
    max-width: 200px;
}
.producto p, .producto h4{
    margin-bottom: 0.5em;
}
.producto figcaption{
    background-color: #0369cb;
    color: #fff;
    text-align: center;
    border-radius: 0.5em;
    margin-top: -1em;
    z-index: 5;
    position: relative;
    font-size: 1.2em;
}

.mobileoc{
    display: block;
}
.responsive{
    width: 100%;
    height: auto;
}
.sombra{
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.19);
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.19);
}
.top{
    position:fixed;
    right: 0.5em;
    bottom: 0.5em;
    z-index: 100;
    border-radius: 50%;
    background-image: url(../img/top.png);
    display: block;
    width: 40px;
    height: 40px;
}
.wow{
    /*visibility: hidden;*/
}
@media screen and (min-width:30em){
    .tresCol{
        width: 30%;
        float: left;
        margin-right: 3%;
    }
    .oculto{
        display: block;
    }
    .menu ul{
        width: 480px;
        margin: auto;
    }
    .menu li{
        float: left;
        list-style: none;
        margin-left: 1em;
        margin-bottom: 0;
    }
    .submenu{
        position: absolute;
        z-index: 1000;
        background: rgba(0,91,182,1);
        color: #fff;
    }
    .oc{
        display:inline;
    }
    
    .menu{
        display: block;
    }
    a.desplegable{
        display: none;
    }
    .doscol{
        width: 45%;
        float: left;
        margin-right: 5%;
    }
    .datafiscal{
        width: 60px;
        float: right;
        margin-right: 0;
    }
    .producto figure{
        width: auto;
        float: left;
        margin-right: 5%;
    }
    .mobileoc{
        display: none;
    }
    .descripcion{
        display: block;
    }

}
@media screen and (min-width:60em){
    .contenedor{
        max-width: 60em;
    }
    .datafiscal{
        width: 80px;
    }
    input, textarea,label{
        width:20%;
		float:left;
    }
    input,textarea, label.error{
       width:77%;
		float:left;
    }
    label.error, .boton{
        margin-left: 20%;
    }
    
    
    
}