@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

.container-sectionone
{
    background-color: #FFFFFF;
    padding: 0px 40px!important;
}

.containerone
{
    border-radius: 24px;
    padding: 20px;
}

.titles-hive
{
    font-family: "Inter"!important;
    font-optical-sizing: auto;
    font-weight: 900!important;
    font-style: normal;  
    font-size: 80px;
    line-height: 90px;
}

h3
{
   font-size: 32px;
   font-family: "Inter"!important;
   font-weight: 800!important; 
}

.bg-hive-yellow
{
    background-color: #FCF800!important;
    position: relative;
    height: 1050px;
}

.bg-hive-palatine
{
    background-color: #442CD5;
}

.bg-hive-cobalt
{
    background-color: #312887;
}

.bg-hive-white
{
    background-color: #FFFFFF;
}

.bg-hive-clearblue
{
    background-color: #DEE4FF!important;
}

.text-palatine
{
    color: #442CD5!important;
}

.text-yellow
{
    color: #FCF800;
}

.text-cobalt
{
    color: #312887!important;
}

.text-gray
{
    color: #888888;
}

.text-white
{
    color:#FFFFFF
}
.text-hive-right
{
    text-align: right!important;
}

.text-hive-left
{
    text-align: left!important;
}

.text-hive-center
{
    text-align: center!important;
}

.text-900
{
    font-weight: 900!important;
}

.img-svg
{
    width: 380px;
    height: 403px;
}

.containerone-colone
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.width-text
{
    width: 620px;
}

.hive-flex-left
{
    display: flex;
    gap: 50px;
    
}

.hive-flex-center
{
    display: flex;
    justify-content: center;
}

.hive-flex-right
{
    display: flex;
    justify-content: end;
}

.container-sectionone .img-svg
{
    margin-top: 110px;
}
.img-zindex
{
    z-index: 99!important;
}

.img-left
{
    margin-left: 133px;
    margin-top: -40px;
}

.margin-image
{
    margin-top: -40px;
}

.containertwo
{
    padding: 10%;
}

.text-p
{
    font-size: 28px;
    font-family: "Inter", sans-serif;
    line-height: 50px;
    text-align: justify;
    color: #442CD5;
}

.conatiner-gallery1
{
    display: flex;
    justify-content: center;
    gap: 20px;

}

.container-ingallery
{
    width: 33%;
}

.img-gallery
{
    width: 100%;
    border-radius: 32px;
    transition: transform 0.3s ease;
}

.img-gallery:hover
{
    transform: translate(5px, 5px);
}

.difuminado
{
    width: 100%;
    height: 50px; 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); 
}

.subtitle-h2
{
    font-size: 64px;
    font-weight: 900!important;
    font-family: "Inter"!important;
    line-height: 72px;
}

.padding-row
{
    padding: 90px 40px!important;
}

.accordion-item {
    border: none;
    margin-bottom: 20px;
    position: relative;
    }

    .accordion-heading {
    position: relative;
    background-color: #312887;
    padding: 20px 40px;
    font-size: 24px;
    font-weight: 800;
    line-height: 42px;
    font-family: "Inter", sans-serif;
    color: #442CD5;
    cursor: pointer;
    }

    .accordion-content {
    display: none;
    padding: 20px 0px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    background-color: #442CD5;
    }

    .accordion-item.active .accordion-content {
    display: block;
    }

    .accordion-item.active .accordion-heading
    {
        background-color: #FCF800;
    }

    .img-hover
    {
        position: absolute;
        top: -150; 
        left: 0; 
        display: none;
        width: 300px;
        max-height: 300px;
        z-index: 99;
        border-radius: 16px;
    }

    .accordion-heading:hover  .img-hover{
        display: block!important; 
      }

    .image-process
    {
        margin: 0;
        width: auto;
    }
    .col-process
    {
        justify-content: center;
        text-align: center;
        margin-top: 60px!important;
    }

    .p-16
    {
        font-size: 16px;
        font-family: "Inter";
    }

    .p-18
    {
        font-size: 18px;
        font-family: "Inter";
    }

    .p-24
    {
        font-size: 24px;
        font-family: "Inter";
    }

    .p-process
    {
        padding: 0 20px!important;
        margin-top: 20px!important;
    }

    .image-section6-1
    {
        width: 400px;
    }

    .abeja-2
    {
        margin-left: 100px;
    }

    .container-text-choose
    {
        display: block;
        width: 50%;
    }

  .container-icons
  {
      
      padding: 40px 60px!important;
  }

  .main-city
  {
      font-size: 48px;
      color: #442CD5; 
      font-weight: 900;
      margin-bottom: 20px;  
  }
  .col-city
  {
      margin-top: 20px;
  }

  .icons-places
  {
      width: auto;
  } 
  
  .title-cards {
    display: none;
  }

  .map-sites
    {
        width:100%; 
        height:300px;
    }

.text-sites
{
    font-size: 24px;
    line-height: 24px;
    font-family: "Inter";
    font-weight: 800;
}

.button-hive-transparent
{
    background-color: transparent;
    font-size: 16px;
    font-family: "Inter";
    font-weight: bold;
    color: #442CD5;
    border: solid 1px;
    border-color: #442CD5;
    border-radius: 8px;
    padding: 32px;
}

.subtitle-h2-48
{
    font-size: 48px;
    line-height: 56px;
    font-weight: 900!important;
    font-family: "Inter", sans-serif;
}

.button-hive-transparent:hover
{
    background-color: #442CD5!important;
    border: none;
    color: #FCF800;
}

.container-post-blog
{
    width: 32%;
    aspect-ratio: 1/1;
    border-radius: 32px;
    padding: 20px;
    display: flex;
    align-items: end;
}

.background-post1
{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), #231D5C), url('/img/background-post-1.webp'); 
    background-position: center;
    background-size: cover;
}

.background-post2
{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), #231D5C), url('/img/background-post-2.webp')!important;
    background-position: center;
    background-size: cover;
}

.background-post3
{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), #231D5C), url('/img/background-post-3.webp')!important;
    background-position: center;
    background-size: cover;
}

.space-bottom
{
    margin-bottom: 24px!important;
}

.button-posts
{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: "Inter";
    background-color: transparent;
    border-radius: 24px;
    padding: 8px 16px;
    font-size: 16px;
}

.section-ready-towork
{
    width: 85%;
    padding: 10%;
    background-image: url('../assets/services/Capa_2.webp');
    background-position: center;
    background-size: cover;
}

.button-yellow
{
    background-color: #FCF800;
    color: #442CD5;
    border: none;
    padding: 32px;
    border-radius: 8px;
}

.container-instagram
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.container-instagram img
{
    width: 230px;
    height: 230px;
    margin-top: 23%;
}

ul
{
    list-style-type: none;
    padding: 0; 
    margin: 0; 
}

li {
    display: flex; 
    align-items: center; 
   
  }

.sectione-about
{
    background-image: url('/img/fondo-about-us1.webp');
    background-position: center;
    background-size: cover;
    height: 504px;
    margin-top: -110px;
}

.img-team
{
    width: 85%;
    height: auto;
}

.img-house
{
    width: 100%;
}

.container-hexagono
{
    background-image: url('../assets/services/background-hexagonal.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    height: 130px;
    display: flex;
    align-items: center;  
    margin-bottom: 16px; 
}

.container-hexagono:hover
{
    background-image: url('../assets/services/background-hexagono-hover.webp');
    cursor: pointer;
}

.container-inhex
{
    display: flex;
    width: 100%;
}

.interior-inhex
{
    width: 70%;
    padding-left: 15%;
}

.container-inhexicon
{
    width: 30%;
    text-align: right;
    padding-right: 10%;
   
}

.container-hexagono h3
{
    color: #442CD5;
    font-family: "Inter";
    font-weight: 800!important;
}

.container-hexagono:hover h3
{
    color: #FFFFFF!important;
    fill: #FFFFFF!important;
}

.container-inhexicon svg
{
    fill:#442CD5;
}

.container-buttons
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.container-gallery
{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px
}

.container-img-gallery
{
    width: 22%;
    text-align: center;
}

.container-img-gallery img
{
    margin-bottom: 20px!important;
}

.container-img-gallery img:hover
{
    cursor: pointer;
    opacity: 0.8;
}


.floating-button
{
    position: fixed;
    top: 50%;
    right: -80px; 
    background-color: #442CD5; 
    color: #FCF800; 
    border-radius: 8px 8px 0px 0px;
    border: none;
    z-index: 1000;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    transform: rotate(-90deg);
    padding: 24px 24px;
}

.floating-button-a {
    text-decoration: none;
    color: #FCF800;
    font-size: 16px;
    line-height: 16px; 
  }

  .floating-button:hover
  {
    background-color: #312887;
  }

.floating-button-mobile
  {
    display: none;
  }

.image-zoom
{
    transition: transform 0.3s ease;
}

.image-zoom:hover
{
    transform: scale(1.2);
}

.titlehome-mobile
{
    display: none;
}

.logomobile-abeja
{
        display: none;
}

.img-panalmobile
{
    display: none;
}

.col-lef-pad
{
    padding: 60px;
}

.col-right-pad
{
    padding: 60px;
}

.ready-towork-mobile
{
    display: none;
}

.col-follow-footer
{
    text-align: right;
}

.col-mobile-discover
{
    display: none;
}

.title-about-mobile
    {
        display: none;
    }

    .title-about-desktop
    {
        display: block;
    }

    .first-col-about
    {
        margin-top: 150px;
    }
    .text-aboutus
    {
        margin-top: 70px; 
        padding-right: 80px
    }
    .col-our-mision
    {
        margin-top:750px; 
        padding-left:200px
    }

    .text-our-mision
    {
        padding-right:80px; 
        margin-top:40px
    }

    .colimg-our-mision
    {
        margin-top:750px; 
        padding:0px
    }

    .img-house-mobile
    {
        display: none;
    }

    .text-why-painting
    {
        padding-right:80px; 
        margin-top:40px
    }

    .title-blog
    {
        margin-left:100px
    }

    /*EFECTO PARALLAX*/

    .parallax-item {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.5s ease, transform 0.5s ease;
      }
      
      .slide-left {
        animation: slideLeft 2s forwards;
      }

      .slide-right {
        animation: slideRight 2s forwards;
      }

      .flip-in {
        animation: flipIn 3s forwards;
      }

      .fade-in {
        opacity: 0;
        animation: fadeIn 2s forwards;
      }
      

      @keyframes slideLeft {
        from {
          opacity: 0;
          transform: translateX(-100%);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }

      @keyframes slideRight {
        from {
          opacity: 0;
          transform: translateX(100%);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }

      @keyframes flipIn {
        from {
          opacity: 0;
          transform: perspective(400px) rotateY(-90deg);
        }
        to {
          opacity: 1;
          transform: perspective(400px) rotateY(0deg);
        }
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }

      /*FIN CLASES PARALLAX*/

      .container-choose-1
{
    padding-right: 80px; 
    margin-top: -150px
}

.container-choose-2
{
    gap: 50px; 
    margin-top:-40px
}

.container-choose-3
{
    padding-right: 80px
}

.degradado-mosaico {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    /* Cambia los valores rgba según el color que desees */
    width: 100%;
    height: 300px; /* O ajusta la altura que desees */
    position: relative;
    z-index: 99;
    margin-top: -300px;
}

.button-hive-transparent-2
{
    background-color: transparent;
    font-size: 16px;
    font-family: "Inter";
    font-weight: bold;
    color: #442CD5;
    border: solid 1px;
    border-color: #442CD5;
    border-radius: 8px;
    padding: 16px;
    margin-top:200px;
}
.button-hive-transparent-2:hover
{
    background-color: #442CD5!important;
    border: none;
    color: #FCF800;
}

/*VENTANA MODAL*/
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .modal-content {
    margin: auto;
    display: block;
    max-width: 600px;
    width: 100%;
    max-height: 100%;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .close {
    color: #fff;
    background-color: #312887; 
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .close:hover {
    background-color: #674dbb; 
  }
  

@media only screen and (max-width: 767px)
{
    .titles-hive
    {
        font-size: 36px;
        line-height: 40px;
    }

    .titlehome-mobile
    {
        display: block;
    }

    .titlehome-desktop
    {
        display: none;
    }

    .logodesktop-abeja
    {
        display: none;
    }

    .logomobile-abeja
    {
        display: block;
        width: 163px;
        height: 173px;
    }

    .image-1panal
    {
        width: 103px;
        height: 121px;
        display: none;
    }

    .image-2panal
    {
        width: 93px;
        height: 108px;
        display: none;
    }

    .image-3panal
    {
        width: 93px;
        height: 107px;
        display: none;
    }

    .image-4panal
    {
        width: 125px;
        height: 144px;
        display: none;
    }

    .image-5panal
    {
        width: 135px;
        height: 157px;
        display: none;
    }

    .img-panalmobile
    {
        display: block;
    }

    .container-instagram
    {
        flex-wrap: wrap;
    }

    .container-instagram img
    {
        width: 40%;
        height: 40%;
        margin-top: 0px;
    }

    .container-instagram img:nth-child(n+5) {
        display: none; 
    }

    .bg-hive-yellow
    {
        height: auto;
    }

    .text-p
    {
        font-size: 16px;
        line-height: 24px;
    }

    .subtitle-h2
    {
        font-size: 36px;
        line-height: 40px;
    }

    .padding-row
    {
        padding: 60px 30px!important;
    }

    .col-lef-pad
    {
        padding: 0px;
    }

    .col-right-pad
    {
        padding: 0px;
    }

    .hive-flex-center
    {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .container-post-blog
    {
        width: 100%;
    }

    .background-post2
    {
        display: none;
    }
    .background-post3
    {
        display: none;
    }

    .h3-hive
    {
        font-size: 24px!important;
        font-weight: 800!important;

    }

    .p-18
    {
        font-size: 16px;
        line-height: 24px;
    }

    .floating-button
    {        
        display: none!important;
    }

    .floating-button-mobile
    {
        display: block;
        width: 72px;
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 1000;
        display: flex;
        flex-direction: column; 
        align-items: center;  
    }
    .image-homepainting
    {
        width: 210px!important;
    }

    .image-homepainting2
    {
        width: 140px!important;
        margin-top: 25px;
    }


    .image-homepainting3
    {
        width: 172px!important;
    }
    .abeja-2
    {
        margin-left: 0px;
        width: 149px!important;
    }

    .p-24
    {
        font-size: 16px;
        line-height: 24px;
    }
    .accordion-heading
    {
        color: #FFFFFF!important;
    }

    .accordion-heading:hover  .img-hover{
        display: none!important; 
      }

      .accordion-content
      {
        font-size: 16px;
        line-height: 24px;
      }

      .accordion-item.active .accordion-heading
    {
      color: #312887!important;
    }

    .container-icons
    {
        padding: 0px!important;
    }
    .icon-site
    {
       width: 26px!important; 
    }
    .subtitle-h2-48
    {
        font-size: 36px;
        line-height: 40px;
    }
    .col-desktop-discover
    {
        display: none;
    }

    .col-mobile-discover
    {
        display: block;
    }

    .button-hive-transparent
    {
        margin-top: 40px;
    }
    .col-ready-towork
    {
        display: none;
    }
    
    .ready-towork-mobile
    {
        display: block;
    }
    .button-yellow
    {
        width: 100%;
        font-weight: 800!important;
    }

    .col-mobile-footer
    {
        display: none;
    }
    .col-logo-footer
    {
        text-align: center;
    }
    .col-follow-footer
    {
        text-align: center;
    }
    .hive-flex-right
    {
        justify-content: center;
    }
    
    .new-header
    {
        padding: 0% 0%;
    }

    .main-menu
    {
        padding: 0px 40px;
        background-image: url('/img/Fondo-de-barra-de-navegación-mobile.webp')!important;
        background-position: top;
    }

    .logo-hive
    {
        width: 120px!important;
        height: 45px!important;
    }

    .img-team
    {
        width: 100%;
    }

    .title-about-desktop
    {
        display: none;
    }

    .title-about-mobile
    {
        display: block;
        text-align: center;
    }

    .first-col-about
    {
        margin-top: 33px;
    }

    .text-aboutus
    {
        margin-top: 0px; 
        padding-right: 0px
    }

    .about-arrow
    {
        display: none;
    }

    .col-our-mision
    {
        margin-top: 480px;
        padding: 30px;
    }

    .text-our-mision
    {
        padding-right:0px; 
        margin-top:20px
    }

    .colimg-our-mision
    {
        margin-top:20px;
        display: none; 
    }
    .subtitle-h2
    {
        text-align: center;
    }
    .img-house-mobile
    {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .text-why-painting
    {
        padding: 0px 30px;
    }
    .img1-choose
    {
        width: 210px!important;
        height: 242px!important;
    }

    .img2-choose
    {
        width: 140px!important;
        height: 162px!important;
    }

    .img3-choose
    {
        width: 172px!important;
        height: 200px!important;
    }
    .container-hexagono
    {
        width: 100%;
        margin-bottom: 0px;
    }

    .container-buttons
    {
        flex-wrap: wrap;
    }

    .section-blog-mobile
    {
        height: auto!important;
    }

    .title-blog
    {
        margin-left: 0px;
        margin-top: 40px;
    }

    .degradado-mosaico 
    {
        margin-top: -220px;
    }

    .container-choose-1
    {
        padding-right: 0px; 
        margin-top: 30px
    }
    .container-choose-2
    {
        margin-top:20px
    }

    .container-choose-3
    {
        padding-right: 0px
    }

    .modal
    {
      width: 100%;
      overflow-y: auto;
    }
    .img-gallery
    {
        border-radius: 8px;
    }

}