@media (min-width: 1400px){
    .container-custom {
    	max-width: 1323px;
    }
    .contenedor-interno {
    	width: 1140px;
    }
}
@media (max-width: 1199px){
    .header_nav {
        display: none;
    } 
    .page_categoria_video_02 {
        padding: 60px;
    }
    .imgIframe {
        height: 600px;
    }
    .footer_nav .menu {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
}

@media (max-width: 991px) {
    .section-box-proyecto .Title {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .section-box-hero .Title {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .Web-Header {
        padding: 23px 0 0;
    }
    .header_wrapper {
        padding: 0 0 23px;
    }
    .menu .menu-item a {
        font-size: 1rem;
        line-height: 1rem;
    }
    .menu {
        column-gap: 15px;
    }
    .page_hero_content .page_hero_content_inner .Title {
        font-size: 2.813rem;
        line-height: 3.125rem;
    }    
}

@media (max-width: 767px){
    .section-box-proyecto .Title {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .Section-Nosotros {
        padding: 160px 0 45px;
    }
    .Sticky .custom-logo-link figure img {
        width: 147px;
    }
    .imgIframe {
        height: 400px;
    }
    .iframe_video_btn svg {
        width: 120px;
    }
    .iframe_video_btn {
        margin-left: -75px;
    }
    .card_audio_4 {
        margin-top: 140px;
    }
    .card_audio_3 {
        top: 90px;
    }
    .card_audio_2 {
        top: 50px;
    }
    .page_hero_content .page_hero_content_inner {
        padding-top: 30px;
    }    
    .section-box-hero .Title {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}

@media (max-width: 575px){
    .section-proyecto {
        padding: 165px 0 60px;
    }
    .section-proyecto .section-flex {
        height: auto;
    }
    .page_categoria_sound {
        padding: 60px 0;
    }
    .grid-sizer, .grid-item {
        width: 50%;
        /* padding-left: 15px; */
        /* overflow: hidden; */
    }
    .button-group button {
        font-size: 0.75rem;
        line-height: 0.75rem;
    }
    .button-group {
        column-gap: 15px;
    }
    .grid-item_inner {
        padding: 3px;
    }
    .page_galeria_bottom {
        margin-top: 25px;
    }
    .page_categoria_video_02 {
        padding: 20px 10px;
    }
    .page_hero_content .page_hero_content_inner .Title {
        font-size: 2.188rem;
        line-height: 2.563rem;
        margin-bottom: 50px;
    }
    .page_hero_content .page_hero_content_inner .subTitle {
        font-size: 1.25rem;
        line-height: 1.625rem;
        margin-bottom: 35px;
    }
    .section-box-hero .Title br {
        display: none;
    }
    .subTitle {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 25px;
    }
    .Title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 25px;
    }
    .section-box-categoria .text {
        width: 100%;
    }
    .text {
        font-size: 1.125rem;
        line-height: 1.563rem;
    }
    .Web-Footer {
        padding: 60px 0 0;
    }
    .footer_wrapper_copy {
        flex-direction: column;
        row-gap: 15px;
    }
    .hr-footer {
        margin-top: 30px;
    }
}

@media (max-height: 780px) {
    .section-box-proyecto .Title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 30px;
    }
    .section-box-proyecto .text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .section-box-hero .Title {
        font-size: 2rem;
        line-height: 2.5rem;
    }    
    .header_wrapper {
        padding: 0 0 20px;
    }
    .Web-Header {
        padding: 20px 0 0;
    }
    .section-box-hero .Title {
        font-size: 1.5rem;
        line-height: 1.875rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 576px) {
    .colPublic {
        width: 50%;
    }
}

@media screen and (min-width: 768px), screen and (max-height: 780px) {
    .section-proyecto .section-flex {
        height: auto;
    }
}

@media (min-width: 992px) {
    .colPublic {
        width: 33.33%;
    }
}