/* 15 pulgadas Retina Sm */

@media all and (min-width:1100px) and (max-width: 1700px) {
    footer h2 {
        font-size: 22px !important;
    }
    .subchild a,
    .subchild p {
        font-size: 12px !important;
    }
    .row.subchild>div {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .box-text {
        min-width: 60%;
    }
    body footer {
        padding: 100px 0px 0 0 !important;
    }
    .logo_45,
    .logo_summit {
        max-width: 330px;
        margin-top: 80px
    }
    body footer .footer_menu_ ul a {
        font-size: 14px !important;
    }
    .blog-hover-box.align-bottom {
        font-size: 12px !important;
    }
    .height-100.height-fit {
        height: auto !important;
        padding: 120px 0 500px !important;
    }
    .height-100.height-fit .vertical-align2 {
        position: relative;
        top: 0% !important;
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    .pt-120 {
        padding-top: 120px !important;
        height: auto !important;
        padding-bottom: 520px !important;
    }
}


/* Imac Resolutions :) */

@media all and (min-width:1921px) and (max-width: 2560px) {
    .imac-height-50 {
        height: 50vh !important;
    }
    .imac-height-70 {
        height: 70vh !important;
    }
}