/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: GothamPro;
    src: url('fonts/GothamPro-Bold.woff');
    font-weight: 600;
    font-style: normal
}

.displayNone {
    display: none;
}

body {
    height: 100vh;
    padding: 0;
}

.page img {
    max-width: 100%;
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
}

.page section {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #00547e;
}

.page section, .page aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page aside {
    padding: 10px 100px;
}

.page #apresentacao {
    padding-left: 125px;
    padding-right: 60px;
}

.tempoLateral {
    position: absolute;
    bottom: 80px;
    right: 50px;
}


/* ---------------- Info Tempo */
.infoTempo {
    max-width: 800px;
}

.infoTempo .linha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
}

.info {
    max-width: 193px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.info .icon-container {
    height: 100px;
}

.info .icon {
    display: block;
}

.info h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'GothamPro';
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 0px;
}

.info span{
    color: #31bbac;
    text-align: center;
    font-family: 'GothamPro';
    font-weight: bold;
    line-height: 30px;
    font-size: 1.2em;
    letter-spacing: 2px;
    margin-top: 20px;
}

.footerLinha {
    position: absolute;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footerLinha img {
    margin-right: 100px;
}

.footerLinha button, .footerLinha a {
    display: inline-block;
    background: #31bbac;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 60px;
    font-size: 0.75em;
    font-family: 'GothamPro';
    font-weight: bold;
	text-decoration: none;
}

.footerLinha button:hover, .footerLinha a:hover {
    cursor: pointer;
    background: #28978a;
}

/* ----------------------------- Media Query ------------------- */

@media screen and (max-width: 1600px) {
    .tempoLateral {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .page aside {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 1060px) {
    .page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .infoTempo {
        max-width: unset;
    }

    .page aside img {
        display: block;
        margin: 0 auto;
        padding: 30px 10px;
    }

    .footerLinha {
        position: unset;
        margin-top: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .page #apresentacao {
        padding: 50px 100px;
    }

    .info {
        margin-bottom: 50px;
    }

    .info h2 {
        margin-top: 20px;
    }

    .info span{
        margin-top: 10px;
    }
}

@media screen and (max-width: 750px) {
    .info .icon-container {
        height: unset;
    }

    .infoTempo .linha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
        margin-bottom: unset;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media screen and (max-width: 760px) {
    .footerLinha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .footerLinha img {
        margin-right: unset;
        margin-bottom: 30px;
    }
	
	.footerLinha button, .footerLinha a {
		margin: 0px !important;
		margin-top: 10px !important;
		padding: 10px 30px;
		text-align: center;
	}
}