/*
	Theme Name: Arena Fonte Nova
	Theme URI: http://html5blank.com
	Description: Arena Fonte Nova based on HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 Rubik, sans-serif /*,'Helvetica Neue', Helvetica, Arial*/;
	color:#444;
	background-color:#F1F1F1;
	margin: 0;
    padding: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.container{
	max-width: 1920px
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {
	width:17%;
	position: absolute;
	z-index: 1;
	color:#FFFFFF; 
	opacity : 1;
}
/* nav */
.nav {

}

.nav-item{
	margin-left:10px;
	font-style: normal;
	font-size: 14px;
	color:#ffffff;
}

.navbar-light{
	font-style: normal;
	font-size: 14px;
	color:#ffffff;	
} 
.navbar-nav{
	font-style: normal;
	font-size: 14px;
	color:#ffffff;	
}

.nav-link{
	font-style: normal;
	font-size: 14px;
	color:#ffffff;	
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color:#000;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*-------------*/
.conceito-section{
	font-family: "Roboto";
}
.conceito-h3-titulo{
	display: flex; 
	justify-content: center; 
	font-size: 30px; 
	text-align: center; 
	color: #717171; 
	font-weight: bold;
}

.conceito-col-titulo{
	margin: 1% 0% 1% 0%;
}
.conceito-titulo{
	width: 60%;
}

.conceito-row-img{
	padding-bottom: 14%;
	background-image: url('https://www.itaipavaarenafontenova.com.br/wp-content/uploads/2020/02/Mask-Group-30.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.conceito-img{
	visibility: hidden; 
	width: 0;
    height: auto;
}

.conceito-paragrafo{
	justify-content: start;
	display: flex;
	flex-direction: column;
	margin: 10% 5% 0% 0%;
}

.conceito-paragrafo-body{
	font-size: 14px; 
	text-align: left; 
	color: #717171;
}

.conceito-img-responsiva{
	width: 100%;
	height: auto;
}

.estrutura-row-img{
	padding-bottom: 14%;
	background-image: url('https://www.itaipavaarenafontenova.com.br/wp-content/uploads/2020/02/Mask-Group-32-2.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.comoChegar-row-titulo{
	border-bottom: 2px solid #000; 
	justify-content: space-evenly;
}

.comoChegar-titulo{
	color: #000;
	font-weight: bold;
	font-size: 30px;     
	margin-bottom: 0px;
}
.comoChegar-div-mapa{
	margin-top: 2%;
}
.comoChegar-borda-mapa{
	border: 1px solid #000; 
	background-color: white; 
	border-radius: 1%;
}

.comoChegar-titulo-item{
	color: #717171;
	font-weight: bold;
	font-size: 1.75rem;
}

.comoChegar-paragrafo-item{
	font-size: 1.30rem;
	text-align: justify;
}

.comoChegar-img-item{
	width: auto;
}

.events-float-compra{
	display: flex;
	flex-direction: row-reverse;
	z-index: 1000;
    position: relative;
}

.events-card-ingresso{
	float: right; 
	display: flex; 
	flex-direction: column; 
	position: absolute;
	width: 20%;
}

.events-row-titulo-card-ingresso{
	background-color: #B8B8B8;
	justify-content: center;
	border-top-left-radius: 5px;
}

.events-titulo-card-ingresso{
	color: #FFFFFF; 
	font-weight: bold
}

.events-row-itens-card-ingresso{
	background-color: white;     
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.events-itens-card-ingresso{
	border-bottom: 1px solid; 
	border-bottom: 1px solid #ddd;
}
.events-img-card-ingresso{
	width: 85%;
}

.events-data-card-ingresso{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.events-data-span-card-ingresso{
	font-size: 1.75rem
}

.events-descricao-card-ingresso{
	font-size: 1.5rem; 
	font-weight: bold
}

.events-preco-descricao-card-ingresso{
	font-size: 1.5rem; 
}

.events-row-comprar-card-ingresso{
	background-color: #30AA19;
	justify-content: center;
}

.events-button-card-ingresso{
	color: white;     
	font-weight: bold;
	width: 100%;
}

.events-paragrafo{
	text-align: justify;
}

.input-custom ,.input-custom:focus{
	border: 0px;
    border-bottom: 1px solid #ced4da;
	border-color: none;
	box-shadow: none;
	background-color: transparent;
}

.tour-row-gratuidade{
	color:#000;
	border: 2px solid #000;
}
body#tinymce.wp-editor {
	font-family: Roboto !important;
	}

.contato-button-custom, .contato-button-custom:focus{
	color: #fff;
	background-color: #000;
	border-radius: 0;
	box-shadow: transparent;
}

.sustentabilidade-row-img{
	padding-bottom: 16%;
	background-image: url('https://www.itaipavaarenafontenova.com.br/wp-content/uploads/2020/02/Mask-Group-31-1.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#dropdownAgenda:active{
	background-color: transparent;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Rubik', sans-serif;
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/Rubik/Rubik-Regular.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
	font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {
	.comoChegar-titulo-item{
		text-align: center;
	}

	.events-float-compra{
		justify-content: center;
		flex-direction: row;
	}
	.events-card-ingresso{
		float: none;
		position: relative;
		margin-top: 5%;
		width: 80%;
	}

	.logo-img {
		width: 30%
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}

@media only screen and (max-width:1200px){

	.conceito-paragrafo{
		margin: 5%;
	}
	.events-row-paragrafo{
		justify-content: center!important;
	}
}


@media only screen and (max-width:1200px) {
	.conceito-row-img{
		background-image: none;
	}
	.estrutura-row-img{
		background-image: none; 
	}

	.sustentabilidade-row-img{
		background-image: none; 
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
		color: #000;
		border: 2px solid yellow;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}

}

.button-details {
	background-color: #EF7E0C;
	color: white;
}


.carousel-item>img{
    max-height: 475px;
}

.topleft {
	position: absolute;
	top: 8px;
	left: 16px;
}

.vertudo {
	margin: 0;
	padding: 19px;
	background-color: #000;
	text-align: right;
	position: absolute;
	top: 81px;
	font-size: 18px;
}

.btn-outline-danger-toggle {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-danger-toggle:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #FFF;
    border-color: #FFFF;
}

.btn-group>.btn:hover {
	color: #fff;
	text-decoration: none;
}


.form-input-custom{
    border: 1px solid white;
    box-shadow: none;
	border-radius: 3px;
    background-color: transparent;
	color:white;
}


.form-input-custom::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.form-input-custom:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.form-input-custom::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.login-username{
	display:flex;
	justify-content: center;
}
.login-password{
	display:flex;
	justify-content:center;
}
.login-remember{
	color:white;
}

@media only screen and (max-width: 1024px) {
	.form-contact textarea, .form-contact input, .form-ouvidoria textarea, .form-ouvidoria input {
		max-width: 270px;
	}
}

@media only screen and (max-width: 768px) {
	.form-contact textarea, .form-contact input, .form-ouvidoria textarea, .form-ouvidoria input {
		max-width: 190px;
	}
}

@media only screen and (max-width: 600px) {
	.form-contact textarea, .form-contact input, .form-ouvidoria textarea, .form-ouvidoria input {
		max-width: 280px;
	}

	.form-ouvidoria, .form-contact {
		margin-top: 1rem!important
	}
}

@media only screen and (max-width: 420px) {
	.form-contact textarea, .form-contact input, .form-ouvidoria textarea, .form-ouvidoria input {
		max-width: 230px;
	}

	.form-ouvidoria, .form-contact {
		margin-top: 1rem!important
	}
}

@media only screen and (max-width: 375px) {
	.form-contact textarea, .form-contact input, .form-ouvidoria textarea, .form-ouvidoria input {
		max-width: 220px;
	}

	.form-ouvidoria, .form-contact {
		margin-top: 1rem!important
	}
}

@media only screen and (max-width: 360px) {
	.form-contact textarea, .form-contact input, .form-ouvidoria textarea, .form-ouvidoria input {
		max-width: 200px;
	}

	.form-ouvidoria, .form-contact {
		margin-top: 1rem!important
	}
}

@media only screen and (max-width: 320px) {
	.form-contact textarea, .form-contact input, .form-contact select, .form-ouvidoria textarea, .form-ouvidoria input, .form-ouvidoria select {
		max-width: 180px;
	}

	.form-ouvidoria, .form-contact {
		margin-top: 1rem!important
	}
}

@media only screen and (max-width: 280px) {
	.form-contact textarea, .form-contact input, .form-contact select, .form-ouvidoria textarea, .form-ouvidoria input, .form-ouvidoria select {
		max-width: 150px;
	}

	.form-ouvidoria, .form-contact {
		margin-top: 1rem!important
	}
}