﻿
@media screen and (max-width:900px) {

    body {
        background-image: url(../images/fundo2.jpg);
        background-repeat: repeat-y;
        background-size: 100%;
        background-position: center top;
        background-attachment: initial;
    }

    .header {
        width: 92%;
        margin:auto;
        padding-top: 30px;
    }

    .header .logo {
        width: 130px;
    }

    .header .text {
        display: table;
        float: none;
        width: 92%;
        margin:auto;
        margin-top: 0px;
        padding-top:16px;
        padding-left: 0px;
    }

        .header .center .txt1 span {
            display:table;
        }

            .header .center .txt1 span img {
                width: 40px;
                vertical-align: bottom;
            }

    .header .center .txt1 {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 8px;
        letter-spacing: -1px;
    }

    .header .bt {
        display: none;
    }

    .header .btresp {
        display: table;
    }

    .header .txt3 {
        font-size: 20px;
        line-height: 30px;
        padding-right: 60px;
    }

    .bands {
        display: table;
        width: 100%;
        max-width: 1125px;
        height: 1125px;
        margin: auto;
        margin-top: 30px;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
    }

    .bands .band {
        width: 50%;
        height: 200px;
    }

    .bands .band .txt1 {
        width: 85%;
        font-size: 26px;
        line-height: 28px;
        bottom: 20px;
        right: 7%;
    }

        .bands .band .txt1 .bt {
            font-size: 16px;
            margin-top: 10px;
        }

            .bands .band .txt1 .bt span {
                font-size: 16px;
                line-height: 16px;
            }

    .abalefty .txtaba1 {
        font-size: 36px;
        line-height: 34px;
        padding-bottom: 30px;
    }

    .abalefty .btaba {
        max-width: 100%;
    }

    .abalefty iframe {
        height: 250px;
    }
}