body{
  background: gainsboro;
  font-family: "PT Sans",sans-serif;
  overflow-x: hidden;
}

{*ENCABEZADO NEGRO SUPERIOR*}

.encabezado{
  position: fixed;
  background: black;
  top: 0px;
  left: 0px; 
  width: 100%; 
  height: 10%;
  z-index: 2;
}

.encabezado_titulo{
  position: relative;
  color: white;
  font-size: 17pt;
  padding-top: 20px;
  padding-left: 20px;
}

.encabezado_logo{
  margin-top: -4px;
  width: 7%;
  float: left;
  margin-right: 20px;
}

.parte_logo1 {
     width: 100px; 
     height: 8px; 
     background: silver;
     transform: skew(30deg);
     float: right;
}

.parte_logo2 {
     width: 80px; 
     height: 8px; 
     background: gainsboro;
     transform: skew(30deg);
     float: right;
     margin-top: 5px;
}

.parte_logo3 {
     width: 60px; 
     height: 8px; 
     background: white;
     transform: skew(30deg);
     float: right;
     margin-top: 5px;
}

.encabezado_contacto{
  position: absolute;
  color: white;
  background: linear-gradient(to bottom, #f4511e 0, #d84315 100%);
  float: right;
  top: 18%;
  right: 2%;
  height: 40px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}

.encabezado_contacto:hover{
  background: linear-gradient(to bottom, #d84315 0, #bf360c 100%);
}

{*SUBENCABEZADO BLANCO*}

.sub_encabezado{
  position: absolute;
  background: white;
  height: 15%;
  top: 10%;
  left: 0px;
  width: 100%;
}

.sub_encabezado_titulo{
  position: relative;
  top: 32%;
  left: 10%;
  font-size: xx-large;
  font-weight: bold;
}

.sub_encabezado_titulo_derecha{
  display: inline;
  color: darkgrey;
  font-weight: lighter;
}

.sub_encabezado_detalle{
  float: right;
  margin-right: 7%;
}

{*IMAGENES*}

.contenedor_imagenes{
  position: absolute;
  width: 100%;
  background: white;
  height: 75%;
  top: 25%;
  left: 0px;
}

.contenedorNovedades{
  position: relative;
  width: 100%;
  height: 100%;
}

{*SLIDER DE IMAGENES*}

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

.slides {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 20px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4 {
	background: rgba(255, 255, 255, 1);
}

{*NOSOTROS*}

.nosotros{
  position: absolute;
  background: white;
  top: 100%;
  width: 100%;
  left: 0px;
  height: 45%;
}

.nosotros_titulo{
  position: relative;
  text-align: center;
  width: 100%;
  color: deepskyblue;
  font-size: x-large;
  margin-top: 2%;
}

.nosotros_subtitulo{
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 40pt;
  margin-top: 2%;
}

.nosotros_cuerpo{
  position: relative;
  text-align: center;
  width: 90%;
  font-size: 12pt;
  margin-top: 2% !important;
  margin: auto;
  color: darkslategray;
}

{*NOSOTROS DETALLE*}

.nosotros_detalle{
  position: absolute;
  background: whitesmoke;
  top: 145%;
  width: 100%;
  left: 0px;
  height: 50%;
  display: flex;
}

.nosotros_detalle_contenido{
  height: 100%;
  flex-grow: 1;
}

.nosotros_detalle_cuerpo{
  position: relative;
  text-align: left;
  width: 90%;
  font-size: 12pt;
  margin-top: 2% !important;
  margin: auto;
  color: darkslategray;
}

{*CLIENTES*}

.clientes{
  position: absolute;
  background: url("../imagenes/grandes/fondo.jpg") fixed;
  top: 255%;
  height: 70%;
  width: 100%;
  left: 0px; 
  background-size: cover;
}

.imagenes_sistema{
  background: gainsboro;
  position: absolute;
  top: 195%;
  height: 60%;
  width: 100%;
  left: 0px; 
  z-index: 1;
  display: flex;    
}

.imagenes_sistema_texto{
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 20%;
  right: 0;
  width: 40%;
  color: white;
  padding: 5px;
}

.imagenes_sistema_detalle1{
  position: relative;
  flex-grow: 1;
  background: url("../imagenes/grandes/foto_detalle1.jpg");
  background-size: cover;
  margin: 20px;
  border: 2px solid black;
  box-sizing: border-box;
}

.imagenes_sistema_detalle2{
  position: relative;
  flex-grow: 1;
  background: url("../imagenes/grandes/foto_detalle2.jpg");
  background-size: cover;
  border: 2px solid black;
  margin: 20px;
  box-sizing: border-box;
}

.imagenes_sistema_detalle3{
  position: relative;
  flex-grow: 1;
  background: url("../imagenes/grandes/foto_detalle3.jpg");
  background-size: cover;
  margin: 20px;
  border: 2px solid black;
  box-sizing: border-box;
}

.clientes_contenido{
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 255%;
  height: 60%;
  width: 100%;
  left: 0px; 
  z-index: 1;
  display: flex;  
}

.clientes_contenido_iconos{
  position: relative;
  flex-grow: 1;
  margin-top: 5%;
  text-align: center;
  color: white;
}

.clientes_contenido_iconos_texto{
  font-size: large;
}

.clientes_contenido_iconos_numero{
  font-size: xx-large;
  font-weight: bold;
}

{*VIDEO*}
.video{
  position: absolute;
  top: 315%;
  height: 120%;
  width: 100%;
  left: 0px;
  background: white; 
}

.video_video{
  margin-top: 3%;
  text-align: center;
  width: 100%;
}

{*REDES SOCIALES*}
.redes_sociales{
  position: absolute;
  top: 375%;
  width: 100%;
  height: 30%;
  left: 0px;  
  background: whitesmoke;
}

.redes_sociales_botones_contenedor{
  position: absolute;
  top: 425%;
  width: 100%;
  height: 20%;
  left: 0px;  
  background: whitesmoke;
  display: flex;
}

.redes_sociales_botones{
  position: relative;
  height: 100%;
  flex-grow: 1;
  text-align: center;
}

.boton_facebook{
  position: relative;
  color: white;
  background: #3b579d;
  height: 60px;
  line-height: 60px;
  width: 200px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  margin: auto;
  font-weight: bold;
}

.boton_facebook:hover{
  background: #768abb;
}

.boton_twitter{
  position: relative;
  color: white;
  background: #5ea9dd;
  height: 60px;
  line-height: 60px;
  width: 200px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  margin: auto;
  font-weight: bold;
}

.boton_twitter:hover{
  background: #8fc3e8;
}

.boton_instagram{
  position: relative;
  color: white;
  background: darkorange;
  height: 60px;
  line-height: 60px;
  width: 200px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  margin: auto;
  font-weight: bold;
}

.boton_instagram:hover{
  background: orange;
}

{*TEXTOS IMAGENES*}

.texto_servicio{
  position: absolute;
  top: 10%;
  left: 55%;
  height: 80%;
  width: 40%;
  color: white;
  text-shadow: 1px 1px black;
}

.texto_servicio_negro{
  position: absolute;
  top: 10%;
  left: 55%;
  height: 80%;
  width: 40%;
}

.texto_servicio_encabezado{
  font-size: 35pt;
}

.texto_servicio_cuerpo{
  font-size: 22pt;
}

{*FORMULARIO MAIL*}
.formulario_mail{
  display: none;
  position: fixed;
  top: 10%;
  right: 0;
  width: 50%;
  height: 80%;
  background: white;
  z-index: 50;
}

.input_formulario_mail{
  margin-top: 10px;
  margin-left: 20px;
  width: 90%;
  height: 50px;
  font-size: 16pt;
}

textarea{
  font-size: 16pt;
  font-family: "PT Sans",sans-serif;
}

.area_formulario_mail{
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 90%;
}

.contenedor_botones_formulario_mail{
  display: flex;
}

.boton_formulario_mail_enviar{
  position: relative;
  color: black;
  background: white;
  border: 2px solid black;
  height: 60px;
  line-height: 60px;
  width: 200px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  margin: auto;
  font-weight: bold;
}

.boton_formulario_mail_enviar:hover{
  background: royalblue;
  border: 2px solid white;
  color: white;
}

.boton_formulario_mail_cancelar{
  position: relative;
  color: black;
  background: white;
  border: 2px solid black;
  height: 60px;
  line-height: 60px;
  width: 200px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  margin: auto;
  font-weight: bold;
}

.boton_formulario_mail_cancelar:hover{
  background: #222222;
  border: 2px solid white;
  color: white;
}

.fin_mail{
  position: fixed;
  top: 20%;
  left: 20%;
  background: yellowgreen;
  z-index: 51;
  width: 50%;
  padding: 50px;
  text-align: center;
  border-radius: 3px;
  font-size: 18pt;
  display: none;
}

{*FUNCIONALIDADES (Hoy ocupa el lugar del video)*}

.contenedor_funcionalidades{
  margin-top: 3%;
  text-align: center;
  width: 100%;
}

.funcionalidad{
  width: 99%;
  display: block;
  margin-top: 2px;
  margin-left: 2px;
  padding: 4px;
  background: gainsboro;
  border-radius: 3px;
  text-align: left;
}

.funcionalidad:hover{
  background: teal;
  color: white;
}
