body{
    font-family: 'Open Sans',
    sans-serif;
}
/*Header*/

header{ 
    margin-top: 30px;
    margin-bottom: 35px;
}
header .logo {
    margin-top: 15px;
}

header .h1_hid {
    display: none;
}

header h2{
    color: #c90010;
    font-weight: 400;
    font-size: 32px;
    margin-top: 0px;
    text-transform: uppercase;
}

header p {
    color: #707070;
    font-size: 18px;
}

header p a{
    text-align: center;
    background: #c90010;
    color: #fff;
    width: 200px;
    display: inline-block;
    height: 35px;
    padding-top: 5px;
    cursor: pointer;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 5px;
    transition: ease 0.4s;
}

header p a:hover{
    background: #000;
}

/*Banner*/
 .banner{
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
 }

.banner .top_banner .box{
    height: 130px;
    background: rgba(00,00,00,0.8);
    width: 100%;
    display: block;
}

.banner .top_banner .box p{
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding-top: 15px;
}

.banner .top_banner .box p strong{
    display: block;
    font-size: 40px;
}

.banner .top_banner .box p strong a{
    color: #c90010;
    text-decoration: none;
    transition: ease 0.4s;
}

.banner .top_banner .box p strong a:hover{
    color: #fff;
    text-decoration: none;
}

.banner .bottom_banner {
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    display: block;
    margin-top: 271px;
    padding-top: 6px;
}

.banner .bottom_banner .op_box{
    float: left;
    width: 25%;
    text-align: center;
    height: 100%;
}

.banner .bottom_banner .op_claro{
    padding-top: 23px;
}
.banner .bottom_banner .op_oi {
    padding-top: 20px;
}
.banner .bottom_banner .op_tim {
    padding-top: 40px;
}
.banner .bottom_banner .op_vivo {
    padding-top: 33px;
}

/*Footer*/

footer p{
    text-align: center;
    color: #707070;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 35px;

}

footer p b{
    color: #c90010;
}

.box_cartao{
    display: block;
    height: 40px;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.box_cartao .card {
    text-align: center;
    float: left;
    width: 85px;
}

@media only screen and (max-width: 767px) {
    /*Header*/
    header .logo{
            text-align: center;
    }

    header h2{
        text-align: center;
        font-size: 25px;
    }

    header p{
        text-align: center;
    }
    /*Banner*/

    .banner .bottom_banner {
        margin-top: 255px;
        padding-top: 6px;
        height: 150px;
    }


    .banner .bottom_banner .op_box{
        width: 50%;
    }

    .banner .top_banner .box p{
        font-size: 20px;
    }

    .banner .top_banner .box{
        height: 95px;
    }

    .banner .top_banner .box p strong{
        font-size: 25px;
    }

    .banner .bottom_banner .op_claro,
    .banner .bottom_banner .op_oi,
    .banner .bottom_banner .op_tim,
    .banner .bottom_banner .op_vivo{
        padding-top: 0px;
        height: 72px;
    }

    .banner .bottom_banner .op_claro{
        padding-top: 10px;
    }

    .banner .bottom_banner .op_oi {
        padding-top: 10px;
    }

    .banner .bottom_banner .op_tim {
        padding-top: 25px;
    }

    .banner .bottom_banner .op_vivo {
        padding-top: 20px;
    }

    .box_cartao .card{
        text-align: center;
        float: left;
        height: 40px;
        width: 33.3333%;
        margin-bottom: 15px;
    }

    .box_cartao {
        display: block;
        height: 100px;
        margin-top: 25px;
        margin-bottom: 10px;
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }


    /*Footer*/
}

@media only screen and (max-width: 424px) {
    /*Header*/

    header {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    header h2{
        font-size: 20px;
    }

    header p a{
        margin-left: 0px;
        display: block;
        width: 260px;
        font-size: 22px;
        height: 45px;
        padding-top: 7px;
        margin: 20px auto 0;
    }

    /*Banner*/

    .banner{
        background-position-x: 1110px;
    }

    .banner .top_banner .box p{
        padding-top: 23px;
    }

    .banner .top_banner .box p {
        font-size: 16px;
    }

    .banner .top_banner .box p strong {
        font-size: 21px;
    }

    /*Footer*/

    footer p {
        text-align: center;
        color: #707070;
        font-size: 16px;
        margin-top: 50px;
        padding: 0px 5px;
        margin-bottom: 35px;
    }
}
