/* styleaviso.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;

    --bg-soft: #ff00ff; 
    --bg-mark: #4ce654; 
 


}



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;  
}






.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; 
    padding: 2px 16% 90px;
    }



.inicio2{
    height: 170vh;
    width: 100%;
    padding: 50px;
    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; 
}



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


.inicio2-text h4{
    color: var(--main-color);
    font-size: 50px;
    font-weight: 600;
}


.inicio2-text h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 3rem;
    text-shadow: #000000 4px 0 4px;
}



.inicio2-text h2{
    color: var(--main-color);
    font-size: 50px;
    font-weight: 600;
}


.inicio2-text p{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 3rem;
    text-shadow: #000000 4px 0 4px;
}



.about{
    
    gap: 2rem;
    width: 100%; 

    padding: 30px;
    background-image: 
        radial-gradient(circle , #000000 0.5%, transparent 20%); 
        background-size: 4px 4px;
    background-repeat: repeat;
}



.about-text{
    width: 100%; 
    
}


.about-text h2{
    font-size: var(--h3-font);
    color: var(--bg-color-1);
    width: 100%; 
    padding-left: 90px;
    padding-right: 90px;
    
}


.about-gri {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
    width: 100%; 
}


.about-in h5{
    font-size: 22px;
    font-weight: 600;
    color: var(--bg-color-1);
}


.about-in {
    display: flex; 
    justify-content: center; 
    align-items: center; 
}


.about-in img{
    height: 50px;
    width: 50px;
}


.about-img img{
    height: auto;
    width: 100%;
    max-width: 460px;
}


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




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


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



  

.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;
    font-size: 20px;
}



@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; 
}

