@media only screen and (max-width: 767px) {
    .d-header > img {
        width: 40%;
    }


    .d-info-about {
        margin-top: 30px;
        padding-right: 0px;
    }

    .d-info-about .title-about-movil {
        display: block;
    }

    .d-info-about .t1 {
        display: none;
    }

    .d-img-about > img {
        width: 50%;
    }

    .d-testimonials .t1 {
        font-size: 30px;
    }

    .d-testimonials .t1 > b {
        font-size: 36px;
    }

    .d-testimonials .t3 {
        font-size: 11px;
    }

    .d-testimonials .t2 {
        font-size: 36px;
    }

    .d-menu-footer > a {
        font-size: 11px;
    }

    .d-title-portfolio .t1 {
        font-size: 14px;
    }

    .d-title-portfolio .t2 {
        font-size: 60px;
    }

    .d-header-int .t2 {
        font-size: 34px;
    }

    .d-header-int .t3 {
        font-size: 34px;
    }

    .d-item-portafolio .t1 {
         font-size: 13px;
    }

    .d-item-portafolio > img {
        width: 85%;
    }

    .d-about-int {
        text-align: center;
    }

    .d-about-int > img {
        width: 30px;
        margin-bottom: 14px;
    }

    .d-about-int .t2 {
        font-size: 27px;
    }

    .d-about-int .t3 {
        font-size: 36px;
    }
    
    .d-evento-int .t1 > span{
        display: none;
    }
    
    .d-evento-int .t1{
        font-size: 29px;
    }

}

/* ----- RESPONSIVE S5 ----- */
@media only screen and (max-width: 360px) {}

/* ----- RESPONSIVE iPHONE 5/SE ----- */
@media only screen and (max-width: 320px) {}

/* ----- RESPONSIVE iPHONE X ----- */
@media only screen and (max-width: 375px) {}

/* ----- RESPONSIVE MOVIL DESKTOP ----- */
@media only screen and (max-width: 500px) {}

/* ----- RESPONSIVE MOVIL DESKTOP ----- */
@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 991px) {
    .d-info-about .t1.movil {
        font-size: 27px !important;
    }

    .d-info-about .t1.movil > b {
        font-size: 27px !important;
    }

    .d-info-about .btn-white {
        margin-top: 45px !important;
    }

    .d-title-portfolio {
        padding-left: 0px;
    }

    .d-btn-portfolio {
        text-align: center;
        padding-top: 30px;
    }
    
    .d-img-pag-about{
        padding-top: 50px;
    }
    
    .d-img-pag-about{
        margin-top: 0px;
    }
    
    .d-img-pag-about > img{
        width: 100%;
    }
    
    .d-creditos-eventos{
        margin-top: 50px;
    }
}


@media only screen and (max-width: 1020px) {}

@media only screen and (max-width: 1200px) {
    .d-info-about .t1 {
        font-size: 34px;
    }

    .d-info-about .t1 > b {
        font-size: 34px;
    }

    .d-header-int .t2 > span {
        font-size: 0px;
        display: none;
    }

}

/* ----- ULTRAWIDE SCREEN ----- */


@media only screen and (min-width: 1386px) {}
