*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: black; */
    color: azure !important;
}

html{
    scroll-behavior: smooth;
    }


body{
    background-color: black;
    font-family: 'Ysabeau', sans-serif; 
}


/* AGREGRAR EN LOS DEMÁS */
h4{
    font-family: 'Cinzel', serif;
    font-size: 3vw;
}
/* AGREGRAR EN LOS DEMÁS */
h5{
  font-family: 'Cinzel', serif;
  font-size: 3vw;
}


/* AGREGRAR EN LOS DEMÁS */
.container{
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
  }
  
  /* AGREGRAR EN LOS DEMÁS */
  .hero{
      display: flex;
      background-image:
      linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.215)),
      url(../images/galeriahead.png);
      width: 100%;
      height: 90vh;
      background-position: center;
      background-size:cover;
      margin: 0;
  }
  .nav{
    --state-close: scale(0);
    --state-hamburguer: scale(1);
    --state-menu: translate(-100%);
  padding: 40px 0;
  margin: 50px;
  display: grid;
  justify-content: space-between;
  align-items: top;
  grid-template-columns: repeat(2, max-content);
  }
  .nav:target{
    --state-menu: translate(0);
    --state-close: scale(1);
    --state-hamburguer: scale(0);
  }
  .nav_logo{
    font-size: 2.5rem;
    z-index: 1;
  }
  .nav_link{
    display: none;
  }
  .nav_hamburguer,
  .nav_close{
    cursor: pointer;
    grid-column: -2/1;
    grid-row: 1/2;
    transition: .4s transform;
  }
  .nav_hamburguer{
    transform: var(--state-hamburguer);
  }
  .nav_close{
    transform: var(--state-close);
  }
  .nav_icon{
    width: 40px;
  }
  .nav_item{
    list-style: none;
  }
  .nav_links{
    background-color: rgba(30, 30, 30, 0.882);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
  
    display: grid;
    align-content: center;
    gap: 2em;
    padding-left: 5%;
  
    transform: var(--state-menu);
    transition: .3s transform;
  
  }
  .nav_link{
    display: block;
    color: azure;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }

header {
    max-width: 1240px;
    margin: 0 auto;
    padding: .5em;
    font-size: 2em;
    line-height: 1em;
    font-family: 'Pacifico', cursive;
    text-align: center;
    color: #2d2d2d;
    box-sizing: border-box;
}

main{
    font-family: 'Ysabeau', sans-serif; 
    max-width: 1240px;
    margin: 0 auto;
    background: rgb(0, 0, 0);
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

main img{
    width: 100%;
    filter: blur(1px) grayscale(70%);
}

img:hover {
    width: 100%;
 filter: blur(0px) grayscale(0%);

}
/* hoover---sirve para interacciones */
footer {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 1800px;
    margin: 0 auto;
    padding: 1em 0;
    font-size: .75em;
    text-align: center;
    color: #2d2d2d;
}

footer a {
    color: orangered;
} 

#s6_spootify_gall{
    padding: 40px;
    margin: 0 auto;
    max-width: 87%;
}


/* AGREGRAR EN LOS DEMÁS */
.btn {
    font-family: 'Cinzel', serif;
    margin: 0 auto;
    border-radius: 90px;
    letter-spacing: 1.25px;
    background: initial;
    block-size: 50px;
    display: block;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    border: 2px solid  white;
    font-weight: bold;
    padding: 0 1.5em;
  }
/* AGREGRAR EN LOS DEMÁS */

.form {
    max-inline-size: 1240px;
    margin: 0 auto;
    padding: 30px;
  }
  /* AGREGRAR EN LOS DEMÁS */

  .form label {
    display: block;
    margin-block-start: 1em;
    margin-block-end: .5em;
    padding-inline-start: .5em;
  }
  /* AGREGRAR EN LOS DEMÁS */

  .form label span {
    color: #dc960b;
  }
  /* AGREGRAR EN LOS DEMÁS */

  .form input, .form textarea {
    box-sizing: border-box;
    width: 100%;
    font-size: 1rem;
    padding: .8em;
    border-radius: .5em;
    border: 1px solid #c65b09;
  }
  /* AGREGRAR EN LOS DEMÁS */

  .form textarea {
    margin-block-end: 2em;
    color: rgb(108, 103, 103);
    font-family: 'Ysabeau', sans-serif; 
  }
  /* AGREGRAR EN LOS DEMÁS */

  input::-webkit-input-placeholder {
    color: #867d7d88;
  }
  /* AGREGRAR EN LOS DEMÁS */

.contact {
    margin-block-end: 0em;
  }
  /* AGREGRAR EN LOS DEMÁS */

  #trucazo {
    opacity: 100%;
  }

  /* FOOTER */
  footer{
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2rem 8%;
    background-color: #313131;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  img.logo {
    /* height: 25px 25px 25px 25px; */
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .social_icons_contenedor{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .social_icon{
    height: 100px;
    width: 100px;
    /* border-radius: 50px;
    border: 1px solid honeydew; */
    background-image: url(../images/behance.png);
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
    margin: 1rem;
  }
  .social_icon:hoover{
    background-color: rgb(95, 61, 4);
    filter: invert(1);
  }
  .social_icon:nth-of-type(2){
    background-image: url(../images/linkedin.png);
  }
  .social_icon:nth-of-type(3){
    background-image: url(../images/instagram.png);
  }
  .social_icon:nth-of-type(4){
    background-image: url(../images/artstation.png);
  }
  .progra_web{
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;  
}


/* BONTON UP */
.gotopbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  background: #666666;
  border-radius: 30px;
  bottom: 40px;
  right: 50px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}

@media screen and (max-width:1024px) {
  main{
    margin:0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "img img";
  }
}

@media screen and (max-width:600px) {
    main{
        margin:0 auto;
            display: grid;
            grid-template-columns: 1fr;
            grid-template-areas: 
            "img";
      }
      .hero{
        width: 100%;
        height: 40vh;
        background-position: 55%;
        background-size: cover;
        margin: 0;
      }
      .social_icons_contenedor{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
      }
}


/*
Enlace para ver los filtros de CSS
https://www.w3schools.com/cssref/css3_pr_filter.asp

    Ejemplos:
        filter: blur(4px)
        filter: brightness(0.3)
        filter: contrast(100%)
        filter: grayscale(100%)
        filter: hue-rotate(45deg)
        filter: invert(100%)
        filter: opacity(50%)
        filter: saturate(4)
        filter: sepia(10%)
        filter: drop-shadow(8px 8px 10px green)
        
    Se pueden tener varios filtros al mismo tiempo, ejemplo:
        filter: contrast(175%) brightness(3%);
        filter: grayscale(0.5) blur(10px) opacity(25%);
*/














