@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,1.00);
    
}

.pixels {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
/*	background-image: url("../imagenes/dots.png");*/
	background-repeat: repeat;
	background-size: 6px;
	background-color: rgba(0,0,0,0.60);
    z-index: 1;
}

.contenedor {
    background-color: rgba(255,219,0,0.00);
    position: fixed;
    width: 92%;
    padding: 0px;
    margin: 5% 4%;
    z-index:4;    
}

.contenedor_contacto {
    background-color: rgba(255,219,0,0.00);
    position: fixed;
    bottom: 0px;
    width: 92%;
    padding: 0px;
    margin: 0px 4% 40px 4%;
    font-size: 30px;
    z-index:4;    
}

.contenedor_contacto a {
    color: rgba(255,255,255,1.00);
    margin-right: 15px;
}

.info {
    background-color: rgba(0,216,230,0.00);
    padding-top: 2em;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8), 1px 2px 0 rgba(0,0,0,0.1);
}

.logo {
    background-color: rgba(255,200,0,0.0);
    width: 50%;
    max-width: 300px;
    
}

.logo img {
    width: 100%;
    height: auto;
}

.clear {
	clear:both;
}

@media (max-height: 900px) {
  .contenedor_contacto {
    margin: 0px 6% 10px 6%;  
    }
  .contenedor {
    margin: 7% 6%;  
}
  }