#somos p{
    font-size: clamp(0.75rem, 0.654rem + 0.426vw, 1rem);
    line-height: clamp(1rem, 0.904rem + 0.426vw, 1.25rem);
}

#chequeo img{
    width: 100%;
    border-radius: 8px;
}

#chequeo ul{
    padding-inline-start: 20px;
}

#chequeo p{
    font-size: clamp(0.75rem, 0.654rem + 0.426vw, 1rem);
    line-height: clamp(1rem, 0.904rem + 0.426vw, 1.25rem);
}

.calugas{
    gap: 32px;
}

.two-columns{
    gap: 20px;
    justify-content: space-evenly;
}

.two-columns img{
    width: 80%;
    border-radius: 8px;
}

img.icon-extern {
    width: 30px !important;
}

img.icon-extern.cueca {
    width: 20px !important;
}

img.icon-extern.chef {
    width: 42px !important;
}

.caluga-click:hover{
    color: var(--main-color);
    font-weight: bolder;
    cursor: pointer;
}

.caluga-click:hover img{
    filter: brightness(0) saturate(100%) invert(65%) sepia(97%) saturate(295%) hue-rotate(53deg) brightness(90%) contrast(91%);
    cursor: pointer;
}

.caluga-click:hover i{
    filter: brightness(0) saturate(100%) invert(65%) sepia(97%) saturate(295%) hue-rotate(53deg) brightness(90%) contrast(91%);
    cursor: pointer;
}

.big-banner h1{
    color: #000;
}