
.logo-text {
    margin: 0;/* es el titulo de la empresa*/
    color: blue;
}

 #logoheader{
    width: 90px;
    height: auto;
    margin-left: 10px;
    text-align:center ;
    align-items: left;
} 
#logofooter{
    width: 90px;
    height: auto;
    margin-left: 10px; 
    text-align:left ;
    align-items: left;
} 



.social-icon {
    width: 40px; /* Ajusta el tamaño de los iconos de redes sociales según sea necesario */
    height: auto;
    
}
header img {
    border-radius: 50%;
    /* width: 70px;
    height: 70px;
    margin-left: 15px;  */
   
} 
footer img {
   
    /* width: 70px;
    height: 70px; 
    margin-left: 15px;  */
    border-radius: 50%;
   
} 
#contact{
    background-image: url('../img/fondo4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.carousel-item {
    /* transition: opacity 0.6s ease-in-out; */
    transition: duration linear;
  }
  #nosotros{
    background-image:url('../img/fondo.jpg'); ;
  }
  #justificar{
    text-align: justify;
  }
  #textofooter{
    color: brown;
  }

  
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.whatsapp-icon img {
  width: 50px;
  height: 50px;
}