@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

 body{
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: 'Heebo' !important; 
}

.container-fluid {
    max-width: 2500px;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: hidden;
}


.row {
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0;
    gap: 0 !important;
}

/* MOBILE */

@media (max-width: 400px) {
    .section-7-pm .section-7-pm-22 {
        max-height: 1000px !important;
    }



}

@media (max-width: 600px){

    body .section-1 {
        min-height: 650px;
        height: 650px;
        padding: 0;
    }

    body .section-1 .col-md-9 {
        height: auto !important;
    }

    .section-2 .section-2-block .section-2-txt div {
        max-width: 100% !important;
    }

    .section-2 .section-2-block .section-2-txt h2 {
        font-size: 22px;
    }

    .section-6 .sec-6-bx-1-1  {
        width: 100% !important;
        padding: 0;
    }

    footer .cont-footer-2 {
        flex-direction: column;
    }

    footer .terms {
        padding-left: 5% !important;
    }

    body footer .footer-log {
        justify-content:start !important;
        padding-left: 5% !important;
        width: 100% !important;
    }

    footer .terms-link {
        display: block;
        width: 100%;
        text-align: center;
    }

    /*paid-media*/

    .section-1-pm .col-md-9 {
        height: 980px !important;
        padding-top: 100px;
    }

    .section-1-pm .section-1-title {
        padding-left: 0;
    }

    .container-fluid .section-1-pm p {
        font-size: 36px;
    }
    
    .container-fluid .section-2-pm{
        height: 800px !important;
    } 

   .container-fluid .section-2-pm .col-md-9 {
    height: 800px !important;
   }

   .container-fluid .sect-int-2-pm{
    height: 800px !important;
   }

   .section-6-pm .col-md-9 {
    height: 60vh !important;
   }

   .section-7-pm #flores-dsk {
    display: none;
   } 

    .section-7-pm #flores-mb {
        display: block !important;
   }

   .section-7-pm .col-md-9 {
    
    align-items:last baseline;
   }

   .section-7-pm .section-7-pm-22 {
    flex-direction: column;
    height: auto;
    gap: 20px;
    justify-content: space-between;

   }

   .section-7-pm-22 div {
    width: 100% !important;
    display: flex;
    justify-content: center;
   }

   .section-7-pm-22 p {
    max-width: 600px!important;
    padding: 0;
    width: 100% !important;
   }

   .section-3-dw .sec-int-3dw h2 {
    text-align: center;
   }

   /*Portafolio*/

   .cont-card-int-mb h3 {
        font-size: 20px !important;
        margin-top: 16vh !important;
   }

   .cont-card-int-mb button svg {
        width: 7.59px;
        height: 12.79px;
   }

    .cont-card-int-mb button {
        background-color: rgba(255, 255, 255, 0);
        border: 0;
        color: white;
        font-weight: 300;
        font-size: 16px !important;
        position: absolute;
        left: 5%;
        bottom: 5%;
    }

    /*redes sociales*/ 

    .section-3-rs .section-4-cards-dw .item {
        flex: 0 0 90% !important;
    }

}

@media (max-width: 1023px) {
    
    body header {
        max-width: 100%;
        width: 100%;
        padding: 0;
        position: fixed;
        z-index: 100;
        min-height: 80px !important;
        top: 0;
    }

    header .contenedor-header {
        display: none;
        padding: 0;
    }

.nav-bar {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5%;
    margin: 0px;
    height: 80px;
    background-color: rgba(255,255,255,1);
  }

  
    header .logo {
        text-decoration: none;
        margin-right: auto;
        font-weight: 600;
    }
  
  .logo {
    text-decoration: none;
    margin-right: auto;
    font-weight: 600;
  }
  
  .menu-toggler {
    left: 10px;
    top: 10px;
    opacity: 0;
    position: absolute;
  }
  
  .menu-toggler:checked + .show-menu span {
    background: transparent;
  }
  
  .menu-toggler:checked + .show-menu:after {
    top: 7px;
    transform: rotate(45deg);
  }
  
  .menu-toggler:checked + .show-menu:before {
    top: 9px;
    transform: rotate(-45deg);
  }
  
  .menu-toggler:checked ~ .nav {
    display: block;
    transform: translateY(0);
    width: 100%;
    right: 0;
    margin-top: 0px;
  }

  dl, ol, ul {
    margin-bottom: 0;
  }
  
  .show-menu {
    width: 52px;
    height: 22px;
    display: flex;
    left: auto;
    cursor: pointer;
    align-items: center;
    position: relative;
    justify-content: center;
  }

  .show-menu:after {
    margin-top: 2px;
  }


  .show-menu span,
  .show-menu:before,
  .show-menu:after {
    width: 100%;
    height: 2px;
    background: black; 
    border-radius: 3px;
  }
  
  .show-menu:before,
  .show-menu:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
  }
  
  .show-menu:before {
    top: 0;
  }
  
  .show-menu:after {
    top: 18px;
  }
  
  .nav {
    top: 80px;
    width: 100%;
    position: fixed; /* Reemplaza $mainColor con el color deseado */
    transition: all 0.3s ease;
    transform: translateY(-100vh);
    display: block;
    padding: 0;
    left: 0;
    z-index: -1;
  }

  
  .nav__menu {
    list-style: none;
    padding: 0;
  }
  
  .nav__link {
    color: black;
    padding-left: 15%;
    display: flex;
    height: 65px;
    align-items: center;
    text-decoration: none;
    border-top: 2px solid black;
    font-size: 20px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
  }
  
  .insta-logo-mobile {
    display: flex;
    gap: 20px;
  }

  .insta-logo-mobile p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-block-end: 0;
  }
    

    body .contenedor-header-mob {
        display: block;
    }

    .contenedor-nav, .menu, .bajo-menu, .col-left {
        display: none;
    }

    .col-left {
        display: none;
    }

    .container-fluid .section-1  h1 {
        font-size: 40px;
        font-family: 500;
        line-height: 43px;
    }

    .container-fluid .section-1  h2 {
        font-size: 36px;
    } 

    .container-fluid .section-1 .col-left {
        display: none;
    }

    .container-fluid .section-1 .col-md-9 {
        padding: 0 5%;
        width: 100%;
    }

    .container-fluid .section-1 .col-md-9 .section-1-title {
        padding: 0;
        display: block;
        width: 100%;
    }

    .container-fluid .section-1 .col-md-9 .section-1-godw, .section-1-b .section-1-godw {
        display: none;
    }

    /*branding*/

    .section-1-b .col-md-9 {
        height: auto !important;
    }

    .section-1-b h1 {
        max-width: 455px;
    }

    .container-fluid .section-1 .button, .section-1-b .button {
        max-width: 1023px;
        font-size: 28px;
        height: 76px;
        width: 100%;
    }

    .section-2 .col-md-9 {
        width: 100%;
    }

     .section-2-b .section-2-b-ttl {
        padding-left: 0;
     }

    .section-2 .section-2-block{
        flex-direction: column;
        width: 100%;
        border-right: 0;
    }

    .section-2 .section-2-block .section-2-img{
        width: 100%;

    }

    .section-2 .section-2-block .section-2-txt{
        width: 100%; 
    }

    .container-fluid .section-2 .col-md-9 {
        border-top: 0;
    }

    .section-2 .section-2-block .section-2-txt div {
        max-width: 55%;
        height: 200px;
        padding:0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        z-index: 10;
        padding: 5%;
    }

    .section-2 .section-2-block .section-2-txt h2 {
        font-size: 22px;
    }

    .section-3 {
        display: none;
    }

    body .section-4-mobile {
        padding-bottom: 10vh;
        display: block;
        padding-left: 5%;
    }

    .section-4-mobile .list {
        display: flex;
        gap: 8px;
        padding: 16px 0;
        list-style: none;
        overflow-x: hidden;
        scroll-snap-type: x mandatory;
      }
      
      .section-4-mobile  .item {
        flex-shrink: 0;
        width: 270px;
        height: 270px;
        scroll-snap-align: center;
        border: 2px solid black;
      }
      
      .section-4-mobile  .content {
        display: flex;
        flex-direction: column;
        justify-content: start;
        height: 100%;
        position: relative;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding-top: 5%;
        padding-right: 5%;
      }

      .section-4-mobile .item .content h3 {
        font-size: 14px;
        font-weight: 400;
        padding-left: 5%;
      }

      .section-4-mobile  .content ul {
        padding-left: 10%;
        list-style: disc;
      }

      .section-4 {
        display: none;
      }


      .section-4-mobile .item .content svg {
        position: absolute;
        right: 5%;
        top: 5%;
      }

      body .section-6, .cont-section-6 {
        z-index: 2;
      }

      .section-6 .cont-section-6 .sec-6-int {
        width: 100%;
        padding: 10vh 0;

      }

      .section-6 .sec-6-ttl {
        padding:0 5%;   
      }

      .section-6 .sec-6-bx-1 {
        padding: 0 5%;
        flex-direction: column;
      }

      .section-6 .sec-6-bx-1-1{
        width: 70%
      }

      .section-6 #sec-6-bx-1-2-mob {
        display: flex;
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        padding: 5%;
      }

      .section-6 #sec-6-bx-1-2-dsk {
        display: none;
      }

      .section-6 .sec-6-bx-3 {
        padding: 0 5%;
        margin: 0;
      }

      .section-6 .sec-6-bx-4 {
        margin: 0;
        padding: 0;
        
      }

      .section-6 .sec-6-bx-4 p {
        padding: 0 5%;
      }

      .section-6 .sec-6-bx-4 .button {
        width: 100%;
        margin: 0;
        max-width: 100%;
        height: 76px;
        font-size: 28px;
      }

      .section-6 h3 {
        font-size: 40px;
      }

      .section-6 .sec-6-bx-1 p {
        font-size: 24px;
        line-height: 27px;
      }

      .section-6 .sec-6-bx-1-2 p {
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
      }

      .section-6 .sec-6-bx-3 p{
        font-size: 20px;
        line-height: 25px;
        padding: 0;
    }



    body .espaciado .col-md-9 {
        border-top: 0;
        display: none;
    }

    body .clientes {
        padding: 0 5%;
        height: auto;
    }

    .clientes .clientes-block {
        width: 100%;
        padding-left: 5%;
        padding-bottom: 5%;
    }
    

    .clientes h2 {
        font-size: 24px;
    }

    body .section-8 {
        padding-right: 0;
    }

    body .section-7 .col-md-9 {
        min-height: 150px;
        height: 10vh;
        margin-bottom: 10vh;
        border-bottom: 0;
    }

    body .section-8 {
        padding-right: 0 !important;
    }

    .section-8 .row {
        border-right: 0 !important;
    }

    body .section-8 .col-md-9 {
        padding-right: 6%;
        padding-left: 5%;
        gap: 20px;
        height: 570px;
        width: 100%;
    }


    .section-8 .sec-8-ttl {
        padding-left: 0%;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .section-8 .sec-8-ttl div {
        padding: 0%;
    }

    .section-8 .sec-8-ttl h3 {
        font-size: 24px;
        letter-spacing: normal;
        padding: 0;
        margin-left: 0%;
    }

    .section-8 .sec-8-bx {
        width: 100%;
        max-width: 100%;
        background-color: white;
        position: relative;
        padding:7% 7%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-8 .sec-8-bx p {
        font-size: 20px;
    }

    .section-8 .sec-8-bx svg {
        width: 27px;
        top: -40% !important;
    }

    .section-8 .sec-8-bx .button {
        display: none;
    }

    body .section-8 .col-md-9 p {
        width: 100%;
    }

    body .section-8 .col-md-9 #btn-me-i {
        display: flex;
        width: 100%;
        max-width: 100%;
        background-color: white;
        height: 76px;
        font-size: 28px;
    }

    body .espaciado2 .col-md-9{
        border-top: 0px;
        height: 5px;
    }

    body .section-9 .col-md-9 {
        height: auto;
        min-height: 800px;
        padding: 0 5%;
        width: 100%;
    }

    body .section-9 .cont-sec-9 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; 
        width: 100%;
        padding-left: 0%;
        gap: 20px;
    }

    body .section-9 .formulario {
        width: 100%;
    }

    .section-9 .cont-sec-9 h2 {
        font-size: 40px;
    }

    .section-9 .formulario form .button {
        background-color: white;
        width: 100%;
        max-width: 100%;
        height: 76px;
        font-size: 28px;
    }

    body .section-9 .col-md-9 {
        border-bottom: 2px solid black;
    }

    body footer .col-md-9 {
        height: auto;
        align-items: center;
        padding-top: 5vh;
        padding-bottom: 5vh;
        width: 100%;
    }

    body footer .footer-log {
        display: flex;
        width: 50%;
        justify-content: center;
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-left: 0 !important;
    }

    footer .cont-footer {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    footer .cont-footer-2 {
        display: flex;
        width: 100%;
    }

    body footer .footer-log p {
        padding: 0;
    }

    footer .terms {
        justify-content: center;
        padding: 0;
        gap: 0px;
        width: 50%;
        margin: 0;
        padding-left: 0 !important;
    }
    
    footer .terms .col-md-3 {
        display: block;
        width: 100%;
    }

    footer .terms-link {
        font-size: 20px;
    }

    footer #logo-footer-mb {
        display: block;
    }

    footer .copyright {
        left: 0%;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    footer .terms .sep {
        border-left: 0;
        border-right: 0;
    }

    /* Branding*/

    .section-1-b .col-12, .col-md-9 {
        padding: 0 5%;
        width: 100%;
    }

    .section-1-b h1 {
        max-width: 455px !important;
    }

    .section-1-b .section-1-title {
        padding-left: 0;
        width: 100%;
    } 

    .section-1-b .section-1-title h1, .section-2-b .section-2-b-ttl h2, .section-3-b .section-3-b-ttl h3 {
        font-size: 40px;
        line-height: 43px;
        font-weight: 500;
    }

     .section-1-b .section-1-title h2 {
        font-size: 36px;
        line-height: 43px;
     }

     
    .section-3-b .section-3-b-ttl {
        padding-left: 5%;
    }

     .section-2-b .accordion {
        max-width: 1023px;
        width: 100%;
     }

     .section-2-b .accordion button {
        font-size: 22px;
     }

     .section-2-b .accordion-body p {
        font-size: 16px;
     }

     .section-2-b .row2 {
        padding-left: 0;
     }



    .section-3-b .section-3-b-row3 {
        display: block;
        padding: 0 5%;
    }

    .section-3-b .section-3-b-row2 {
        display: none;
    }

    .section-3-b .col-md-9{
        min-height: 900px !important;
        position: relative;
        height: 50vh;
    }

    .section-3-b .col-md-9  #btn-container{
        width: 100%;
        padding: 0 5%;
    }

    .section-3-b .button {
        max-width: 1023px;
        height: 76px;
        width: 100%;
        position: relative !important;
        left: 0 !important;
    }

    .section-3-b .button span {
        font-size: 28px;
    }

    .section-4-b .col-md-9 {
        padding-left: 5% !important;
        padding-right: 5% !important;
        height: auto !important;
    }

    .section-4-b .container-david {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0% 50%) !important;
            margin-left: 0 !important;
            flex-direction: column;
            padding-left: 5% !important;
            height: 700px !important;
            justify-content: center;
            padding-right: 5%;
    }

    .section-4-b .container-david .david-bio {
        width: 100%;
        max-width: 800px;
    }

    .section-1-pm p {
        max-width: 1023px !important;
    }

    .section-1-pm h1 {
        font-size: 40px;
    }

    .section-1-pm .section-1-title {
        padding-left: 0;
    }

    .section-1-pm .section-1-title .button {
        max-width: 1023px;
        height: 76px;
        font-size: 28px;
    }

    .container-fluid .section-1-godw {
        display: none;
    }

    .container-fluid .section-2-pm, .section-2-pm .sect-int-2-pm {
        height: 583px;
    }

    .section-2-pm .sect-int-2-pm {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        border-right: 0 !important;
        
    }

    .section-2-pm .col-md-9 {
        padding-right: 0;
        border-top: 0 !important;
        border-right: 0 !important;
        height: 583px !important;
    }

    .sect-int-2-pm h2 {
        width: 80%;
        font-size: 40px;
        line-height: 43px !important;
    }

    .container-fluid .sect-int-2-pm h2 {
    font-size: 40px;
   }

   .container-fluid .sect-int-2-pm p {
    font-size: 33px;
    font-weight: 300;
    line-height: 35px;
    max-width: 1023px;
   }

   .section-3-pm .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    
   }

    .section-3-pm .section-3-pm-int {
        padding: 0;
        max-width: 1023px !important;
    }

    .section-3-pm .row {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .section-3-pm .row h2 {
        font-size: 33px;
        font-weight: 300;
    }

    .section-4-pm .col-md-9{
        height: 1000px !important;
    }

    .section-4-pm .section-4-pm-int {
        flex-direction: column;
        padding: 5%;
        gap: 20px;
    }

    .section-4-pm .section-4-pm-1, .section-4-pm .section-4-pm-2 {
        width: 100%;
        border: 0;
        padding-left: 0;
    }

    .section-4-pm .section-4-pm-2 {
        padding-top: 5%;
        border-top: 2px solid;
    }

    .section-4-pm-1 {
        padding-left: 0;
    }

    .section-4-pm-1 div, .section-4-pm-2 div {
        height: 400px !important;
    }

    .section-5-pm h3 {
        font-size: 40px !important;
        line-height: 45px !important;
    }
    
    .section-5-pm .col-md-9  {
        height: 600px !important;
    }

    .section-5-pm .section-5-pm-int{
        padding-left: 5%;
        padding-right: 5%;
    }

    body .button {
        max-width: 1023px;
        font-size: 28px;
        height: 76px;
    }

    .section-6-pm .col-md-9{
        margin-bottom: 0 !important;
    }

    .section-6-pm h3 {
        padding-left: 5% !important;
    }


    .section-7-pm .section-7-pm-1 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
   }

   .section-7-pm #flores-mb {
        display: none;
   }

   .section-7-pm .section-7-pm-22 {
    padding-left: 5%;
    padding-right: 5%;
   }

   .section-4-b .noriko-bio {
    max-width: 100% !important;
   }

   .noriko-bio p {
    text-align: center;
   }

   .section-8-pm .col-md-9 {
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
   }

   .section-9-pm .sect-int-9 {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    gap:30px;
   }

   .section-9-pm .col-md-9 {
    height: 600px !important;
   }

   .sect-int-9 p {
    max-width: 1023px !important;
    width: 100%;
   }

   /*Desarrollo web*/

   body .section-1-dw .col-md-9 {
        min-height: 750px !important;
   }

   .section-2-dw .col-md-9 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        padding: 20% 5%;
   }

    .section-3-dw .sec-int-3dw {
        padding-left: 5%;
        padding-right: 5%;
   }

   .section-3-dw .sec-int-3dw h2 {
        font-size: 40px;
   }

   .section-3-dw .col-md-9 {
    padding: 20% 0 !important;
   }

   /*Desarrollo web*/

    .section-4-dw .col-md-9 {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .section-4-dw .section-4-cards-dw {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    
    .section-4-dw .list {
        flex-wrap: nowrap !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
        padding: 0 5% !important;
    }

    
    .section-4-dw .item {
        flex: 0 0 auto !important;
        max-width: 1023px;
        display: flex;
        flex-direction: column;
        justify-content: center; 
        height: auto !important;
        padding-top: 10% !important;
        padding-bottom: 10% !important;
    }

    .section-4-dw .content {
        gap: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    
    .section-4-dw .nav-button {
        display: none !important;
    }

    .section-4-cards-dw .button {
        width: 90%;
    }

    .section-4-dw .content div {
        position: relative !important;
        transform: translateX(0);
    }

    .section-4-dw h2 {
        padding-left: 5% !important;
        text-align: center;
    }

    .section-4-dw .cards-wrapper {
        padding-right: 0 !important;
    }

    body .section-6-dw {
        margin-top: 5% !important;
    }

    /*Redes sociales*/

    .section-2-rs .sec-int-2rs {
        padding-left: 0;
    }

    .section-3-rs .list{
        flex-direction: row;
    }

    .section-2-rs .col-md-9 {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }

    .section-3-rs .item h2{
        font-size: 35px !important;
        text-align: left;
        padding-left: 0 !important;
    }

    .section-3-rs .item p {
        font-size: 43px !important;
    }

    .section-3-rs .sect-int-3rs {
        padding-left: 5%;
        padding-right: 5%;
    }

    .section-3-rs .sect-int-3rs h2 {
        padding-left: 0 !important;
        text-align: left
    }

    .section-4-dw .item {
        flex: 0 0 309px !important;
        justify-content: flex-start;
    }

    .section-4-rs .col-md-9 {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .section-4-rs .sect-int-4-rs, .section-4-rs .sect-int-3rs-2 {
        padding-left: 0;
    }

    .section-3-rs .col-md-9 {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    .section-3-rs .sect-int-3rs-2 {
        padding-left: 5%;
        padding-right: 5%;
    }


    .section-3-rs .section-4-cards-dw .item {
        flex: 0 0 70% !important;
    }

    .section-4-rs .button{
        max-width: 1023px;
        width: 100%;
    }

    .section-6-rs h2 {
        margin-left: 5% !important;
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .section-6-rs .section-6-rs-btt{
        width: 100%;
        padding-left: 5% !important;
    }

    /*Portafolio*/


    body .section-1-po-mb{
        display: block;
    }

    body .section-1-po-desktop {
        display: none;
        
    }

    .section-1-po-mb .col-md-9 {
        margin-top: 80px;
        flex-direction: column;
        justify-content: center;
        height: auto;
        padding: 0;
        gap: 10px;
    }

    .section-1-po-mb .card-int-mb {
        width: 100%;
        max-height: 1000px;
        height: 72.43vh;
        padding: 5%;
        position: relative;
    }

    .section-1-po-mb #sushi26 {
        background-position: center center;
    }

    .cont-card-int-mb h3 {
        font-size: 30px;
        color: white;
        font-weight: 300;
        margin-top: 10vh;
    }

    .cont-card-int-mb button {
        background-color: rgba(255, 255, 255, 0);
        border: 0;
        color: white;
        font-weight: 300;
        font-size: 20px;
        position: absolute;
        left: 5%;
        bottom: 5%;
    }

    .section-1-po-mb .close-btn {
        top: 100px;
    }

}

/*Desktop*/

@media (min-width: 1024px) and (max-width: 1260px){


    footer #logo-footer-mb {
        display: block;
    }

    footer .logo-footer-dsk {
        display: flex;
        justify-content: flex-start;
    }

    footer .terms {
        width: 50%;
       align-items:flex-start;
       flex-direction: column;
       gap: 10px;
    }

    footer .terms .col-md-3 {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }

    footer .terms .col-md-3 a {
        font-size: 20px;
    }

    footer .sep {
        border: 0px !important;
    }

    footer .copyright {
        position: absolute;
        left: 50%;
        bottom: 2%;
        color: rgba(0, 0, 0, 1);
        font-size: 14px;
        transform: translateX(-50%);
    }

    footer .footer-log {
        padding-left: 0;
        justify-content: center;
        align-items: center;
        width: 50%;
        flex-direction: column;
        gap: 20px;
    }

    body footer .col-md-9 {
        min-height: 300px;
    }

    .section-9 .formulario {
        width: 70%;
    }

    /*Branding*/

    .section-2-b .col-md-9 {
        max-height: 980px !important;
    }

    /*Paid Media*/

    /*Desarrollo web*/


}

@media (min-width: 1024px) and (max-width: 1366px){

    .row {
        width: 100%;
    }

    header .contenedor-header-mob {
        display: none;
    }

    header .menu ul {
        padding-left: 0%;
    }

    header .contenedor-header {
        max-width: 293px;
        position: relative;
        
    }

    header {
        max-width: 400px;
        width: 30% !important;
    }

    body .col-md-9 {
        
    flex: 1 1 auto !important;
    max-width: calc(100% - 293px) !important;
  
    }

    body .col-left {
            flex: 0 0 293px !important;
    max-width: 293px !important;
    }

    body .row-cols-md-2>* {
        width: 300px !important;
    }

    body .col-md-9 {
        max-width: 2000px;
    }

    .section-4 .col-md-9 {
        min-height: 1300px !important;
    }

    .section-6 #sec-6-bx-1-2-mob {
        display: none !important;
    }

    .section-6 .sec-6-int {
        width: 60% !important;
    }

    body .section-8{
        padding-right: 0 !important;
    }

    .section-8 .row {
        border-right: 0 !important;
    }

    .section-8 .sec-8-ttl h3 {
        font-size: 24px;
        letter-spacing: 12px;
    }

    .section-8 .sec-8-bx svg{
        width: 30.5px;
        height: 200.5px;
        top: -33%;
        right: 2% !important;
    }

    #video-dsk {
    display: none;
}

    #video-mb {
        display: block;
    }

    /*Branding*/

    .section-3-b .col-md-9 {
        min-height: 1100px !important; 
    }

    .section-2-b .accordion-button {
        font-size:30px;
        font-weight: 500;
    }

    .section-3-b .sect-3-b-row21 {
        gap: 0;
    }

   .section-3-b .sect-3-b-row22 {
    padding-right: 5%;
    gap: 0px;
   }

    .section-3-b .sect-3-b-row21 h4 {
        font-size: 26px !important;
        line-height: 35px !important;
    }

    .section-3-b .sect-3-b-row22 p {
        font-size: 20px;
        line-height: 25px;
    }

    .section-3-b .sect-3-b-row22 div {
        max-width: 100%;
    }

    .section-4-pm-1 div, .section-4-pm-2 div {
        height: 600px !important;
    }

    /* Paid Media*/

    .section-7-pm .section-7-pm-1 {
        width: 100%;
    }

    .section-7-pm #flores-mb {
        display: none;
    }

    /*Desarrollo web*/

    /*redes sociales*/



}

@media screen and (min-width: 1920px){
    .container-fluid h1 {
        font-size: 74px;
        font-family: 500;
        line-height: 79px;
    }   

    .container-fluid p {
        font-size: 20px;
        font-weight: 200;
    }

    .container-fluid h2{
        padding: 0;
        font-size: 29px;
        font-weight: 500;
    }

    body header {
        width: 25%;
        padding: 0;
        position: fixed;
        z-index: 9;
        min-height: 800px;
    }

    .contenedor-header-mob {
        display: none;
    }

    .contenedor-header ul {
        font-size: 20px; 
        font-weight: 500; 
        list-style: none;
    }

    footer #logo-footer-mb {
        display: none;
    }

    header .cont-menu-links{
        width: 100%;
        max-width: 323px;
        border-top: 2px solid black;
        border-right: 2px solid black;
        border-left: 2px solid black;
        align-items: center;
        margin-left: 0px;
        position: relative;
        height: 60px !important;
    }

    body header {
        width: 25%;
        padding: 0;
        position: fixed;
        z-index: 9;
        min-height: 800px;
    }

    header .cont-menu-links{
        width: 100%;
        max-width: 293px;
        border-top: 2px solid black;
        border-right: 2px solid black;
        border-left: 2px solid black;
        margin-left: 0px;
    }

    header .menu {
        width: 100%;
        max-width: 322px;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .section-2 .section-2-txt h2 {
        font-size: 29px;
        font-weight: 200;
        line-height: 29px;
    }

    .section-4 .col-md-9 {
        min-height: 1000px;
    }

    .section-4 .contenedor-tarjetas {
        justify-content: center;
        padding: 0 5%;
        width: 90%;
        max-width: 1800px;
    }

    .section-4 .texto-oculto li {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .section-4 h3{
        font-size: 18px;
    }

    .section-6 .sec-6-ttl h3 {
        font-size: 50px;
        font-weight: 500;
        line-height: 50px;
    }

    .section-6 .sec-6-bx-1-1 p {
        font-size: 33px;
        font-weight: 500;
        line-height: 33px;
    }

    .section-6 .sec-6-bx-1-2 p{
        font-size: 20px;
        font-weight: 400;
    }

    .section-6 .sec-6-bx-3 p {
        font-size: 20px;
        font-weight: 300;
    }

    .section-6 .sec-6-bx-4 .button {
        width: 213px;
        height: 41px;
    }

    .section-6 .cont-section-6 {
        min-height: 1000px;
    }

    .clientes h2 {
        font-size: 50px;
        padding: 0;
    }

    .section-8 .sec-8-bx-1 {
        font-weight: 500;
    }

    .section-9 h2 {
        font-size: 50px;
    }

    footer .logo-footer-dsk, footer .terms-link{
        font-size: 20px;
    }

    .section-2-b h2 {
        font-size: 50px;
        font-weight: 600;
    }

    .section-7-pm #flores-mb{
        display: none;
    }

    .section-7-pm-int {
        flex-direction: row !important;
    }

    .section-7-pm-1 {
        width: 50% !important;
    }

    .section-7-pm-2 {
        width: 60%;
        justify-content: flex-end !important;
        padding: 0;
    }

 


}

/*Desktop >1366px*/

h1 {
    font-size: 74px;
    font-family: 500;
    line-height: 79px;
}

p {
    font-size: 20px;
    font-weight: 200;
}

h2{
    padding: 0;
    font-size: 44px;
    font-weight: 500;
}

h3 {
    font-size: 33px;
}

header {
    width: 25%;
    padding: 0;
    position: fixed;
    z-index: 9;
    min-height: 800px;
}

.contenedor-header ul {
        font-size: 20px; 
        font-weight: 500; 
        list-style: none;
    }

#logo-footer-mb {
    display: none;
}

.logo-footer-dsk {
    display: flex;
    gap: 10px;
}

.section-4-mobile {
    display: none;
}

.bajo-menu {

    border-right:2px solid black ;
    position: relative;
    height: 30vh;
}

.cont-menu-links{
    width: 100%;
    max-width: 293px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-left: 2px solid black;
    margin-left: 0px;
}

.li-logo{
    padding-left: 20%;
    height: 30vh;
    display: flex;
    align-items: center;
    border-right: 2px solid black;
}



.menu-links{
    color: #000;
    text-decoration: none;
    font-family: 'Heebo';
    display: flex;
    padding-left: 20%;
    align-items: center;
    height: 50px;
}

.contenedor-header {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0px;
    min-height: 800px;
}

.contenedor-header-mob {
    display: none;
}


.contenedor-nav{
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
    justify-content:end;
    gap: 0;
    align-items: flex-end;
}

.menu ul {
    margin: 0;
}

.menu {
    width: 100%;
    max-width: 322px;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}



#last-cont-menu-links {
    border-bottom: 2px solid black;

}

.Trazado-41, .Trazado-42 {
    position: absolute;
    right: 5%;
}

.button {
    position: relative;
    display: flex;
    font-size: 23px;
    color: black;
    border: none;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid black;
    text-decoration: none;
    font-weight: 800;
    max-width: 313px;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 61px;
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;  
    bottom: 0;
    right: 0;
    background-color: black;
    transition: left 0.4s ease-in-out; 
    z-index: 0;
}

.button:hover::before {
    left: 0; 
}

.button:hover {
    color: white;
}

.button span {
    position: relative;
    z-index: 1;
    transition: color 0.4s;
}

.button:hover span {
    color: white;
}

.section-1 {
    height: 100vh;
    min-height: 800px;
}

.col-left {
    width: 25%;
}

.section-1-title {
    padding-left: 10%;
    gap: 30px;
    display: flex;
    flex-direction: column;

}


.section-1-title h2 {
    font-weight: 200;
}

.section-1-godw {
    position: absolute;
    bottom: 0;
    left: 5%;
    bottom: 5%;
    height: 50px;
}

.section-1-godw svg {
    margin-top: 20px;
}

.section-1 .col-12, .col-md-9{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}


.section-2 {
    padding:0;
}

.section-2 .col-md-9 {
    border-top: 2px solid black;
}

.section-2 .col-md-9, .section-2-block{
    display: flex;
    height: auto;
    padding: 0;
    align-items: center;
}

.section-2-block {
    width: 90%;
    border-right: 2px solid black;
}

.section-2-img {
    width: 60%;
}

.section-2-img img{
    width: 100%;
}

.section-2-txt {
    position: relative;
    width: 40%;
}

.section-2-txt div {
    max-width: 450px;
    height: 200px;
    padding:15% 10%;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40%;
    z-index: 10;
}

.section-2-txt h2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 24px;
}

.section-2-txt h2 span {
    font-weight: 500;
}

.section-3, .section-3-pm {
    position: relative;
    z-index: 98;
    overflow: hidden;
}

.section-3-video {
    height: 100vh;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 1000px;
    min-height: 576px;
}

.section-3 video {
    object-fit: contain;
}

#video-dsk {
    display: block;
}

#video-mb {
    display: none;
}

.section-4 .col-md-9{
    min-height: 1000px;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    height: 100vh;
    border-bottom: 2px solid black;
}

.card {
    border-radius: 0;
    border: 2px solid black;
    aspect-ratio: 1/1;
}

.contenedor-tarjetas {
    justify-content: center;
    padding: 0 5%;
    width: 95%;
    max-width: 1200px;
}

.section-4 .col-md-9 .main-cont{
    display: flex;
    justify-content: center;
}

.section-4 .card {
    overflow: hidden;
}

.section-4 .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.section-4 .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 95%;
    bottom: 0;
    right: 0;
    background-color: black;
    transition: left 0.5s ease-in-out;
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 10px 55%, 0% 50%, 10px 45%);
    z-index: 0;
}

.section-4 .card:hover::before {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 5% 55%, 10% 50%, 5% 45%);
    left: 0%;
    right: 0;
}

.texto-oculto {
    position: relative;
    z-index: 5;
    display: none;
}

.card:hover .card-body{
    z-index: -5;
    display: none;
}

.card:hover .texto-oculto {
    color: white;
    font-family: 'Heebo';
    font-weight: 400;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.texto-oculto ul {
    margin: 0;
    padding-left: 20%;
    padding-right: 10%;
}

.texto-oculto ul li:last-child{
    margin-bottom: 0px;
}

.texto-oculto li {
    margin-bottom: 20px;
    font-size: 14px;
}

.section-4 h3{
    font-size: 18px;
}

.section-5-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-5-button .button {
    display: flex;
    width: 313px;
    height: 61px;
}

.section-6 {
    background-color: #19FFBB;
}

.section-6, .cont-section-6 {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    min-height: 800px;
    align-items: center;
    padding: 0;
    width: 100%;
}

.section-6 .sec-6-int{
    width: 45%;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 20px !important;
}

.section-6 h3 {
    font-size: 33px;
    font-weight: 500;
}

.sec-6-ttl {
    padding: 0;
}

.sec-6-bx-1, .sec-6-bx-1-1, .sec-6-bx-1-2 {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.sec-6-bx-1-1 p {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 0;
    width: 100%;
    
}

.sec-6-bx-1-1 {
    padding: 0;
}

.sec-6-bx-1-2 {
    display: flex;
    align-items: start;
    gap: 10px;
    border: 2px solid;
    padding-right: 5%;
    padding-top: 5%;
    position: relative;
    padding-bottom: 5%;
}

.sec-6-bx-1-2 p{
    font-size: 14px;
    margin-bottom: 0 !important;
}

.sec-6-bx-1-2 svg {
    margin-top: 0%;
}

.sec-6-bx-2 {
    position: relative;
    padding: 0;
}

.sec-6-bx-2 img{
    width: 100%;
    object-fit: cover;
}

.cont-section-6 {
    background-image: url('../assets/img/fondo_textura.png');
}

.sec-6-bx-3, .sec-6-bx-4 {
    width: 100%;
    padding: 0;
}

.sec-6-bx-3 p {
    font-size: 14px;
    font-weight: 300;
}

.sec-6-bx-3 span {
    font-weight: 500;
}

.sec-6-bx-4 .button:hover span {
    color: #19FFBB;
}

.espaciado .col-md-9 {
    border-top: 2px solid black;
    height: auto;
}

.section-7 .col-md-3 {
    z-index: 3;
    background-color: white;
    min-height: 300px;
}

.section-7 .col-md-9 {
    height: 15vh;
    min-height: 300px;
    z-index: 1;
    border-bottom: 2px solid black;
    padding-left: 0;

}


/*nuevo carousel*/

 .carousel-container {
            width: 100%;
            max-width: 100%;
            font-family: 'heebo', sans-serif;
            padding: 0;
        }

        .carousel-wrapper {
            position: relative;
            overflow: hidden;
            padding: 20px 0;
        }

        .carousel-track {
            display: flex;
            gap: 0px;
            animation: scroll 30s linear infinite;
            width: max-content;
        }

        .carousel-track:hover {
            animation-play-state: paused;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-100% / 3));
            }
        }

        .section-6-pm .card {
            flex-shrink: 0;
            width: 330px;
            background: rgba(255, 255, 255, 0.95);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-right: 2px solid black;
            border-bottom: 2px solid black;
            border-top: 2px solid black;
            border-left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 447px;
        }

        .index-carousel .card{
            height: auto !important;
            border: 0;
            margin: 0 20px;
        }

        .index-carousel .card-content {
            height: auto !important;
        }

        .index-carousel .card-content img {
            width: 100px;
        }

        .card-content {
            padding: 5%;
            height: 308px;
        }

        .card-content p {
            max-width: 270px;
        }

        .card-content img {
            width: 55px;
        }

        .card-content video {
            height: 308px;
        }

.clientes .col-md-9{
    height: auto;
    padding: 10% 0 0 0;
}

.clientes h2 {
    padding: 0;
    font-size: 50px;
}

#sec-6-bx-1-2-mob {
    display: none;
}

.clientes-block {
    width: 100%;
    padding: 0;
    padding-left: 10%;
}

.section-8 {
    padding-right: 8% !important;
}

.section-8 .row {
    background-image: url('../assets/img/fondo_textura.png');
    border-right: 2px solid black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-8 .col-md-9 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 70px;
}

.sec-8-ttl h3{
    font-size: 33px;
    font-weight: 800;
    letter-spacing: 22px;
    margin-left: -1%;
}

.sec-8-ttl {
    padding-left: 15%;
}

.sec-8-ttl {
    width: 100%;
}

.sec-8-bx {
    width: 65%;
    max-width: 600px;
    background-color: white;
    position: relative;
    padding:5% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid black;
}

.sec-8-bx p {
    font-size: 20px;
}

.sec-8-bx svg {
    position: absolute;
    right: 5%;
    top:-35%;
}

#btn-me-i{
    display: none;
}

.sec-8-bx-1 {
    font-weight: 500;
}

.espaciado2 .col-md-9{
    border-top: 2px solid black;
    height: 5px;
    
}



.cont-sec-9 {
    display: flex;
    justify-content: center;
    flex-direction: column; 
    width: 100%;
    padding-left: 10%;
    gap: 20px;
}

.section-9 .col-md-9 {
    border-bottom: 2px solid black;
    padding: 10% 0;
    height: auto !important;
}

.formulario {
    width: 50%;
}

form {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

form input, textarea {
    width: 100%;
    margin-top: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center; 
    height: 70px;
    border-radius: 0;
    border: 2px solid black;
    padding-left: 30px;
}

form textarea::placeholder, input::placeholder {
    color: rgba(0,0,0,0.3);
}

form textarea::placeholder {
    padding-top: 4%;
}

.formulario .button {
    background-color: white;
}

.logo-footer-dsk a{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


footer .col-md-9 {
    height: 25vh;
    min-height: 200px;
}

.cont-footer-2 {
    display: flex;
    gap: 0;
}

.footer-log {
    display: flex;
    align-items: center;
    padding-left: 11%;
}

.footer-log p {
    padding-top: 13px;
    padding-left: 10px;
}

.cont-footer{
    padding: 0;
}

.terms {
    justify-content: center;
    padding: 0;
    gap: 0px;
}

.terms .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 30%;
}

footer .container-fluid, .row {
    padding: 0;
}

.terms .sep {
    border-right: 1px solid rgba(0,0,0,0.35);
    border-left: 1px solid rgba(0,0,0,0.35);
}

.terms-link {
    color: rgba(0,0,0,0.35);
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.copyright{
    position: absolute;
    left: 10%;
    bottom: 10%;
    color: rgba(0,0,0,1);
    font-size: 14px;
    font-weight: 500;
}


/*branding*/

.section-1-b .col-md-9 {
    height: auto !important;   
    min-height: 952px; 
}

.section-1-b h1 {
    font-size: 74px;
    line-height: 79px;
    max-width: 952px;
}

.section-1-b h2 {
    font-size: 33px;
    max-width: 720px;
    line-height: 36px;
}

.section-2-b h2{
    font-size: 50px;
    font-weight: 500;
}

.section-2-b .col-md-9 {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
}

.section-2-b .col-md-9 .row {
    width: 100%;
    padding-left: 10%;
}

.accordion {
    padding: 0;
    max-width: 870px;
    background-color: rgba(255, 255, 255, 0);
    --bs-accordion-bg:rgba(255, 255, 255, 0);
    --bs-accordion-active-bg: rgba(255, 255, 255, 0);
    --bs-accordion-border-color: rgba(255, 255, 255, 0);
    --bs-accordion-border-radius: 0;
    --bs-accordion-btn-focus-border-color: rgba(255, 255, 255, 0);
    --bs-accordion-btn-focus-border-color: rgba(255, 255, 255, 0);
    --bs-accordion-btn-focus-box-shadow: rgba(255, 255, 255, 0);
}

.accordion button {
    font-size: 40px;
    font-weight: 400;
}

.accordion-body {
    margin-left: 5%;
}

.section-2-b-ttl {
    padding-left: 10%;
    display: flex;
    width: 100%;
}

.section-2-b h2 {
    padding-left: 0;
}

.section-2-b .row, .section-3-dw, .section-2-rs, .section-5-rs {
    background-image: url('../assets/img/fondo_textura.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.row2 {
    width: 100%;
    padding-left: 10%;
}

.accordion-item {
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid black !important;
}

.me-2 {
    margin-right: 1.5rem !important;
}

.accordion-button::after {
    display: none;
}

.accordion-icon {
    width: 28px;
    height: 22.43px;
    display: flex;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0);
    color: black;
}

.accordion-button:not(.collapsed) .accordion-icon {
     transform: rotate(180deg);
}

.section-3-b .col-md-9 {
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    padding: 0;
    min-height: 1300px;
}

.section-3-b-ttl h3 {
    font-size: 50px;
}

.section-3-b-ttl {
    width: 100%;
    padding-left: 10%;
}

.section-3-b-row3 {
    display: block;
}

.section-3-b-row2 {
    display: flex;
    width: 100%;
    padding-left: 10%;
    gap: 20px;
}

.section-3-b-row3 {
    display: none;
}

.sect-3-b-row21 {
    width: 30%;
    gap: 50px;
    display: flex;
    flex-direction: column;
    padding-top: 5%;
}

.sect-3-b-row22 {
    width: 70%;
    background-color: #F2F2F2;
    border: 1px solid;
    border-right: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-height: 789px;
    padding-left: 5%;
    padding-top: 5%;
}

.sect-3-b-row22 p, .sect-3-b-row21 h4 {
    font-size: 30px;
    line-height: 35px;
}

.sect-3-b-row22 div, .sect-3-b-row21 div {
    width: 504px;
    height: 204px;
}

.section-3-b .col-md-9 .button {
    position: absolute;
    bottom: 5%;
    left: 10%;
}

.section-4-b {
    padding: 0 !important;
    overflow: hidden;
}


.section-4-b .col-md-9 {
    height: 600px;
    padding: 0;
}

.container-david, .container-noriko {
    display: flex;
    align-items: center;
    gap: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);
    background-color: #F5F5F5;
    padding-left: 10%;
    height: 500px;
    width: 100%;
    margin-left: 10%;
    padding-right: 5%;
}

.container-noriko {
    margin-left: 0;
}

.noriko-bio, .david-bio {
    max-width: 576px;
}

.noriko-bio p, .david-bio p {
    font-weight: 300;
}

.david-img, .noriko-img {
    width: 280px;
}

/*paid media*/

.section-1-pm .col-md-9 {
    height: 917px;
}

.section-1-pm h2 {
    max-width: 720px;
    font-size: 33px;
    line-height: 36px;
}

.section-2-pm {
    height: 613px;
}

.section-2-pm .col-md-9 {
    padding-left: 0;
    background-image: url('../assets/img/fondo_textura.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    height: 613px;
}

.sect-int-2-pm {
    padding-left: 10%;
    width: 80%;
    height: 609px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    gap: 20px;
    border-right: 2px solid;
}

.sect-int-2-pm p {
    max-width: 741px;
    font-size: 25px;
    font-weight: 300;
    width: 95%;
}

.sect-int-2-pm h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 53px;
}

.section-3-pm .row {
    min-height: 580px;
    display: flex;
    padding-left: 32%;
}

.section-3-pm p {
    width: 100%;
}

.section-3-pm h2 {
    font-size: 45px;
    font-weight: 300;
    color: white;
    line-height: 45px
}

.section-3-pm span {
    font-weight: 600;
}

.section-3-pm-int {
    max-width: 784px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

.section-3-pm .button {
    color: black;
    border: 2px solid white;
    background-color: white;
    width: 100%;
}

.section-3-pm .button::before {
    background-color: black;

}

.section-3-pm .button:hover {
    color: black;
}

.section-3-pm .button:hover::before {
    left: 0; 
}

.section-3-pm .button:hover span {
    color: white;
}

.section-4-pm .col-md-9 {
    height: 724px;
    padding: 0;
}

.section-4-pm-int {
    display: flex;
    width: 100%;
    padding-left: 10%;
    align-items: center;
    height: 100%;
    padding-right: 5%;
}

.section-4-pm-1 {
    width: 40%;
    border-right: 2px solid;
    padding-right: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-4-pm-1 div, .section-4-pm-2 div{
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-4-pm-1 div h2, .section-4-pm-2 div h2 {
    height: 100px;
}

.section-4-pm-2 {
    width: 60%;
    padding-left: 5%;
    height: 100%;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-4-pm-int h2 {
    font-size: 33px;
    max-width: 360px;
}

.section-4-pm-int p {
    font-size: 25px;
    max-width: 360px;
}

.section-5-pm {
    max-height: 981px;
}

.section-5-pm .col-md-9 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 0;
    padding-top: 10%;
    padding-bottom: 10%;
}

.section-5-pm-int {
    padding-left: 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.section-5-pm-int .button {
    background-color: white;
}

.section-5-pm-int h3 {
    max-width: 724px;
    font-size: 56px;
    color: #CCCCCC;
    font-weight: 500;
    line-height: 57px;
}

.section-6-pm .col-md-9 {
    height: auto !important;
    max-height: 945px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    padding-left: 0;
    padding-top: 10%;
    padding-bottom: 10%;
}




.section-6-pm .col-md-3 {
    z-index: 3;
    height: 700px;
}

.section-7 #flores-mb {
    display: none;
}

.section-7-pm .col-md-9 {
    height: auto;
    padding: 0;
    align-items: flex-end;
    padding-top: 10%;
}

.section-7-pm-int {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section-7-pm-1 {
    padding-right: 5%;
    width: 70%;
    padding-left: 10%;
}

.section-7-pm-2 {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.section-7-pm-22 {
    background-color: #000;
    padding-left: 10%;
    padding-top: 5%;
    padding-right: 5%;
    width: 100%;
    position: relative;
    display: flex;
    height: 600px;
    gap: 5%;
}

.section-7-pm-22 p {
    color: white;
    max-width: 582px;
    width: 80%;
}

.section-7-pm-22 div{
    width: 20%;
    display: flex;
    align-items: flex-end;
}

#flores-dsk {
    margin-left: 10%;
    max-width: 700px;
}

.section-8-pm .col-md-9 {
    align-items: flex-start;
}

.section-9-pm .col-md-9{
    height: 400px;
    padding: 0;
}

.sect-int-9 {
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sect-int-9 p {
    font-size: 33px;
    font-weight: 300;
    max-width: 698px;
}

#flores-mb {
    display: none;
}

/* Desarrollo web */

.section-1-dw h1 {
    max-width: 983px;
}

.section-1-dw h2 {
    max-width: 800px;
    font-size: 33px;
    line-height: 36px;
}

.cards-dw {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;                    
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    padding: 10% 0;
}

.box {
    background: white;
    padding: 20px;
    min-height: 300px;
    display: flex;
    flex: 0 0 300px;
    min-width: 370px;
    display: flex;
    justify-content: center;
    border: 2px solid black;

    }

.box p {
    font-size: 33px;
    text-align: left;
    height: auto;


}

.section-2-dw .col-md-9 {
    height: auto !important;
    min-height: 787px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

@media (max-width: 700px){
    .section-2-dw .box {
        flex: 0 0 100%;
        min-width: 300px;
    }

    .section-2-dw .box p {
        font-size: 33px;
        height: auto !important;
        padding: 5%;
        line-height: 35px;
    }
}

.section-3-dw .col-md-9 {
    padding:10% 0;
    height: auto !important;
    min-height: 1080px !important;
}

.sec-int-3dw {
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec-int-3dw h2{
    font-size: 50px;
    max-width: 582px;
}

.sec-int-3dw p {
    font-size: 31px;
    max-width: 820px;
}

.section-4-dw {
    padding-bottom: 10vh;
    display: block;
    padding-left: 5%;
}

.section-4-dw .col-md-9 {
    width: 75%;
    position: relative;
    padding-left: 10%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    height: auto;
    gap: 30px;
    padding-bottom: 10%;
    padding-top: 10%;
}

.section-4-dw h2{
    width: 100%;
    padding-left: 10%;
    font-size: 50px;
}


.section-4-dw .section-4-cards-dw {
    overflow: visible;
    position: relative;
}

.section-4-dw .list {
    list-style: none;
    padding: 0 10%;
    margin: 0;
    display: flex;
    gap: 20px;
}

.cards-wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    position: relative;
    padding-right: 20px;
}

.section-4-dw .section-4-cards-dw {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    max-width: 100%;
    display: block !important; /* Safari workaround */
}

.section-4-dw .section-4-cards-dw::-webkit-scrollbar {
    display: none;
}

/*.section-4-dw .list {
    flex-wrap: nowrap;
    width: max-content;
}*/

.section-4-dw .item {
    flex: 0 0 523px;
}

.section-4-dw .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 70%);
  border-radius: 100%;
}

.section-4-dw .nav-button.disabled {
    opacity: 0.3;
    cursor: default
}

.section-4-dw .nav-button svg {
    width: 24px;
    height: 24px;
    fill: #333
}
    
.section-4-dw .nav-prev {
    left: 0%;
}
    
.section-4-dw .nav-next {
    right: 10px;
}

    
.section-4-dw .item {
    background: white;
    border: 2px solid black;
    padding: 5%;
    height: 1052px;
    position: relative;
}

.section-4-dw .content h3 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-4-dw .content ul {
    list-style: disc;
    padding: 0;
    margin: 0;
}

.section-4-dw .content ul li {
    font-size: 25px;
    font-weight: 200;
    margin-left: 5%;
    margin-bottom: 10px;
}

.section-4-dw .content p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.section-4-dw .content div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

/*Redes sociales*/

.section-1-rs h1 {
    max-width: 656px;
}

.section-1-rs .col-md-9 {
    min-height: 900px !important;
}

.section-1-rs h2 {
    max-width: 572px;
}

.section-2-rs .col-md-9 {
    padding-left: 0;
    height: auto !important;
    padding-top: 10%;
    padding-bottom: 10%;
    border-top: 2px solid black;
}

.sec-int-2rs {
    padding-left: 10%;
}

.sec-int-2rs h2 {
    max-width: 551px;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
}

.sec-int-2rs ul {
    max-width: 792px;
    list-style: disc;
}

.sec-int-2rs li {
    font-size: 25px;
    font-weight: 300;;
}

.section-3-rs .item {
    height: 663px;
    flex: 0 0 438px;
    padding: 10% 5%;
}

.section-3-rs .item h2 {
    font-size: 50px;
    padding-left: 0;
}

.section-3-rs .item p {
    font-size: 48px;
    text-align: left;
    font-weight: 300;
    line-height: 50px;
}

.sect-int-3rs {
    width: 100%;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sect-int-3rs h2 {
    font-size: 50px;
    font-weight: 600;
    padding-left: 0;
}

.sect-int-3rs p {
    font-size: 25px;
    font-weight: 400;
}

.section-3-rs .col-md-9 {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
.sect-int-3rs-2{
    width: 100%; 
    padding-left: 10%; 
    margin-top: 50px;
}

.section-4-rs .col-md-9 {
    flex-direction: column;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    align-items: flex-start;
    padding-left: 0;
}

.section-4-rs h2 {
    max-width: 616px;
    font-size: 50px;
    font-weight: 600;
}

.section-4-rs h3 {
    font-size: 25px;
    max-width: 724px;
}

.sect-int-4-rs {
    width: 100%;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-5-rs .col-md-9{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.section-5-rs .button {
    background-color: white;
}

.section-6-rs-btt {
    padding-left: 10%;
    width: 100%;
    padding-top: 10px;
}

.section-6-rs h2 {
    font-size: 50px;
    line-height: 50px;
}

.section-6-rs .col-md-9 {
    align-items: flex-start !important;
}


.section-6-rs .group {
    gap: 10px !important;
}

.section-6-rs .card-carousel {
    border: 2px solid black !important;
}

/*portafolio*/

.col-left {
    width: 25%;
}
        
.section-1-po-desktop .col-md-9 {
    padding: 0;
    height: auto;
}

.portafolio-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    transition: height 0.1s ease-in; /* Añade transición al contenedor */
}

.portafolio-container:not(:has(.dropdownn-content.active)) {
    height: 100vh;
}

.portafolio-container:has(.dropdownn-content.active) .cardp {
    flex: 0 0 130px; /* Altura muy pequeña y fija */
    min-height: 130px;
    max-height: 130px;
}

.portafolio-container:has(.dropdownn-content.active) .cardp.is-active {
    flex: 0 0 180px;
    min-height: 180px;
    max-height: 180px;
}


.cardp {
    flex: 1; /* todas ocupan el mismo espacio inicialmente */
    overflow: hidden;
    transition: all 0.1s ease-in-out;
    opacity: 1;
}

.card__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardp.is-active {
    flex: 2;
    opacity: 1;
}

.cont-card__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 10%;
}

.cont-card__inner-1 {
    width: 43px;
    height: 105px;
    padding-top: 15px;
}

.cont-card__inner-2{
    width: 100%;
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.cont-card__inner-2 h3 {
    font-size: 35px;
    font-weight: 300;
    color: white;
    line-height: 37px;
}

.cont-card__inner-2 button {
    font-size: 20px;
    width: 100%;
    display: block;
    font-weight: 300;
    color: white;
    text-decoration: none;
    line-height: 23px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
}

#sushi26{
    background-image: url('../assets/img/Portada-portafolio-26-sushi.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: left center;
    position: relative;
}

#heraFotografia{
    background-image: url('../assets/img/hera-fotografia.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}

#chacheReal{
    background-image: url('../assets/img/Portada-branding-chache-cafe.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

#holdFast{
    background-image: url('../assets/img/HoldFastPortada.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.accordion-item-p {
    position: relative;
    width: 100%;
    flex-shrink: 0;
}


.dropdownn-content {
    background: #fafafa;
    margin-top: -1px;
    padding-bottom: 0;
    position: relative;
    z-index: 100;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.1s ease-in, opacity 0.3s ease-in, padding 1s ease-in-out; /* Transiciones separadas y más lentas */

}

.dropdownn-content.active {
    max-height:15600px;
    opacity: 1;
}

.close-btn {
    position: fixed;
    top: 80px;
    right: 20px;
    float: right;
    color: rgb(0, 0, 0);
    border: 2px solid black;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    margin-bottom: -40px;
    background-color: rgb(255, 255, 255);
}


.close-btn.show {
    display: flex;
}

.section-1-po-mb {
    display: none;
}