/* 15 pulgadas Retina Sm */
@media all and (min-width:1100px) and (max-width: 1700px) {
    body .arrow{
        right: 180px;
    }
    .rightpart_child{
        max-width: 55%
    }
    body ul.mainleftmenu>li> a {
        font-size: 24px !important;
        padding: 15px 40px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    p.lead2 {
        font-size: 16px !important;
        font-weight: normal;
    }
    .height-fit{
        height: auto !important;
        padding:120px 0 !important;
    }
    .height-fit .vertical-align{
        position: relative !important;
        top: 0% !important;
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    .f12,
    .team-member-position p{
        font-size: 13px !important
    }
}