.c-info-header {
    padding: 1rem 15px 3rem;
}

.c-info-header.--title {
    padding: 1rem 15px 1.5rem;
}

.c-info-header .c-info-header__title {
    font-size: 7.5vw;
    line-height: normal;
    margin-bottom: 4px;
    font-weight: 300;
}

.c-info-header .c-info-header__title span {
    display: block;
    font-weight: bold;
}

.c-info-header .c-info-header__posTitle {
    display: none;
    font-size: 6vw;
    line-height: normal;
    font-weight: 400;
}

@media screen and (min-width:540px) {
    .c-info-header .c-info-header__title {
        font-size: 36px;
    }

    .c-info-header .c-info-header__posTitle {
        display: block;
        font-size: 20px;
    }
}

@media screen and (min-width:540px) {
    .c-info-header .c-info-header__title span {
        display: inline-block;
    }
}

.boxblue {
    max-width: 1170px;
    width: 100%;
    background-color: #019df4;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    height: 70px;
    margin-bottom: 3%;

}

.boxblue p {
    padding: 1%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    align-items: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 10px;
}

.boxblue a {
    padding: 8px 30px;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    border: solid white 1px;
    margin-left: 10px;
}


@media screen and (max-width:768px) {
    

    .boxblue {
        height: auto;
        width: 95%;
    }

    .boxblue p {
        text-align: left;
        padding: 10px;
        padding-top: 15px;
        color: #fff;
        font-size: 13px;
        width: 100%;
        font-weight: bold;
        display: flex;
        margin: 0 auto;
    }

    

    .boxblue img {
        display: none;
    }

    .container-celulares {
        margin-bottom: 10%;
    }

    .fontmb a {
        font-size: 9px;
        width: 45%;
    }
}