/*---------- 992px en adelante (Desktops)----------*/



@media (min-width: 992px) {


  h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 68px;
    line-height: 48px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .separador {
    height: 25vh;
    background-color: #000825;
  }

  /*((((((((( MENU DESKTOP )))))))))*/
  nav {
    margin: 40px 0px 0px 0px;
  }

  .available {
    align-items: center;
    padding: 16px 0px 16px 32px;
  }

  .icon {
    width: 24px;
    height: 24px;
  }

  .logo-kok {
    padding: 14px 32px 10px 48px;
    height: auto;
    background: linear-gradient(90deg, #7447F5 0%, #F94988 99.93%);
    border-radius: 100px 0px 0px 100px;
  }

  nav p {
    padding-left: 8px;
  }

  .logo-kok img {
    width: 94.12px;
    height: 32px;
  }

  .instagram {
    margin: 0px 16px;
  }

  .mail,
  .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 32px;
    height: 56px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
  }

  .menu {
    padding-right: 40px;
  }

  .mail img,
  .menu img {
    padding-right: 8px;
  }

  .header_menu {
    margin-top: 40px;
    margin-bottom: 5%;
  }

  .close {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 16px;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 100px
  }

  .logo_kok_menu {
    padding: 4px 32px 0px 48px;
    width: 174.12px;
    height: 56px;
  }

  .logo_kok_menu img {
    width: 94.12px;
    height: 32px;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.25));
  }

  .menudesktop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .menudesktop footer,
  .menudesktop div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .menudesktop div div {
    width: auto;
  }

  .boton_menu {
    padding: 80px 40px;
    width: 100%;
  }

  .menu_p2,
  .menu_p3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    padding-bottom: 0px;
    margin-top: 16px;
  }

  .offcanvas {
    --bs-offcanvas-height: 100%;
    transition-duration: 0.7s;
  }


  /*((((((((( INICIO )))))))))*/
  /* imagenen background inicio */
  #inicio {
    position: relative;
    background-image: url(../img/img_home_desktop_2x.png);
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -2;

  }

  /*((((((((( CERTIFICADO DESKTOP)))))))))*/
  #certificados {
    display: flex;
    flex-direction: column;
    background: #F9F6FF;
  }

  .linea_color_certificado {
    height: 6px;
    background: linear-gradient(90deg, #FFF628 0%, #F94988 78.13%);
  }

  #certificados .base_certificado {
    flex-direction: row;
    justify-content: center;
    padding: 28px 0px;
    /*gap: 24px;*/
  }

  .certificate_desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: radial-gradient(98.81% 50% at 50% 50%, rgba(116, 71, 245, 0) 0%, rgba(116, 71, 245, 0.05) 100%), linear-gradient(180deg, rgba(0, 8, 37, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    width: 416px !important;
    margin: 0px 12px;
  }

  #certificados div div {
    padding: 16px 24px;
  }

  #certificados div div div {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  #certificados div div div p {
    letter-spacing: 0.05em;
    color: #000825;
    padding: 0px 0px 8px;
  }

  #certificados div div div h4 {
    color: #000825;
    font-weight: 600;
  }

  #certificados div div div h5 {
    color: #000825;
  }

  #certificados img {
    width: 75px;
    height: 80px;
  }

  /*certificados Scroll*/
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-440px * 5));
      transform: translateX(calc(-440px * 5));
    }
  }

  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-440px * 5));
      transform: translateX(calc(-440px * 5));
    }
  }

  .slider {
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100vw;
  }

  .slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  .slider::before {
    left: 0;
    top: 0;
  }

  .slider .slide-track {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(440px * 10);
  }



  /*((((((((( ABOUT ME )))))))))*/
  #about_me header {
    padding-bottom: 290px;
  }

  #about_me article {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 64px;
  }

  #about_me article div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25vw;
  }

  .foto_kok {
    width: 25vw;
    height: 100%;
    background-image: url(../img/foto_kok_dektop.png);
  }

  #about_me footer {
    padding-top: 244px;
    padding-bottom: 200px;
    overflow: hidden;
  }

  #about_me footer p {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 42px;
    line-height: 72px;
    text-align: center;
    white-space: nowrap;
    left: -20vw;
  }




  /*((((((((( PROJETCS )))))))))*/
  #projects header {
    padding-top: 400px;
    padding-bottom: 200px;
  }

  #projects article {
    display: flex;
    flex-direction: row;
    margin: 0px 0px 160px;
  }

  #projects article img {
    order: 2;
  }

  #projects .portada {
    border-radius: 0px 20px 20px 0px;
    width: 66.66%;
  }

  #projects article .info {
    justify-content: flex-start;
    width: 33.33%;
    border-radius: 20px 0px 0px 20px;
  }

  #projects .year {
    padding: 32px;
  }

  #projects h2 {
    margin-top: 64px;
    margin-bottom: 8px;
  }

  #projects h3 {
    margin-bottom: 64px;
  }

  .button_2 {
    margin-bottom: 64px;
  }

  #projects div p {
    margin-bottom: 64px;
  }

  #projects .container {
    margin-bottom: 160px;
  }

  .uphint {
    content: url(../img/portada_uphint_desktop.png);
  }
  
  .grodi {
    content: url(../img/portada_grodi_desktop.png);
  }

  .alice {
    content: url(../img/portada_alice_desktop.png);
  }

  .hidays {
    content: url(../img/portada_hidays_desktop.png);
  }

  .hairzone {
    content: url(../img/portada_hairzonepty_desktop.png);
  }

  .balnes {
    content: url(../img/portada_balnes_desktop.png);
  }

  .sterling {
    content: url(../img/portada_sterling_desktop.png);
  }

  .ffs {
    content: url(../img/portada_ffs_desktop.png);
  }





  /*((((((((( FOOTER )))))))))*/
  .background_footer {
    background-image: url(../img/background_footer_desktop.png);
  }

  #footer img {
    height: 100px;
    margin-bottom: 409px;
  }

  #footer article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .centrado1 {
    text-align: left !important;
  }

  .centrado2 {
    text-align: center;
  }

  .centrado3 {
    text-align: right !important;
  }



}