.centro {
    background-image: url(../imagens/barraMeio.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-color: #003C61;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10% 0 30px 0;
    /*
    padding: 130px 0 30px 0;
    */
    align-content: flex-start;
    margin-top: -5px;
}

.titulo {
    width: 30%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    color: #000;
}


.tituloT {
    width: 100%;
    font-size: 2.4em;
    height: 50px;
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
}

.titulo p {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 0.33em;
    margin-top: 8px;
}

.linhaDivis {
    width: 100%;
    height: 47px;
}

.ctrCentro {
    width: 60%;
    /*
    height: 30px;
    */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 47px;
}

.itemA,
.itemB {
    box-sizing: border-box;
    font-size: 1.1em;
    color: #000;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.itemA {
    border-right: 1px solid #000;
}

.canal {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.cntitulo {
    width: 80%;
    padding: 30px 0;
    text-align: center;
    font-size: 2em;
}

.especifc {
    width: 100%;
    background-color: #1474A4;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 30px 0;
}

.espTit {
    width: 80%;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 1.4em;
    color: #fff;
}

.espCtr {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.iteme {
    padding: 10px;
    align-self: center;
    text-align: center;
}

.espA, .espB, .espC {
    text-align: center;
    color: #fff;
}

.espA, .espC {
    font-size: 1.1em;
}

.espB {
    font-size: 3em;
}

.espBai {
    width: 80%;
    padding: 60px 0 0 0;
    display: flex;
    justify-content: center;
}

.espBai a{
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.espBai a:hover {
    color: #73FFFF;
}

.espBai i {
    font-size: 5em;
    padding: 5px;
}

.espBai span {
    font-size: 1.4em;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.franquia {
    width: 100%;
    position: relative;
    overflow: hidden;
}



.txtFranA,
.txtFranB {
    position: absolute;
    left: 30%;
}

.txtFranA {
    top: 40%;
    font-size: 2.5em;
    font-weight: bold;
}

.txtFranB {
    top: 57%;
    font-size: 1.18em;
}

@media screen and (max-width: 1300px){
    .canal video {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1160px){
    .titulo {
        width: 40%;
    }
    
    .ctrCentro {
        width: 70%;
    }
}

@media screen and (max-width: 850px){
    .titulo {
        width: 50%;
    }
    
    .ctrCentro {
        width: 80%;
    }
}

@media screen and (max-width: 640px){
    .titulo {
        width: 70%;
    }
    
    .ctrCentro {
        width: 90%;
    }
}

@media screen and (max-width: 550px){
    .ctrCentro {
        grid-template-columns: 1fr;
        margin-bottom: 0;
        padding: 0;
        /*
        */
    }
    
    .itemA {
        border-right: none;
    }
    
    .itemA,
    .itemB {
        font-size: 1em;
        padding: 10px 5px;
    }
}


@media screen and (max-width: 460px){
    .tituloT {
        font-size: 1.4em;
    }

    .titulo p {
        font-size: 1em;
    }
}

