.headerBox {
    min-height: 600px;
    padding-top: 100px;
}

.headerBox .titular {
    color:#fff;
}

.headerBox .titular2 {

}

.headerBox .copete {
    color:#fff;
    font-size: 15px;
}

@media screen and (min-width: 0px) {
    .headerBox {
        min-height: 300px;
        padding-top: 100px;
    }

    .headerBox .titular {
        font-size: 30px;
        line-height: 43px;
        margin-top: 130px;
    }

    .headerBox .titular2 {
        font-size: 40px;
    }

    .headerBox .copete {
        font-size: 20px;
    }

}

@media screen and (min-width: 750px) {
    .headerBox {
        min-height: 600px;
        padding-top: 100px;
    }
}

@media screen and (min-width: 970px) {
    .headerBox {
        min-height: 600px;
        padding-top: 100px;
    }

    .headerBox .titular {
        font-size: 70px;
        line-height: 73px;
    }

    .headerBox .titular2 {
        font-size: 80px;
    }
}

@media screen and (min-width: 1170px) {

}