html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}






@font-face {
	font-family: 'Brown-Regular';
	src: url('../fonts/Brown-Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brown-Light';
	src: url('../fonts/Brown-Light.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brown-Bold';
	src: url('../fonts/Brown-Bold.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'BlenderPro-Book';
	src: url('../fonts/BlenderPro-Book.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BlenderPro-Heavy';
	src: url('../fonts/BlenderPro-Heavy.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BlenderPro-Medium';
	src: url('../fonts/BlenderPro-Medium.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'NewsGothicStd';
	src: url('../fonts/NewsGothicStd.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NewsGothicStd-Bold';
	src: url('../fonts/NewsGothicStd-Bold.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'TiemposHeadline-Light';
	src: url('../fonts/TiemposHeadline-Light.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'NB55AG';
	src: url('../fonts/NB55AG.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'Geogrotesque-Regular';
	src: url('../fonts/Geogrotesque-Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}




















body{
    background-color: #e0e3f2;
    width: 100%;
    height: 100%;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#load {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30%;
    left: 45%;
    color: blue;
 }

strong{
    font-family: 'Brown-Bold';
    font-weight: bold;
}

#content{
    margin-top: 10px;
    max-width: 1300px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
}






#header{
    width: 100%;
    height: 56px;
    border: 0px solid #000;
    margin-bottom: 10px;
}
#header .logos{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 56px;
    width: auto;
    float: right;
}
#header .logos img{
    margin-left: 20px;
}









#header2{
    width: 100%;
    height: 56px;
    border: 0px solid #000;
    margin-bottom: 10px;
    display: table;
}

#header2 .sideleft{
    background-color: #e1e1e1;
    display: table-cell;
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 10px;
}

#header2 .sideleft .logo{ 
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    display: table-cell;
    vertical-align: middle;
}

#header2 .sideleft .logos{ 
    float: right;
    display: table-cell;
    vertical-align: middle;
}
#header2 .sideleft .logos a{ 
    display: table-cell;
    vertical-align: middle;
}
#header2 .sideleft .logos a img{
    margin-right: 30px;
}
    

#header2 .sideRight{
    width:100%;
    display: table-cell;
    vertical-align: middle;
    float: right;
    padding-top:8px
}











#banner{
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
    margin-bottom: 40px;
    position: relative;
}
#banner .slidesjs-container{
    z-index: 1;
}
#banner .slidesjs-next{
    position: absolute;
    top: 40%;
    right: 10px;
    z-index: 2;
    text-decoration: none;
    font-size: 30px;
    color: #000;
}
#banner .slidesjs-previous{
    position: absolute;
    top: 40%;
    left: 10px;
    z-index: 2;
    text-decoration: none;
    font-size: 30px;
    color: #000;
}
#banner .slidesjs-pagination{
    display: none;
}
#banner .slidesjs-play{
    display: none;
} 
#banner .slidesjs-stop{
    display: none;
}

#barraBanner{
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    margin-top: -60px;
    margin-bottom: 70px;
}
#barraBanner .logos{
    background-color: #333333;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    z-index: 3;
}
#barraBanner .logos img{
    margin:10px 15px 10px 15px;
}
#barraBanner .logos img:hover {
    -webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
}


#estilos{
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
    margin-bottom: 80px;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#estilos .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
#estilos .subtitulo{
    font-family: 'Brown-Light';
    font-weight: normal;
    line-height: 18px;
    color: #000;
    font-size: 13px;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 45px;
}
#estilos .quads{
    max-width: 1000px;
    height: auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: 0px solid #ff0;
}
#estilos .quads span img{
    width: 150px ;
    object-fit: fill;
    margin: 0px 10px 0px 10px;

    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
#estilos .quads span img:hover {
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

#apaixonados{
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
    margin-bottom: 50px;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#apaixonados .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
#apaixonados .quads{
    max-width: 1000px;
    height: auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: 0px solid #ff0;
}
#apaixonados .quads a{
    text-decoration: none;
}
#apaixonados .quads span{
    width: 325px;
    height: auto;
    display: block;

    border: 0px #000 solid;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
#apaixonados .quads span .image img{
    width: 150px ;
    object-fit: fill;    
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
#apaixonados .quads span .image img:hover {
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
#apaixonados .quads span .titulos{
    width: 130px;
    margin-left: 20px;
}
#apaixonados .quads .titulo{
    font-family: 'Brown-Bold';
    font-weight: bold;
    color: #000;
    font-size: 15px;
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#apaixonados .quads .subtitulo{
    font-family: 'Brown-Light';
    font-weight: bold;
    line-height: 14px;
    color: #000;
    font-size: 13px;
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
}


#parceiros{
    width: 100%;
    height: auto;
    border: 0px solid #000;
    margin-bottom: 70px;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#parceiros .titulo{
    font-family: 'Brown-Bold';
    font-weight: bold;
    color: #000;
    font-size: 12px;
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
    
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#parceiros .logos{
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#parceiros .logos img{
    margin: 0px 20px 0px 20px;
}


#footer{
    background-color: #333333;
    width: 100%;
    height: auto;
    border: 0px solid #000;
    margin-bottom: 0px;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


#footer .logo{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    max-width: 800px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

#footer .texto{
    max-width: 800px;
    width: 100%;
    height: auto;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    color: #fff;
    font-size: 10px;
    font-family: 'Brown-Regular';
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 30px;

}

#footerInterno {
    background-color: #333333;
    width: 100%;
    height: auto;
    border: 0px solid #000;
    margin-bottom: 0px;
    margin-top: -180px;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


#footerInterno .logo{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    max-width: 800px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 120px;
}

#footerInterno .texto{
    max-width: 800px;
    width: 100%;
    height: auto;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    color: #fff;
    font-size: 10px;
    font-family: 'Brown-Regular';
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 30px;

}





/* ############################################ ESPORTISTA */
/* ############################################ ESPORTISTA */
/* ############################################ ESPORTISTA */
/* ############################################ ESPORTISTA */
/* ############################################ ESPORTISTA */
/* ############################################ ESPORTISTA */
/* ############################################ ESPORTISTA */
/* ############################################ ESPORTISTA */


#EsportistaDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
}
#EsportistaDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
}
#EsportistaDestaque1 .fundo{
    z-index: 1;
 }
 #EsportistaDestaque1 .texto{
    position: absolute;
    top: 170px;
    left: 100px;
    z-index: 2;
    width: 350px;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #EsportistaDestaque1 .texto .prod{
    font-family: 'BlenderPro-Book';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 0px;
     font-size: 50px;
 }
 #EsportistaDestaque1 .texto .prod strong{
    font-family: 'BlenderPro-Heavy';
 }
 #EsportistaDestaque1 .texto .obs{
    font-family: 'BlenderPro-Medium';
     color: #fff;
     margin-bottom: 20px;
     font-size: 16px;
     line-height: 20px;
 }
 #EsportistaDestaque1 .texto .obs2{
    font-family: 'BlenderPro-Medium';
     color: #fff;
     margin-bottom: 20px;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
     font-size: 40px;
     line-height: 40px;
     font-weight: lighter;
 }


 #EsportistaDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;

    margin-bottom: 50px;
}


#EsportistaDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
}
#EsportistaDestaque3 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
}
#EsportistaDestaque3 .fundo{
    z-index: 1;
 }
 #EsportistaDestaque3 .texto1{
    position: absolute;
    top: 390px;
    left: 15px;
    z-index: 2;
    width: 350px;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #EsportistaDestaque3 .texto1 .prod{
    font-family: 'BlenderPro-Book';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 2px;
     font-size: 50px;
 }
 #EsportistaDestaque3 .texto1 .prod strong{
    font-family: 'BlenderPro-Heavy';
 }
 #EsportistaDestaque3 .texto1 .obs{
    font-family: 'BlenderPro-Medium';
     color: #fff;
     margin-bottom: 20px;
     font-size: 16px;
     line-height: 18px;
 }
 #EsportistaDestaque3 .texto2{
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 2;
    width: 350px;
    height: 200px;
    display: block;
    border: 0px solid #000;
    text-align: right;
 }
 #EsportistaDestaque3 .texto2 .prod{
    font-family: 'BlenderPro-Book';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 2px;
     font-size: 50px;
 }
 #EsportistaDestaque3 .texto2 .prod strong{
    font-family: 'BlenderPro-Heavy';
 }
 #EsportistaDestaque3 .texto2 .obs{
    font-family: 'BlenderPro-Medium';
     color: #fff;
     margin-bottom: 20px;
     font-size: 16px;
     line-height: 18px;
 }




 /* ############################################ GAMER */
 /* ############################################ GAMER */
 /* ############################################ GAMER */
 /* ############################################ GAMER */
 /* ############################################ GAMER */
 /* ############################################ GAMER */
 /* ############################################ GAMER */
 /* ############################################ GAMER */

#GamerDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
}
#GamerDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #0d59b7;
    font-size: 25px;
    margin-bottom: 30px;
}
#GamerDestaque1 .fundo{
    z-index: 1;
 }
 #GamerDestaque1 .texto{
    position: absolute;
    top: 200px;
    left: 50px;
    z-index: 2;
    max-width: 350px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #GamerDestaque1 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 25px;
     font-size: 30px;
     
 }
 #GamerDestaque1 .texto .obs{
    font-family: 'Brown-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

 #GamerDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    margin-top: -20px;
    width: 100%;
    position: relative;
}
#GamerDestaque2 .fundo{
    z-index: 1;
}
#GamerDestaque2 .texto{
    position: absolute;
    top: 150px;
    right: 50px;
    z-index: 2;
    width: 400px;
    height: 200px;
    display: block;
    border: 0px solid #000;
}
#GamerDestaque2 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #000;
     margin-bottom: 25px;
     font-size: 30px;
     
 }
 #GamerDestaque2 .texto .obs{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

#GamerDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    margin-top: -20px;
    width: 100%;
    position: relative;
}
#GamerDestaque3 .fundo{
    z-index: 1;
}
#GamerDestaque3 .texto{
    position: absolute;
    top: 140px;
    left: 40px;
    z-index: 2;
    width: 400px;
    height: 200px;
    display: block;
    border: 0px solid #000;
}
#GamerDestaque3 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #000;
     margin-bottom: 25px;
     font-size: 30px;
     
 }
 #GamerDestaque3 .texto .obs{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

#GamerDestaque4{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    margin-top: -20px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
#GamerDestaque4 .fundo{
    z-index: 1;
}
#GamerDestaque4 .texto{
    position: absolute;
    top: 140px;
    right: 40px;
    z-index: 2;
    width: 400px;
    height: 200px;
    display: block;
    border: 0px solid #000;
}
#GamerDestaque4 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #000;
     margin-bottom: 25px;
     font-size: 30px;
     
 }
 #GamerDestaque4 .texto .obs{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }


 
 /* ############################################ MUSICAL */
 /* ############################################ MUSICAL */
 /* ############################################ MUSICAL */  
 /* ############################################ MUSICAL */
 /* ############################################ MUSICAL */
 /* ############################################ MUSICAL */
 /* ############################################ MUSICAL */    

 #MusicalDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#MusicalDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
#MusicalDestaque1 .fundo{
    z-index: 1;
 }
 #MusicalDestaque1 .texto{
    position: absolute;
    top: 190px;
    left: 400px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #MusicalDestaque1 .texto .prod{
    font-family: 'NewsGothicStd-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #MusicalDestaque1 .texto .sub{
    font-family: 'NewsGothicStd';
     color: #fff;
     margin-bottom: 25px;
     font-size: 14px;
     line-height: 20px;
 }
 #MusicalDestaque1 .texto .obs{
    font-family: 'NewsGothicStd';
     color: #000;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

 #MusicalDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#MusicalDestaque2 .fundo{
    z-index: 1;
 }
 #MusicalDestaque2 .texto{
    position: absolute;
    top: 165px;
    left: 450px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #MusicalDestaque2 .texto .prod{
    font-family: 'NewsGothicStd-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #MusicalDestaque2 .texto .sub{
    font-family: 'NewsGothicStd';
     color: #fff;
     margin-bottom: 25px;
     font-size: 14px;
     line-height: 20px;
 }
 #MusicalDestaque2 .texto .obs{
    font-family: 'NewsGothicStd';
     color: #000;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

 #MusicalDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
#MusicalDestaque3 .fundo{
    z-index: 1;
 }
 #MusicalDestaque3 .texto{
    position: absolute;
    top: 200px;
    left: 450px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #MusicalDestaque3 .texto .prod{
    font-family: 'NewsGothicStd-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #MusicalDestaque3 .texto .sub{
    font-family: 'NewsGothicStd';
     color: #fff;
     margin-bottom: 25px;
     font-size: 14px;
     line-height: 20px;
 }
 #MusicalDestaque3 .texto .obs{
    font-family: 'NewsGothicStd';
     color: #000;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }




/* ############################################ CONECTADA */ 
/* ############################################ CONECTADA */ 
/* ############################################ CONECTADA */ 
/* ############################################ CONECTADA */ 
/* ############################################ CONECTADA */ 
/* ############################################ CONECTADA */ 

#ConectadaDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
}
#ConectadaDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
#ConectadaDestaque1 .fundo{
    z-index: 1;
    margin-top: -250px;
 }
 #ConectadaDestaque1 .texto{
    position: absolute;
    top: 150px;
    left: 100px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #ConectadaDestaque1 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #000;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #ConectadaDestaque1 .texto .sub{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 15px;
     font-size: 14px;
     line-height: 20px;
 }
 #ConectadaDestaque1 .texto .obs{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 20px;
     font-size: 12px;
     line-height: 20px;
 }

 #ConectadaDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
#ConectadaDestaque2 .fundo{
    z-index: 1;
 }
 #ConectadaDestaque2 .texto{
    position: absolute;
    top: 300px;
    left: 700px;
    z-index: 2;
    max-width: 400px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #ConectadaDestaque2 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #000;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #ConectadaDestaque2 .texto .sub{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 15px;
     font-size: 14px;
     line-height: 20px;
 }
 #ConectadaDestaque2 .texto .obs{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 20px;
     font-size: 12px;
     line-height: 20px;
 }



 
/* ############################################ STREAMER */ 
/* ############################################ STREAMER */ 
/* ############################################ STREAMER */ 
/* ############################################ STREAMER */ 
/* ############################################ STREAMER */ 
/* ############################################ STREAMER */ 

#StreamerDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
}
#StreamerDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    text-align: center;
}
#StreamerDestaque1 .fundo{
    z-index: 1;
 }
 #StreamerDestaque1 .texto{
    position: absolute;
    top: 320px;
    left: 425px;
    z-index: 2;
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
 }
 #StreamerDestaque1 .texto .obs{
    font-family: 'TiemposHeadline-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

 #StreamerDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-top: -80px;
}
#StreamerDestaque2 .fundo{
    z-index: 1;
 }
 #StreamerDestaque2 .texto{
    position: absolute;
    top: 245px;
    left: 200px;
    z-index: 2;
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
 }
 #StreamerDestaque2 .texto .obs{
    font-family: 'TiemposHeadline-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

 #StreamerDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-top: -80px;
}
#StreamerDestaque3 .fundo{
    z-index: 1;
 }
 #StreamerDestaque3 .texto{
    position: absolute;
    top: 310px;
    left: 255px;
    z-index: 2;
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
 }
 #StreamerDestaque3 .texto .obs{
    font-family: 'TiemposHeadline-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }







/* ############################################ APAIXOMUSICAL */ 
/* ############################################ APAIXOMUSICAL */ 
/* ############################################ APAIXOMUSICAL */ 
/* ############################################ APAIXOMUSICAL */ 
/* ############################################ APAIXOMUSICAL */ 
/* ############################################ APAIXOMUSICAL */ 
/* ############################################ APAIXOMUSICAL */ 

 #ApaixoMusicalDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#ApaixoMusicalDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
#ApaixoMusicalDestaque1 .fundo{
    z-index: 1;
 }
 #ApaixoMusicalDestaque1 .texto{
    position: absolute;
    top: 190px;
    left: 410px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoMusicalDestaque1 .texto .prod{
    font-family: 'NewsGothicStd-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #ApaixoMusicalDestaque1 .texto .sub{
    font-family: 'NewsGothicStd';
     color: #fff;
     margin-bottom: 25px;
     font-size: 14px;
     line-height: 20px;
 }
 #ApaixoMusicalDestaque1 .texto .obs{
    font-family: 'NewsGothicStd';
     color: #000;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

 #ApaixoMusicalDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#ApaixoMusicalDestaque2 .fundo{
    z-index: 1;
 }
 #ApaixoMusicalDestaque2 .texto{
    position: absolute;
    top: 130px;
    left: 570px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoMusicalDestaque2 .texto .prod{
    font-family: 'NewsGothicStd-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #ApaixoMusicalDestaque2 .texto .sub{
    font-family: 'NewsGothicStd';
     color: #fff;
     margin-bottom: 25px;
     font-size: 14px;
     line-height: 20px;
 }
 #ApaixoMusicalDestaque2 .texto .obs{
    font-family: 'NewsGothicStd';
     color: #000;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

 #ApaixoMusicalDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
#ApaixoMusicalDestaque3 .fundo{
    z-index: 1;
 }
 #ApaixoMusicalDestaque3 .texto{
    position: absolute;
    top: 120px;
    left: 450px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoMusicalDestaque3 .texto .prod{
    font-family: 'NewsGothicStd-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #ApaixoMusicalDestaque3 .texto .sub{
    font-family: 'NewsGothicStd';
     color: #fff;
     margin-bottom: 25px;
     font-size: 14px;
     line-height: 20px;
 }
 #ApaixoMusicalDestaque3 .texto .obs{
    font-family: 'NewsGothicStd';
     color: #000;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }




 /* ############################################ APAIXOASTRO */ 
 /* ############################################ APAIXOASTRO */  
 /* ############################################ APAIXOASTRO */ 
 /* ############################################ APAIXOASTRO */ 
 /* ############################################ APAIXOASTRO */ 
 /* ############################################ APAIXOASTRO */ 
 /* ############################################ APAIXOASTRO */    

 #ApaixoAstroDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    background-color: #000;
}
#ApaixoAstroDestaque1 .titulo{
    width: 100%;
    font-family: 'NB55AG';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    text-align: center;
    background-color: #e0e3f2;
    line-height:35px;
}
#ApaixoAstroDestaque1 .fundo{
    z-index: 1;
 }
 #ApaixoAstroDestaque1 .texto{
    position: absolute;
    top: 320px;
    left: 630px;
    z-index: 2;
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #fff;
 }
 #ApaixoAstroDestaque1 .texto .obs{
    font-family: 'Geogrotesque-Regular';
     color: #fff;
     margin-bottom: 20px;
     font-size: 13px;
     line-height: 16px;
 }


 #ApaixoAstroDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    background-color: #000;
}
#ApaixoAstroDestaque2 .fundo{
    z-index: 1;
 }
 #ApaixoAstroDestaque2 .texto{
    position: absolute;
    top: 220px;
    left: 383px;
    z-index: 2;
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #fff;
 }
 #ApaixoAstroDestaque2 .texto .obs{
    font-family: 'Geogrotesque-Regular';
     color: #fff;
     margin-bottom: 20px;
     font-size: 13px;
     line-height: 16px;
     text-align: right;
 }


 #ApaixoAstroDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    background-color: #000;
}
#ApaixoAstroDestaque3 .fundo{
    z-index: 1;
 }
 #ApaixoAstroDestaque3 .texto{
    position: absolute;
    top: 230px;
    left: 650px;
    z-index: 2;
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #fff;
 }
 #ApaixoAstroDestaque3 .texto .obs{
    font-family: 'Geogrotesque-Regular';
     color: #fff;
     margin-bottom: 20px;
     font-size: 13px;
     line-height: 16px;
 }


 #ApaixoAstroDestaque4{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    background-color: #000;
}
#ApaixoAstroDestaque4 .fundo{
    z-index: 1;
 }
 #ApaixoAstroDestaque4 .texto{
    position: absolute;
    top: 205px;
    left: 383px;
    z-index: 2;
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #fff;
 }
 #ApaixoAstroDestaque4 .texto .obs{
    font-family: 'Geogrotesque-Regular';
     color: #fff;
     margin-bottom: 20px;
     font-size: 13px;
     line-height: 16px;
     text-align: right;
 }


 #ApaixoAstroDestaque5{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 50px;
    background-color: #000;
}
#ApaixoAstroDestaque5 .fundo{
    z-index: 1;
 }
 #ApaixoAstroDestaque5 .texto{
    position: absolute;
    top: 190px;
    left: 655px;
    z-index: 2;
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #fff;
 }
 #ApaixoAstroDestaque5 .texto .obs{
    font-family: 'Geogrotesque-Regular';
     color: #fff;
     margin-bottom: 20px;
     font-size: 13px;
     line-height: 16px;
 }




 /* ############################################ APAIXOBLUE */
 /* ############################################ APAIXOBLUE */
 /* ############################################ APAIXOBLUE */
 /* ############################################ APAIXOBLUE */
 /* ############################################ APAIXOBLUE */
 /* ############################################ APAIXOBLUE */
 /* ############################################ APAIXOBLUE */
 /* ############################################ APAIXOBLUE */
 
 #ApaixoBlueDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
}
#ApaixoBlueDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    text-align: center;
}
#ApaixoBlueDestaque1 .fundo{
    z-index: 1;
 }
 #ApaixoBlueDestaque1 .texto{
    position: absolute;
    top: 315px;
    left: 485px;
    z-index: 2;
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoBlueDestaque1 .texto .obs{
    font-family: 'TiemposHeadline-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

 #ApaixoBlueDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-top: -80px;
}
#ApaixoBlueDestaque2 .fundo{
    z-index: 1;
 }
 #ApaixoBlueDestaque2 .texto{
    position: absolute;
    top:305px;
    left: 400px;
    z-index: 2;
    max-width: 350px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoBlueDestaque2 .texto .obs{
    font-family: 'TiemposHeadline-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }

 #ApaixoBlueDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-top: -80px;
}
#ApaixoBlueDestaque3 .fundo{
    z-index: 1;
 }
 #ApaixoBlueDestaque3 .texto{
    position: absolute;
    top: 240px;
    left: 445px;
    z-index: 2;
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoBlueDestaque3 .texto .obs{
    font-family: 'TiemposHeadline-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }
 

 #ApaixoBlueDestaque4{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-top: -80px;
}
#ApaixoBlueDestaque4 .fundo{
    z-index: 1;
 }
 #ApaixoBlueDestaque4 .texto{
    position: absolute;
    top: 290px;
    left: 400px;
    z-index: 2;
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoBlueDestaque4 .texto .obs{
    font-family: 'TiemposHeadline-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 14px;
     line-height: 20px;
 }



  /* ############################################ APAIXOINOVACAO */
  /* ############################################ APAIXOINOVACAO */
  /* ############################################ APAIXOINOVACAO */
  /* ############################################ APAIXOINOVACAO */
  /* ############################################ APAIXOINOVACAO */
  /* ############################################ APAIXOINOVACAO */
  /* ############################################ APAIXOINOVACAO */
  /* ############################################ APAIXOINOVACAO */
  /* ############################################ APAIXOINOVACAO */
  
  /*
#ApaixoInovacaoDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
}
#ApaixoInovacaoDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
#ApaixoInovacaoDestaque1 .fundo{
    z-index: 1;
 }
 #ApaixoInovacaoDestaque1 .texto{
    position: absolute;
    top: 210px;
    left: 70px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoInovacaoDestaque1 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #ApaixoInovacaoDestaque1 .texto .sub{
    font-family: 'Brown-Light';
     color: #fff;
     margin-bottom: 25px;
     font-size: 14px;
     line-height: 20px;
 }
 #ApaixoInovacaoDestaque1 .texto .obs{
    font-family: 'Brown-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 12px;
     line-height: 20px;
 }

 #ApaixoInovacaoDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
#ApaixoInovacaoDestaque2 .fundo{
    z-index: 1;
 }

 #ApaixoInovacaoDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
#ApaixoInovacaoDestaque3 .fundo{
    z-index: 1;
 }
 #ApaixoInovacaoDestaque3 .texto{
    position: absolute;
    top: 130px;
    left: 73px;
    z-index: 2;
    max-width: 400px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoInovacaoDestaque3 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #000;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #ApaixoInovacaoDestaque3 .texto .sub{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 15px;
     font-size: 14px;
     line-height: 20px;
 }
 #ApaixoInovacaoDestaque3 .texto .obs{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 20px;
     font-size: 12px;
     line-height: 20px;
 }
  */

  #ApaixoInovacaoDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;

    margin-bottom: 50px;
}
#ApaixoInovacaoDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
#ApaixoInovacaoDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;

    margin-bottom: 50px;
}
#ApaixoInovacaoDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;

    margin-bottom: 50px;
}
#ApaixoInovacaoDestaque4{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;

    margin-bottom: 50px;
}
#ApaixoInovacaoDestaque5{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;

    margin-bottom: 50px;
}






  /* ############################################ APAIXOGAMES */ 
  /* ############################################ APAIXOGAMES */ 
  /* ############################################ APAIXOGAMES */ 
   /* ############################################ APAIXOGAMES */
   /* ############################################ APAIXOGAMES */ 
   /* ############################################ APAIXOGAMES */ 
   /* ############################################ APAIXOGAMES */          

   #ApaixoGamesDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
#ApaixoGamesDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
#ApaixoGamesDestaque1 .fundo{
    z-index: 1;
 }
 #ApaixoGamesDestaque1 .texto{
    position: absolute;
    top: 210px;
    left: 100px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;
 }
 #ApaixoGamesDestaque1 .texto .obs{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 20px;
     font-size: 12px;
     line-height: 10px;
 }

 #ApaixoGamesDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#ApaixoGamesDestaque2 .fundo{
    z-index: 1;
 }
 #ApaixoGamesDestaque2 .texto{
    position: absolute;
    top: 175px;
    left: 47px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #fff;
 }
 #ApaixoGamesDestaque2 .texto .obs{
    font-family: 'Brown-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 12px;
     line-height: 20px;
 }
  
 #ApaixoGamesDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
}
#ApaixoGamesDestaque3 .fundo{
    z-index: 1;
 }


 #ApaixoGamesDestaque4{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#ApaixoGamesDestaque4 .fundo{
    z-index: 1;
 }

 #ApaixoGamesDestaque5{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#ApaixoGamesDestaque5 .fundo{
    z-index: 1;
 }












/* ############################################ INDEPENDENCIADOSFIOS */
  /* ############################################ INDEPENDENCIADOSFIOS */
  /* ############################################ INDEPENDENCIADOSFIOS */
  /* ############################################ INDEPENDENCIADOSFIOS */
  /* ############################################ INDEPENDENCIADOSFIOS */
  /* ############################################ INDEPENDENCIADOSFIOS */
  /* ############################################ INDEPENDENCIADOSFIOS */
  /* ############################################ INDEPENDENCIADOSFIOS */
  /* ############################################ INDEPENDENCIADOSFIOS */
  
  #IndependenciaDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
#IndependenciaDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
#IndependenciaDestaque1 .fundo{
    z-index: 1;
 }
 #IndependenciaDestaque1 .texto{
    position: absolute;
    top: 210px;
    left: 70px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #IndependenciaDestaque1 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #IndependenciaDestaque1 .texto .sub{
    font-family: 'Brown-Light';
     color: #fff;
     margin-bottom: 25px;
     font-size: 14px;
     line-height: 20px;
 }
 #IndependenciaDestaque1 .texto .obs{
    font-family: 'Brown-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 12px;
     line-height: 20px;
 }

 #IndependenciaDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
#IndependenciaDestaque2 .fundo{
    z-index: 1;
 }

 #IndependenciaDestaque3{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
#IndependenciaDestaque3 .fundo{
    z-index: 1;
 }
 #IndependenciaDestaque3 .texto{
    position: absolute;
    top: 130px;
    left: 73px;
    z-index: 2;
    max-width: 400px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #IndependenciaDestaque3 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #000;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #IndependenciaDestaque3 .texto .sub{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 15px;
     font-size: 14px;
     line-height: 20px;
 }
 #IndependenciaDestaque3 .texto .obs{
    font-family: 'Brown-Light';
     color: #000;
     margin-bottom: 20px;
     font-size: 12px;
     line-height: 20px;
 }

 #IndependenciaDestaque3 .btnConfiraIndependencia, #IndependenciaDestaque2 .btnConfiraIndependencia{
    width: 100%;
    height: auto;
    display: block;
    border: 0px solid #000;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    margin-top: -30px;
    z-index: 999;
}









/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */
/* ############################################ FIQUEPORDENTRO */

#FiquepordentroFormulario{
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0px #000 solid;
    height: 500px;
}

#FiquepordentroFormulario .titulo{
    clear: both;
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}

#FiquepordentroFormulario .subtitulo{
    clear: both;
    font-family: 'Brown-Bold';
    font-weight: bold;
    color: #000;
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 20px;
}

#FiquepordentroFormulario .formulario .txt {
    margin-left: 10px;
    padding: 5px;
}

#FiquepordentroFormulario .formulario div {
    padding: 5px;
    margin: 5px;
    font-family: 'Brown-Regular';
    font-size: 12px;
}

#FiquepordentroFormulario .formulario table {
    width: 100%;
}

#FiquepordentroFormulario .formulario table tr td {
    padding: 5px;
    margin: 5px;
    font-family: 'Brown-Regular';
    font-size: 12px;
}

















 /* ############################################ PROMOCAO LOGITECH */
  /* ############################################ PROMOCAO LOGITECH */
  /* ############################################ PROMOCAO LOGITECH */
/* ############################################ PROMOCAO LOGITECH */
/* ############################################ PROMOCAO LOGITECH */
/* ############################################ PROMOCAO LOGITECH */
/* ############################################ PROMOCAO LOGITECH */  


  
  #PromocaoLogitechDestaque1{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
#PromocaoLogitechDestaque1 .titulo{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
#PromocaoLogitechDestaque1 .fundo{
    z-index: 1;
 }
 #PromocaoLogitechDestaque1 .texto{
    position: absolute;
    top: 210px;
    left: 70px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    height: 200px;
    display: block;
    border: 0px solid #000;
 }
 #PromocaoLogitechDestaque1 .texto .prod{
    font-family: 'Brown-Bold';
    text-transform: uppercase;
     color: #fff;
     margin-bottom: 8px;
     font-size: 30px;
 }
 #PromocaoLogitechDestaque1 .texto .sub{
    font-family: 'Brown-Light';
     color: #fff;
     margin-bottom: 25px;
     font-size: 14px;
     line-height: 20px;
 }
 #PromocaoLogitechDestaque1 .texto .obs{
    font-family: 'Brown-Light';
     color: #fff;
     margin-bottom: 20px;
     font-size: 12px;
     line-height: 20px;
 }

 #PromocaoLogitechDestaque2{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    position: relative;
    margin-bottom: 100px;
    
}
#PromocaoLogitechDestaque2 .fundo{
    z-index: 1;
 }

 






















































.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    height: 200px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}




























/*
 #estilos .quads span a{

    pointer-events: none; 
  
    cursor: default;
  }
*/
