@font-face{
	font-family: "Sans";
	src: url('fonts/SourceSansPro-Regular.ttf') format("truetype");
	font-style: normal;
}

.white { color: #FFF; }

.space { margin-top: 1em; margin-bottom: 1em; }
.max-space { margin-top: 2em; margin-bottom: 2em; }
.sup-space { margin-top: 3em; margin-bottom: 3em; }
.top1 { margin-top: 1em; }
.top2 { margin-top: 2em; }
.bot1 { margin-bottom: 1em; }
.bot2 { margin-bottom: 2em; }
.bg-green { background-color: #5AB749; }
.bg-black { background-color: #000; }
.bg-eia{ background: url('../img/bgs/eia.jpg')no-repeat; background-size: cover; }

.box-wrap-ser { position: relative; }
#box-servs { position: absolute; z-index: 999; bottom: 1px; width: 450px; left: 50%; margin-left: -200px; }
#box-servs ul{ display: inline-block; text-align: center; }
.btn-download { border: solid 1px #000; border-radius: 3px; color: #000; padding: .5em; }

/* menu */
#stickyheader {
  width: 100%;
  z-index: 9999;
}
#stickyalias {
  display: none;
  height: 10px;
}
#unstickyheader {
  margin-bottom: 15px;
}
/* general */
img.logo { max-height: 50px; }
li.active a { text-decoration: underline; }
hr.foot { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
.rad-img { border-top-left-radius: 20px; border-bottom-right-radius: 20px; }
/* services */
.head-services { background: url("../img/bgs/eia-servicios.jpg") no-repeat; background-size: cover; }
.menu-space li { margin-right: 10px; }

/* contact */
.head-contact { background: url("../img/bgs/eia-contacto.jpg") no-repeat; background-size: cover; }
.bg-deco { background: url('../img/bgs/curva.png') no-repeat; background-size: cover; }
.btn-black { color: #FFF; background-color: #000; }

/*mist*/
.head-mistic { background: url("../img/bgs/eia-mistica.jpg") no-repeat; background-size: cover; }
.mistic-box { padding: 3em 0 3em 0; }
.rmb {
    position: absolute;
     width: 200px; 
     height: 200px; 
     background: #fff;
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
     z-index: 1;
}
.pol { 
  background: #fff; 
  z-index: 999; 
  position: relative; 
  min-height: 200px;
  border-top-left-radius: 20px; 
  border-bottom-right-radius: 20px; 
  padding: 1em 1em 0 1em;
}

/* main menu */
@media only screen and (min-width: 40.063em) { }
@media only screen and (min-width: 64.063em) { 		
	.nav-collapse ul { display: inline-block; text-align: right; }
	.nav-collapse ul li { float: left; padding: 10px; }
	.nav-collapse ul li a { color: #FFF; }
}

/* hoja */
@keyframes blink {
    0% {
        opacity: 1;
    }
    49%{ opacity: 1; }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


#hoja {
    animation: blink 5s;
    animation-iteration-count: infinite;
}