* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-family: Helvetica;
  font-size: 16px;
  line-height: 24px;
  color: rgb(96, 99, 101);
  text-transform: none;
}
:root {
  --crema: #f2cf8d;
  --azul_flechas: #211e3f;
}
.ancho {
  max-width: 1200px;
  margin: auto;
}

.flecha_img img {
  border-radius: 50px;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-left: 60px;
  color: #201f40;
}
header {
  color: #000;
  transition: 0.7s;
  top: 0;
  z-index: 99999999;
}
/*MENU*/
#iconomenu {
  display: none;
}
.contenedorarriba {
  padding-right: 0%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.btn_menu {
  font-size: 25px;
  display: none !important;
}
#contenedormenu {
  margin-bottom: 0px;
}
nav ul {
  background-color: #FFf;
  color: #000;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  background-color: #FFf solid;
  font-family: "Nunito Sans", sans-serif;
  color: var(--crema);
  position: relative;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: bold;
  font-size: 20px;
}
/*PORTAFOLIO*/
.portafolio_container{
  z-index: -99;
  margin-top: -150px;
 position: relative;
  text-align: center;
  color: var(--azul_flechas);
  font-family:"Nunito Sans", sans-serif;
}
.portafolio_container h2{
    font-size: 50px;
    padding-bottom: 20px;
}
.portafolio_container h3{
  font-size: 30px;
  padding-bottom: 20px;
}
.portafolio_container hr{
  border-radius: 10px;
  height: 10px;
  color: var(--crema);
  background-color: var(--crema) ;
}
/* GALERIA DE IMAGENES*/
.img_gallery{
  width: 80%;
  margin: 50px auto 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 45px;
}
.img_gallery img{
 width: 100%;
 cursor: pointer;
 transition: 0.1s;
}
.img_gallery img:hover{
  transform: scale(1.2);
  transition: 0.9s;
 }
.ful_img{
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ful_img img{
  width: 90%;
  max-width: 1000px;
}
.span{
  position: relative;
  top: -30%;
  left: 10%;
  font-size: 50px;
  color: #ffff;
  cursor: pointer;
}
/*FOOTER PART*/
.fondo_azul {
  display: flex;
  background-color: var(--azul_flechas);
}

.flecha_crema_big {
  margin-right: 20%;
  width: 600px;
  height: 600px;
}
.flecha_crema_big img {
  width: 600px;
  height: 600px;
}
.redes_sociales {
  margin-left: 80%;
  display: flex;
  flex-direction: column;
  color: var(--crema);
  align-items: center;
  justify-content: center;
}
.contenedor_iconos{
  text-align: left;
  margin-right: 80%;
  display: flex;
}
.redes_sociales a {
  justify-content: left;
  align-items: left;
  width:290px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 10px;
  font-size: 20px;
  margin-right: 100%;
  text-decoration: none;
  color: var(--crema);
}
.redes_sociales a i{
  margin-bottom: 6px;
  font-size: 40px;
font-weight: bold;
}
.distintivo_l{
  padding-left: 20px;
}
.fa-facebook{
  padding-left: 47px;
}
.fa-youtube{
  padding-left: 30px;
}
.fa-instagram{
  padding-left: 20px;
  padding-right: 14px;
}
.fa-behance{
  padding-left: 23px;
}
.fa-whatsapp{
  padding-left: 32px;
}

@media screen and (max-width: 820px) {
  /*MENU SANDWITCH*/
  .flecha_img img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    color: #201f40;
  }
  header {
    padding: 10px;
    width: 85%;
  }
  #iconomenu{
    display: block;
    height: 40px;
    width: 40px;
    font-size: 40px;
    border-radius: 3px;
    margin-right: -10%;
  }
  .contenedorarriba {
    padding-top: 20px;
    margin-left: 0px;
    position: relative;
    max-width: 820px;
  }
  .abrirmenu {
    left: 0;
  }
  nav {
    color: #000;
    position: absolute;
    top: 120%;
    left: -150%;
    width: 100%;
    background:  rgba(255, 250, 250, 0.9);
    backdrop-filter: blur (50px);
    transition: all 0.5s;
  }
  nav ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
  nav ul li {
    border-bottom: 1px black double;
    width: 100%;
    padding-left: 20px;
  }
  
  nav ul li a {
    color: #000;
    display: block;
  }
  /*FOOTER*/
  .flecha_crema_big {
    margin-right: 0%;
    width: 600px;
    height: 600px;
  }
  .flecha_crema_big img {
    width: 600px;
    height: 600px;
  }
  .redes_sociales {
    margin-left: 0%;
    display: flex;
    flex-direction: column;
    color: var(--crema);
    align-items: center;
    justify-content: center;
  }
  .contenedor_iconos{
    margin-top: 0px;
    text-align: left;
    margin-right: 0%;
    display: flex;
  }
  .fondo_azul {
    max-width: 820px;
    height: 600px;
    display: flex;
    background-color: var(--azul_flechas);
  }
  .redes_sociales a {
    justify-content: left;
    align-items: left;
    width:290px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 10px;
    font-size: 20px;
    margin-right: 100%;
    text-decoration: none;
    color: var(--crema);
  }
  .ful_img img{
    width: 70%;
    max-width: 1000px;
  }
  .ful_img{
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contenedor_iconos{
    text-align: left;
    margin-left: -12%; 
    display: flex;
  }
  .img_gallery img{
    width: 100%;
    cursor: pointer;
    transition: none;
   }
   .img_gallery img:hover{
     transform: none;
     transition: none;
    }
 }
 /*IPAD MINI*/
 @media screen and (max-width: 790px) {a
 .ful_img img{
  width: 60%;
  max-width: 1000px;
}
 }
 /*CELULAR*/
 @media screen and (max-width: 414px) {
  .fondo_azul {
    max-width: 414px;
    height: 900px;
    display: flex;
    background-color: var(--azul_flechas);
  }
  .flecha_img img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    color: #201f40;
  }
  header {
    z-index: -9;
    padding: 10px;
    width: 80%;
}
  #iconomenu{
    display: block;
    height: 40px;
    width: 40px;
    margin-top: -10px;
    font-size: 40px;
    border-radius: 3px;
    margin-right: -10%;
  }
  .contenedorarriba {
    padding-top: 20px;
    margin-left: 0px;
    position: relative;
    max-width: 820px;
  }
  .abrirmenu {
    left: 0;
  }
  nav {
    color: #000;
    position: absolute;
    top: 120%;
    left: -900%;
    width: 200%;
    background:  rgba(255, 250, 250, 1);
    backdrop-filter: blur (50px);
    transition: all 0.5s;
  }
  nav ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
  nav ul li {
    border-bottom: 1px black double;
    width: 300%;
    padding-left: 0%;
  }
  
  nav ul li a {
    color: #000;
    display: block;
  }
  /*FOOTER*/
  .ful_img img{
    z-index: 99;
    margin-left: 12%;
    width: 100%;
    width: 300px;
  }
  .ful_img a{ 
    position: relative;
    top: -25%;
    left: -25%;
  }
  .ful_img{
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contenedor_iconos{
    z-index: 9;
    text-align: left;
    margin-left: -12%; 
    display: flex;
  }
  .img_gallery img{
    width: 100%;
    cursor: pointer;
    transition: none;
   }
   .img_gallery img:hover{
     transform: none;
     transition: none;
    }

    /*FOOTER COPIAR*/
    .flecha_crema_big {
      margin-right: 0%;
      width: 393px;
      height: 393px;
    }
    .flecha_crema_big img {
      width: 393px;
      height: 393px;
    }
    .redes_sociales {
      margin-left: 0%;
      display: flex;
      flex-direction: column;
      color: var(--crema);
      align-items: center;
      justify-content: center;
    }
    .contenedor_iconos{
      margin-top: 0px;
      text-align: left;
      margin-left:-2%;
      display: inline-block;
    }
    .fondo_azul {
      max-width: 414px;
      height: 800px;
      display: flex;
      background-color: var(--azul_flechas);
    }
    .redes_sociales a {
      justify-content: left;
      align-items: left;
      width:290px;
      align-items: center;
      justify-content: center;
      display: flex;
      margin-top: 10px;
      font-size: 20px;
      margin-right: 0%;
      text-decoration: none;
      color: var(--crema);
    }

  }