body {
  background-color: #000000;
  font-family: 'Josefin Sans', sans-serif;
}

@media screen and (min-width: 769px) {
  body {
    /*background-color: blue */
  }
}

@media screen and (max-width: 768px) {
  body {
    /*background-color: red */
  }
}

@media screen and (max-width: 480px) {
  body {
    /*background-color: yellow */
  }
}

footer {
  background-color: rgba(95, 95, 95, 0.54);
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .caja-footer {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  footer .caja-footer {
    display: block;
    width: 100%;
  }
}

.caja-footer {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  min-height: 250px;
  box-sizing: border-box;
  padding: 1em;
  margin: 0 0 2em 0;
  box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.13);
  text-align: center;
}

.caja-footer .link-footer {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  padding: 0;
  margin-bottom: 2em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.29);
}

.link-footer-block {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  padding: 1em 0 0 1em;
}

.link-footer-block:hover {
  text-decoration: underline;
}

.info-footer {
  color: #FFF;
  text-align: left;
  padding: 1em 0 0 1em;
}

.declaracion {
  margin: 0 auto;
  font-size: 16px;
  height: 50px;
  background-color: rgba(47, 47, 47, 0.75);
  padding-top: 10px;
}

aside {
  text-align: center;
  position: fixed;
  right: 0;
  top: 25%;
  width: 50px;
  border-radius: 0.3em;
  z-index: 999;
  background: rgba(234, 233, 231, 0.22);
}

@media screen and (max-width: 480px) {
  aside {
    background-color: rgba(255, 255, 255, 0);
    font-size: 12px;
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.62);
  }
}

.btn-mas {
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  width: 100px;
  padding: 0.5em 1em;
  color: #000;
  transition: all 0.3s linear;
  box-shadow: inset 0px 0px  0px  2px #000000, inset 0px 0px  0px  0px #000000;
}

.btn-mas:hover {
  color: #fff;
  box-shadow: inset 0px 0px 0px 2px #000000, inset 250px 0px 0px 0px rgba(0, 0, 0, 0.96);
}

.iconos {
  font-size: 2.5em;
  color: black;
  text-decoration: none;
  transition: all 0.2s linear;
}

.iconos:hover {
  color: rgba(2, 2, 2, 0.76);
  font-size: 3em;
}

* {
  padding: 0;
  margin: 0;
}

header {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 50px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.21);
  position: fixed;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}

header ul {
  list-style: none;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  z-index: 999;
}

header li {
  box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.37);
  text-align: center;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  header li {
    box-shadow: inset 0px -1px 0px #000000;
  }
}

header a {
  padding: 15px 20px;
  z-index: 999;
  cursor: pointer;
  color: #050505;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.69);
  transition: all 0.5s linear;
}

header a:hover {
  /*background-color: rgba(0, 0, 0, 0.62) */
  box-shadow: inset 1000px 0px 0px 0px black;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  header a {
    width: 100%;
    text-align: center;
  }
}

#home {
  position: absolute;
  top: 0;
  width: 120px;
  height: 60px;
  z-index: 1;
}

label {
  display: none;
  font-size: 3em;
  color: #ffffff;
  cursor: pointer;
  padding: 0em  0.3em;
  height: 50px;
  width: 40px;
}

@media screen and (max-width: 768px) {
  label {
    display: block;
  }
}

.menu {
  transition: all 0.5s;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .menu {
    position: absolute;
    background: rgba(255, 255, 255, 0.81);
    width: 70%;
    margin-left: -70%;
  }
  .menu ul {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .menu li {
    border: none;
  }
}

#btn-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  #btn-menu:checked ~ .menu {
    margin: 0;
  }
}

.btn-abre {
  height: 50px;
  width: 50px;
  margin: 6px 10px 5px 10px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  box-shadow: inset 0px 9px 0px #000000, inset 0px 20px 0px #ffffff, inset 0px 28px 0px #000000, inset 0px 39px 0px white, inset 0px 30px 0px #ffffff, inset 0px 46px 0px #000000;
}

@media screen and (max-width: 768px) {
  .btn-abre {
    opacity: .9;
  }
  .btn-abre:hover {
    opacity: 1;
  }
}

.arriba {
  background-color: white;
  padding: 12px 10px;
  font-size: 1.5em;
  color: #000000;
  text-decoration: none;
  font-weight: 900;
  box-shadow: inset 0px 0px 0px 1px #f7f7f7, inset 0px 0px 0px 3px #000000;
  position: fixed;
  right: 5px;
  top: 85%;
  z-index: 999;
  transition: all 0.5s linear;
  opacity: .3;
}

.arriba:hover {
  background-color: rgba(0, 0, 0, 0.87);
  transform: rotateY(180deg);
  color: #FFF;
  line-height: 0.7em;
  opacity: 1;
  box-shadow: 3px 3px 5px rgba(10, 10, 10, 0.57);
}

#contacto {
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.barra {
  width: 90%;
  margin: 0.5em auto;
  height: 10px;
  padding: 0.3em 1em;
}

label {
  font-size: 1em;
  height: 20px;
  margin: 0;
}

.grande {
  height: 40px;
}

#submit {
  width: 110px;
  left: 15px;
  height: 30px;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.2s linear;
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.62);
  padding: 0;
}

#submit:hover {
  background-color: #121212;
  color: #ffffff;
}

.li-modal {
  list-style: none;
  margin: 1em;
  display: inline-block;
}

.gallery {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

h1 {
  color: #000000;
  position: absolute;
  top: 0;
  width: 150px;
  height: 45px;
  font-size: 24px;
  /*background-color: #fff */
  text-align: center;
  padding: 10px 0 0 0.5em;
  z-index: 2;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
}

h1:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -35px;
  height: 49px;
  width: 49px;
  background-image: url("logo.png");
  background-size: 49px;
  opacity: .6;
}

h1 span {
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 0 0 0 5px;
}

h2 {
  background-color: rgba(0, 0, 0, 0.92);
  width: 350px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 2.5em;
  display: block;
}

h2:after {
  font-family: "icons";
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  box-shadow: inset 0px 0px 0px 2px #a0a0a0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-weight: 500;
  line-height: 40px;
  font-size: 1em;
}

@media screen and (max-width: 480px) {
  h2:after {
    font-size: 1em;
    top: 1px;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    margin: 0 auto;
    line-height: 1.5em;
    padding-top: 5px;
    width: 100%;
  }
}

#sub-h2 {
  position: absolute;
  left: 2%;
  top: 100px;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  #sub-h2 {
    line-height: 1.7em;
    top: 100px;
    width: 200px;
    z-index: 1;
  }
}

@media screen and (max-width: 480px) {
  #sub-h2 {
    position: relative;
    background-color: #000000;
    z-index: 1;
    display: block;
    font-size: 1.5em;
    width: 90%;
    left: 0;
    line-height: 1.7em;
    text-align: center;
    top: 10px;
    position: relative;
  }
}

#micro:after {
  content: 'T';
}

#videos:after {
  content: 'S';
}

#servicios:after {
  content: 'C';
}

#galeria:after {
  content: 'l';
}

h3 {
  text-align: center;
  font-size: 2em;
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.5em;
  }
}

/*navs*/
.nav-sections {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  top: 500px;
  left: 0;
  right: 0;
  font-weight: 900;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1366px) {
  .nav-sections {
    top: 400px;
  }
}

@media screen and (max-width: 768px) {
  .nav-sections {
    position: relative;
    top: 240px;
  }
}

@media screen and (max-width: 480px) {
  .nav-sections {
    position: relative;
    top: 180px;
    width: 88%;
    margin: 0 auto;
  }
}

.nav-sections .section {
  background-color: black;
  color: white;
  margin: 1em;
  font-size: 2.5em;
  text-decoration: none;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  transition: all 0.3s linear;
  box-shadow: inset 0px 0px 0px 2px #faf5f5;
  font-family: "icons";
  opacity: 0.5;
  font-weight: 100;
}

.nav-sections .section:hover {
  background-color: rgba(255, 255, 255, 0.44);
  color: #000;
  box-shadow: inset 0px 0px 0px 2px black;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .nav-sections .section {
    font-size: 1.7em;
    margin: 8px;
  }
}

@media screen and (max-width: 480px) {
  .nav-sections .section {
    font-size: 1.7em;
    margin: 5px;
  }
}

.contenedor {
  position: relative;
  padding-top: 50px;
  max-width: 1920px;
  margin: auto;
}

.img-logo {
  width: 100%;
  z-index: -1;
}

.ini-txt {
  z-index: 999;
  margin: 0 auto;
  width: 60%;
  padding: 3em;
  background-color: rgba(255, 255, 255, 0.61);
  border-radius: 10px;
  font-size: 2em;
}

.section-nav {
  background-color: #fffbfb;
  padding: 2em;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.5em;
  margin-bottom: 5em;
}

@media screen and (max-width: 768px) {
  .section-nav {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .section-nav {
    padding: 0;
  }
}

#cont-1, #cont-2, #cont-3, #cont-4 {
  background-color: #fff;
  width: 100%;
  padding-top: 3em;
  text-align: center;
}

#cont-1 p, #cont-2 p, #cont-3 p, #cont-4 p {
  width: 70%;
  margin: 0 auto;
}

.p-items {
  font-size: 24px;
}

.popup-youtube {
  max-width: 320px;
  max-height: 200px;
  width: 100%;
  box-shadow: inset 0px 0px 0px 1px #000000;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-decoration: none;
  margin: 10px;
  color: #FFF;
  box-sizing: border-box;
  text-align: border-bottom;
  box-shadow: inset 0px 0px 0px 1px #000000, 8px 8px 15px rgba(0, 0, 0, 0.55);
  opacity: 1;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .popup-youtube {
    width: 280px;
  }
}

.popup-youtube:before {
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.42);
  line-height: 1.5em;
  color: #000;
  text-align: center;
  transition: all 1s;
}

.popup-youtube:hover:before {
  background-color: #fff;
}

.videos-container {
  color: #ff0101;
  position: relative;
  width: 320px;
  height: 200px;
  overflow: hidden;
  transition: all 0.3s linear;
}

.videos-container:before {
  transition: all 0.3s linear;
  font-family: "icons";
  content: "i";
  opacity: 1;
  bottom: 0px;
  left: 10px;
  position: absolute;
  font-size: 1.5em;
  z-index: -1;
}

.videos-container:hover:before {
  transition: all 0.3s linear;
  font-family: "icons";
  content: "i";
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.53);
  font-size: 3em;
  background-color: rgba(255, 255, 255, 0.29);
  position: absolute;
  margin-top: 70px;
  left: 0;
  right: 0;
  bottom: 35%;
  width: 100%;
  height: 80px;
  overflow: hidden;
  opacity: 1;
  z-index: 1;
}

#f-1 {
  background-image: url("../images/fondo-videos.jpg");
}

#f-1:before {
  content: 'Feliz Navidad';
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.42);
  line-height: 1.5em;
  color: #000;
  text-align: center;
  transition: all 1s;
}

#f-2 {
  background-image: url("../images/fondo-videos.jpg");
  background-position: 0 -200px;
}

#f-2:before {
  content: 'Febrero 14';
}

#f-3 {
  background-image: url("../images/fondo-videos.jpg");
  background-position: 0 -400px;
}

#f-3:before {
  content: 'Hasta mi Final';
}

#f-4 {
  background-image: url("../images/fondo-videos.jpg");
  background-position: 0 -600px;
}

#f-4:before {
  content: 'Porti Volare';
}

#f-5 {
  background-image: url("../images/fondo-videos.jpg");
  background-position: 0 -800px;
}

#f-5:before {
  content: 'Por lo que reste de vida';
}

#f-6 {
  background-image: url("../images/fondo-videos.jpg");
  background-position: 0 -1000px;
}

#f-6:before {
  content: 'Noche de Paz';
}
