﻿.mainText {
    color: #fff;
    background-color: inherit;
    float: left;
    height: 25em;
    width: 50%;
    position: relative;
}

    .mainText h1 {
        padding-left: .5em;
        font-size: 5em;
        line-height: 1em;
    }

    .mainText h2 {
        padding-left: 2em;
    }

    .mainText .botao {
        display: block;
        /*position: absolute;*/
        margin-top: 1em;
        left: 49px;
        color: #F58220;
        background-color: white;
        width: 4em;
        height: auto;
        text-align: center;
        font-size: 1.5em;
        line-height: 1.5em;
        text-transform: none;
        text-decoration: none;
        /*border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;*/
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin-left: 2em;
    }

        .mainText .botao:hover {
            color: #000;
        }

.lista-recursos {
    clear: both;
    display: block;
}

.gallery {
    background-color: inherit;
    position: relative;
    height: 25em;
    width: 50%;
    float: right;
}

    .gallery img {
        display: block;
        width: 80%;
        height: 90%;
        margin-left: 5%;
        background-repeat: no-repeat;
    }

    .gallery li {
        /*background-color: white;*/
        overflow: hidden;
    }

@media only screen and (max-width: 800px) {

    .mainText {
        clear: both;
        height: auto;
        width: 100%;
    }

        .mainText h1 {
            padding-left: .5em;
            font-size: 1.1em;
            line-height: inherit;
        }

        .mainText h2 {
            padding-left: .5em;
            font-size: .9em;
            line-height: inherit;
        }

        .mainText .botao {
            text-align: center;
            font-size: inherit;
            line-height: inherit;
            margin-left: .5em;
            margin-bottom: .5em;
        }


    .gallery {
        display: none;
    }
}
