
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Madrid Grunge';
  src: url('../madrid_grunge/Madrid Grunge.otf');
}
@font-face {
  font-family: 'Arista Pro';
  src: url('../arista_pro/Arista-Pro-Light-trial.ttf');
}


body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background: url("../img/fondo servers.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
}

@media (min-width: 1366px) {
  body {
    background-attachment: fixed;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  display:flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 100px 0;
  height: 100vh;
  /* countdown */
}

#header .logo, #header .bloquecero{
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  /*background: red;*/
}
#header .logo img{
	 width: 210px;
}

#header .bloquecero img{
 padding-top: 2%;
 padding-bottom: 1.5%;
 width: 550px;
}

#header h1 {
 padding-top: 1%;
 padding-left: 15%;
 padding-right: 15%;
 margin: 0 0 10px 0;
 font-size: 23px;
 font-weight: 500;
 line-height: 56px;
 color: #fff;
 text-align: center;
}

#header .zero{
 padding-top: 1%;
 font-family: "Madrid Grunge", sans-serif;
 font-size: 101px;
 font-weight: 400;
}

#header h2 {
 padding-top: 1%;
 color: #eee;
 margin-bottom: 40px;
 font-size: 22px;
 font-family: "Arista Pro", sans-serif;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #fff5f5;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer{
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(19, 19, 19, 0.4);
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  
}

.footer .copyright {
  text-align: center;
  font-family: "Arista Pro", sans-serif;
  font-size: 14px;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.footer .credits a {
  color: #ff3333;
}

/*=====================RESPONSIVE==================*/
@media(max-width:450px){
#header .logo img{
 width: 210px;
}

#header h1 {
 padding:0 25px; 
 margin: 0 0 10px 0;
 font-size: 20px;
 font-weight: 500;
 line-height: 20px;
 margin-top: 5%;
}

#header .zero{
 padding:0px; 
 font-size: 65px;
 font-weight: 400;
 margin-top: 10%;
}

#header .bloquecero img{
 padding-top: 10%;
 padding-bottom:0%;
 width: 90%;
}

#header h2 {
 color: #eee;
 margin-bottom: 40px;
 font-size: 18px;
 text-align: center;
 margin-top: 10%;
}


}

@media(max-width:550px){
 #header .bloquecero img{
 padding-top: 15%;
 padding-bottom:15%;
 width: 80%;
}
#header h2 {
 font-size: 20px;
}
}
@media(max-width:750px){
 #header .bloquecero img{
 padding-top: 15%;
 padding-bottom:15%;
 width: 80%;
}
#header h2 {
 font-size: 20px;
}
}