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

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

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

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

.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(--third-color);
    font-weight: bolder;
    cursor: pointer;
}

.caluga-click:hover img{
    filter: brightness(0) saturate(100%) invert(39%) sepia(57%) saturate(1754%) hue-rotate(351deg) brightness(91%) contrast(104%);
    cursor: pointer;
}

.caluga-click:hover i{
    filter: brightness(0) saturate(100%) invert(39%) sepia(57%) saturate(1754%) hue-rotate(351deg) brightness(91%) contrast(104%);
    cursor: pointer;
}

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

.uf-class{
    text-align: center;
    width: clamp(22.5rem, 13.165rem + 41.489vw, 46.875rem);
    background-color: var(--second-color);
    color: #fff;
    border-radius: 0 0 8px 8px;
    font-weight: bolder;
}

dialog.modal{
    padding: 16px 0 0 0;
}

.caluga-sucursal p {
    font-size: clamp(1rem, 0.904rem + 0.426vw, 1.25rem);
    line-height: clamp(1.25rem, 1.154rem + 0.426vw, 1.5rem);
}

.contenido.contacto-estandar a {
    font-size: clamp(1rem, 0.904rem + 0.426vw, 1.25rem);
    line-height: clamp(1.25rem, 1.154rem + 0.426vw, 1.5rem);
}

.contenido.contacto-estandar p {
    font-size: clamp(1rem, 0.904rem + 0.426vw, 1.25rem);
    line-height: clamp(1.25rem, 1.154rem + 0.426vw, 1.5rem);
}