/* blog.css — versión depurada (reglas comunes movidas a common.css) */



:root{
    --bg-color: #fff;
    
    
    --bg-color-1: #2B2B2B;
    --text-color: #fff;
    --text-color-1: #12141c;
    
    
    --main-color:#284359;
    --second-color:gray;
    --other-color: #12141c;
    --other-color-1: #32fcff;
    --h1-font: 4rem;
    --h2-font: 3.5rem;
    --h3-font: 3.5rem;
    --p-font:1.1rem;
}



header{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    padding: 5px auto;
    border-bottom: 1px solid transparent;
    transition: all .40 ease;

    
    }



.logo-animation {
    margin-left: 50px;  
}


section{
    padding: 2px 16% 90px;
}





.inicio{
    height: 100vh;
    width: 100%;
    position: relative;
    
    
    
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: hidden; 
    
    }



.inicio2{
    height: 220vh;
    width: 100%;
    padding: 0px;
    position:relative;
    
    background: url(../img/Fondos/Fondo5.jpg);
    
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: -1; 
}




.inicio-text h1{
    font color: ;
    margin: 20px 0;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 2px;
    text-shadow: #000000 4px 0 4px; 
    
}




.four-column-section {
    display: flex;
    justify-content: space-between;
    align-items: stretch; 
    width: 100%;
    height: 350px;
    padding: 30px;
    background-image: 
        radial-gradient(circle , #000000 0.5%, transparent 20%); 
        background-size: 4px 4px;
    background-repeat: repeat;
}



.column4 {
    flex: 1;
    padding: 10px;
    text-align: center; 
    
    color: #000000;
    
    
}



.column4 h4{
background-color: white;
border-radius: 10px;
padding: 20px;
font-size: 1.5vw; 
width: 100%; 
height: 100%;
vertical-align: middle;
display: inline-block;
overflow: hidden;
white-space: collapse balance;
}




.column4 img {
    width: 100%; 
    height: 100%;
    vertical-align: middle;
   
    border-radius: 10px;
}







.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;  
    min-height: 70vh;
    padding: 20px 0;
    margin: auto;  
    background-image: 
    radial-gradient(circle , #000000 0.5%, transparent 20%); 
    background-size: 4px 4px;
background-repeat: repeat;
}



.about-gri {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 5px;
    
}



.about-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    width: calc(33.333% - 50px); 
    background: #e8e8e845;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    height: 60vh;
}



.imgi-container {
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d8d8d8;
}



.about-text{
    padding:1px ;}




.about-in img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 50%;
    
    
}



.about-in h5 {
    margin-top: 10px;
    font-size: 30px;
    color: #15264f;
    font-weight: 900;
    
}



.about-in p {
    font-size: 16px;
    line-height: 1.4;
    color: #047ace;
    font-weight: 600;
}




@keyframes rotate {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}



.imgi-container img {
    animation: rotate 2s infinite linear;
}




.main-section{
    padding: 10px;
    background-image: 
    radial-gradient(circle , #000000 0.5%, transparent 20%); 
    background-size: 4px 4px;
background-repeat: repeat;
}



.container {
    display: flex;
    width: 85%; 
    max-width: 1200px; 
    height: 300px; 
    margin: 0 auto; 
    overflow: hidden; 
    background: url('../img/nos1.png') no-repeat center center; 
    background-size: cover; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.25); 
    animation: joinColumns 1s ease forwards; 
    border-radius: 25px;
}



.column p{
    font-size: 23px;
    text-align: justify;
    font-weight: 900;
}


.column img {
    max-width: 100%; 
    height: auto; 
}



.column:nth-child(1), .column:nth-child(3) {
    background-color: #15264f; 
}



@keyframes joinColumns {
    0% {
        opacity: 0;
        transform: scale(0.8); 
    }
    100% {
        opacity: 1;
        transform: scale(1); 
    }
}





.inicio {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden; 
    
}



.slideshow li:nth-child(1) span {
    background-image: url('../img/Fondos/principal.png');
}



.slideshow li:nth-child(2) span {
    background-image: url('../img/Fondos/branddesign.png');
    animation-delay: 6s;
}



.slideshow li:nth-child(3) span {
    background-image: url('../img/Fondos/marketing.png');
    animation-delay: 12s;
}



.slideshow li:nth-child(4) span {
    background-image: url('../img/Fondos/develop.png');
    animation-delay: 18s;
}



.slideshow li:nth-child(5) span {
    background-image: url('../img/Fondos/consulting.png');
    animation-delay: 24s;
}



@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}







@keyframes blink-background {
    0%, 50%, 100% {
        background-color: rgba(103, 255, 240, 0.1); 
    }
    25%, 75% {
        background-color: transparent; 
    }
}






.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blink-background 0.8s step-start infinite; 
}



.icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; 
}


.main-text h2{
    font-size: var(--h3-font);
    color: #111;
    margin-bottom: 10px;
}





.top{
    position: fixed;
    bottom: 4.3rem;
    left: 2.1rem;
}


.top i{
    color: var(--text-color);
    background: var(--main-color);
    font-size: 20px;
    padding: 10px;
    border-radius: 0.5rem;
}



 @-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }


  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }



 
.separador1 {
    border-bottom: 3px solid #05eeff; 
    height: 2px; 
    width: 100%; 
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
    background: linear-gradient(to right, transparent, #0dffe3, transparent); 
    animation: line-move 2s linear infinite; 
    box-shadow: #00fff2;
}


@keyframes line-move {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}







.whatsapp-button {
    position: fixed;  
    bottom: 350px;  
    right: 20px;  
    width: 80px;  
    height: 80px;  
    background-color: transparent;  
    border-radius: 50%;  
    
    display: flex;  
    align-items: center;  
    justify-content: center;  
    cursor: pointer;  
    transition: transform 0.3s;  
    animation: parpadeo 2s infinite;  
  }


  @keyframes parpadeo {
  0%, 100% {
    opacity: 1;  
  }
  50% {
    opacity: 0.5;  
  }
  }


  


footer {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 20px;
    flex-shrink: 0;
    font-size: 20px;
}






@media (max-width: 768px) {
    footer {
        padding: 15px 10px;  
        font-size: 16px;  
    }

    footer .redes-sociales img {
        height: 15px;  
    }
}



@media (max-width: 480px) {
    footer {
        padding: 10px 5px;  
        font-size: 14px;  
    }

    footer .redes-sociales a {
        margin-right: 5px;  
    }

    footer .redes-sociales img {
        height: 20px;  
    }
}





.social-media i{
    height: 40px;
    width: 40px;
    background: #12141c;
    border-radius: 0.5rem;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 10px;
    transition: all .40e ease;
}


.social-media i:hover{
    transform:  scale(1.2)translateY(-5px);
    color: var(--text-color);
    background: var(--main-color);
}



@keyframes changeLogoColor {
    0% {
        filter: hue-rotate(0deg);  
    }
    100% {
        filter: hue-rotate(360deg);  
    }
}





  
  .content-wrapper {
    display: flex; 
    align-items: start; 
    justify-content: center; 
    max-width: 1600px; 
    margin: auto; 
    gap: 10px; 
    padding: 100px;
}



@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column; 
    }

    .img-container, main {
        flex: none; 
        width: 100%; 
    }
}





.logo-animation {
    position: relative;
    width: 90px;  
    height: 90px;  
    overflow: hidden;
}



@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}






@media (max-width: 768px) {
    .container {
        width: 95%;  
        padding: 10px;  
    }
  }


  
  
  @media (max-width: 480px) {
    .container {
        width: 100%;  
        padding: 5px;  
    }
  }


  @media (max-width: 768px) {
    body {
        font-size: 14px; 
    }
  }


  
  @media (max-width: 480px) {
    body {
        font-size: 12px; 
    }
  }




#alertImage{
    width: 250px;
    height: auto;
}




#alertImage {
    width: 180px; 
    height: 200px;
    position: absolute; 
    top: -120px; 
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 1001; 
}



.blog-container {
    width: 80%;
    margin: 100px auto 0;
    overflow: hidden;
}



article {
    padding: 20px;
    background: #ababab;
    background: radial-gradient(circle, #d1caca 1px, transparent 1px);
    background-size: 10px 10px;
    color: var(--text-color);
    font-size: 16px;
    margin-top: 20px;
}



article h1 {
    color: #000000;
    font-size: 46px;
}




article h2 {
    color: #000000;
    font-size: 36px;
}



article p {
    margin: 10px 0;
    color: #000000;
    text-align: justify;
    font-size: 20px;
}



section {
    margin-bottom: 20px;
}



.blog-content {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}



.text-column {
    width: 60%;
}



.image-column {
    width: 40%;
}



.image-column img {
    width: 100%;
    border-radius: 8px;
}



footer {
    background-color: #f4f4f4;
    color: #282828;
    text-align: center;
    padding: 20px;
    flex-shrink: 0;
    font-size: 20px;
}



footer p {
    margin: 0;
}



.social-media i {
    height: 40px;
    width: 40px;
    background: #12141c;
    border-radius: 0.5rem;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 10px;
    transition: all .40s ease;
}



.social-media i:hover {
    transform: scale(1.2) translateY(-5px);
    color: var(--text-color);
    background: var(--main-color);
}



@media (max-width: 768px) {
    .blog-content {
        flex-direction: column;
    }

    .text-column, .image-column {
        width: 100%;
    }

    footer {
        padding: 15px 10px;
        font-size: 16px;
    }

    footer .redes-sociales img {
        height: 15px;
    }
}



@media (max-width: 480px) {
    footer {
        padding: 10px 5px;
        font-size: 14px;
    }

    footer .redes-sociales a {
        margin-right: 5px;
    }

    footer .redes-sociales img {
        height: 20px;
    }
}

