﻿@font-face {
  font-family: 'Roboto-Regular';
  src: url(../../css/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Bebas Neue';
  src: url(../../css/bebas-neue.otf);
}
@font-face {
  font-family: 'Source Sans Pro' ;
  src: url(../../css/SourceSansPro-Black.otf);
}
body{
    display: grid;
    margin: 0px;
    padding: 0px;
    font-family: Roboto-Regular!important;
}
.textoG{
    font-size: 7vw;
    font-family: Bebas Neue!important;
    text-shadow: 0.1vw 0.1vw #1d1c1c;
}
.textoM{
    font-size: 3.6vw;
    font-family: Bebas Neue!important;
    text-shadow: 0.1vw 0.1vw #1d1c1c;
}
.branco{
    color: white;
    text-transform: uppercase;
    /*font-weight: bold;*/
}
.amarelo{
    color: #d4b307;
    text-transform: uppercase;
    /*font-weight: bold;*/
    text-space-collapse:collapse;
}
.azul{
    color: #448da3;
    text-transform: uppercase;
    font-weight: bold;
}
header {
    display: grid;
    background-image: linear-gradient( to right, #4288a6 -41%, #489d9c);
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    grid-template-areas: "a b c" "d d d";
    grid-template-columns: 59% 37% 4%;
    grid-template-rows: 41vw 9vw;
}
.headerTexto1{
    display: grid;
    grid-area: a;
    margin-top: 12vw;
    margin-right: 0;
    margin-left: 8vw;
}
.headerImg{
    display: grid;
    grid-area: b;
}
.cellHeader {
    margin:5vw;
    background-color: none;
    height: auto;
    width: 47%;
}
.headerBtn{
    grid-area: c;
}
.btnLogin{

}
.headerTexto2{
    display: grid;
    grid-area: d;
    background-color: rgb(0, 0, 0, 0.3);
    text-align: center;
    align-items: center;
    letter-spacing: 0.3vw;
}
.btnReturn {
    width: 4vw;
    height: auto;
    z-index: 100;
    position: fixed;
    margin: 4vw 2vw;
    border-radius: 3vw;
    border: 0.2vw solid transparent;
}
.btnReturn:hover {
    border: 0.2vw solid white;
}
.etiquetaBtn {
    opacity:0;
    z-index: 0;
    position: fixed;
    margin: 9vw 2vw;
    border-radius: 3vw;
    font-size: 1.2vw;
    font-family:Arial;
    color: white;
    background: darkslategray;
    padding: 0.4vw 1.8vw;
    transition: all 0.2s linear;
}
.containerBtnReturn:hover .etiquetaBtn {
    opacity:1;
    z-index: 100;
    transition: all 0.2s linear; 
}
/* Container */
container {
    display: grid;
    position: relative;
    background-color: white;
    width: 100%;
    height: auto;
    grid-template-rows: 103vw 0vw;
}
.containerVideo {
    background-color: white;
    display: grid;
    grid-template-columns: 66% 25%;
    align-items: center;
    display: none;
}
.containerVideo span{
    text-shadow: none!important;
}
.video {
    margin: 8%;
    height: 79%;
    width: 80%;
    border: 1px solid transparent;
    border-radius: 6px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.player {
    width: 54vw;
    height: 30.4vw;
}
.containerTelas{
    background-color: #d3d3d34f;
    display: grid;
    grid-template-areas: 
        "a b c"
        "d e f"
         ;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 48vw 48vw;
    grid-gap: 5vw 4vw;
}
.containerTelas span{
    text-shadow: none!important;
}
.section1{
    display: grid;
    grid-area:a;
    background: #f1c818;
    width: auto;
    height: auto;
    margin-left: 10%;
    margin-top: 10%;
    border: 1px solid transparent;
    border-radius:5px;
    grid-template-areas:         "1"         "2";
    grid-template-rows: 16vw;
    text-align: center;
    padding: 2vw;
    box-shadow: 0.99vw 0.99vw 1.1vw #b7b7b7;
}
.section1Img{
    height: auto;
    width: 56%;
}
.section2{
    display: grid;
    grid-area:b;
    background: #849ecf;
    width: auto;
    height: auto;
    margin-top: 10%;
    border: 1px solid transparent;
    border-radius:5px;
    grid-template-areas:         "1"         "2";
    grid-template-rows: 16vw;
    text-align: center;
    padding: 2vw 1vw;
    box-shadow: 0.99vw 0.99vw 1.1vw #b7b7b7;
}
.section2Img{
    height: auto;
    width: 46%;
}
.section3{
    display: grid;
    grid-area:c;
    background: #a0c458;
    width: auto;
    height: auto;
    margin-right: 10%;
    margin-top: 10%;
    border: 1px solid transparent;
    border-radius:5px;
    grid-template-areas:         "1"         "2";
    grid-template-rows: 16vw;
    text-align: center;
    padding: 2vw 1vw;
    box-shadow: 0.99vw 0.99vw 1.1vw #b7b7b7;
}
.section3Img{
    height: auto;
    width: 53%;
}
.section4{
    display: grid;
    grid-area:d;
    background: #5b9485;
    width: auto;
    height: auto;
    margin-left: 10%;
    margin-bottom: 10%;
    border: 1px solid transparent;
    border-radius:5px;    grid-template-areas:         "1"         "2";
    grid-template-rows: 16vw;
    text-align: center;
    padding: 2vw 1vw;
    box-shadow: 0.99vw 0.99vw 1.1vw #b7b7b7;
}
.section5{
    display: grid;
    grid-area:e;
    background: #6d71a0;
    width: auto;
    height: auto;
    margin-bottom: 10%;
    border: 1px solid transparent;
    border-radius:5px;
    grid-template-areas:         "1"         "2";
    grid-template-rows: 16.5vw;
    text-align: center;
    padding: 2vw 1vw;
    box-shadow: 0.99vw 0.99vw 1.1vw #b7b7b7;
}
.section5Img{
    height: auto;
    width: 44%;
}
.section6 {
    display: grid;
    grid-area: f;
    background: #86116c;
    width: auto;
    height: auto;
    margin-right: 10%;
    margin-bottom: 10%;
    border: 1px solid transparent;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    padding: 2vw 1vw;
    box-shadow: 0.99vw 0.99vw 1.1vw #b7b7b7;
    grid-template-areas: "1" "2";
    grid-template-rows: 13.5vw 30vw;
}
.lupa {
    width: 51%;
    height: auto;
}
/* Footer*/
footer{
    display: grid;
    background-image: linear-gradient( to right, #4288a6 -41%, #489d9c);
    width: 100%;
    height: 49vw;
    grid-template-areas:
        "1 2";
    grid-template-columns: 1.7fr 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.rodapeSection1{
    display: grid;
    grid-template-areas: 
        "1"
        "2";
    grid-gap: 3vw;
}
.rodapeSection1 span{
    padding: 0vw 19vw;
    font-size: 4vw;
}
.logos{
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-areas: "1 2";
    grid-gap: 2vw;
}
.appStore{
    width: auto;
    height: 3vw;
    border: 1px solid transparent;
    border-radius: 0.7vw;
}
.googlePlay{
    width: auto;
    height: 3vw;
    border: 1px solid transparent;
    border-radius: 0.7vw;
}

@media only screen and (max-width: 770px) {
        .logos{
            display: grid;
            justify-content: center;
            align-items: center;
            grid-template-areas: "1 2";
            grid-gap: 2vw;
        }
        .appStore{
            width: auto;
            height: 5vw!important;
            border: 1px solid transparent;
            border-radius: 0.7vw;
        }
        .googlePlay{
            width: auto;
            height: 5vw!important;
            border: 1px solid transparent;
            border-radius: 0.7vw;
        }
}

.cellFooter {
    background-color: transparent!important;
    height: auto;
    width: 47%;
    margin-right: 15%;
}