body {
  margin: 0px;
  padding: 0px;
  background-image: url("../img/fotos/background-paper.jpg") !important;
  background-size: cover;
  position: absolute;
}

a {
  text-decoration: none;
}

.header {
  background-image: url("../img/fotos/DiegoCrevacuore-130.jpg");
  height: 1280px;
  background-position: 30% center;
  background-position-x: 30%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #999;
}
/** NAVBAR STYLES **/

.navbar {
  list-style: none;

  margin: auto;
  display: flex;
  align-items: center;
  padding-top: 25px;
  max-width: 850px;
  justify-content: space-between;
}

.nav-item div {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;

  transition: background-color 0.3s;
  transition: border 0.3s;
  flex-direction: row;
}

/*MOBILE*/
.collapse .navbar .nav-item .youtube:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
.collapse .navbar .nav-item .spotify:hover {
  background-color: #1db954;
  border: 1px solid #1db954;
}
.collapse .navbar .nav-item .instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.collapse .navbar .nav-item .facebook:hover {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
.collapse .navbar .nav-item .music:hover {
  background-color: #bbb;
  border: 1px solid #bbb;
}

/*DESKTOP*/

.navbar-toggler {
  background-color: white !important;
}

.navbar-collapse .navbar-nav {
  padding: 15px !important;
}

/** ICONS NAVBAR STYLES **/

.nav-item .nav-link i {
  font-size: 45px;
  color: rgb(255, 255, 255);
  text-decoration: none !important;
}

.nav-item .nav-link:hover i {
  color: rgb(255, 255, 255) !important;
}

.nav-link div {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flags-wrapper {
  position: absolute;
  top: 0px;
  right: 30px;
}

.flags {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}

.flags li {
  padding: 15px;
}

.flag img {
  width: 40px;
  height: 40px;
}

/** PRE-NAV **/

.box-title {
  text-align: center;
  margin-top: 45px;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 150px;
  right: 30px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #000;
  z-index: 100;
}

.float:hover {
  color: #000;
}

.envelope-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 30px;
  background: #257cb5;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #000;
  z-index: 100;
}


@font-face {
  font-family: "Amalfi Coast";
  src: url(../fonts/amalfi_coast/Amalfi-Coast.ttf);
}

@font-face {
  font-family: "Sinami";
  src: url(../fonts/sinami/Sinami-demo.ttf);
}

@font-face {
  font-family: "Photograph Signature";
  src: url(../fonts/photograph_signature/Photograph_Signature.ttf);
}

@font-face {
  font-family: "San Diego";
  src: url(../fonts/san_diego/San\ Diego.ttf);
}

.box-title span {
  color: rgb(255, 255, 255);
  margin-top: 50px;
  font-size: 70px;
  font-family: "Amalfi Coast";
}

@media (max-width: 593px) {
  .navbar .nav-item {
    height: 75px !important;
  }
}

@media (max-width: 1300px) {
  .box-title span {
    font-size: 65px;
  }
  .flags-wrapper {
    top: 0px;
  }

  .navbar {
    padding-top: 40px;
  }
}

@media (max-width: 693px) {
  .box-title span {
    font-size: 65px;
  }
  .flags-wrapper {
    top: 0px;
  }

  .navbar {
    padding-top: 40px;
  }
}

@media (max-width: 645px) {
  .box-title span {
    font-size: 40px;
  }
}

@media (max-width: 457px) {
  .box-title span {
    font-size: 30px;
  }
  .header {
    background-attachment: scroll;
  }
  .nav-link div {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-item .nav-link i {
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-decoration: none !important;
  }
}

@media (max-width: 409px) {
  .box-title span {
    font-size: 30px;
  }
}

@media (max-width: 365px) {
  .box-title span {
    font-size: 30px;
  }
}

.diego-creva-img {
  width: 100%;
  height: 90%;
}

.pos-nav {
  max-height: 960px;
}

/**  MAIN-CONTENT PRIMER-EP **/

.box-primer-ep {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 25px;
}

.box-primer-ep span {
  color: black;
  font-family: "San Diego";
  font-size: 80px;
}

.main img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 505px) {
  .primer-ep span {
    font-size: 25px !important;
  }
}

.box-primer-ep-contenido p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  width: 90%;
  color: black;
}

.box-primer-ep-contenido {
  display: flex;
  justify-content: center;
}

.frase p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-top: 35px;
  font-weight: 500;
  font-size: 25px;
}

/** CONTACTO **/

.contacto .social-red {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-left: 0px !important;
}

.contacto .social-red li {
  padding-left: 11px;
  padding-right: 11px;
}

.contacto .social-red li a {
  text-decoration: none;
  color: black;
}

.contacto .social-red li a i {
  font-size: 30px;
}

.contacto .copyright {
  display: flex;
  justify-content: center;
}

.contacto .copyright span,
.fa-copyright {
  font-size: 15px;
  margin-bottom: 20px;
}
