html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  overflow-y: hidden;
}

.preloader {
  position: fixed;
  background-color: white;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.conteneur_general_load_9 {
  background-color: red;
}

.loader_9, .loader_9:before, .loader_9:after {
  -webkit-animation: load_neuf 1s infinite ease-in;
          animation: load_neuf 1s infinite ease-in;
  width: 20px;
  height: 80px;
}

.loader_9:before, .loader_9:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader_9:before {
  right: -20px;
}

.loader_9 {
  position: relative;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader_9:after {
  right: 20px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

@-webkit-keyframes load_neuf {
  0%, 80%, 100% {
    box-shadow: 0 0 #B0B0B0;
    height: 80px;
    background: #B0B0B0;
  }
  40% {
    box-shadow: 0 -15px #92B339;
    height: 100px;
    background: #92B339;
  }
}

@keyframes load_neuf {
  0%, 80%, 100% {
    box-shadow: 0 0 #B0B0B0;
    height: 80px;
    background: #B0B0B0;
  }
  40% {
    box-shadow: 0 -15px #92B339;
    height: 100px;
    background: #92B339;
  }
}

.redes {
  z-index: 100;
  position: fixed;
  top: 15px;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.redes p {
  display: inline-block;
  padding: 10px 20px 10px 10px;
  margin: 0;
  height: 30px;
  background-color: #3c5a9a;
  color: white;
  font-size: 22px;
  font-family: Avenir Next LT Pro;
}

.redes a {
  margin-left: -10px;
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #3c5a9a;
  background-image: url(../img/face.png);
  transition: all 0.3s;
}

.redes a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: -3px 0px 2px rgba(0, 0, 0, 0.3);
}

.fondo {
  height: 100%;
  width: 100%;
  background-image: url(../img/fondo.png);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fondo .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fondo .content .logo {
  width: 80%;
  max-width: 300px;
}

.fondo .content .logo img {
  width: 100%;
  max-width: 100%;
}

.fondo .content p {
  padding: 0 20px;
  width: 100%;
  text-align: center;
  color: #333333;
  font-family: Avenir Next LT Pro;
}

.fondo .content .cinta {
  position: relative;
  height: 60px;
  width: 100%;
  background-image: url(../img/franja.png);
  margin-top: 50px;
}

.fondo .content .cinta .senaletica {
  position: absolute;
  width: 180px;
  height: 180px;
  background-image: url(../img/sticker.png);
  left: 50%;
  top: -60px;
  margin-left: -90px;
}

.fondo .content .frase {
  margin-top: 20px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

.fondo .content .frase .parrafo {
  font-size: 30px;
  font-family: Avenir Next LT Pro;
  color: #333333;
  letter-spacing: 20px;
}

@media (max-width: 960px) {
  .fondo .content .frase {
    margin-top: 60px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .fondo .content .frase .parrafo {
    font-size: 30px;
    font-family: Avenir Next LT Pro;
    color: #333333;
    letter-spacing: 20px;
  }
}

@media (max-width: 580px) {
  .fondo .content .frase {
    margin-bottom: 30px;
  }
  .fondo .content .frase .parrafo {
    font-size: 30px;
    font-family: Avenir Next LT Pro;
    color: #333333;
    letter-spacing: 0;
  }
}

@media (max-width: 320px) {
  .fondo {
    background-position: -300px 0;
  }
  .fondo .content .logo {
    margin-top: 50px;
  }
  .fondo .content .frase .parrafo {
    font-size: 20px;
  }
}
