.contact-wrapper .background-company{
    background-image: url("../img/mobil/empresa.png");
}
.about-content p {
    margin-bottom: 10px;
}
.about-content p strong{
    font-size: 1.5rem;
    font-weight: 600;
}
.img-founders{
    border-radius: 50%;
    width: 200px;
 }

.bg-white {
    background-color: #ffffff;
}

.bg-parallax {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/mobil/parallax-movil.png");
    height: 100vh;
    width: 100vw;
    z-index: -1;
}

.parallax {
    background-image: initial;
    background-color: transparent;
}
.pre-parallax{
    padding: 50px;
}
.logo_portics_circle{
    width: 30%;
}
.icon-values{
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: .5rem;
}
.text-value{
    font-weight: 500;
}
.p-values{
    padding-left: 2rem;
    padding-right: 2rem;
}
@media only screen and (min-width : 320px) {}

@media only screen and (min-width : 480px) {}

@media only screen and (min-width : 768px) {
    .background-values{
        background-image: url("../img/web/back_values.png");
        height: 45vh;
        background-position: center;
        background-size: cover;
    }
    .parallax{
        background-image: url("../img/web/parallax_desk.png");
    }
    .background-values{
        height: 55vh;
    }
    .icon-values{
        width: 2rem;
        height: 2rem;
    }
    .p-values{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width : 992px) {
    .contact-wrapper .background-company {
        background-image: url("../img/web/empresa.png");
    }
    .logo_portics_circle{
        width: 40%;
    }
    .background-values{
        height: 75vh;
    }
    .p-values{
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .bg-parallax {
        display: none;
    }

    .parallax {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/web/parallax_desk.png");
        color: white;
    }
}
@media only screen and (min-width : 1200px) {
    .background-values{
        height: 65vh;
    }
    .p-values{
        padding-left: 14rem;
        padding-right: 14rem;
    }
}
@media only screen and (min-width : 1500px) {
    .background-values{
        height: 40vh;
    }
}
