@import url(style.css);
/*TABLET*/
@media screen and (max-width: 820px) {
  /* menu */
  .flecha_img img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    color: #201f40;
  }
  header {
    padding: 10px;
    width: 70%;
  }
    #iconomenu{
      display: block;
      height: 40px;
      width: 40px;
      font-size: 40px;
      border-radius: 3px;
      margin-right: -30%
    }
    .contenedorarriba {
      padding-top: 20px;
      margin-left: 0px;
      position: relative;
      max-width: 820px;
    }
    .abrirmenu {
      left: 0;
    }
  nav {
    color: #000;
    position: absolute;
    top: 120%;
    left: -200%;
    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;
  }
  /*LOGO PRINCIPAL */
  #flecha_img {
    width: 500px;
    margin-left: 15%;
    text-align: left;
    align-items: center;
    display: flex;
  }
  #flecha_img p {
    width: 500px;
  }
  #crema_arrow {
    position: relative;
    left: 0px;
    top: 18px;
    width: 45px;
    height: 45px;
  }
  .descripcion{
   margin-right:0%;
    margin-left: 50%;
  }
  .division_main {
    width: 600px;
    position: relative;
    left: 10%;
    text-align: center;
    display: flex;
  }
  .division_main {
    margin-top: -30%;
    margin-left:7.5%;
    max-width: 820px;
    display: inline-block;
  }
  .logo_distintivo {
    position: relative;
    right: 3%;
    top: -80%;
    margin-left: 0%;
    margin-bottom: 0px;
    width: 100%;
    height: 300px;
  }
  .logo_distintivo img {
    width: 400px;
    height: 400px;
  }
  .principal {
    position: relative;
    right: 10%;
    width: 700px;
    text-align: center;
  }
  .perfil_img {
   width: 300px;
    margin-left: 28%;
  }
  .datos_personales{
    margin-left: 18%;
    width: 200px;
  }
  .division_main2 {
    width: 600px;
    margin-top: -50px;
    margin-left:17%;
    text-align: center;
    display: inline-block;
  }
  .logo_animayukis {
    margin-top: -40%;
    margin-bottom: 200px;
    margin-left: 5%;
    width: 500px;
    height: 300px;
  }
  .logo_animayukis img {
    margin-top: 30%;
    width: 500px;
    height: 500px;
  }
  .descripcion{
    margin-bottom: 10%;
  }
  .punto_uno{
    margin-top: 28px;
  }
  .principal_galka {
    margin-top: 30px;
    text-align: left;
  }
  .principal_galka {
    margin-top: 50px;
    align-items: center;
    text-align: left;
    display: inline-block;
  }
  .logo_galka{
    margin-top: -30%;
    position: relative;
    bottom: 0px;
  }
  .imagenes_clientes {
    margin-left: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    height: auto;
  }
  .paddin_botton{
    padding-bottom: 0px;
  }
  /*FOOTER*/
  .flecha_crema_big {
    margin-right: 0%;
    width: 500px;
    height: 500px;
  }
  .flecha_crema_big img {
    width: 500px;
    height: 500px;
  }
  .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:-10%;
    display: flex;
  }
  .fondo_azul {
    width: 100%;
    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: 0%;
    text-decoration: none;
    color: var(--crema);
  }

  }
  @media screen and (max-width: 768px) {
    .clientes_fondo {
      width: 820px;
    }
    .fondo_azul {
      width: 820px;
    }
  }
  /*MOVIL*/
  @media screen and (max-width: 414px) {
     /* menu */
  .flecha_img img {
    border-radius: 50px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-left: 0px;
    color: #201f40;
  }
  header {
    padding: 0px;
    width: 35%;
  }
    #iconomenu{
      display: block;
      height: 40px;
      width: 40px;
      font-size: 30px;
      border-radius: 3px;
      position: relative;
      right: -130%;
    }
    .contenedorarriba {
      padding-top: 20px;
      position: relative;
      max-width: 414px;
    }
    .abrirmenu {
      left: 0;
    }
  nav {
    color: #000;
    position: absolute;
    top: 120%;
    left: -1200%;
    width: 400%;
    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;
  }
  /*LOGO PRINCIPAL */
  #flecha_img {
    width: 380px;
    margin-left: 12%;
    text-align: left;
    align-items: center;
    display: flex;
  }
  .descripcion{
    width: 200px;
    position: relative;
    right: 10%;

   }
   .division_main {
     width: 393px;
     position: relative;
     left: -2%;
     text-align: center;
     display: flex;
   }
   .division_main {
     margin-left:7.5%;
     max-width: 820px;
     display: inline-block;
   }
   .logo_distintivo {
     position: relative;
     right: 3%;
     margin-top: 0px;
     margin-left: 0%;
     margin-bottom: 0px;
     width: 100%;
     height: 300px;
   }
   .logo_distintivo img {
     width: 393px;
     height: 393px;
   }
   .principal {
     position: relative;
     right: 5%;
     width: 385px;
     text-align: center;
   }
   .perfil_img {
    width: 300px;
     margin-left: 13%;
   }
   .datos_personales{
     margin-left: 0%;
   }
   .name_h1{
    position: relative;
    width: 393px;
    right: 0px;
    margin-right: 0px;
    color: var(--azul_flechas);
    font-size: 20px;
  }
  .name{
    font-weight: bold;
    position: relative;
    width: 393px;
    right: 10px;
    margin-left: 5%;
    color: var(--azul_flechas);
    font-size: 15px;
  }
   .division_main2 {
     width: 393px;
     margin-left:5%;
     text-align: center;
     display: inline-block;
   }
   .logo_animayukis {
     margin-top: -10%;
     margin-bottom: 100px;
     margin-left: -5%;
     width: 200px;
     height: 200px;
   }
   .clientes_fondo {
    max-width: 414px;
  }
   .logo_animayukis img {
     margin-top: 10%;
     width: 400px;
     height: 400px;
   }
   .descripcion{
     margin-bottom: 10%;
   }
   .punto_uno{
     margin-top: 28px;
   }
   .principal_galka {
     margin-top: 30px;
     text-align: left;
   }
   .principal_galka {
     margin-top: 50px;
     align-items: center;
     text-align: left;
     display: inline-block;
   }
   .logo_galka{
     margin-top: -10%;
     position: relative;
     bottom: 0px;
   }
   .imagenes_clientes {
     margin-left: 0px;
     justify-content: center;
     align-items: center;
     text-align: center;
     flex-wrap: wrap;
     display: flex;
     height: auto;
   }
   .paddin_botton{
     padding-bottom: 0px;
   }
   /*FOOTER*/
   .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 {
     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);
   }
 
  }