@charset 'UTF-8';
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://itacoatiarapro.com.br/wp-content/themes/itacoatiara/js/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://itacoatiarapro.com.br/wp-content/themes/itacoatiara/js/slick/fonts/slick.eot);
src: url(https://itacoatiarapro.com.br/wp-content/themes/itacoatiara/js/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://itacoatiarapro.com.br/wp-content/themes/itacoatiara/js/slick/fonts/slick.woff) format('woff'), url(https://itacoatiarapro.com.br/wp-content/themes/itacoatiara/js/slick/fonts/slick.ttf) format('truetype'), url(https://itacoatiarapro.com.br/wp-content/themes/itacoatiara/js/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}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 {
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
margin: 0;
padding: 0
}
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: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"); @font-face {
font-family: "itacoatiara";
src: url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/itacoatiara.eot);
src: url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/itacoatiara.eot?#iefix) format("embedded-opentype"), url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/itacoatiara.woff) format("woff"), url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/itacoatiara.ttf) format("truetype"), url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/itacoatiara.svg#itacoatiara) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Stara';
src: url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/21dcafef9f0b8eef062942bea5f003c7.eot);
src: local('ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸'), local(''),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/21dcafef9f0b8eef062942bea5f003c7.eot?#iefix) format('embedded-opentype'),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/21dcafef9f0b8eef062942bea5f003c7.woff2) format('woff2'),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/21dcafef9f0b8eef062942bea5f003c7.woff) format('woff'),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/21dcafef9f0b8eef062942bea5f003c7.ttf) format('truetype'),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/21dcafef9f0b8eef062942bea5f003c7.svg#) format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Anton';
src: url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/Anton-Regular.eot);
src: local('Anton Regular'), local('Anton-Regular'),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/Anton-Regular.eot?#iefix) format('embedded-opentype'),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/Anton-Regular.woff2) format('woff2'),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/Anton-Regular.woff) format('woff'),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/Anton-Regular.ttf) format('truetype'),
url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/fonts/Anton-Regular.svg#Anton-Regular) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
#Clear {
clear: both;
}
*:focus {
outline: none !important
}
a {
color: initial;
text-decoration: none;
}
body {
font-family: 'Stara';
background: #FEF4EA;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
background: yellow;
border: none;
padding: 10px;
text-align: center;
margin-top: 10px;
}
header {
}
#MenuTopo {
font-size: 17px;
text-transform: uppercase;
margin: 0 auto;
width: 1006px;
padding-left: 191px;
margin-top: 26px;
}
#MenuEsq {
float: left;
margin-top: 70px;
margin-right: 30px;
}
#MenuEsq ul {
display: inline-flex;
}
#MenuEsq ul li {
margin-right: 20px;
}
#MenuEsq ul li a {
}
#LogoMeio {
float: left;
}
#LogoMeio img {
width: 200px;
}
#MenuDir {
float: left;
margin-top: 70px;
margin-right: 30px;
}
#MenuDir ul {
display: inline-flex;
margin-left: 33px;
}
#MenuDir ul li {
margin-right: 20px;
}
#MenuDir ul li a {
}
#Topo_Block {
}
#Topo_Block_Idiomas {
}
#Topo_Block_Social {
font-family: "itacoatiara";
margin-top: 95px;
font-size: 19px;
}
#Topo_Block_Social ul {
display: inline-flex;
}
#Topo_Block_Social ul li {
margin-left: 10px;
}
#Topo_Block_Social ul li a {
}
#BannerTopo {
}
#BannerTopo_SombraTopo {
background-image: url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/img/topo_branco.png);
width: 100%;
height: 251px;
position: absolute;
z-index: 1;
background-size: 1040px;
background-repeat: repeat-x;
}
#BannerTopo_Info {
position: absolute;
z-index: 10;
width: 100%;
height: 100px;
margin-top: -259px;
}
#BannerTopo_Info_Tit {
color: #FEF4EA;
font-family: 'Anton';
text-align: center;
font-size: 142px;
text-transform: uppercase;
}
#BannerTopo_Info_Tit_Small {
color: #FEF4EA;
font-family: 'Anton';
text-align: center;
margin-top: 120px;
font-size: 75px;
text-transform: uppercase;
}
#BannerTopo_Info_Sub {
color: #FEF5EA;
text-align: center;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 26px;
margin-bottom: 20px;
}
#BannerTopo_Info_Seta {
color: #FEF5EA;
text-align: center;
font-family: "itacoatiara";
}
#BannerTopo_Info_Titao {
}
#BannerTopo_SombraBase {
background-image: url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/img/base_escura.png);
width: 100%;
height: 264px;
position: absolute;
z-index: 10;
background-size: 1160px;
background-repeat: repeat-x;
margin-top: -262px;
}
#BannerTopo_Slide {
height: 100vh;
width: 100%;
}
.BannerTopo_Slide {
}
#PostersEsportes {
}
.OPosterEsportes {
}
#OPosterEsporte_Topo {
}
#OPosterEsporte_Logo {
}
#OPosterEsporte_Imagem {
}
#OPosterEsporte_Click {
}
#ItacoatiaraHome {
background: #ffffff;
}
#ItacoatiaraHome_Logo {
text-align: center;
width: 410px;
float: left;
height: 522px;
margin-right: 50px;
}
#ItacoatiaraHome_Logo img {
height: 196px;
width: auto;
}
#ItacoatiaraHome_Infos {
width: 740px;
float: left;
height: 522px;
display: table;
}
#ItacoatiaraHome_Infos_Tit {
font-family: 'Anton';
font-size: 42px;
margin-bottom: 10px;
}
#ItacoatiaraHome_Infos_Txt {
line-height: 20px;
}
#ItacoatiaraHome_Infos_Txt p {
margin-bottom: 20px;
}
#ItacoatiaraHome_Infos_Txt strong {
font-family: 'Anton';
}
#ItacoatiaraHome_Infos_Txt a {
text-decoration: underline;
}
#BlocoHome {
}
#BlocoShows {
}
#BlocoHome_Shows {
background-image: url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/img/base_shows.png);
background-position: bottom;
padding-top: 130px;
padding-bottom: 750px;
background-size: cover;
color: #FEF4EA;
text-align: center;
}
#BlocoShows_Shows {
background-image: url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/img/base_shows.png);
background-position: bottom;
padding-top: 250px;
padding-bottom: 750px;
background-size: cover;
color: #FEF4EA;
text-align: center;
}
#BlocoBase {
}
#BlocoBase_Base {
padding-top: 250px;
padding-bottom: 50px;
background-size: cover;
color: #000000;
text-align: center;
}
#BlocoHome_Shows_Tit {
font-size: 82px;
font-family: 'Anton';
margin-bottom: 50px;
}
#BlocoHome_Shows_Txt {
font-size: 21px;
}
#BlocoHome_Shows_Eventos {
}
#BlocHom_Shows_Bloco {
margin-bottom: 30px;
}
#BlocHom_Shows_Bloco_Data {
text-transform: uppercase;
font-size: 19px;
margin-bottom: 10px;
}
#BlocHom_Shows_Bloco_Big {
font-family: 'Anton';
font-size: 52px;
}
#BlocHom_Shows_Bloco_Small {
font-family: 'Anton';
font-size: 34px;
}
#BlocoHome_SaibaShows {
}
#BlocHom_Shows_Bloco_Big li {
margin-bottom: 10px;
}
#BlocHom_Shows_Bloco_Small li {
margin-bottom: 10px;
}
#BlocoHome_Loja {
}
#BlocoHome_Loja_Tit {
}
#BlocoHome_Loja_Titao {
}
#BlocoHome_Loja_Subtitao {
}
#Clear {
}
#BlocoLoja_Home_Prods {
}
#BlocoLoja_Home {
}
#BlocoLoja_Home_Produto {
}
#BlocoLoja_Home_Prod_Img {
}
#BlocoLoja_Home_Prod_Tit {
}
#BlocoLoja_Home_Prod_Sub {
}
#BlocoLoja_Home_Prod_Click {
}
#BlocoHome_SaibaLoja {
}
#OsEsportes {
}
.OPosterEsportes {
text-align: center;
width: 280px;
overflow: hidden;
padding: 10px;
border: 1px solid #707070;
padding-bottom: 30px;
padding-top: 20px;
}
.OPosterEsporte_Topo {
}
.OPosterEsporte_Topo img {
width: 280px;
}
.OPosterEsporte_Logo {
margin: 0 auto;
width: 98px;
}
.OPosterEsporte_Logo img {
width: 100px;
margin-bottom: -50px;
position: relative;
z-index: 1;
margin-top: -16px;
}
.OPosterEsporte_Imagem {
margin-bottom: 21px;
}
.OPosterEsporte_Imagem img {
width: 280px;
}
.OPosterEsporte_Click {
background: #000000;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding: 10px;
color: #FEF4EA;
font-size: 14px;
display: initial;
padding-left: 25px;
padding-right: 25px;
}
.OPosterEsporte_Click a {
color: #FEF4EA;
}
#InfoEsporte {
margin-right: 40px;
float: left;
}
#InfoEsporteCat {
}
#InfoEsporteCat_Logos {
width: 95px;
float: left;
margin-right: 29px;
}
#InfoEsporteCat_Logos img {
width: 105px;
}
#InfoEsporteCat_Infos {
}
#InfoEsporteCat_Infos {
float: left;
width: 390px;
}
#InfoEsporteCat_Infos_Sub {
font-size: 20px;
margin-bottom: 5px;
}
#InfoEsporteCat_Infos_Tit {
font-family: 'Anton';
font-size: 33px;
}
#InfoEsporteCat_Infos_Data {
font-size: 20px;
margin-bottom: 20px;
}
#InfoEsporteCat_Infos_Horario {
font-size: 20px;
margin-bottom: 20px;
}
#InfoEsporteCat_Infos_Txt {
font-size: 18px;
line-height: 24px;
}
#InfoEsporteCat_Infos_Txt p {
margin-bottom: 20px;
}
#InfoEsporteCat_Infos_Click {
background: #000000;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding: 10px;
color: #FEF4EA;
font-size: 14px;
display: initial;
padding-left: 25px;
padding-right: 25px;
}
#InfoEsporteCat_Infos_Click a {
color: #FEF4EA;
}
#OutrosEsportes {
}
#OutrosEsportes_Tit {
text-transform: uppercase;
font-family: 'Anton';
font-size: 30px;
margin-bottom: 10px;
text-align: center;
padding-top: 30px;
padding-bottom: 10px;
}
#OutrosEsportes_Carrossel {
}
#OsShows {
}
#OsShows_Tit {
}
#OsShows_BlocoInfo {
}
#OsShows_BlocoInfo_Data {
}
#OsShows_BlocoInfo_Big {
}
#OsShows_BlocoInfo_Small {
}
#EmBreve {
}
#EmBreve_Info {
}
#AAgenda {
}
#AAgenda_Data {
}
#AAgenda_Data_Esq {
}
#AAgenda_Data_Esq_Dia {
}
#AAgenda_Data_Esq_Mes {
}
#AAgenda_Data_Eventos {
}
#AAgenda_Data_Evento {
}
#AAgenda_Data_Evento_Sub {
}
#AAgenda_Data_Evento_Tit {
}
#AAgenda_Data_Evento_Logos {
}
#AAgenda_Data_Evento_Click {
}
#ComoChegar {
}
#ComoChegar_ComoChegar {
}
#ComoChegar_ComoChegar_Tit {
font-family: 'Anton';
font-size: 44px;
text-transform: uppercase;
margin-bottom: 10px;
}
#ComoChegar_ComoChegar_Txt {
width: 800px;
margin: 0 auto;
margin-bottom: 50px;
}
#ComoChegar_ComoChegar_Txt p {
margin-bottom: 10px;
}
#ComoChegar_Parceiros {
margin: 0 auto;
width: 720px;
}
#ComoChegar_Parc_Tit {
font-family: 'Anton';
text-transform: uppercase;
font-size: 44px;
margin-bottom: 20px;
}
#ComoChegar_Parc_Colunas {
text-align: left;
float: left;
margin-left: 20px;
margin-right: 20px;
width: 200px;
}
#ComoChegar_Parc_Col_Tit {
font-family: 'Anton';
text-transform: uppercase;
font-size: 35px;
margin-bottom: 11px;
}
#ComoChegar_Parc_Col_Bloco {
margin-bottom: 20px;
}
#ComoChegar_Parc_Col_Bloco_Tit {
font-family: 'Anton';
font-size: 20px;
margin-bottom: 8px;
}
#ComoChegar_Parc_Col_Bloco_Info {
font-size: 18px;
line-height: 25px;
}
#TitPaginaSimples {
font-family: 'Anton';
font-size: 82px;
margin-bottom: 10px;
}
#TxtPaginaSimples {
font-size: 23px;
}
#BlocoLive {
margin: 0 auto;
text-align: center;
padding-top: 2vw;
width: 80vw;
}
#BlocoLive iframe {
width: 100%;
height: 479px;
}
#Hotzones {
}
#Hotzones_Tit {
}
#Hotzones_Txt {
margin-bottom: 40px;
font-size: 18px;
line-height: 24px;
}
#OsHotzones {
width: 1080px;
margin: 0 auto;
}
#OsHotzones_Esq {
margin-bottom: 40px;
}
#OsHotzones_Esq_Img {
width: 540px;
height: 350px;
background-size: cover;
background-position: center;
float: left;
margin-right: 30px;
}
#OsHotzones_Esq_Info {
float: left;
height: auto;
width: 500px;
text-align: center;
}
#OsHotzones_Info_Tit {
}
#OsHotzones_Info_Sub {
font-size: 23px;
margin-bottom: 15px;
text-align: left;
text-transform: uppercase;
}
#OsHotzones_Info_Txt {
}
#OsHotzones_Info_Click {
}
#OsHotzones_Dir {
}
#OsHotzones_Dir_Img {
}
#OsHotzones_Dir_Info {
}
#OsHotzones_Info_Tit {
font-family: 'Anton';
font-size: 44px;
text-transform: uppercase;
margin-bottom: 4px;
text-align: left;
width: 350px;
}
#OsHotzones_Info_Sub {
}
#OsHotzones_Info_Txt {
font-size: 18px;
line-height: 24px;
text-align: left;
}
#OsHotzones_Info_Txt p {
margin-bottom: 20px;
}
#OsHotzones_Info_Click {
}
#Hotzone {
}
#Hotzone_Info {
}
#Hotzone_Info_Sub {
}
#Hotzone_Info_Tit {
}
#Hotzone_Info_Sub2 {
}
#Hotzone_Info_Txt {
}
#HZ_Eventos {
}
#HZ_Eventos_Poster {
}
#HZ_Eventos_Evento {
}
#HZ_Eventos_Ev_Info {
}
#HZ_Eventos_Ev_Info_Logo {
}
#HZ_Eventos_Ev_Info_Info {
}
#HZ_Eventos_Ev_Info_Info_Sub {
}
#HZ_Eventos_Ev_Info_Info_Tit {
}
#HZ_Eventos_Ev_Info_Info_Data {
}
#HZ_Eventos_Ev_Info_Info_Click {
}
#InfoEsporte_Blocos {
width: 1110px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;
}
#Rodape {
}
#Rodape_Insta {
}
#Rodape_Insta_Tit {
text-transform: uppercase;
font-family: 'Anton';
font-size: 4vw;
margin-bottom: 10px;
text-align: center;
padding-top: 2vw;
padding-bottom: 2vw;
}
#Rodape_Insta_Miolo {
}
#Rodape_Newsletter {
}
#Rodape_News_Tit {
text-transform: uppercase;
font-family: 'Anton';
font-size: 2vw;
margin-bottom: 1vw;
text-align: center;
padding-top: 2vw;
padding-bottom: 1vw;
}
#Rodape_News_Form {
margin: 0 auto;
width: 70vw;
}
#Rodape_News_Form input {
font-family: "Stara";
color: #000000;
border: 1px solid;
padding: 9px;
font-size: .8vw;
width: 21vw;
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 1em;
font-weight: normal;
display: block;
margin-top: 8px;
}
#Rodape_News_Form .wpcf7-submit {
background: #000000;
color: #ffffff;
border: 1px solid;
cursor: pointer;
padding-left: 20px;
padding-right: 20px;
}
#Rodape_Patrocinadores {
background: #ffffff;
padding-top: 5vw;
padding-bottom: 5vw;
}
#Rodape_Pat_Big {
text-align: center;
margin-bottom: 6vw;
}
#Rodape_Pat_Big img {
height: 5vw;
margin-left: 1vw;
margin-right: 1vw;
}
#Rodape_Pat_Small {
text-align: center;
}
#Rodape_Pat_Small img {
margin-left: 1vw;
margin-right: 1vw;
height: 7vw;
margin-bottom: 1vw;
}
#Rodape_Fim {
padding-top: 1vw;
padding-bottom: 1vw;
text-align: center;
letter-spacing: .2vw;
}
#Rodape_Fim a {
text-decoration: underline;
color: #000000
}
#ItacoatiaraHome_Infos_Int {
display: table-cell;
vertical-align: middle;
padding: 70px;
}
#ItacoatiaraHome_Logo_Int {
padding: 70px;
}
#ItacoatiaraHome_Base {
width: 1200px;
margin: 0 auto;
}
.BannerTopo_Slide {
width: 100%;
background-size: cover;
height: 100vh;
background-position: center;
}
#CampoNome {
float: left;
margin-right: 10px;
}
#CampoEmail {
float: left;
margin-right: 10px;
}
#BotaoEnviar {
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
background: red;
color: #ffffff;
text-align: center;
border: none;
padding: 10px;
margin-top: -10px
}
.wpcf7 form.sent .wpcf7-response-output {
background: green;
color: #ffffff;
text-align: center;
border: none;
padding: 10px;
margin-top: -10px
}
#PaginaEsportes {
padding-top: 280px;
}
#PostersEsportesPag {
width: 925px;
margin: 0 auto;
text-align: center;
}
#PostersEsportesPag .OPosterEsportes {
display: inline-block;
}
#PaginaPatrocinadores {
padding-top: 220px;
padding-bottom: 80px;
width: 1000px;
margin: 0 auto;
}
#Tit_Patrocinadores {
text-transform: uppercase;
font-family: 'Anton';
font-size: 52px;
margin-bottom: 10px;
text-align: center;
padding-top: 30px;
padding-bottom: 10px;
}
#PagPatroLogos {
}
#MenuMobileFixo {
display: none;
}
#MenuMobileFixo_Logo {
}
#MenuMobileFixo_Ico {
}
#MenuMobile_Menuzao {
display: none;
}
#MenuMobile_Menuzao_Fechar {
text-align: center;
padding-top: 20px;
margin-bottom: 30px;
}
#MenuMobile_Menuzao_Logo {
text-align: center;
}
#MenuMobile_Menuzao_Logo img {
width: 140px;
margin-bottom: 20px;
}
#MenuMobile_Menuzao_Menu {
text-align: center;
text-transform: uppercase;
font-size: 18px;
}
#MenuMobile_Menuzao_Menu ul {
}
#MenuMobile_Menuzao_Menu ul li {
margin-bottom: 8px;
letter-spacing: 2px;
}
#MenuMobile_Menuzao_Menu ul li a {
}
#MenuMobile_Menuzao_Social {
font-family: "itacoatiara";
text-align: center;
margin-top: 20px;
}
#MenuMobile_Menuzao_Social ul {
display: inline-flex;
}
#MenuMobile_Menuzao_Social ul li {
margin-left: 5px;
margin-right: 5px;
}
#MenuMobile_Menuzao_Social ul li a {
}
.extrabanda {
font-family: "Roboto", sans-serif;
font-size: 17px;
position: relative;
}
.horario {
font-family: "Roboto", sans-serif;
font-size: 20px;
position: relative;
}
#Rodape_Termos {
width: 90vw;
margin: 0 auto;
text-align: center;
line-height: 1.2vw;
margin-top: 2vw;
font-size: .8vw;
}
#Rodape_Termos strong {
font-family: 'Anton';
}
#BlocoData {
margin-bottom: 100px;
}
#BlocoData_Quando {
text-align: right;
margin-right: 32px;
float: left;
width: 114px;
}
#BlocoData_Dia {
font-family: 'Anton';
font-size: 92px;
margin-bottom: -4px;
text-align: right;
}
#BlocoData_Mes {
margin-right: 6px;
}
#BlocoData_Eventos {
float: left;
text-align: left;
width: 966px;
}
#BlocoData_EventosEsporte {
}
#BlocoData_EventoEsporte {
}
#BlocoData_EventoEsporteSub {
}
#BlocoData_EventoEsporteTit {
font-family: 'Anton';
text-transform: uppercase;
font-size: 27px;
}
#BlocoData_EventoEsporteLogos {
margin-bottom: 12px;
}
#BlocoData_EventoEsporteLogos img {
margin-right: 10px;
height: 38px;
}
#BlocoData_EventoEsporteHorario {
font-style: italic;
font-size: 19px;
margin-bottom: 20px;
}
#BlocoData_EventoEsporteClick {
}
#BlocoData_EventoEsporteClick a {
}
#BlocoData_EventoEsporteClick {
background: #000000;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding: 10px;
color: #FEF4EA;
font-size: 14px;
display: initial;
padding-left: 25px;
padding-right: 25px;
}
#BlocoData_EventoEsporteClick a {
color: #FEF4EA;
}
#BlocoData_EventosEsporte {
float: left;
width: 280px;
border-left: 1px solid #000000;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 30px;
}
#BlocoData_EventoEsporte {
padding-right: 20px;
}
#BlocoData_EventoEsporteSub {
text-transform: uppercase;
margin-bottom: 10px;
font-size: 18px;
background: #000000;
display: inline-flex;
color: #FEF4EA;
padding: 5px;
}
#BlocoData_EventoArtistas {
}
#BlocoData_EventoArtista {
margin-bottom: 10px;
border-bottom: 1px dashed;
padding-bottom: 5px;
}
#BlocoData_EventoArtistaNome {
font-family: 'Anton';
text-transform: uppercase;
margin-bottom: 8px;
}
#BlocoData_EventoArtistaHorario {
font-size: 20px;
font-style: italic;
margin-bottom: 2px;
}
#CalendarioComp {
width: 1112px;
margin: 0 auto;
}
#BlocoData_EventoEsporteExtra {
font-size: 17px;
line-height: 22px;
margin-bottom: 14px;
}
#BlocoData_EventoEsporteExtra a {
text-decoration: underline;
}
#BlocoData_EventoArtistaInfoExtra {
font-size: 18px;
margin-bottom: 5px;
}
#Topo {
margin: 0 auto;
width: 95vw;
}
#Topo_Logo {
float: left;
}
#Topo_Logo img {
width: 44vw;
}
#TopoData {
float: left;
margin-left: 2vw;
margin-top: 2vw;
padding-top: 1vw;
width: 45vw;
}
#TopoData_Big {
font-family: 'Anton';
font-size: 8vw;
margin-bottom: 1vw;
color: #de6471;
text-transform: uppercase;
}
#TopoData_Small {
font-size: 1.6vw;
letter-spacing: 0.54vw;
}
#MenuTopoBas {
font-family: 'Anton';
margin: 0 auto;
width: 87vw;
margin-bottom: 2vw;
background: #c7803b;
padding: 1vw 2vw;
-webkit-border-radius: 1vw;
-moz-border-radius: 1vw;
border-radius: 1vw;
text-align: center;
}
#MenuTopoBas ul {
}
#MenuTopoBas li {
font-size: 3vw;
display: inline;
margin-right: 1.2vw;
margin-left: 1.2vw;
}
#MenuTopoBas a {
color: #FEF4EA;
}
#MenuTopoBas a:hover {
color: #000000;
}
#Home {
width: 97vw;
margin: 0 auto;
padding-bottom: 2vw;
}
#Home_Poster {
width: 21vw;
margin-left: 2vw;
margin-right: 2vw;
float: left;
}
#Home_Poster img {
}
#Home_Esportes {
float: left;
width: 72vw;
}
.Home_Esporte {
width: 13vw;
float: left;
margin: .5vw;
}
.Home_Esporte_Capa {
width: 100%;
height: 20.8vw;
background-size: cover;
background-position: center;
margin-bottom: 1vw;
-webkit-border-radius: .5vw;
-moz-border-radius: .5vw;
border-radius: .5vw;
}
.Home_Esporte_Capa img {
}
.Home_Esporte_Data {
margin-bottom: .4vw;
text-transform: uppercase;
font-size: .8vw;
}
.Home_Esporte_Esporte {
font-family: 'Anton';
font-size: 2.9vw;
margin-bottom: .4vw;
text-transform: UPPERCASE;
color: #c7803b;
}
.Home_Esporte_Local {
margin-bottom: .4vw;
text-transform: uppercase;
font-size: .7vw;
}
.Home_Esporte_Saiba {
font-family: 'Anton';
background: #E0697A;
color: #ffffff;
text-align: center;
font-size: 2.4vw;
padding: .5vw;
-webkit-border-radius: .5vw;
-moz-border-radius: .5vw;
border-radius: .5vw;
}
.Home_Esporte_Saiba a {
color: #ffffff;
}
#Home_Sobre_Int {
margin: 0 auto;
width: 61vw;
}
#Home_Sobre {
background-image: url(//itacoatiarapro.com.br/wp-content/themes/itacoatiara/img/bgmar.png);
background-size: cover;
background-position: bottom;
padding-bottom: 49vw;
padding-top: 7vw;
}
#Home_Sobre_Logo {
float: left;
width: 26vw;
margin-right: 2vw;
}
#Home_Sobre_Logo img {
width: 100%;
height: a;
}
#Home_Sobre_Info {
width: 32vw;
float: left;
color: #000000;
}
#Home_Sobre_Info p {
margin-bottom: 1vw;
}
#Home_Sobre_Info_Tit {
font-family: 'Anton';
font-size: 5vw;
margin-bottom: .4vw;
text-transform: UPPERCASE;
color: #FEF4EA;
}
#Home_Sobre_Info_Txt {
font-size: 1vw;
color: #FEF4EA;
}
#SobrePag {
}
#SobrePag_Logo {
}
#SobrePag_Logo img {
}
#SobrePag_Info {
}
#SobrePag_Info_Tit {
}
#SobrePag_Info_Txt {
}
#OEsporte {
width: 92vw;
margin: 0 auto;
margin-bottom: 2vw;
}
#OEsporte_Capa {
width: 30vw;
height: 36vw;
background-size: cover;
background-position: center;
float: left;
margin-right: 2vw;
-webkit-border-radius: 1vw;
-moz-border-radius: 1vw;
border-radius: 1vw;
}
#OEsporte_Capa img {
}
#OEsporte_Info {
float: left;
width: 29vw;
margin-right: 2vw;
}
#OEsporte_Info_Logos {
margin-bottom: 1vw;
}
#OEsporte_Info_Logos img {
height: 6vw;
margin-right: .5vw;
}
#OEsporte_Info_Patros {
}
#OEsporte_Info_Patros img {
}
#OEsporte_Info_Data {
margin-bottom: 1vw;
font-size: 2vw;
text-transform: uppercase;
}
#OEsporte_Info_Esporte {
font-family: 'Anton';
font-size: 5vw;
margin-bottom: 1vw;
text-transform: uppercase;
}
#OEsporte_Info_Local {
font-size: 1.5vw;
margin-bottom: 1vw;
text-transform: uppercase;
}
#OEsporte_Info_Txt {
}
#OEsporte_Info_Txt p {
margin-bottom: 1vw;
font-size: 1vw;
}
#OEsporte_Separa {
display: none;
}
#OEsporte_QuemParticipa {
float: left;
width: 26vw;
border-left: .08vw solid #000000;
padding-left: 2vw;
}
.OEsp_QuemPart_Quem {
float: left;
margin: 1vw;
text-align: center;
width: 5vw;
}
.OEsp_QuemPart_Quem_Foto {
width: 5vw;
height: 5vw;
background-size: cover;
background-position: center;
-webkit-border-radius: 20vw;
-moz-border-radius: 20vw;
border-radius: 20vw;
margin-bottom: .4vw;
}
.OEsp_QuemPart_Quem_Tit {
}
.OEsp_QuemPart_Quem_Tit_Nome {
font-family: 'Anton';
margin-bottom: .4vw;
font-size: 1vw;
line-height: 1.2vw;
}
.OEsp_QuemPart_Quem_Tit_Pais {
font-size: .8vw;
}
#Instagram {
}
#Instagram_Siga {
}
#Instagram_Feed {
}
#Patrocinadores {
}
#RodapeFim {
}
#Home_Poster_PatroMaster {
}
#Home_Poster_Limpo {
margin-bottom: 1.2vw;
}
#Home_Poster_PatroMaster img {
width: 100%;
height: auto;
}
#Home_Poster_Limpo img {
width: 100%;
height: auto;
}
#EsportesList {
}
#EsportesList #Home_Esportes {
float: left;
width: 98vw;
}
#EsportesList .Home_Esporte {
width: 18.6vw;
float: left;
margin: .5vw;
}
#EsportesList .Home_Esporte_Capa {
width: 100%;
height: 28.8vw;
background-size: cover;
background-position: center;
margin-bottom: 1vw;
-webkit-border-radius: .5vw;
-moz-border-radius: .5vw;
border-radius: .5vw;
}
#EsportesList .Home_Esporte_Capa img {
}
#EsportesList .Home_Esporte_Data {
margin-bottom: .4vw;
text-transform: uppercase;
font-size: .8vw;
}
#EsportesList .Home_Esporte_Esporte {
font-family: 'Anton';
font-size: 4vw;
margin-bottom: .4vw;
text-transform: UPPERCASE;
}
#EsportesList .Home_Esporte_Local {
margin-bottom: .4vw;
text-transform: uppercase;
font-size: .7vw;
}
#EsportesList .Home_Esporte_Saiba {
font-family: 'Anton';
background: #E0697A;
color: #ffffff;
text-align: center;
font-size: 2vw;
padding: .5vw;
text-align: left;
display: inline-block;
}
#EsportesList .Home_Esporte_Saiba a {
color: #ffffff;
}
#PAGE {
width: 95vw;
margin: 0 auto;
margin-bottom: 3vw;
}
#Page_Imagem {
width: 30vw;
height: 23vw;
background-size: cover;
background-position: center;
float: left;
margin-right: 2vw;
-webkit-border-radius: 1vw;
-moz-border-radius: 1vw;
border-radius: 1vw;
}
#Page_Texto {
float: left;
width: 23vw;
margin-right: 2vw;
}
#Page_Tit {
font-family: 'Anton';
font-size: 5vw;
margin-bottom: 1vw;
text-transform: uppercase;
}
#Page_Chamada {
font-size: 1.5vw;
margin-bottom: 1vw;
}
#Page_Txt {
font-size: 1vw;
}
#Page_Txt p {
margin-bottom: 1vw;
}
#Page_Txt strong {
text-decoration: underline;
font-weight: bold;
display: block;
margin-bottom: .3vw;
}
#Eventos {
float: left;
width: 38vw;
}
.OEvento {
width: 18vw;
float: left;
margin-right: 1vw;
margin-bottom: 1vw;
}
.OEvento_Tit {
text-transform: uppercase;
font-size: 2vw;
font-family: 'Anton';
}
.OEvento_Img {
width: 100%;
height: 9vw;
background-size: cover;
background-position: center;
margin-bottom: 0.4vw;
-webkit-border-radius: 1vw;
-moz-border-radius: 1vw;
border-radius: 1vw;
}
}
.OEvento_Tit {
font-family: 'Anton';
font-size: 1vw;
text-transform: uppercase;
}
.OEvento_Txt {}
.Home_Esporte_Capa {
position: relative;
height: 20.8vw;
overflow: hidden;
-webkit-border-radius: .5vw;
-moz-border-radius: .5vw;
border-radius: .5vw;
}
.background-video {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
display: none;
}
#DatPag_Data {
margin: 0 auto;
width: 65vw;
margin-bottom: 6vw;
}
#DatPag_Data_Quando {
font-size: 2vw;
margin-bottom: 1vw;
}
#DatPag_Data_Tit {
font-family: 'Anton';
font-size: 4vw;
margin-bottom: 1vw;
}
#DatPag_Data_Local {
font-size: 1.5vw;
margin-bottom: 1vw;
}
#DatPag_Data_Logos {
margin-bottom: 1vw;
}
#DatPag_Data_Logos img {
height: 6vw;
margin-right: 1vw;
}
#DatPag_Data_Eventos {
}
#DatPag_Data_Evento_Img {
background-color: black;
width: 10vw;
height: 10vw;
margin-bottom: 1vw;
-webkit-border-radius: 1vw;
-moz-border-radius: 1vw;
border-radius: 1vw;
background-size: cover;
background-position: center;
}
#DatPag_Data_Evento_Tit {
font-family: 'Anton';
font-size: 1.6vw;
margin-bottom: .3vw;
line-height: 2vw;
}
#DatPag_Data_Evento_Sub {
font-size: 1.2vw;
}
#DatPag_Data_Capa {
width: 28vw;
height: 30vw;
background-size: cover;
background-position: center;
-webkit-border-radius: 1vw;
-moz-border-radius: 1vw;
border-radius: 1vw;
float: left;
margin-right: 3vw;
background-color: #000000;
}
#DatPag_Data_Info {
float: left;
width: 34vw;
}
#DatPag_Data_Evento {
width: 10vw;
float: left;
margin-right: 1vw;
}
#DatPag_Data_Textos {
line-height: 1.8vw;
font-size: 1.4vw;
margin-bottom: 1vw;
}
#PageTitle{
font-family: 'Anton';
font-size: 5vw;
margin-bottom: 2vw;
text-align: center;
}
#PageTxt{
text-align: center;
}
#PageTxt p{
margin-bottom: 1vw;
}
#BlocoLive{}
#LojaList{
padding-top: 3vw;
padding-bottom: 4vw;
}
#LojaList_Tit{
text-transform: uppercase;
font-family: 'Anton';
font-size: 4vw;
margin-bottom: 10px;
text-align: center;
padding-top: 2vw;
padding-bottom: 2vw;
}
#LojaList_List{
width: 80vw;
margin: 0 auto;
}
.LojaList_List_Prod{
float: left;
margin-left: 2vw;
margin-right: 2vw;
width: 16vw;
}
.LojaList_List_Prod_Img{
width: 100%;
height: 16vw;
background-size: cover;
background-position: center;
margin-bottom: 1vw;
-webkit-border-radius: 1vw;
-moz-border-radius: 1vw;
border-radius: 1vw;
}
.LojaList_List_Prod_Tit{
text-transform: uppercase;
font-family: 'Anton';
font-size: 1.5vw;
margin-bottom: .6vw;
text-align: left;
}
.LojaList_List_Prod_Valor{
font-size: 1.5vw;
margin-bottom: 1vw;
}
.LojaList_List_Prod_Comprar{
font-family: 'Anton';
background: #E0697A;
color: #ffffff;
text-align: center;
font-size: 2vw;
padding: .5vw;
}
.LojaList_List_Prod_Comprar a{color: #ffffff;} 
#CadastroEvento{}
#CadastroEvento_Tit{
font-family: 'Anton';
font-size: 5vw;
margin-bottom: 1vw;
text-transform: uppercase;
margin-top: 3vw;
text-align: center;
display: block;
}
#CadastroEvento_Form{
text-align: center;
margin-top: 4vw;
}
#CadastroEvento_Form label{
font-size: 1.5vw;
margin-bottom: 1vw;
display: block;
}
#CadastroEvento_Form input{
margin-top: .6vw;
padding: 1vw;
font-family: 'Stara';
font-size: 1.4vw;
}
#CadastroEvento_Form input[type="submit" i]{
background: #000000;
color: #ffffff;
font-family: 'Anton';
text-transform: uppercase;
font-size: 2vw;
border: none;
margin-left: 8vw;
} @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
} @media screen and (max-width: 511px) and (min-width: 10px) {
body {}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {}
header {}
#MenuTopo {}
#MenuEsq {}
#MenuEsq ul {}
#MenuEsq ul li {}
#MenuEsq ul li a {}
#LogoMeio {}
#LogoMeio img {}
#MenuDir {}
#MenuDir ul {}
#MenuDir ul li {}
#MenuDir ul li a {}
#Topo_Block {}
#Topo_Block_Idiomas {}
#Topo_Block_Social {}
#Topo_Block_Social ul {}
#Topo_Block_Social ul li {}
#Topo_Block_Social ul li a {}
#BannerTopo {}
#BannerTopo_SombraTopo {}
#BannerTopo_Info {}
#BannerTopo_Info_Tit {}
#BannerTopo_Info_Tit_Small {}
#BannerTopo_Info_Sub {}
#BannerTopo_Info_Seta {}
#BannerTopo_Info_Titao {}
#BannerTopo_SombraBase {}
#BannerTopo_Slide {}
.BannerTopo_Slide {}
#PostersEsportes {}
.OPosterEsportes {}
#OPosterEsporte_Topo {}
#OPosterEsporte_Logo {}
#OPosterEsporte_Imagem {}
#OPosterEsporte_Click {}
#ItacoatiaraHome {}
#ItacoatiaraHome_Logo {}
#ItacoatiaraHome_Logo img {}
#ItacoatiaraHome_Infos {}
#ItacoatiaraHome_Infos_Tit {}
#ItacoatiaraHome_Infos_Txt {}
#ItacoatiaraHome_Infos_Txt p {}
#ItacoatiaraHome_Infos_Txt strong {}
#ItacoatiaraHome_Infos_Txt a {}
#BlocoHome {}
#BlocoShows {}
#BlocoHome_Shows {}
#BlocoShows_Shows {}
#BlocoBase {}
#BlocoBase_Base {}
#BlocoHome_Shows_Tit {}
#BlocoHome_Shows_Txt {}
#BlocoHome_Shows_Eventos {}
#BlocHom_Shows_Bloco {}
#BlocHom_Shows_Bloco_Data {}
#BlocHom_Shows_Bloco_Big {}
#BlocHom_Shows_Bloco_Small {}
#BlocoHome_SaibaShows {}
#BlocHom_Shows_Bloco_Big li {}
#BlocHom_Shows_Bloco_Small li {}
#BlocoHome_Loja {}
#BlocoHome_Loja_Tit {}
#BlocoHome_Loja_Titao {}
#BlocoHome_Loja_Subtitao {}
#Clear {}
#BlocoLoja_Home_Prods {}
#BlocoLoja_Home {}
#BlocoLoja_Home_Produto {}
#BlocoLoja_Home_Prod_Img {}
#BlocoLoja_Home_Prod_Tit {}
#BlocoLoja_Home_Prod_Sub {}
#BlocoLoja_Home_Prod_Click {}
#BlocoHome_SaibaLoja {}
#OsEsportes {}
.OPosterEsportes {}
.OPosterEsporte_Topo {}
.OPosterEsporte_Topo img {}
.OPosterEsporte_Logo {}
.OPosterEsporte_Logo img {}
.OPosterEsporte_Imagem {}
.OPosterEsporte_Imagem img {}
.OPosterEsporte_Click {}
.OPosterEsporte_Click a {}
#InfoEsporte {}
#InfoEsporteCat {}
#InfoEsporteCat_Logos {}
#InfoEsporteCat_Logos img {}
#InfoEsporteCat_Infos {}
#InfoEsporteCat_Infos {}
#InfoEsporteCat_Infos_Sub {}
#InfoEsporteCat_Infos_Tit {}
#InfoEsporteCat_Infos_Data {}
#InfoEsporteCat_Infos_Horario {}
#Page_Txt strong{
margin-bottom: 1vw;
}
#InfoEsporteCat_Infos_Txt {}
#InfoEsporteCat_Infos_Txt p {}
#InfoEsporteCat_Infos_Click {}
#InfoEsporteCat_Infos_Click a {}
#OutrosEsportes {}
#OutrosEsportes_Tit {}
#OutrosEsportes_Carrossel {}
#OsShows {}
#OsShows_Tit {}
#OsShows_BlocoInfo {}
#OsShows_BlocoInfo_Data {}
#OsShows_BlocoInfo_Big {}
#OsShows_BlocoInfo_Small {}
#EmBreve {}
#EmBreve_Info {}
#AAgenda {}
#AAgenda_Data {}
#AAgenda_Data_Esq {}
#AAgenda_Data_Esq_Dia {}
#AAgenda_Data_Esq_Mes {}
#AAgenda_Data_Eventos {}
#AAgenda_Data_Evento {}
#AAgenda_Data_Evento_Sub {}
#AAgenda_Data_Evento_Tit {}
#AAgenda_Data_Evento_Logos {}
#AAgenda_Data_Evento_Click {}
#ComoChegar {}
#ComoChegar_ComoChegar {}
#ComoChegar_ComoChegar_Tit {}
#ComoChegar_ComoChegar_Txt {}
#ComoChegar_ComoChegar_Txt p {}
#ComoChegar_Parceiros {}
#ComoChegar_Parc_Tit {}
#ComoChegar_Parc_Colunas {}
#ComoChegar_Parc_Col_Tit {}
#ComoChegar_Parc_Col_Bloco {}
#ComoChegar_Parc_Col_Bloco_Tit {}
#ComoChegar_Parc_Col_Bloco_Info {}
#TitPaginaSimples {}
#TxtPaginaSimples {}
#BlocoLive {
width: 100%;
padding-top: 2vw;
}
#BlocoLive iframe {
height: 61vw;
}
#Hotzones {}
#Hotzones_Tit {}
#Hotzones_Txt {}
#OsHotzones {}
#OsHotzones_Esq {}
#OsHotzones_Esq_Img {}
#OsHotzones_Esq_Info {}
#OsHotzones_Info_Tit {}
#OsHotzones_Info_Sub {}
#OsHotzones_Info_Txt {}
#OsHotzones_Info_Click {}
#OsHotzones_Dir {}
#OsHotzones_Dir_Img {}
#OsHotzones_Dir_Info {}
#OsHotzones_Info_Tit {}
#OsHotzones_Info_Sub {}
#OsHotzones_Info_Txt {}
#OsHotzones_Info_Txt p {}
#OsHotzones_Info_Click {}
#Hotzone {}
#Hotzone_Info {}
#Hotzone_Info_Sub {}
#Hotzone_Info_Tit {}
#Hotzone_Info_Sub2 {}
#Hotzone_Info_Txt {}
#HZ_Eventos {}
#HZ_Eventos_Poster {}
#HZ_Eventos_Evento {}
#HZ_Eventos_Ev_Info {}
#HZ_Eventos_Ev_Info_Logo {}
#HZ_Eventos_Ev_Info_Info {}
#HZ_Eventos_Ev_Info_Info_Sub {}
#HZ_Eventos_Ev_Info_Info_Tit {}
#HZ_Eventos_Ev_Info_Info_Data {}
#HZ_Eventos_Ev_Info_Info_Click {}
#InfoEsporte_Blocos {}
#Rodape {width: 100vw;overflow: hidden;}
#Rodape_Insta {}
#Rodape_Insta_Tit {font-size: 10vw;}
#Rodape_Insta_Miolo {}
#Rodape_Newsletter {
padding-top: 4vw;
padding-bottom: 4vw;
padding-left: 4vw;
padding-right: 4vw;
}
#Rodape_News_Tit {
font-size: 6vw;
margin-bottom: 4vw;
}
#Rodape_News_Form {
width: 85vw;
}
#Rodape_News_Form input {
font-size: 3.5vw;
width: 80vw;
margin-bottom: 3vw;
}
.wpcf7-not-valid-tip {}
#Rodape_News_Form .wpcf7-submit {
padding-left: 2vw;
padding-right: 2vw;
width: 86vw;
}
#Rodape_Patrocinadores {}
#Rodape_Pat_Big {}
#Rodape_Pat_Big img {
height: 13vw;
}
#Rodape_Pat_Small {}
#Rodape_Pat_Small img {
height: 16vw;
}
#Rodape_Fim {
font-size: 4vw;
padding-bottom: 4vw;
}
#Rodape_Fim a {}
#ItacoatiaraHome_Infos_Int {}
#ItacoatiaraHome_Logo_Int {}
#ItacoatiaraHome_Base {}
.BannerTopo_Slide {}
#CampoNome {}
#CampoEmail {
margin-right: 0;
float: l;
}
#BotaoEnviar {}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {}
.wpcf7 form.sent .wpcf7-response-output {}
#PaginaEsportes {}
#PostersEsportesPag {}
#PostersEsportesPag .OPosterEsportes {}
#PaginaPatrocinadores {}
#Tit_Patrocinadores {}
#PagPatroLogos {}
#MenuMobileFixo {
display: block;
background: #000000;
height: 13vw;
}
#MenuMobileFixo_Logo {
color: #FEF4EA;
font-family: 'Anton';
margin-top: 2vw;
float: left;
margin-left: 2vw;
}
#MenuMobileFixo_Logo a{
color: #FEF4EA;
font-size: 9vw;
}
#MenuMobileFixo_Ico {
float: right;
font-family: "itacoatiara";
color: #FEF4EA;
font-size: 10vw;
margin-top: 1.3vw;
margin-right: 2vw;
}
#MenuMobile_Menuzao {
display: block;
background: #000000;
position: fixed;
z-index: 10;
top: 0;
width: 100%;
height: 100vh;
right: -100%;
}
#MenuMobile_Menuzao_Fechar {
color: #FEF4EA;
font-size: 5vw;
letter-spacing: 1.1vw;
}
#MenuMobile_Menuzao_Logo {}
#MenuMobile_Menuzao_Logo img {
width: 91vw;
margin-bottom: 3vw;
}
#MenuMobile_Menuzao_Menu {}
#MenuMobile_Menuzao_Menu ul {}
#MenuMobile_Menuzao_Menu ul li {
margin-bottom: 4vw;
}
#MenuMobile_Menuzao_Menu ul li a {
color: #FEF4EA;
font-size: 5vw;
letter-spacing: 1.1vw;
}
#MenuMobile_Menuzao_Social {}
#MenuMobile_Menuzao_Social ul {}
#MenuMobile_Menuzao_Social ul li {}
#MenuMobile_Menuzao_Social ul li a {
color: #FEF4EA;
font-size: 8vw;
}
.extrabanda {}
.horario {}
#Rodape_Termos {
font-size: 3vw;
line-height: 4vw;
margin-bottom: 4vw;
padding-top: 4vw;
}
#Rodape_Termos strong {}
#BlocoData {}
#BlocoData_Quando {}
#BlocoData_Dia {}
#BlocoData_Mes {}
#BlocoData_Eventos {}
#BlocoData_EventosEsporte {}
#BlocoData_EventoEsporte {}
#BlocoData_EventoEsporteSub {}
#BlocoData_EventoEsporteTit {}
#BlocoData_EventoEsporteLogos {}
#BlocoData_EventoEsporteLogos img {}
#BlocoData_EventoEsporteHorario {}
#BlocoData_EventoEsporteClick {}
#BlocoData_EventoEsporteClick a {}
#BlocoData_EventosEsporte {}
#BlocoData_EventoEsporte {}
#BlocoData_EventoEsporteSub {}
#BlocoData_EventoArtistas {}
#BlocoData_EventoArtista {}
#BlocoData_EventoArtistaNome {}
#BlocoData_EventoArtistaHorario {}
#CalendarioComp {}
#BlocoData_EventoEsporteExtra {}
#BlocoData_EventoEsporteExtra a {}
#BlocoData_Evento
ArtistaInfoExtra {}
#Topo {
width: auto;
padding: 2vw;
}
#Topo_Logo {
text-align: center;
}
#Topo_Logo img {
width: 100%;
}
#TopoData {}
#TopoData_Big {
font-size: 16.8vw;
margin-bottom: 4vw;
}
#TopoData_Small {
font-size: 4.7vw;
margin-bottom: 4vw;
}
#MenuTopoBas {
display: none;
}
#MenuTopoBas ul {}
#MenuTopoBas li {}
#MenuTopoBas a {}
#MenuTopoBas a:hover {}
#Home {width: auto;padding-left: 2vw;padding-right: 2vw;}
#Home_Poster {
width: auto;
margin-top: 5vw;
float: none;
}
#Home_Poster img {}
#Home_Esportes {
float: none;
width: 100%;
}
.Home_Esporte {
width: 100%;
float: none;
margin: 0;
}
.Home_Esporte_Capa {
-webkit-border-radius: 3vw;
-moz-border-radius: 3vw;
border-radius: 3vw;
}
.Home_Esporte_Capa img {}
.Home_Esporte_Data {
font-size: 5vw;
margin-top: 3vw;
margin-bottom: 2vw;
}
.Home_Esporte_Esporte {
font-size: 20vw;
margin-bottom: 1vw;
}
.Home_Esporte_Local {
font-size: 5vw;
}
.Home_Esporte_Saiba {
font-size: 12vw;
padding: 3vw;
margin-top: 3vw;
margin-bottom: 5vw;
}
.Home_Esporte_Saiba a {}
#Home_Sobre_Int {
width: 81vw;
}
#Home_Sobre {
padding-bottom: 250vw;
padding-top: 10vw;
}
#Home_Sobre_Logo {
width: 100%;
float: none;
margin-right: 0;
margin-bottom: 5vw;
}
#Home_Sobre_Logo img {}
#Home_Sobre_Info {
width: auto;
float: none;
}
#Home_Sobre_Info p {}
#Home_Sobre_Info_Tit {
font-size: 13vw;
margin-bottom: 5vw;
}
#Home_Sobre_Info_Txt {
font-size: 7vw;
}
#SobrePag {}
#SobrePag_Logo {}
#SobrePag_Logo img {}
#SobrePag_Info {}
#SobrePag_Info_Tit {}
#SobrePag_Info_Txt {}
#OEsporte {
margin-top: 4vw;
}
#OEsporte_Capa {
float: none;
width: 100%;
height: 111vw;
margin-bottom: 4vw;
margin-right: 0;
-webkit-border-radius: 3vw;
-moz-border-radius: 3vw;
border-radius: 3vw;
}
#OEsporte_Capa img {}
#OEsporte_Info {
float: none;
width: 100%;
margin-right: 0;
}
#OEsporte_Info_Logos {
margin-bottom: 4vw;
}
#OEsporte_Info_Logos img {
height: 19vw;
}
#OEsporte_Info_Patros {}
#OEsporte_Info_Patros img {}
#OEsporte_Info_Data {
font-size: 6vw;
}
#OEsporte_Info_Esporte {
font-size: 19vw;
}
#OEsporte_Info_Local {
font-size: 6vw;
margin-bottom: 5vw;
}
#OEsporte_Info_Txt {}
#OEsporte_Info_Txt p {
font-size: 5vw;
margin-bottom: 4vw;
}
#OEsporte_Separa {}
#OEsporte_QuemParticipa {
border-left: 0;
padding-left: 0;
width: 100%;
}
.OEsp_QuemPart_Quem {
width: 28vw;
margin-bottom: 5vw;
}
.OEsp_QuemPart_Quem_Foto {
width: 27vw;
height: 27vw;
margin-bottom: 3vw;
}
.OEsp_QuemPart_Quem_Tit {}
.OEsp_QuemPart_Quem_Tit_Nome {
font-size: 3.5vw;
line-height: 4vw;
}
.OEsp_QuemPart_Quem_Tit_Pais {
font-size: 3vw;
}
#Instagram {}
#Instagram_Siga {}
#Instagram_Feed {}
#Patrocinadores {}
#RodapeFim {}
#Home_Poster_PatroMaster {
margin-bottom: 6vw;
}
#Home_Poster_Limpo {
margin-bottom: 5vw;
}
#Home_Poster_PatroMaster img {
width: 100%;
height: auto;
}
#Home_Poster_Limpo img {}
#EsportesList {
}
#EsportesList #Home_Esportes {
width: 100vw;
margin: 0 auto;
}
#EsportesList .Home_Esporte {
width: 96vw;
float: none;
margin: 0 auto;
}
#EsportesList .Home_Esporte_Capa {
height: 94vw;
-webkit-border-radius: 3vw;
-moz-border-radius: 3vw;
border-radius: 3vw;
}
#EsportesList .Home_Esporte_Capa img {}
#EsportesList .Home_Esporte_Data {
font-size: 5vw;
}
#EsportesList .Home_Esporte_Esporte {
font-size: 18vw;
}
#EsportesList .Home_Esporte_Local {
font-size: 5vw;
}
#EsportesList .Home_Esporte_Saiba {
font-size: 14vw;
padding: 3vw;
}
#EsportesList .Home_Esporte_Saiba a {}
#PAGE {
width: 96vw;
}
#Page_Imagem {
float: none;
margin-right: 0;
width: 100%;
height: 61vw;
margin-bottom: 5vw;
-webkit-border-radius: 3vw;
-moz-border-radius: 3vw;
border-radius: 3vw;
}
#Page_Texto {
float: none;
width: 100%;
margin-right: 0;
}
#Page_Tit {
font-size: 12vw;
}
#Page_Chamada {
font-size: 8vw;
margin-bottom: 4vw;
}
#Page_Txt {
font-size: 5vw;
margin-bottom: 5vw;
}
#Page_Txt p {
margin-bottom: 5vw;
}
#Eventos {
float: none;
width: 100%;
}
.OEvento {
width: 45vw;
margin-right: 3vw;
margin-bottom: 3vw;
}
.OEvento_Tit {}
.OEvento_Img {
height: 28vw;
}
.OEvento_Tit {
font-size: 5vw;
margin-top: 2vw;
}
.OEvento_Txt {}
.Home_Esporte_Capa {
height: 91vw;
}
.background-video {
display: none;
}
#DatPag_Data {
width: 96vw;
}
#DatPag_Data_Quando {
font-size: 6vw;
}
#DatPag_Data_Tit {
font-size: 11vw;
}
#DatPag_Data_Local {
font-size: 6vw;
margin-bottom: 3vw;
}
#DatPag_Data_Logos {
margin-bottom: 4vw;
}
#DatPag_Data_Logos img {
height: 15vw;
}
#DatPag_Data_Eventos {}
#DatPag_Data_Evento_Img {
width: 100%;
height: 30vw;
}
#DatPag_Data_Evento_Tit {
font-size: 7vw;
line-height: 8vw;
}
#DatPag_Data_Evento_Sub {
font-size: 4vw;
}
#DatPag_Data_Capa {
width: 95vw;
height: 96vw;
-webkit-border-radius: 3vw;
-moz-border-radius: 3vw;
border-radius: 3vw;
margin-bottom: 3vw;
}
#DatPag_Data_Info {
width: 96vw;
}
#DatPag_Data_Evento {
width: 44vw;
margin-right: 3vw;
margin-bottom: 3vw;
min-height: 56vw;
}
#DatPag_Data_Textos {
font-size: 4vw;
line-height: 5vw;
}
#LojaList{}
#LojaList_Tit{
font-size: 10vw;
}
#LojaList_List{
width: 95vw;
}
.LojaList_List_Prod{
float: none;
margin-left: 0;
margin-right: 0;
width: auto;
}
.LojaList_List_Prod_Img{
height: 131vw;
margin-bottom: 3vw;
-webkit-border-radius: 3vw;
-moz-border-radius: 3vw;
border-radius: 3vw;
}
.LojaList_List_Prod_Tit{
font-size: 9vw;
}
.LojaList_List_Prod_Valor{
font-size: 5vw;
}
.LojaList_List_Prod_Comprar{
font-size: 11vw;
padding: 3vw;
margin-bottom: 5vw;
}
.LojaList_List_Prod_Comprar a{} 
#CadastroEvento{}
#CadastroEvento_Tit{
font-size: 10vw;
}
#CadastroEvento_Form{}
#CadastroEvento_Form label{
font-size: 5vw;
}
#CadastroEvento_Form input{
font-size: 4vw;
margin-bottom: 4vw;
}
#CadastroEvento_Form input[type="submit" i]{
font-size: 8vw;
padding: 3vw;
margin-left: 16vw;
}
} @media screen and (min-width: 10px) and (max-width: 414px) {
} @media screen and (min-width: 10px) and (max-width: 411px) {
} @media screen and (min-width: 10px) and (max-width: 376px) {
} @media screen and (min-width: 10px) and (max-width: 361px) {
} @media screen and (min-width: 10px) and (max-width: 321px) {
} @media screen and (max-width: 1670px) and (min-width: 768px) {
} @media screen and (min-width: 768px) and (max-width: 1590px) {
} @media screen and (min-width: 768px) and (max-width: 1430px) {
} @media screen and (max-width: 1360px) and (min-width: 760px) {
} @media screen and (min-width: 600px) and (max-width: 1100px) {
} @media screen and (min-width: 500px) and (max-width: 770px) {
}
@media(max-height: 400px) {
} @media print {
}
.echo {
}