/*#####################  LANDING CONTACTE CON NOSOTROS      #########################################*/
.align-custom-middle {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.p-14 {
    font-size: 14pt;
    text-align: center;
    line-height: 17px;
    font-family: var(--df-rebranding-secondary-font);
    color: #777;
    margin-top: 5px;
}
.p-title-24{
    color: #00b477;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #00b477;
    margin-bottom: 15px;
    font-family: var(--df-rebranding-main-font);
}
.img-contacte-con-nosotros{
    height: 250px;
}

/*#####################  LANDING NOSOTROS      #########################################*/

.nosotros-imgsize{
    width: 400px;
    height: 400px;
    margin: 0px auto!important;
}
.nosotros-imgsizeb{
    width: 271.5px;
    height: 271.5px;
    margin: 0px auto!important;
}
.nosotros-imgjuan{
    background: url("/img/cms/paginas-cms/juan_desmonts.jpg") no-repeat;
    background-size: cover;
}

.nosotros-imgclara{
    background: url("/img/cms/paginas-cms/clara.jpg") no-repeat;
    background-size: cover;
}
.nosotros-imgjulio{
    background: url("/img/cms/paginas-cms/julio.jpg") no-repeat;
    background-size: cover;
}
.nosotros-imgjorge{
    background: url("/img/cms/paginas-cms/jorge.jpg") no-repeat;
    background-size: cover;
}
.nosotros-imgismael{
    background: url("/img/cms/paginas-cms/ismael.jpg") no-repeat;
    background-size: cover;
}
.nosotros-imgjaviermoya{
    background: url("/img/cms/paginas-cms/javiermoya.jpg") no-repeat;
    background-size: cover;
}

@media all and (max-width: 500px) {
    div.nosotros-imgsize{
        width: 320px;
        height: 320px;
    }
}
