/* 13 pulgadas Retina Sm */
/*13 inch retina*/
@media (min-width: 799px) and (max-width: 1350px) {
    .height-100{
        height: auto !important
    }
    .height-100 .vertical-align{
        position: relative;
        top: 0% !important;
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    body #cog {
        max-width: 160px;
    }
    body .morevideos {
        top: -60px;
    }
    body .boxv {
        text-align: center;
    }
    body .main_menu >li a {
        font-size: 27px !important;
    }
    body .hero-title{
        font-size: 70px
    }
    h2 {
        font-size: 28px;
    }
    .info_team_detail ul li:first-child {
        left: 5%;
    }
    .info_team_detail ul li:last-child {
        right: 5%;
    }
    .info_team_detail ul{bottom: 60px}
    body .scroll {
        right: 20px;
        bottom: 200px;
        z-index: 9;
    }
    body .letter1 {
        max-width: 291px;
    }
    .hover-title-box .separator{opacity: 0}

    body .box_changer.modi.dauto p.nh {
        min-height: 320px !important;
    }
    .pt0-13{padding-top: 0 !important}
}