.InfoSalmonV2.lightBeige, .InfoSalmonV2 .lightBeige {
    background-color: var(--salmon);
}
.InfoSalmonV2.lightBlue, .InfoSalmonV2 .lightBlue {
    background-color: #EDF5FC;
}

.InfoSalmonV2 .container{
    padding-top: 40px;
    padding-bottom: 40px;
}

.InfoSalmonV2 .texto_intro{
    font-family: CircularStd;
    font-size: 0.6875em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.36;
    letter-spacing: 0.09px;
    text-align: center;
}

.InfoSalmonV2 .titulo{
    font-family: AddingtonCF;
    font-size: 2.8125em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.58px;
    text-align: center;
}

.InfoSalmonV2 .texto_principal{
    font-family: CircularStd;
    font-size: 1.125em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
}

.InfoSalmonV2 .enlace{
    font-family: CircularStd;
    font-size: 0.75em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: 0.1px;
    text-align: center;
}

.InfoSalmonV2  .imagen{
    height: 478px;
    overflow: hidden;
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.18);
}

.InfoSalmonV2  .imagen_info_salmon img{
    max-width: 75px;
    height: auto;
}
.InfoSalmonV2  .container .row {
    gap: 30px;
}

@media (min-width: 576px) { /* sm */
    .InfoSalmonV2  .imagen_info_salmon img{
        max-width: unset;
    }
    .InfoSalmonV2  .container .row {
        gap: unset;
    }
}
@media (min-width: 768px) { /* md */


}
@media (min-width: 992px) { /* lg */
    .InfoSalmonV2 .container{
        padding-top: 60px;
        padding-bottom: 60px;
    }

}
@media (min-width: 1200px) { /* xl */ }
@media (min-width: 1400px) { /* xxl */ }

