/*Generic styles*/
body {
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

.section-title {
	text-align: center;
	font-weight: light;
	color: #38cece;
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.highlight-title {
	max-width: 350px;
	margin: 0 auto;
	padding: 5px 0px;
	margin-bottom: 30px;
}

.hl-yellow {
	background-color: #ffca1c;
}

.hl-black {
	background-color: #292929;
	color: #ffca1c;
}

.subheadline {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.2rem;
}

.cta {
	display: block;
	margin: 0 auto;
	padding: 10px 5px;
	text-transform: uppercase;
	color: #fff;
	max-width: 320px;
	text-align: center;
	font-weight: 900;
	background: -webkit-linear-gradient(130deg, #6107d9, #f1077e);
  background: linear-gradient(130deg, #6107d9, #f1077e);
  background: -moz-linear-gradient(130deg, #6107d9, #f1077e);
	transition: all 0.5s;
	cursor: pointer;
}

.cta:hover {
	background: -webkit-linear-gradient(130deg, #07d9a3, #07d0f1);
  background: linear-gradient(130deg, #07d9a3, #07d0f1);
  background: -moz-linear-gradient(130deg, #07d9a3, #07d0f1);
}

.padding-section {
	padding: 50px 0px;
}

.w100 {
	width: 100%;
}

.mw100 {
	max-width: 100%;
}

.bolder {
	font-weight: bolder;
}

@keyframes blink {  
  0% { background: none; }
  100% { background: #12cdf8; }
}
@-webkit-keyframes blink {
  0% { background: none; }
  100% { background: #12cdf8; }
}
.blink {
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
} 

/*Menu*/




/*Hero*/
#hero {
	background-image: url('https://girowave.com.br/img/hero/bg-hero.jpg');
	background-position: center;
	background-size: cover;
}

#hero .overlay {
	background-color: #4b0561ab;
	height: 100%;
	padding: 150px 0px 50px;
}

#hero .bottle-menu {
	position: fixed;
	padding-left: 20px;
	z-index: 999;
}

#hero .bottle-txt {
	font-weight: bolder;
	position: absolute;
  left: 43px;
  padding-top: 26px;
  transition: all 0.3s;
}

#hero .bottle-txt:hover {
	color: #525b4f;
}

#hero .bottle-img {
	max-width: 150px;
	cursor: pointer;
	transition: all 0.3s;
}

#hero a {
	color: #000;
}

#hero .yt-video {
	display: block;
	margin: 0 auto;
	max-width: 720px;
}

#hero .badges {
	position: absolute;
  top: 420px;
  right: 20px;
}

#hero .badge-img {
	display: block;
	max-width: 80px;
}

@media screen and (max-width: 767px) {
	#hero .bottle-menu,
	#hero .badges {
		display: none;
	}

	#hero .overlay {
		padding: 0px;
	}

}


/*Home - Seção Quem Somos*/
#about {
	background-color: #f26c4f;
	background-image: url('https://girowave.com.br/img/outros/bg-texture_01.svg');
	background-position: center;
	background-size: cover;	
}

#about .logo {
	max-width: 170px;
	display: block;
	margin: 0 auto;
}

#about .section-title, 
#about .subheadline {
	color: #000;
	text-align: left;
}

#about .subheadline {
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
	#about .section-title {
		text-align: center;
	}
}

/*Home - Seção Próximos Eventos*/
#events {
	background-color: #525b4f;
	background-image: url('https://girowave.com.br/img/outros/bg-texture_01.svg');
	background-position: center;
	background-size: cover;	
	color: #fff;
	background-position: center;
  background-size: cover;
}

#events .section-title {
	color: #5d5d5d;
}

@media screen and (max-width: 767px) {
	.col-md-2,
	.col-md-4,
	.col-md-6 {
		text-align: center;
	}
}


#events hr {
	border-color: #bfbfbf;
}

#events a {
	text-decoration: none;
	color: #fff;
	transition: all 0.3s linear;
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 130px;
	padding: 3px 0px;
}

#events a:hover {
	background-color: #fff;
	color: #525b4f;
}

/*Página de Coberturas*/

#coberturas {
	background-color: #ffca1c;
	background-image: url('https://girowave.com.br/img/outros/bg-texture_02.svg');
	background-position: center;
	background-size: cover;
	color: #fff;
}

#coberturas .subtitle {
	color: #000;
	margin-bottom: 30px;
	text-align: center;
}

#coberturas i {
	font-size: 12px;
}

#coberturas .fanpage {
	font-weight: bolder;
	color: #000;
}


#coberturas .cards {
	padding-left: 0px;
	padding-right: 0px;
}

#coberturas .col-md-4 {
  display: inline-block;
  padding: 0px;
}

#coberturas .card {
	overflow: hidden;
  position: relative;
  height: 322px;
  border-radius: 0px;
  border: none;
  width: 260px;
  margin: 20px;
  background-position: center;
  background-size: cover;
}

#coberturas .event-name {
	position: absolute;
	bottom: 10px;
	color: #fff;
	font-weight: bolder;
	width: 100%;
	text-align: center;
}

#coberturas .overlay {
	background: -webkit-linear-gradient(0deg, #000000db, #0000003b);
	background: linear-gradient(0deg, #000000db, #0000003b);
	background: -moz-linear-gradient(0deg, #000000db, #0000003b);
	height: 100%;
	transition: all 0.3s;
}

#coberturas .overlay:hover {
	background: -webkit-linear-gradient(0deg, #000000a6, #00000000);
	background: linear-gradient(0deg, #000000a6, #00000000);
	background: -moz-linear-gradient(0deg, #000000a6, #00000000);
}

@media screen and (max-width: 767px) {

	#coberturas .card {
		width: calc(100% - 30px);
	}

}

/*Home - Seção Circuito Selvagem*/
#selvagem {
	background: -webkit-linear-gradient(130deg, #242b2f, #2a535f);
	background: linear-gradient(130deg, #242b2f, #2a535f);
	background: -moz-linear-gradient(130deg, #242b2f, #2a535f);
	color: #fff;
	text-align: left;
}

#selvagem .logo {
	max-width: 200px;
	display: block;
	margin: 0 auto;
}


@media screen and (min-width: 1200px) {
	#selvagem .cta {
		margin-top: -40px;
		position: relative;
	}
}

#selvagem .section-title {
	padding-top: 10px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	#selvagem .section-title {
		padding-top: 20px;
		text-align: center;
	}
	#selvagem .subheadline {
		padding-bottom: 20px;
		text-align: center;
	}
}

/*Home - Modal Vídeo*/
#modal-video {
	background-color: #000000cc;
	position: fixed;
	z-index: 999;
	display: none;
	width: 100%;
}

#modal-video .wrapper {
	display: block;
	margin: 0 auto;
}

#modal-video .close {
	float: unset;
  font-size: 50px;
  font-weight: 100;
  color: #fff;
  opacity: 1;
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 8px;
}

@media screen and (max-width: 767px) {
  #modal-video .close {
  	font-size: 30px;
  }
}

/*Home - Seção Entrevistas*/
#entrevistas {
	text-align: center;
	background-image: url('https://girowave.com.br/img/outros/bg-texture_01.svg');
	background-position: center;
	background-size: cover;	
	background-color: #ba2467;
	color: #fff;
}

#entrevistas .subtitle {
	font-weight: bolder;
	font-size: 28px;
	margin: 100px 0px;
}

#entrevistas .overlay {
  background-color: #0000002e;
  width: 100%;
  height: 100%;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;  
  transition: all 0.3s;
  cursor: pointer;
}

#entrevistas .overlay:hover {
  background-color: #000000bd;
}

#entrevistas .play {
  max-width: 120px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


#entrevistas .thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 336px;
  margin-bottom: 10px;
}

#entrevistas .descr {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}

/*Home - Seção TV Esporte*/
#tv-esporte {
	text-align: center;
	background-image: url('https://girowave.com.br/img/outros/bg-texture_01.svg');
	background-position: center;
	background-size: cover;	
	background-color: #204175;
	color: #fff;
}

#tv-esporte .subtitle {
	font-weight: bolder;
	font-size: 28px;
	margin: 30px 0px 0px;
}

#tv-esporte .logo {
	max-width: 350px;
}

#tv-esporte .overlay {
  background-color: #0000002e;
  width: 100%;
  height: 100%;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;  
  transition: all 0.3s;
  cursor: pointer;
}

#tv-esporte .overlay:hover {
  background-color: #000000bd;
}

#tv-esporte .play {
  max-width: 120px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#tv-esporte .thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 336px;
  margin-bottom: 10px;
}

#tv-esporte .descr {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}

/*Home - Seção Ações Promocionais*/
#acoes {
	background-color: #efefef;
	background-image: url('https://girowave.com.br/img/outros/bg-texture_01.svg');
	background-position: center;
	background-size: cover;	
	color: #fff;
}

#acoes h2 {
	margin-bottom: 10px;
	font-size: 1.5rem;
}

@media screen and (min-width: 993px) {
	#acoes h2 {
		font-size: 1.8rem;
	}
}

#acoes .section-title {
	padding: 50px 0px 10px;
	position: absolute;
	z-index: 1;
}

#acoes .subtitle {
	color: #fff;
	font-size: 15px;
}

#acoes .dscr-subtitle {
	font-size: 11px;
}

#acoes .product-dscr {
	margin-top: 30px;
	font-size: 15px;
}

#acoes .side-1 {
	background: -webkit-linear-gradient(130deg, #fc8259, #fd6422);
	background: linear-gradient(130deg, #fc8259, #fd6422);
	background: -moz-linear-gradient(130deg, #fc8259, #fd6422);	
	padding: 200px 0px 100px 40px;
}

#acoes .side-2 {
	background: -webkit-linear-gradient(130deg, #823c98, #4b0561);
	background: linear-gradient(130deg, #823c98, #4b0561);
	background: -moz-linear-gradient(130deg, #823c98, #4b0561);	
	padding: 200px 40px 100px 0px;
}

#acoes .product-name {
	padding: 10px 0px 0px;
}

#acoes .product-name-1, 
#acoes .product-name-2 {
	font-size: 40px;
	line-height: 40px;
}

#acoes .side-1 .product-name-1,
#acoes .side-1 .product-name-2,
#acoes .side-1 .product-dscr {
	text-align: right; 
}

#acoes .side-1 .product-name-1 {
	color: #ffca1c;
}

#acoes .side-1 .product-name-2 {
	color: #76308c;
}

#acoes .side-2 .product-name-1 {
	color: #ffca1c;
}

#acoes .side-2 .product-name-2 {
	color: #fd6c30;
}

#acoes img {
	max-width: 200px;
}

#acoes .img-right {
	float: right;
}

@media screen and (max-width: 767px) {
	#acoes .product-name-1,
	#acoes .product-name-2,
	#acoes .product-dscr {
		text-align: center !important;
	}

	#acoes .product-name {
		padding: 0px !important;
	}

	#acoes .img-right {
		float: unset;
	}

	#acoes .side-1 {
		padding: 200px 30px 0px;
	}

	#acoes .side-2 {
		padding: 20px 30px 60px;
	}

	#acoes .product-img {
	padding: 60px 0px;
	}

}



/*Coberturas - Slider*/
#header-event {
	background-color: #343a40;
	padding: 10px 0px;
}

#header-event .logo-img {
	display: block;
	margin: 0 auto;
}


#event-info {
	background-color: #fff;
	padding-top: 60px;
}

#slider {
	padding: 20px 0px;
	background-color: #3c5054;
}

#acoes .carousel {
	margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
	.section-title {
		font-size: 1.5rem;
	}
}


/*Footer*/
#footer {
	background-color: #18171c;
}

#footer .section-title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}

#footer .logo-img {
	display: block;
	margin: 0px auto 30px;
	max-width: 144px
}

#footer .social-buttons {
  border: 1px solid;
  width: 100%;
  margin: 10px auto;
  padding: 10px 30px;
  text-align: center;
  cursor: pointer;
}

#footer .facebook {
	background-color: #5975c2;
	transition: all 0.3s;
}

#footer .facebook:hover {
	background-color: #3a559f;
}

#footer .whatsapp {
	background-color: #128c7e;
	transition: all 0.3s;
}

#footer .whatsapp:hover {
	background-color: #1bd741;
}

#footer .instagram {
	background-color: #db54bc;
	transition: all 0.3s;
}

#footer .instagram:hover {
	background-color: #c536a4;
}

#footer a {
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
}

#footer .social-icons {
	max-width: 44px;
  position: absolute;
  margin: -10px 0px 0px 15px;
  left: 0;
}

#footer .contact {
	padding: 30px;
}

#footer .form-group {
	margin-bottom: 0.5em;
}

#footer .cta-email {
	border: none;
	width: 100%;
	max-width: unset;	
}

#footer .descr {
	text-align: center;
}

#footer .wall {
	border-right: 2px solid #637073;
}

#footer .alert-email {
  padding-left: 0;
  font-size: 14px;
}

#footer p {
	margin-bottom: 0px;
}

#footer .alert-success {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
	#footer .wall {
		height: 25px;
    border-bottom: 2px solid #637073;
    margin: 0px 40px;
    border-right: none;
	}

	#footer .wall2 {
		height: 25px;
	}
}


#event-thumbnails {
	display: flex;
	margin-bottom: 20px;
}

#event-thumbnails .my-gallery {
  width: 100%;
  float: left;
}
#event-thumbnails .my-gallery img {
  width: 100%;
  height: 200px;
 	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#event-thumbnails .my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 200px;
}
#event-thumbnails .my-gallery figcaption {
  display: none;
}

@media screen and (max-width: 767px) {
  #event-thumbnails .my-gallery img {
	  height: 91.5px;
	}
	#event-thumbnails .my-gallery figure {
	  width: 91.5px;
	}	
}

#event-info .event-title {
	font-weight: bolder;
  text-align: center;
  margin-bottom: 0px;
}

#event-info .event-subtitle {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #event-info .event-title {
    font-size: 30px;
  }

}

@media screen and (max-width: 991px) {
.gambi { display: none; }
}
