*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    
}
.logo{
    height: 80px;
}
.ms-2 {
    margin-left: 0.5rem;
    color: white;
}
.bi-facebook::before {
    content: "\f344";
    color: white;
}
.bi-whatsapp::before {
    content: "\f344";
    color: white;
}
/*ICONOS DE REDES SOCIALES EN EL MENU-NAV*/
.bi-instagram::before {
    content: "\f437";
    text-decoration: none;
    color: white;
}
/*CAROUSEL*/
.d-item{
  margin-top: 0px;
  width: auto;
  height: auto;
}
.d-img{
  height: 800px;
  object-fit: cover;
  filter: brightness(0.6);
}
.mt-4 h1{
  display: flex; 
  justify-content: center;
  align-items: center;
  height: 0vh;
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}
.fs-3{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}
  
/*WHATSAPP*/
.whatsapp{
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 9999;
    padding: 16px;
}
/*Boton UP*/
.go-top-container{
    position: fixed;
    bottom: 4rem;
    right: -3rem;
    width: 6.6rem;
    height: 5.6rem;
    z-index: -1;
}
.go-top-button{
    width: 0rem;
    height: 0rem;
    background: #1e42df;
   border-radius: 50%;
    cursor: pointer;
    transition: .2s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.go-top-button i{
    position: absolute;
    font-size: 2rem;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    color: #fff;
    transition: .2s;
}
.show{
    z-index: 10;
}

.show .go-top-button{
    animation: popup 0.3s ease-in-out;
    width: 2.6rem;
    height: 2.6rem;
    z-index: 11;
}

.show i{
    transform: translate(-50%,-50%) scale(1);
}
.pt-5 a{
    text-decoration: none;
    color: yellow;
}
.pt-5 i{
    text-decoration: none;
    color: white;
}
.mediosdepago img{
    max-width: 60px;
    max-height: 100px;
    object-fit: cover;
    margin: 0 5px 5px 0;
    border:  1px solid #00000012;
}
/* Estilo personalizado para columnas sin ancho predeterminado */
.no-width {
    flex: 0 0 auto;
}
  
@keyframes popup{
    0%{
        width: 0rem;
        height: 0rem;
    }
    50%{
        width: 8rem;
        height: 8rem;
    }
    100%{
        width: 6.6rem;
        height: 6.6rem;
    }
}

/*Galeria cocinas*/
#galeria .col-lg-4{
    margin: 0 !important;
    padding: 25px;
}
#galeria img{
    width: 100%;
    height: 250px;
    object-fit: cover; /*para que no se deforme la img*/
}
#galeria img:hover{
    border:5px solid white ;
}


/*imagnes de los proyectos*/
#imgProyectos .col-lg-4{
    margin: 15px !important;
    padding: 10px;
}
#imgProyectos img{
    object-fit: cover; /*para que no se deforme la img*/
}
#imgProyectos img:hover{
    border:5px solid white ;
}

.h-100{
    padding: 16px;
}

/* Media queries para hacer el diseño más responsivo */
@media (max-width: 768px) {
.d-img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}
.mt-4 h1{
    font-size: 2rem;
}
}
 
    
   /* .comunicacion img {
        max-width: 20px; /* Ajuste el ancho máximo de las imágenes en pantallas más pequeñas */
    

/*@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) {