#fotoContact {
    background-image: url(../../files/nosotros.png) !important;
    float: right;
    width: 100% !important;
    /* min-width: 0px; */
    background: #000;
    background-position-y: center;
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.fillAvailable {
    width: -webkit-fill-available !important;
}
.divContainer {
    margin: 40px;
    text-align: center;
    width: 216px;
}
.pContainer {
    text-align: center;
    align-items: center;
    align-content: center;
    width: fit-content;
    margin: 0 auto;
}

#fotoContact {
    display: none;
}

.divContainer a {
    text-decoration: underline;
}

.infoText {
    width: 80vw !important;
    color: #000;
    padding-left: 5vw;
    padding-right: 5vw;
    justify-content: space-between;
    background-color: rgba(217, 217, 217, 0.2);
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin: 0 auto 30px;
    font-size: 11px;
    display: flex;
}

.customPageCenteredContent {
    width: 100% !important;
}

.mail {
    text-decoration: underline;
}

.title {
    margin-top: 20px !important;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 20px;
    font-size: 30px;
    color: black;
    text-align: center;
    color: #7b1e1a;
    /* font-weight: 500; */
    font-style: italic;
    text-transform: capitalize;
}

.redesLink {
    line-height: 27px;
}

.mail {
    line-height: 27px;
}

.divContainer p {
    font-size: 17px;
    text-align: left;
    padding: 0 !important;
    width: 100%;
    margin-bottom: -9px;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}

.staffNames
.divContainer {
    margin: 40px 0 20px;
    text-align: center;
    width: unset;
    flex-basis: 100%;
}

.staffNames {
    position: relative;
    text-align:left;
    width: 80vw !important;
    /* color: #000; */
    padding-left: 5vw;
    padding-right: 5vw;
    background-color: rgba(217, 217, 217, 0.2);
    display: flex;
    margin: 0px auto 0;
    font-size: 11px;
    justify-content:center;
}

.staffNames2 {
    position: relative;
    text-align:left;
    width: 80vw !important;
    color: #000;
    padding-left: 5vw;
    padding-right: 5vw;
    background-color: rgba(217, 217, 217, 0.2);
    display: flex;
    margin: 0px auto 0;
    font-size: 11px;
    justify-content:left;
}

.staffNames2
.divContainer {
    margin: 40px 0 20px;
    text-align: center;
    width: unset;
    flex-basis: 35% ;
}
.distribution {
    display: flex;
}


.distribution .infoText {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .distribution {
    flex-direction:column
}
    .divContainer {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .divContainer p {
        text-align: center;
    }
    .staffNames {
    flex-direction:column;
}
    .infoText {
   
    display: flex;
        flex-direction:column;
}
}